All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] add pinctrl driver for Meson-AXG SoC
@ 2017-11-08  6:46 ` Yixun Lan
  0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2017-11-08  6:46 UTC (permalink / raw)
  To: Neil Armstrong, Jerome Brunet, Linus Walleij
  Cc: Rob Herring, Mark Rutland, Carlo Caione, Kevin Hilman, Yixun Lan,
	Xingyu Chen, linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-gpio-u79uwXL29TY76Z2rM5mHXA,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA

patch [1/4]:
	Document the new pinctrl compatible string for Meson-AXG

patch [2/4]:
	Introduce a new pinctrl pinmux ops for Meson-AXG SoC.
The pinctrl IP has been changed, and now it use 4-bit continuous bit
to decribe the pin.
	    
patch [3/4]:
	Add pinctrl driver for Meson-AXG SoC.

patch [4/4]:
	Add the DT info for the pinctrl driver found in Meson-AXG SoC.

Xingyu Chen (4):
  documentation: Add compatibles for Amlogic Meson AXG pin controllers
  pinctrl: meson-axg: Introduce a pinctrl pinmux ops for Meson-AXG SoC
  pinctrl: meson-axg: Add new pinctrl driver for Meson AXG  SoC
  ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC

 .../devicetree/bindings/pinctrl/meson,pinctrl.txt  |   2 +
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |  43 +
 drivers/pinctrl/meson/Kconfig                      |   9 +
 drivers/pinctrl/meson/Makefile                     |   2 +
 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c      | 118 +++
 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h      |  62 ++
 drivers/pinctrl/meson/pinctrl-meson-axg.c          | 976 +++++++++++++++++++++
 drivers/pinctrl/meson/pinctrl-meson.h              |   1 +
 include/dt-bindings/gpio/meson-axg-gpio.h          | 116 +++
 9 files changed, 1329 insertions(+)
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg.c
 create mode 100644 include/dt-bindings/gpio/meson-axg-gpio.h

-- 
2.14.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

* [PATCH 0/4] add pinctrl driver for Meson-AXG SoC
@ 2017-11-08  6:46 ` Yixun Lan
  0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2017-11-08  6:46 UTC (permalink / raw)
  To: Neil Armstrong, Jerome Brunet, Linus Walleij
  Cc: Rob Herring, Mark Rutland, Carlo Caione, Kevin Hilman, Yixun Lan,
	Xingyu Chen, linux-amlogic, linux-gpio, devicetree,
	linux-arm-kernel, linux-kernel

patch [1/4]:
	Document the new pinctrl compatible string for Meson-AXG

patch [2/4]:
	Introduce a new pinctrl pinmux ops for Meson-AXG SoC.
The pinctrl IP has been changed, and now it use 4-bit continuous bit
to decribe the pin.
	    
patch [3/4]:
	Add pinctrl driver for Meson-AXG SoC.

patch [4/4]:
	Add the DT info for the pinctrl driver found in Meson-AXG SoC.

Xingyu Chen (4):
  documentation: Add compatibles for Amlogic Meson AXG pin controllers
  pinctrl: meson-axg: Introduce a pinctrl pinmux ops for Meson-AXG SoC
  pinctrl: meson-axg: Add new pinctrl driver for Meson AXG  SoC
  ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC

 .../devicetree/bindings/pinctrl/meson,pinctrl.txt  |   2 +
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |  43 +
 drivers/pinctrl/meson/Kconfig                      |   9 +
 drivers/pinctrl/meson/Makefile                     |   2 +
 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c      | 118 +++
 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h      |  62 ++
 drivers/pinctrl/meson/pinctrl-meson-axg.c          | 976 +++++++++++++++++++++
 drivers/pinctrl/meson/pinctrl-meson.h              |   1 +
 include/dt-bindings/gpio/meson-axg-gpio.h          | 116 +++
 9 files changed, 1329 insertions(+)
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg.c
 create mode 100644 include/dt-bindings/gpio/meson-axg-gpio.h

-- 
2.14.1

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

