summaryrefslogtreecommitdiffstats
path: root/drivers/memory
Commit message (Expand)AuthorAgeFilesLines
* memory: atmel-ebi: Fix missing of_node_put in atmel_ebi_probeMiaoqian Lin2022-04-201-6/+17
* memory: emif: check the pointer temp in get_device_details()Jia-Ju Bai2022-04-151-1/+1
* memory: emif: Add check for setup_interruptsJiasheng Jiang2022-04-151-2/+4
* memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probeDongliang Mu2021-11-261-7/+6
* memory: fsl_ifc: fix leak of private memory on probe failureKrzysztof Kozlowski2021-07-201-2/+2
* memory: fsl_ifc: fix leak of IO mapping on probe failureKrzysztof Kozlowski2021-07-201-2/+2
* memory: atmel-ebi: add missing of_node_put for loop iterationKrzysztof Kozlowski2021-07-201-1/+3
* memory: gpmc: fix out of bounds read and dereference on gpmc_cs[]Colin Ian King2021-05-221-2/+5
* memory: ti-aemif: Drop child node when jumping out loopPan Bian2021-03-041-2/+6
* memory: emif: Remove bogus debugfs error handlingDan Carpenter2020-11-051-28/+5
* memory: fsl-corenet-cf: Fix handling of platform_get_irq() errorKrzysztof Kozlowski2020-10-301-4/+2
* memory: omap-gpmc: Fix build error without CONFIG_OFYueHaibing2020-10-301-0/+4
* memory: omap-gpmc: Fix a couple off by onesDan Carpenter2020-10-301-2/+2
* memory: tegra: Don't invoke Tegra30+ specific memory timing setup on Tegra20Dmitry Osipenko2020-01-271-5/+6
* memory: omap-gpmc: Get the header of the enumLinus Walleij2019-12-051-0/+1
* memory: tegra: Fix integer overflow on tick value calculationDmitry Osipenko2019-05-251-1/+1
* memory: ti-aemif: fix a potential NULL-pointer dereferenceBartosz Golaszewski2018-09-061-1/+1
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-232-10/+39
|\
| * Merge tag 'tegra-for-4.19-memory' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2018-07-141-10/+6
| |\
| | * memory: tegra: Correct driver probe orderDmitry Osipenko2018-07-101-10/+6
| * | memory: ti-emif-sram: Add resume function to recopy sram codeDave Gerlach2018-06-261-0/+33
| |/
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\ \
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
| |/
* | drivers/memory/Kconfig: Add CONFIG_OF dependencyAnders Roxell2018-07-311-1/+1
* | memory: jz4780-nemc: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon2018-07-191-1/+2
* | memory: fsl_ifc: Allow selection of this driver when COMPILE_TEST=yBoris Brezillon2018-07-181-1/+2
|/
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-2/+2
|\
| * treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-2/+2
* | Merge tag 'tegra-for-4.18-memory-v2' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2018-05-2511-308/+807
|\ \
| * | memory: tegra: Remove Tegra114 SATA and AFI reset definitionsDmitry Osipenko2018-05-181-2/+0
| * | memory: tegra: Register SMMU after MC driver became readyDmitry Osipenko2018-05-181-9/+9
| * | memory: tegra: Add Tegra210 memory controller hot resetsThierry Reding2018-04-301-0/+45
| * | memory: tegra: Add Tegra124 memory controller hot resetsDmitry Osipenko2018-04-301-0/+42
| * | memory: tegra: Add Tegra114 memory controller hot resetsDmitry Osipenko2018-04-301-0/+33
| * | memory: tegra: Add Tegra30 memory controller hot resetsDmitry Osipenko2018-04-301-0/+33
| * | memory: tegra: Add Tegra20 memory controller hot resetsDmitry Osipenko2018-04-301-0/+118
| * | memory: tegra: Introduce memory client hot resetDmitry Osipenko2018-04-302-0/+212
| * | memory: tegra: Squash tegra20-mc into common tegra-mc driverDmitry Osipenko2018-04-307-277/+290
| * | memory: tegra: Remove unused headers inclusionsDmitry Osipenko2018-04-271-5/+0
| * | memory: tegra: Apply interrupts mask per SoCDmitry Osipenko2018-04-276-18/+25
| * | memory: tegra: Setup interrupts mask before requesting IRQDmitry Osipenko2018-04-271-8/+8
| * | memory: tegra: Do not handle spurious interruptsDmitry Osipenko2018-04-271-1/+4
* | | Merge tag 'arm-soc/for-4.18/drivers' of https://github.com/Broadcom/stblinux ...Olof Johansson2018-05-141-32/+10
|\ \ \
| * | | memory: brcmstb: dpfe: Remove need for dpfe_devFlorian Fainelli2018-05-091-32/+10
| |/ /
* | | Merge tag 'gpmc-omap-for-v4.18' of https://github.com/rogerq/linux into next/...Olof Johansson2018-05-141-2/+2
|\ \ \
| * | | memory: omap-gpmc: Avoid redundant NULL checkRoger Quadros2018-04-241-2/+2
| |/ /
* | | Merge tag 'soc_drivers_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2018-05-141-21/+39
|\ \ \ | |_|/ |/| |
| * | memory: aemif: add support for board filesBartosz Golaszewski2018-04-201-20/+38
| * | memory: aemif: don't rely on kbuild for driver's nameBartosz Golaszewski2018-04-201-1/+1
| |/
* / ARM: OMAP2+: Fix build when using split object directoriesDave Gerlach2018-04-181-71/+1
|/