public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] Turris Mox Moxtet bus
@ 2019-03-28 18:22 Marek Behun
  2019-04-28 19:06 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Marek Behun @ 2019-03-28 18:22 UTC (permalink / raw)
  To: arm; +Cc: Arnd Bergmann, linux-arm-kernel, Jon Hunter

Hello arm-soc maintainers,

please pull the implementation of the Moxtet bus driver into arm-soc/for-next.
Moxtet is a small bus found on Turris Mox.
The patches are reviewed by Linus Walleij and Rob Herring.

Thanks,
Marek

The following changes since commit 93958742192e7956d05989836ada9071f9ffe42e:

  arm64: tegra: Disable CQE Support for SDMMC4 on Tegra186 (2019-03-25 17:12:20 +0100)

are available in the Git repository at:

  https://gitlab.labs.nic.cz/turris/mox-kernel.git/ arm-soc-moxtet-bus

for you to fetch changes up to cea960603584ff05ae6dba647d1641508e5998b4:

  dt-bindings: gpio: Document GPIOs via Moxtet bus (2019-03-28 19:03:01 +0100)

----------------------------------------------------------------
Marek Behún (5):
      bus: Add support for Moxtet bus
      dt-bindings: bus: Document moxtet bus binding
      bus: moxtet: Add sysfs and debugfs documentation
      drivers: gpio: Add support for GPIOs over Moxtet bus
      dt-bindings: gpio: Document GPIOs via Moxtet bus

 Documentation/ABI/testing/debugfs-moxtet               |  23 ++
 Documentation/ABI/testing/sysfs-bus-moxtet-devices     |  17 ++
 Documentation/devicetree/bindings/bus/moxtet.txt       |  46 ++++
 Documentation/devicetree/bindings/gpio/gpio-moxtet.txt |  18 ++
 MAINTAINERS                                            |  12 ++
 drivers/bus/Kconfig                                    |  10 +
 drivers/bus/Makefile                                   |   1 +
 drivers/bus/moxtet.c                                   | 886 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/gpio/Kconfig                                   |   9 +
 drivers/gpio/Makefile                                  |   1 +
 drivers/gpio/gpio-moxtet.c                             | 179 ++++++++++++++++
 include/dt-bindings/bus/moxtet.h                       |  16 ++
 include/linux/moxtet.h                                 | 109 ++++++++++
 13 files changed, 1327 insertions(+)
 create mode 100644 Documentation/ABI/testing/debugfs-moxtet
 create mode 100644 Documentation/ABI/testing/sysfs-bus-moxtet-devices
 create mode 100644 Documentation/devicetree/bindings/bus/moxtet.txt
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-moxtet.txt
 create mode 100644 drivers/bus/moxtet.c
 create mode 100644 drivers/gpio/gpio-moxtet.c
 create mode 100644 include/dt-bindings/bus/moxtet.h
 create mode 100644 include/linux/moxtet.h

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-04-28 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-28 18:22 [GIT PULL] Turris Mox Moxtet bus Marek Behun
2019-04-28 19:06 ` Olof Johansson
2019-04-28 21:40   ` Marek Behun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox