Re: [PATCH V2 net-next 0/6] net: wwan: iosm: fw flashing & cd collection
From: Jakub Kicinski <kuba@kernel.org>
Date: 2021-09-20 20:30:05
On Mon, 20 Sep 2021 09:10:11 +0000 patchwork-bot+netdevbpf@kernel.org wrote:
On Sun, 19 Sep 2021 22:54:24 +0530 you wrote:quoted
This patch series brings-in support for M.2 7560 Device firmware flashing & coredump collection using devlink. - Driver Registers with Devlink framework. - Register devlink params callback for configuring device params required in flashing or coredump flow. - Implements devlink ops flash_update callback that programs modem firmware. - Creates region & snapshot required for device coredump log collection. [...]Here is the summary with links: - [V2,net-next,1/6] net: wwan: iosm: devlink registration https://git.kernel.org/netdev/net-next/c/4dcd183fbd67 - [V2,net-next,2/6] net: wwan: iosm: fw flashing support https://git.kernel.org/netdev/net-next/c/b55734745568 - [V2,net-next,3/6] net: wwan: iosm: coredump collection support https://git.kernel.org/netdev/net-next/c/09e7b002ff67 - [V2,net-next,4/6] net: wwan: iosm: transport layer support for fw flashing/cd https://git.kernel.org/netdev/net-next/c/8d9be0634181 - [V2,net-next,5/6] net: wwan: iosm: devlink fw flashing & cd collection documentation https://git.kernel.org/netdev/net-next/c/64302024bce5 - [V2,net-next,6/6] net: wwan: iosm: fw flashing & cd collection infrastructure changes https://git.kernel.org/netdev/net-next/c/607d574aba6e You are awesome, thank you!
I had to post a revert of v1 because it was merged too quickly, and the same exact thing happens to v2. Maybe it's just me but feels very disheartening. The flashing API is really easy to extended all the devlink params here should be part of the flashing API.