devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv9 0/3] Addition of Altera EDAC support.
@ 2014-07-30 18:22 tthayer
       [not found] ` <1406744573-609-1-git-send-email-tthayer-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org>
  2014-07-30 18:22 ` [PATCHv9 3/3] arm: dts: Add Altera SDRAM controller bindings tthayer
  0 siblings, 2 replies; 13+ messages in thread
From: tthayer @ 2014-07-30 18:22 UTC (permalink / raw)
  To: robherring2, pawel.moll, mark.rutland, ijc+devicetree, galak, rob,
	linux, atull, delicious.quinoa, dinguyen, dougthompson,
	grant.likely, bp, sameo, lee.jones
  Cc: devicetree, linux-doc, linux-edac, linux-kernel, linux-arm-kernel,
	tthayer.linux, tthayer

From: Thor Thayer <tthayer@opensource.altera.com>

The Altera SDRAM controller and EDAC support are added in this
patch series. The SDRAM controller is an MFD so that multiple
drivers can access it's registers.

Thor Thayer (3):
  mfd: altera: Add Altera SDRAM Controller
  edac: altera: Add Altera EDAC support.
  arm: dts: Add Altera SDRAM controller bindings

 .../devicetree/bindings/arm/altera/socfpga-sdr.txt |   13 +
 MAINTAINERS                                        |    6 +
 arch/arm/boot/dts/socfpga.dtsi                     |   10 +
 drivers/edac/Kconfig                               |   10 +
 drivers/edac/Makefile                              |    2 +
 drivers/edac/altera_edac.c                         |  293 ++++++++++++++++++++
 drivers/mfd/Kconfig                                |    7 +
 drivers/mfd/Makefile                               |    1 +
 drivers/mfd/altera-sdr.c                           |  162 +++++++++++
 include/linux/mfd/altera-sdr.h                     |  102 +++++++
 10 files changed, 606 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-sdr.txt
 create mode 100644 drivers/edac/altera_edac.c
 create mode 100644 drivers/mfd/altera-sdr.c
 create mode 100644 include/linux/mfd/altera-sdr.h

-- 
1.7.9.5

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

end of thread, other threads:[~2014-08-18 14:44 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-30 18:22 [PATCHv9 0/3] Addition of Altera EDAC support tthayer
     [not found] ` <1406744573-609-1-git-send-email-tthayer-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx@public.gmane.org>
2014-07-30 18:22   ` [PATCHv9 1/3] mfd: altera: Add Altera SDRAM Controller tthayer-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx
2014-07-31  8:26     ` Lee Jones
2014-07-31 20:00       ` Thor Thayer
2014-08-01  8:13         ` Lee Jones
2014-08-01 22:27           ` Thor Thayer
2014-08-02 17:08             ` Steffen Trumtrar
2014-08-04 16:09               ` Thor Thayer
2014-08-04  8:41             ` Lee Jones
2014-07-30 18:22   ` [PATCHv9 2/3] edac: altera: Add Altera EDAC support tthayer-yzvPICuk2ABMcg4IHK0kFoH6Mc4MB0Vx
2014-07-30 18:22 ` [PATCHv9 3/3] arm: dts: Add Altera SDRAM controller bindings tthayer
2014-08-18  0:50   ` Rob Herring
2014-08-18 14:44     ` Thor Thayer

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