memory: emif: add device tree support to emif driver
authorAneesh V <aneesh@ti.com>
Fri, 17 Aug 2012 08:35:15 +0000 (14:05 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 23:14:31 +0000 (16:14 -0700)
commite6b42eb6a66c188642aeb447312938c6f6ebee86
tree0deb9e5d95c2668041034fdfd701c60123bb78e2
parent6f1cbd4a25c58323b57f1374e827c363b44683cb
memory: emif: add device tree support to emif driver

Device tree support for the EMIF driver. LPDDR2 generic timings
extraction from device is managed using couple of helper
functions which can be used by other memory controller
drivers.

Reviewed-by: Benoit Cousson <b-cousson@ti.com>
Reviewed-by: Grant Likely <grant.likely@secretlab.ca>
Tested-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Aneesh V <aneesh@ti.com>
Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/memory/Makefile
drivers/memory/emif.c
drivers/memory/of_memory.c [new file with mode: 0644]
drivers/memory/of_memory.h [new file with mode: 0644]