devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] add minimal bcm2835-sdram driver
@ 2016-05-12 12:38 kernel
  2016-05-12 12:38 ` [PATCH 1/4] dt: bindings: add bcm2835-memory-controller documentation kernel
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: kernel @ 2016-05-12 12:38 UTC (permalink / raw)
  To: Rob Herring, Pawel Moll, Mark Rutland, Stephen Warren, Lee Jones,
	Eric Anholt, Russell King, devicetree, linux-rpi-kernel,
	linux-arm-kernel, linux-kernel
  Cc: Martin Sperl

From: Martin Sperl <kernel@martin.sperl.org>

As the sdram clock is a critical clock to the system
the minimal bcm2835-sdram driver claims (and enables)
this clock and also exposes the corresponding sdram
registers via debugfs.

Martin Sperl (4):
  dt: bindings: add bcm2835-memory-controller documentation
  memory: bcm2835: add bcm2835-memory controller
  ARM: dts: bcm2835: add the bcm2835-sdram-controller to the dt
  ARM: bcm2835_defconfig: add bcm2835-sdram controller

 .../memory-controllers/brcm,bcm2835-sdram.txt      |  16 +++
 arch/arm/boot/dts/bcm283x.dtsi                     |   6 +
 arch/arm/configs/bcm2835_defconfig                 |   1 +
 drivers/memory/Kconfig                             |   7 +
 drivers/memory/Makefile                            |   1 +
 drivers/memory/bcm2835-sdram.c                     | 152 +++++++++++++++++++++
 6 files changed, 183 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/brcm,bcm2835-sdram.txt
 create mode 100644 drivers/memory/bcm2835-sdram.c

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

end of thread, other threads:[~2016-05-16 16:04 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-12 12:38 [PATCH 0/4] add minimal bcm2835-sdram driver kernel
2016-05-12 12:38 ` [PATCH 1/4] dt: bindings: add bcm2835-memory-controller documentation kernel
     [not found]   ` <1463056732-5607-2-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
2016-05-16 16:04     ` Rob Herring
2016-05-12 12:38 ` [PATCH 2/4] memory: bcm2835: add bcm2835-memory controller kernel
2016-05-12 12:38 ` [PATCH 3/4] ARM: dts: bcm2835: add the bcm2835-sdram-controller to the dt kernel
2016-05-12 14:56   ` Stefan Wahren
     [not found]     ` <73859954.21004.36a104a6-5284-487f-b397-da7ff0407f1f.open-xchange-7tX72C7vayboQLBSYMtkGA@public.gmane.org>
2016-05-12 16:00       ` Martin Sperl
2016-05-12 12:38 ` [PATCH 4/4] ARM: bcm2835_defconfig: add bcm2835-sdram controller kernel
     [not found] ` <1463056732-5607-1-git-send-email-kernel-TqfNSX0MhmxHKSADF0wUEw@public.gmane.org>
2016-05-12 14:50   ` [PATCH 0/4] add minimal bcm2835-sdram driver Stefan Wahren
2016-05-12 15:28     ` Martin Sperl
2016-05-12 15:55       ` Stefan Wahren
     [not found]         ` <527736177.22944.36a104a6-5284-487f-b397-da7ff0407f1f.open-xchange-7tX72C7vayboQLBSYMtkGA@public.gmane.org>
2016-05-12 16:03           ` Martin Sperl
2016-05-12 18:15   ` Eric Anholt
     [not found]     ` <87twi39m80.fsf-omZaPlIz5HhaEpDpdNBo/KxOck334EZe@public.gmane.org>
2016-05-12 19:46       ` Martin Sperl

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).