02 Jul, 2020

1 commit

  • Add the memory driver for Renesas RPC-IF which registers either SPI or
    HyperFLash device depending on the contents of the device tree subnode.
    It also provides the absract "back end" device APIs that can be used by
    the "front end" SPI/MTD drivers to talk to the real hardware.

    Based on the original patch by Mason Yang .

    Signed-off-by: Sergei Shtylyov
    Link: https://lore.kernel.org/r/9a3606ec-d4d0-c63a-4fb6-631ab38e621c@cogentembedded.com
    Signed-off-by: Mark Brown

    Sergei Shtylyov
     

17 Jun, 2019

1 commit

  • Now that jedec_ddr_data.c was moved from lib/ to drivers/memory/,
    is included only from drivers/memory/.

    Make it a local header of drivers/memory/.

    The directory include/memory is now gone.

    While I am here, I also changed #include to
    . Because CONFIG_DDR is bool, jedec_ddr_data.c is
    never compiled as a module.

    Signed-off-by: Masahiro Yamada
    Signed-off-by: Olof Johansson

    Masahiro Yamada
     

02 May, 2012

1 commit

  • add LPDDR2 data from the JEDEC spec JESD209-2. The data
    includes:

    1. Addressing information for LPDDR2 memories of different
    densities and types(S2/S4)
    2. AC timing data.

    This data will useful for memory controller device drivers.
    Right now this is used by the TI EMIF SDRAM controller
    driver.

    Signed-off-by: Aneesh V
    Reviewed-by: Santosh Shilimkar
    Reviewed-by: Benoit Cousson
    [santosh.shilimkar@ti.com: Moved to drivers/memory from drivers/misc]
    Signed-off-by: Santosh Shilimkar
    Tested-by: Lokesh Vutla
    Signed-off-by: Greg Kroah-Hartman

    Aneesh V