All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] unify tx power eeprom parsing for mt76x{0,2}
@ 2018-09-22 11:45 Lorenzo Bianconi
  2018-09-23 15:00 ` Felix Fietkau
  0 siblings, 1 reply; 2+ messages in thread
From: Lorenzo Bianconi @ 2018-09-22 11:45 UTC (permalink / raw)
  To: nbd; +Cc: linux-wireless

This is the second of two series that unify eeprom code between
mt76x2 and mt76x0 drivers. In particular this series unifies
tx power eeprom parsing. That patchset will be used to properly
support mt76x0e chipsets without duplicating the code.

Lorenzo Bianconi (9):
  mt76: move mt76_rate_power in mt76_dev
  mt76: add mt76x02_phy_set_txpower utility routine
  mt76: move rate_txpower handler in mt76 debugfs
  mt76: move mt76x02_rate_power_val in mt76x02-lib module
  mt76x0: remove mt76x0_phy_set_tx_power and mt76x0_extra_power_over_mac
  mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rate
  mt76x0: remove eeprom dependency from mt76x0_get_power_info
  mt76x0: use shared debugfs implementation
  mt76x0: phy: introduce mt76x0_phy_set_txpower routine

 drivers/net/wireless/mediatek/mt76/Makefile   |   2 +-
 drivers/net/wireless/mediatek/mt76/debugfs.c  |  19 ++
 drivers/net/wireless/mediatek/mt76/mt76.h     |  30 ++-
 .../wireless/mediatek/mt76/mt76x0/debugfs.c   |  79 +-----
 .../wireless/mediatek/mt76/mt76x0/eeprom.c    | 253 ++++++++++--------
 .../wireless/mediatek/mt76/mt76x0/eeprom.h    |  43 +--
 .../net/wireless/mediatek/mt76/mt76x0/main.c  |   7 +
 .../wireless/mediatek/mt76/mt76x0/mt76x0.h    |   4 +-
 .../net/wireless/mediatek/mt76/mt76x0/phy.c   |  74 +----
 .../wireless/mediatek/mt76/mt76x02_eeprom.h   |  20 +-
 .../net/wireless/mediatek/mt76/mt76x02_phy.c  |  97 +++++++
 .../net/wireless/mediatek/mt76/mt76x02_phy.h  |  27 ++
 drivers/net/wireless/mediatek/mt76/mt76x2.h   |   3 -
 .../wireless/mediatek/mt76/mt76x2_debugfs.c   |  10 -
 .../wireless/mediatek/mt76/mt76x2_eeprom.c    |  77 ++----
 .../wireless/mediatek/mt76/mt76x2_eeprom.h    |   1 -
 .../mediatek/mt76/mt76x2_init_common.c        |   3 +-
 .../mediatek/mt76/mt76x2_mac_common.c         |   2 +-
 .../net/wireless/mediatek/mt76/mt76x2_main.c  |   8 +-
 .../mediatek/mt76/mt76x2_phy_common.c         |  64 +----
 .../wireless/mediatek/mt76/mt76x2_tx_common.c |  14 +-
 .../net/wireless/mediatek/mt76/mt76x2u_main.c |   4 +-
 22 files changed, 398 insertions(+), 443 deletions(-)
 create mode 100644 drivers/net/wireless/mediatek/mt76/mt76x02_phy.c
 create mode 100644 drivers/net/wireless/mediatek/mt76/mt76x02_phy.h

-- 
2.18.0

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 0/9] unify tx power eeprom parsing for mt76x{0,2}
  2018-09-22 11:45 [PATCH 0/9] unify tx power eeprom parsing for mt76x{0,2} Lorenzo Bianconi
@ 2018-09-23 15:00 ` Felix Fietkau
  0 siblings, 0 replies; 2+ messages in thread
From: Felix Fietkau @ 2018-09-23 15:00 UTC (permalink / raw)
  To: Lorenzo Bianconi; +Cc: linux-wireless

On 2018-09-22 13:45, Lorenzo Bianconi wrote:
> This is the second of two series that unify eeprom code between
> mt76x2 and mt76x0 drivers. In particular this series unifies
> tx power eeprom parsing. That patchset will be used to properly
> support mt76x0e chipsets without duplicating the code.
> 
> Lorenzo Bianconi (9):
>   mt76: move mt76_rate_power in mt76_dev
>   mt76: add mt76x02_phy_set_txpower utility routine
>   mt76: move rate_txpower handler in mt76 debugfs
>   mt76: move mt76x02_rate_power_val in mt76x02-lib module
>   mt76x0: remove mt76x0_phy_set_tx_power and mt76x0_extra_power_over_mac
>   mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rate
>   mt76x0: remove eeprom dependency from mt76x0_get_power_info
>   mt76x0: use shared debugfs implementation
>   mt76x0: phy: introduce mt76x0_phy_set_txpower routine
Merged, thanks.

- Felix

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-09-23 20:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-22 11:45 [PATCH 0/9] unify tx power eeprom parsing for mt76x{0,2} Lorenzo Bianconi
2018-09-23 15:00 ` Felix Fietkau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.