| Age | Commit message (Collapse) | Author | Files | Lines |
|
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]>
|
|
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]>
|
|
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]>
|