mbox series

[net-next,v2,0/2] dsa: add MT7530 GPIO support

Message ID 20210125044322.6280-1-dqfext@gmail.com
Headers show
Series dsa: add MT7530 GPIO support | expand

Message

Qingfang Deng Jan. 25, 2021, 4:43 a.m. UTC
MT7530's LED controller can be used as GPIO controller. Add support for
it.

DENG Qingfang (2):
  dt-bindings: net: dsa: add MT7530 GPIO controller binding
  net: dsa: mt7530: MT7530 optional GPIO support

 .../devicetree/bindings/net/dsa/mt7530.txt    |   6 +
 drivers/net/dsa/mt7530.c                      | 110 ++++++++++++++++++
 drivers/net/dsa/mt7530.h                      |  20 ++++
 3 files changed, 136 insertions(+)

Comments

Jakub Kicinski Jan. 26, 2021, 2:34 a.m. UTC | #1
On Mon, 25 Jan 2021 12:43:20 +0800 DENG Qingfang wrote:
> MT7530's LED controller can be used as GPIO controller. Add support for
> it.

I added back Rob's tag and all the missing tags which patchwork 
did not register. Damn thing is really flaky right now. Anyway..

Applied, thanks everyone!