devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv10 0/2] Addition of Altera EDAC support
@ 2014-08-11 15:18 tthayer
  2014-08-11 15:18 ` [PATCHv10 1/2] edac: altera: Add Altera SDRAM " tthayer
  2014-08-11 15:18 ` [PATCHv10 2/2] arm: dts: Add Altera SDRAM EDAC bindings & devicetree entries tthayer
  0 siblings, 2 replies; 19+ messages in thread
From: tthayer @ 2014-08-11 15:18 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 EDAC support is added in this
patch series. The SDRAM controller shares its registers with
the EDAC, and 2 upcoming drivers (fpga bridge and power control).
This series of patches started using the syscon driver to share
the SDRAM controller registers but met with resistance. 

In the last series of patches, this was changed to using an
MFD for the SDRAM but the suggested changes began to look more 
like the syscon interface. As a result, I'm resubmitting this
with syscon and addressing some of the objections to the use
of syscon. 

Thor Thayer (2):
  edac: altera: Add Altera SDRAM EDAC support.
  arm: dts: Add Altera SDRAM EDAC bindings & devicetree entries.

 .../bindings/arm/altera/socfpga-sdram-edac.txt     |   15 +
 MAINTAINERS                                        |    5 +
 arch/arm/boot/dts/socfpga.dtsi                     |   11 +
 drivers/edac/Kconfig                               |    9 +
 drivers/edac/Makefile                              |    2 +
 drivers/edac/altera_edac.c                         |  410 ++++++++++++++++++++
 6 files changed, 452 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-sdram-edac.txt
 create mode 100644 drivers/edac/altera_edac.c

-- 
1.7.9.5

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

end of thread, other threads:[~2014-09-04 18:56 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-11 15:18 [PATCHv10 0/2] Addition of Altera EDAC support tthayer
2014-08-11 15:18 ` [PATCHv10 1/2] edac: altera: Add Altera SDRAM " tthayer
2014-08-14 18:49   ` Pavel Machek
2014-08-26 18:38     ` Thor Thayer
2014-08-29 16:02   ` Borislav Petkov
2014-09-04 18:56     ` Dinh Nguyen
2014-08-11 15:18 ` [PATCHv10 2/2] arm: dts: Add Altera SDRAM EDAC bindings & devicetree entries tthayer
2014-08-14 18:49   ` Pavel Machek
2014-08-26 18:39     ` Thor Thayer
2014-08-26 20:28       ` Dinh Nguyen
2014-08-26 21:25         ` Dinh Nguyen
2014-08-27  6:36         ` Borislav Petkov
2014-08-27 13:06           ` Dinh Nguyen
2014-08-15  6:42   ` Steffen Trumtrar
2014-08-15 16:07     ` atull
2014-08-15 16:41       ` Steffen Trumtrar
2014-08-15 16:47       ` Thor Thayer
2014-08-15 16:54         ` Steffen Trumtrar
2014-09-03  2:30   ` Dinh Nguyen

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