All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] mmc: bcm2835-sdhost: Add new driver for the internal SD controller.
@ 2016-06-22 11:42 ` Gerd Hoffmann
  0 siblings, 0 replies; 36+ messages in thread
From: Gerd Hoffmann @ 2016-06-22 11:42 UTC (permalink / raw)
  To: linux-rpi-kernel; +Cc: Eric Anholt, linux-mmc, Gerd Hoffmann, linux-arm-kernel

  Hi,

Here is the bcm2835-sdhost driver.  Patches 1+2 are unmodified from
Eric, patches 3+4 are incremental fixes.  Left them separate for now,
to make it easier to review, should probably squashed in for the final
version.  Patch 5 adds it to the device tree, in disabled state.

Actually enabling the thing depends on a bunch of changes in the gpio
handling of the device tree.  Leaving that for another day ...

cheers,
  Gerd

Eric Anholt (2):
  dt-bindings: Add binding for brcm,bcm2835-sdhost.
  mmc: bcm2835-sdhost: Add new driver for the internal SD controller.

Gerd Hoffmann (3):
  mmc: bcm2835-sdhost: zap mmiowb() [fixup]
  mmc: bcm2835-sdhost: reset tweaks. [fixup]
  mmc: bcm2835-sdhost: add to devicetree

 .../devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt |    3 +
 .../bindings/mmc/brcm,bcm2835-sdhost.txt           |   24 +
 arch/arm/boot/dts/bcm283x.dtsi                     |    8 +
 drivers/mmc/host/Kconfig                           |    9 +
 drivers/mmc/host/Makefile                          |    1 +
 drivers/mmc/host/bcm2835-sdhost.c                  | 1652 ++++++++++++++++++++
 6 files changed, 1697 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/mmc/brcm,bcm2835-sdhost.txt
 create mode 100644 drivers/mmc/host/bcm2835-sdhost.c

-- 
1.8.3.1

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

end of thread, other threads:[~2016-09-17 10:02 UTC | newest]

Thread overview: 36+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-22 11:42 [PATCH 0/5] mmc: bcm2835-sdhost: Add new driver for the internal SD controller Gerd Hoffmann
2016-06-22 11:42 ` Gerd Hoffmann
2016-06-22 11:42 ` [PATCH 1/5] dt-bindings: Add binding for brcm,bcm2835-sdhost Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-06-24 15:55   ` Rob Herring
2016-06-24 15:55     ` Rob Herring
2016-06-24 15:55     ` Rob Herring
2016-06-22 11:42 ` [PATCH 2/5] mmc: bcm2835-sdhost: Add new driver for the internal SD controller Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-08-31 12:58   ` Ulf Hansson
2016-08-31 12:58     ` Ulf Hansson
2016-08-31 12:58     ` Ulf Hansson
2016-09-08 15:08     ` Gerd Hoffmann
2016-09-08 15:08       ` Gerd Hoffmann
2016-09-08 15:08       ` Gerd Hoffmann
2016-09-09 18:25       ` Eric Anholt
2016-09-09 18:25         ` Eric Anholt
2016-09-09 18:25         ` Eric Anholt
2016-09-17 10:02         ` Ulf Hansson
2016-09-17 10:02           ` Ulf Hansson
2016-09-17 10:02           ` Ulf Hansson
2016-06-22 11:42 ` [PATCH 3/5] mmc: bcm2835-sdhost: zap mmiowb() [fixup] Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-06-22 11:42 ` [PATCH 4/5] mmc: bcm2835-sdhost: reset tweaks. [fixup] Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-06-22 11:42 ` [PATCH 5/5] mmc: bcm2835-sdhost: add to devicetree Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-06-22 11:42   ` Gerd Hoffmann
2016-06-22 14:41 ` [PATCH 0/5] mmc: bcm2835-sdhost: Add new driver for the internal SD controller Ulf Hansson
2016-06-22 14:41   ` Ulf Hansson
2016-06-22 17:02   ` Gerd Hoffmann
2016-06-22 17:02     ` Gerd Hoffmann

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.