* [PATCH 0/4] add pinctrl driver for Meson-AXG SoC
@ 2017-11-08  6:46 ` Yixun Lan
  0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2017-11-08  6:46 UTC (permalink / raw)
  To: linux-arm-kernel

patch [1/4]:
	Document the new pinctrl compatible string for Meson-AXG

patch [2/4]:
	Introduce a new pinctrl pinmux ops for Meson-AXG SoC.
The pinctrl IP has been changed, and now it use 4-bit continuous bit
to decribe the pin.
	    
patch [3/4]:
	Add pinctrl driver for Meson-AXG SoC.

patch [4/4]:
	Add the DT info for the pinctrl driver found in Meson-AXG SoC.

Xingyu Chen (4):
  documentation: Add compatibles for Amlogic Meson AXG pin controllers
  pinctrl: meson-axg: Introduce a pinctrl pinmux ops for Meson-AXG SoC
  pinctrl: meson-axg: Add new pinctrl driver for Meson AXG  SoC
  ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC

 .../devicetree/bindings/pinctrl/meson,pinctrl.txt  |   2 +
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |  43 +
 drivers/pinctrl/meson/Kconfig                      |   9 +
 drivers/pinctrl/meson/Makefile                     |   2 +
 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c      | 118 +++
 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h      |  62 ++
 drivers/pinctrl/meson/pinctrl-meson-axg.c          | 976 +++++++++++++++++++++
 drivers/pinctrl/meson/pinctrl-meson.h              |   1 +
 include/dt-bindings/gpio/meson-axg-gpio.h          | 116 +++
 9 files changed, 1329 insertions(+)
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg.c
 create mode 100644 include/dt-bindings/gpio/meson-axg-gpio.h

-- 
2.14.1

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

* [PATCH 0/4] add pinctrl driver for Meson-AXG SoC
@ 2017-11-08  6:46 ` Yixun Lan
  0 siblings, 0 replies; 4+ messages in thread
From: Yixun Lan @ 2017-11-08  6:46 UTC (permalink / raw)
  To: linus-amlogic

patch [1/4]:
	Document the new pinctrl compatible string for Meson-AXG

patch [2/4]:
	Introduce a new pinctrl pinmux ops for Meson-AXG SoC.
The pinctrl IP has been changed, and now it use 4-bit continuous bit
to decribe the pin.
	    
patch [3/4]:
	Add pinctrl driver for Meson-AXG SoC.

patch [4/4]:
	Add the DT info for the pinctrl driver found in Meson-AXG SoC.

Xingyu Chen (4):
  documentation: Add compatibles for Amlogic Meson AXG pin controllers
  pinctrl: meson-axg: Introduce a pinctrl pinmux ops for Meson-AXG SoC
  pinctrl: meson-axg: Add new pinctrl driver for Meson AXG  SoC
  ARM64: dts: meson-axg: add pinctrl DT info for Meson-AXG SoC

 .../devicetree/bindings/pinctrl/meson,pinctrl.txt  |   2 +
 arch/arm64/boot/dts/amlogic/meson-axg.dtsi         |  43 +
 drivers/pinctrl/meson/Kconfig                      |   9 +
 drivers/pinctrl/meson/Makefile                     |   2 +
 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c      | 118 +++
 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h      |  62 ++
 drivers/pinctrl/meson/pinctrl-meson-axg.c          | 976 +++++++++++++++++++++
 drivers/pinctrl/meson/pinctrl-meson.h              |   1 +
 include/dt-bindings/gpio/meson-axg-gpio.h          | 116 +++
 9 files changed, 1329 insertions(+)
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.c
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg-pmx.h
 create mode 100644 drivers/pinctrl/meson/pinctrl-meson-axg.c
 create mode 100644 include/dt-bindings/gpio/meson-axg-gpio.h

-- 
2.14.1

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

end of thread, other threads:[~2017-11-08  6:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-08  6:46 [PATCH 0/4] add pinctrl driver for Meson-AXG SoC Yixun Lan
2017-11-08  6:46 ` Yixun Lan
2017-11-08  6:46 ` Yixun Lan
2017-11-08  6:46 ` Yixun Lan

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.