devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] MMC: add driver for Amlogic GXBB SoCs
@ 2016-09-14  0:42 Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2016-09-14  0:42 UTC (permalink / raw)
  To: Ulf Hansson, linux-mmc-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r, Rob Herring,
	devicetree-u79uwXL29TY76Z2rM5mHXA, Victor Wan, Jerry Cao, Xing Wu,
	yonghui.yu-LpR1jeaWuhtBDgjK7y7TUQ

Here's an updated series for the Amlogic MMC driver.

Changes since v2:
- rework voltage regulator support
- drop read/write accessor macros
- drop descriptor struct (had endian issues)
- fix big-endian support, and tested big-endian build

This version is included in the v4.8/integ branch of my git tree
https://git.kernel.org/cgit/linux/kernel/git/khilman/linux-amlogic.git/

Also some RFC quetsions:

I think this is the exact same IP on the GXL family of SoC, so I'm
thinking about renaming all occurances of GXBB to just GX.  We can
have compatibles to match meson-gxbb and meson-gxl etc. though.

Thoughts?

Kevin Hilman (2):
  MMC: meson: initial support for GXBB platforms
  ARM64: dts: meson-gxbb: add MMC support

 .../devicetree/bindings/mmc/amlogic,meson-gxbb.txt |  29 +
 MAINTAINERS                                        |   1 +
 .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts |  87 +++
 arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi   |  78 ++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi        |  37 +-
 drivers/mmc/host/Kconfig                           |  10 +
 drivers/mmc/host/Makefile                          |   1 +
 drivers/mmc/host/meson-gxbb.c                      | 838 +++++++++++++++++++++
 8 files changed, 1080 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
 create mode 100644 drivers/mmc/host/meson-gxbb.c

-- 
2.9.3

--
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] 2+ messages in thread

* [PATCH v3 0/2] MMC: add driver for Amlogic GXBB SoCs
@ 2016-09-14  0:43 Kevin Hilman
  0 siblings, 0 replies; 2+ messages in thread
From: Kevin Hilman @ 2016-09-14  0:43 UTC (permalink / raw)
  To: Ulf Hansson, linux-mmc
  Cc: linux-amlogic, linux-arm-kernel, Rob Herring, devicetree,
	Victor Wan, Jerry Cao, Xing Wu, yonghui.yu

Here's an updated series for the Amlogic MMC driver.

Changes since v2:
- rework voltage regulator support
- drop read/write accessor macros
- drop descriptor struct (had endian issues)
- fix big-endian support, and tested big-endian build

This version is included in the v4.8/integ branch of my git tree
https://git.kernel.org/cgit/linux/kernel/git/khilman/linux-amlogic.git/

Also some RFC quetsions:

I think this is the exact same IP on the GXL family of SoC, so I'm
thinking about renaming all occurances of GXBB to just GX.  We can
have compatibles to match meson-gxbb and meson-gxl etc. though.

Thoughts?

Kevin Hilman (2):
  MMC: meson: initial support for GXBB platforms
  ARM64: dts: meson-gxbb: add MMC support

 .../devicetree/bindings/mmc/amlogic,meson-gxbb.txt |  29 +
 MAINTAINERS                                        |   1 +
 .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts |  87 +++
 arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi   |  78 ++
 arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi        |  37 +-
 drivers/mmc/host/Kconfig                           |  10 +
 drivers/mmc/host/Makefile                          |   1 +
 drivers/mmc/host/meson-gxbb.c                      | 838 +++++++++++++++++++++
 8 files changed, 1080 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/mmc/amlogic,meson-gxbb.txt
 create mode 100644 drivers/mmc/host/meson-gxbb.c

-- 
2.9.3


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

end of thread, other threads:[~2016-09-14  0:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-14  0:42 [PATCH v3 0/2] MMC: add driver for Amlogic GXBB SoCs Kevin Hilman
  -- strict thread matches above, loose matches on Subject: below --
2016-09-14  0:43 Kevin Hilman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).