aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-22Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-69/+289
2015-03-26memory: jz4780-nemc: driver for the NEMC on JZ4780 SoCsAlex Smith3-0/+401
2015-03-06ARM OMAP2+ GPMC: fix programming/showing reserved timing parametersRobert ABEL1-23/+58
2015-03-06ARM OMAP2+ GPMC: fix WAITMONITORINGTIME divider bugRobert ABEL1-27/+103
2015-03-06ARM OMAP2+ GPMC: calculate GPMCFCLKDIVIDER based on WAITMONITORINGTIMERobert ABEL1-7/+79
2015-03-06ARM OMAP2+ GPMC: always program GPMCFCLKDIVIDERRobert ABEL1-11/+6
2015-03-06ARM OMAP2+ GPMC: change get_gpmc_timing_reg output for DTSRobert ABEL1-10/+28
2015-03-06ARM OMAP2+ GPMC: fix debug output alignmentRobert ABEL1-1/+1
2015-03-06ARM OMAP2+ GPMC: add bus childrenRobert ABEL1-2/+16
2015-03-06ARM OMAP2+ GPMC: don't undef DEBUGRobert ABEL1-2/+0
2015-02-25ARM: OMAP2+: gpmc: make gpmc_cs_get_name() staticSemen Protsenko1-1/+1
2015-02-25ARM: OMAP2+: gpmc: Fix writing in gpmc_cs_set_memconfSemen Protsenko1-4/+16
2015-01-29memory/fsl-corenet-cf: Add t1040 supportScott Wood1-2/+34
2014-12-17Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtdLinus Torvalds1-2/+11
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds6-6/+0
2014-12-09Merge tag 'omap-gpmc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds3-0/+2101
2014-12-04memory: Add NVIDIA Tegra memory controller supportThierry Reding10-389/+3272
2014-11-28memory: gpmc: Move omap gpmc code to live under driversTony Lindgren3-0/+2103
2014-11-05fsl_ifc: Support all 8 IFC chip selectsAaron Sierra1-2/+11
2014-10-20memory: drop owner assignment from platform_driversWolfram Sang6-6/+0
2014-08-25Merge tag 'at91-drivers-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mripard/linuxNicolas Ferre3-0/+109
2014-07-29memory: Freescale CoreNet Coherency Fabric error reporting driverScott Wood3-0/+262
2014-07-15memory: add a driver for atmel ram controllersAlexandre Belloni3-0/+109
2014-04-29memory: mvebu-devbus: add a devbus, keep-config propertyThomas Petazzoni1-9/+11
2014-04-29memory: mvebu-devbus: add Orion5x supportThomas Petazzoni1-21/+86
2014-04-29memory: mvebu-devbus: split functionsThomas Petazzoni1-39/+51
2014-04-29memory: mvebu-devbus: use _SHIFT suffixes instead of _BITThomas Petazzoni1-18/+18
2014-04-29memory: mvebu-devbus: use ARMADA_ prefix in definesThomas Petazzoni1-24/+24
2014-04-17memory: mvebu-devbus: fix the conversion of the bus widthThomas Petazzoni1-2/+13
2014-02-28memory: ti-aemif: introduce AEMIF driverIvan Khoronzhuk3-0/+439
2014-02-28powerpc: select MEMORY for FSL_IFC to not break existing .config filesPaul Gortmaker1-0/+4
2014-02-18driver/memory:Move Freescale IFC driver to a common driverPrabhakar Kushwaha2-0/+310
2013-09-06Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-70/+2
2013-08-15tegra: simplify use of devm_ioremap_resourceJulia Lawall2-4/+0
2013-08-12memory: mvebu-devbus: Remove unused variableEzequiel Garcia1-8/+0
2013-08-06memory: mvebu-devbus: Remove address decoding window workaroundEzequiel Garcia1-62/+2
2013-06-17memory: tegra30-mc: Fix IRQ handler.Tuomas Tynkkynen1-3/+6
2013-06-17memory: tegra20-mc: Fix hang in IRQ handler.Tuomas Tynkkynen1-1/+4
2013-05-27Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman1-6/+0
2013-05-21drivers: memory: Introduce Marvell EBU Device Bus driverEzequiel Garcia3-0/+351
2013-05-18drivers/memory: don't check resource with devm_ioremap_resourceWolfram Sang1-6/+0
2013-03-25memory: emif: Load the correct custom config values from dtLokesh Vutla1-3/+4
2013-03-25memory: emif: errata i743: Prohibit usage of Power-Down modeGrygorii Strashko1-0/+35
2013-03-25memory: emif: Fix the incorrect 'size' parameter in memcpyOleksandr Dmytryshyn1-1/+1
2013-03-25memory: emif: use restart if power_off not present when out of specNishanth Menon1-1/+9
2013-03-25memory: emif: Handle devices which are not rated for >85CNishanth Menon1-0/+27
2013-03-25memory: emif: handle overflow for timing for LP modeNishanth Menon1-8/+28
2013-03-25memory: emif: setup LP settings on freq updateAmbresh K1-0/+2
2013-03-25memory: emif: Fix the lpmode timeout calculationLokesh Vutla1-3/+7
2013-03-15drivers: memory: use module_platform_driver_probe()Fabio Porcedda1-11/+1