[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1417029919.git.d-gerlach@ti.com>
Date: Wed, 26 Nov 2014 15:39:04 -0600
From: Dave Gerlach <d-gerlach@...com>
To: <linux-arm-kernel@...ts.infradead.org>,
<linux-kernel@...r.kernel.org>, <linux-omap@...r.kernel.org>,
<devicetree@...r.kernel.org>
CC: Tony Lindgren <tony@...mide.com>,
Benoit Cousson <bcousson@...libre.com>,
Kevin Hilman <khilman@...aro.org>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Dave Gerlach <d-gerlach@...com>
Subject: [RFC PATCH 0/3] memory: Introduce ti-emif-sram driver
Hi,
This patch set adds support for the PM functionality of the Texas
Instruments AM335x EMIF and is part of the larger AM335x Suspend
patch series. This driver is required for am335x suspend to work
properly. A branch based on v3.18-rc6 containing showing all
required patches for am335x suspend can be found here [1] to show
how this fits into the bigger picture.
This patch was split off from v4 of the am335x suspend series, previous
discussion can be found here [2].
This code can be used by both AM335x and AM437x and is required for
suspend to work on both platforms. See Patch 2 commit log for description
on why patch is needed.
Regards,
Dave
[1] https://github.com/dgerlach/linux-pm/tree/rfc-pm-am335x-v3.18-rc6
[2] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-July/272329.html
Dave Gerlach (3):
Documentation: dt: add ti,am3352-emif bindings
memory: ti-emif-sram: introduce relocatable suspend/resume handlers
ARM: dts: am33xx: Add emif node
.../bindings/memory-controllers/ti/emif-sram.txt | 31 +++
arch/arm/boot/dts/am33xx.dtsi | 6 +
drivers/memory/Kconfig | 10 +
drivers/memory/Makefile | 3 +
drivers/memory/emif.h | 8 +
drivers/memory/ti-emif-sram-pm.S | 233 +++++++++++++++++++++
drivers/memory/ti-emif-sram.c | 195 +++++++++++++++++
include/linux/ti-emif-sram.h | 26 +++
8 files changed, 512 insertions(+)
create mode 100644 Documentation/devicetree/bindings/memory-controllers/ti/emif-sram.txt
create mode 100644 drivers/memory/ti-emif-sram-pm.S
create mode 100644 drivers/memory/ti-emif-sram.c
create mode 100644 include/linux/ti-emif-sram.h
--
2.1.0
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists