linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [RFC v4 PATCH 0/4] dt: device tree support for TI EMIF driver
@ 2012-02-04 12:42 Aneesh V
  2012-02-04 12:42 ` [RFC v4 PATCH 1/4] dt: device tree bindings for LPDDR2 memories Aneesh V
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Aneesh V @ 2012-02-04 12:42 UTC (permalink / raw)
  To: linux-arm-kernel

This series adds device tree support for TI EMIF SDRAM controller
driver. For this, a binding has been added for representing AC timing
parameters and other details of LPDDR2 memories.

This series depends on the series for adding EMIF driver [1]

Changes in RFC v3:
* Removed support for DDR3
* Incorporated review comments from Olof

Changes from RFC v3 to RFC v4:
* Added a new patch to add DT support in the EMIF driver

[1] http://marc.info/?l=linux-omap&m=132835811606125&w=2

Aneesh V (4):
  dt: device tree bindings for LPDDR2 memories
  dt: emif: device tree bindings for TI's EMIF sdram controller
  arm: dts: EMIF and LPDDR2 device tree data for OMAP4 boards
  misc: emif: add device tree support to emif driver

 .../devicetree/bindings/lpddr2/lpddr2-timings.txt  |   54 ++++
 .../devicetree/bindings/lpddr2/lpddr2.txt          |  102 +++++++
 .../bindings/memory-controllers/ti/emif.txt        |   55 ++++
 arch/arm/boot/dts/elpida_ecb240abacn.dtsi          |   71 +++++
 arch/arm/boot/dts/omap4-panda.dts                  |   13 +
 arch/arm/boot/dts/omap4-sdp.dts                    |   13 +
 arch/arm/boot/dts/omap4.dtsi                       |   18 ++
 drivers/misc/emif.c                                |  281 +++++++++++++++++++-
 8 files changed, 606 insertions(+), 1 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/lpddr2/lpddr2-timings.txt
 create mode 100644 Documentation/devicetree/bindings/lpddr2/lpddr2.txt
 create mode 100644 Documentation/devicetree/bindings/memory-controllers/ti/emif.txt
 create mode 100644 arch/arm/boot/dts/elpida_ecb240abacn.dtsi

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

end of thread, other threads:[~2012-02-23 11:05 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-04 12:42 [RFC v4 PATCH 0/4] dt: device tree support for TI EMIF driver Aneesh V
2012-02-04 12:42 ` [RFC v4 PATCH 1/4] dt: device tree bindings for LPDDR2 memories Aneesh V
2012-02-04 12:42 ` [RFC v4 PATCH 2/4] dt: emif: device tree bindings for TI's EMIF sdram controller Aneesh V
2012-02-04 12:42 ` [RFC v4 PATCH 3/4] arm: dts: EMIF and LPDDR2 device tree data for OMAP4 boards Aneesh V
2012-02-04 12:42 ` [RFC v4 PATCH 4/4] misc: emif: add device tree support to emif driver Aneesh V
2012-02-23 11:05 ` [RFC v4 PATCH 0/4] dt: device tree support for TI EMIF driver Aneesh V

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