All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv6 0/2] socfpga: support suspend to ram*
@ 2015-06-02 18:35 ` Alan Tull
  0 siblings, 0 replies; 23+ messages in thread
From: Alan Tull @ 2015-06-02 18:35 UTC (permalink / raw)
  To: linux-arm-kernel

Support suspend to ram on socfpga.
  * allocate space in ocram using sram driver.
  * Add a function in ocram to place DDR in self-refresh
    and suspend.
  * Prevent suspend if EDAC is enabled.
  * Add a device tree binding document for the Altera
    SOCFPGA SDRAM controller that is used to put DDR in
    self-refresh mode.

Alan Tull (2):
  ARM: socfpga: support suspend to ram
  ARM: socfpga: dts: add sdram controller dt binding doc

 .../arm/altera/socfpga-sdram-controller.txt        |   12 ++
 arch/arm/mach-socfpga/Kconfig                      |   10 +-
 arch/arm/mach-socfpga/Makefile                     |    1 +
 arch/arm/mach-socfpga/core.h                       |    6 +-
 arch/arm/mach-socfpga/pm.c                         |  149 ++++++++++++++++++++
 arch/arm/mach-socfpga/self-refresh.S               |  136 ++++++++++++++++++
 arch/arm/mach-socfpga/socfpga.c                    |    6 +-
 drivers/edac/altera_edac.c                         |   20 +++
 8 files changed, 337 insertions(+), 3 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/altera/socfpga-sdram-controller.txt
 create mode 100644 arch/arm/mach-socfpga/pm.c
 create mode 100644 arch/arm/mach-socfpga/self-refresh.S

-- 
1.7.9.5

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

end of thread, other threads:[~2015-06-09  9:47 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 18:35 [PATCHv6 0/2] socfpga: support suspend to ram* Alan Tull
2015-06-02 18:35 ` Alan Tull
2015-06-02 18:35 ` Alan Tull
2015-06-02 18:35 ` [PATCHv6 1/2] ARM: socfpga: support suspend to ram Alan Tull
2015-06-02 18:35   ` Alan Tull
2015-06-02 18:35   ` Alan Tull
2015-06-09  9:46   ` Pavel Machek
2015-06-09  9:46     ` Pavel Machek
2015-06-09  9:46     ` Pavel Machek
2015-06-02 18:35 ` [PATCHv6 2/2] ARM: socfpga: dts: add sdram controller dt binding doc Alan Tull
2015-06-02 18:35   ` Alan Tull
2015-06-02 18:35   ` Alan Tull
2015-06-02 19:22 ` [PATCHv6 0/2] socfpga: support suspend to ram* Dinh Nguyen
2015-06-02 19:22   ` Dinh Nguyen
2015-06-02 19:22   ` Dinh Nguyen
2015-06-04 22:35   ` Dinh Nguyen
2015-06-04 22:35     ` Dinh Nguyen
2015-06-04 22:35     ` Dinh Nguyen
2015-06-05 13:14     ` Dinh Nguyen
2015-06-05 13:14       ` Dinh Nguyen
2015-06-05 13:14       ` Dinh Nguyen
2015-06-05 14:11       ` atull
2015-06-05 14:11         ` atull

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.