mbox series

[v2,0/6] ath79: convert QCA955x-based D-Link DAP-2xxx to nvmem

Message ID cover.1655151247.git.sander@svanheule.net
Headers show
Series ath79: convert QCA955x-based D-Link DAP-2xxx to nvmem | expand

Message

Sander Vanheule June 13, 2022, 8:15 p.m. UTC
Convert the QCA955x based devices to nvmem-cell based calibration data
extraction, so this can be removed from the init scripts.

Changes in v2:
- Put nvmem cell definition directly into partition node

Sander Vanheule (6):
  ath79: D-Link DAP-2xxx (QCA955x): move art partition to DTSI
  ath79: D-Link DAP-2xxx (QCA955x): convert ath9k caldata to nvmem
  ath79: D-Link DAP-2680 A1: convert ath10k caldata to nvmem
  ath79: D-Link DAP-2660 A1: convert ath10k caldata to nvmem
  ath79: D-Link DAP-2695 A1: convert ath10k caldata to nvmem
  ath79: D-Link DAP-3662 A1: convert ath10k caldata to nvmem

 .../ath79/dts/qca9557_dlink_dap-2660-a1.dts   | 20 +++++++++++++------
 .../ath79/dts/qca9558_dlink_dap-2680-a1.dts   | 20 +++++++++++++------
 .../ath79/dts/qca9558_dlink_dap-2695-a1.dts   | 20 +++++++++++++------
 .../ath79/dts/qca9558_dlink_dap-3662-a1.dts   | 20 +++++++++++++------
 .../ath79/dts/qca955x_dlink_dap-2xxx.dtsi     | 17 +++++++++++++++-
 .../etc/hotplug.d/firmware/11-ath10k-caldata  | 12 -----------
 .../etc/hotplug.d/ieee80211/10_fix_wifi_mac   |  2 ++
 7 files changed, 74 insertions(+), 37 deletions(-)

Comments

Sander Vanheule June 16, 2022, 8:01 a.m. UTC | #1
Hi Sebastian,

On Mon, 2022-06-13 at 22:15 +0200, Sander Vanheule wrote:
> Convert the QCA955x based devices to nvmem-cell based calibration data
> extraction, so this can be removed from the init scripts.
> 
> Changes in v2:
> - Put nvmem cell definition directly into partition node
> 
> Sander Vanheule (6):
>   ath79: D-Link DAP-2xxx (QCA955x): move art partition to DTSI
>   ath79: D-Link DAP-2xxx (QCA955x): convert ath9k caldata to nvmem
>   ath79: D-Link DAP-2680 A1: convert ath10k caldata to nvmem
>   ath79: D-Link DAP-2660 A1: convert ath10k caldata to nvmem
>   ath79: D-Link DAP-2695 A1: convert ath10k caldata to nvmem
>   ath79: D-Link DAP-3662 A1: convert ath10k caldata to nvmem

I had added you in CC since you signed off on the commits adding these devices.
If you still have these devices, would you be provide a Tested-by? It should be
sufficient to test one model, since the changes are nearly identical for all the
devices in this series. Specifically, I want to be sure the MAC addresses are
still assigned correctly.

Best,
Sander