aboutsummaryrefslogtreecommitdiff
path: root/Documentation/memory-devices
AgeCommit message (Collapse)AuthorFilesLines
2019-07-15docs: add a memory-devices subdir to driver-apiMauro Carvalho Chehab1-64/+0
There are two docs describing memory device drivers. Add both to this new chapter of the driver-api. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2019-07-15docs: memory-devices: convert ti-emif.txt to ReSTMauro Carvalho Chehab1-10/+17
Prepare this file to be moved to a kernel book by converting it to ReST format and renaming it to ti-emif.rst. While this is not part of any book, mark it as :orphan:, in order to avoid build warnings. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
2012-05-02memory: emif: add basic infrastructure for EMIF driverAneesh V1-0/+57
EMIF is an SDRAM controller used in various Texas Instruments SoCs. EMIF supports, based on its revision, one or more of LPDDR2/DDR2/DDR3 protocols. Add the basic infrastructure for EMIF driver that includes driver registration, probe, parsing of platform data etc. Signed-off-by: Aneesh V <[email protected]> Reviewed-by: Santosh Shilimkar <[email protected]> Reviewed-by: Benoit Cousson <[email protected]> [[email protected]: Moved to drivers/memory from drivers/misc] Signed-off-by: Santosh Shilimkar <[email protected]> Tested-by: Lokesh Vutla <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>