summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-05-25memory: tegra: Fix integer overflow on tick value calculationDmitry Osipenko1-1/+1
2018-08-03memory: tegra: Apply interrupts mask per SoCDmitry Osipenko7-18/+27
2018-08-03memory: tegra: Do not handle spurious interruptsDmitry Osipenko1-1/+4
2017-12-14ARM: OMAP2+: gpmc-onenand: propagate error on initialization failureLadislav Michl3-9/+10
2017-03-15memory/atmel-ebi: Fix ns <-> cycles conversionsBoris Brezillon1-13/+14
2016-10-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds52-290/+3789
2016-10-04Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds129-2805/+4040
2016-09-14Merge tag 'at91-ab-4.9-drivers' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann2-11/+3
2016-09-02Merge commit 'http://github.com/rogerq/linux gpmc-omap-v4.8-rc1' into next/dr...Arnd Bergmann1-14/+7
2016-08-31memory: atmel-sdramc: fix a possible NULL dereferenceLABBE Corentin1-3/+1
2016-08-31fix:memory:of_memory:add missing header dependenciesBaoyou Xie1-0/+1
2016-08-29memory: omap-gpmc: make gpmc_clk_ticks_to_ns() staticBaoyou Xie1-2/+2
2016-08-29memory: omap-gpmc: use devm_gpiochip_add_data()Linus Walleij1-10/+2
2016-08-29memory: omap-gpmc: Delete an unnecessary check before the function call "gpio...Markus Elfring1-3/+1
2016-08-08memory: atmel-ebi: use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-8/+2
2016-08-08memory: omap-gpmc: allow probe of child nodes to failJohan Hovold1-14/+7
2016-08-02Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdLinus Torvalds45-256/+5837
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds140-2641/+4776
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds28-1659/+2316
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds116-423/+1521
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'...Joerg Roedel28-1659/+2316
2016-07-14Merge tag 'samsung-drivers-4.8-3' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann3-3/+3
2016-07-14memory: Update dependency of IFC for LayerscapeRaghav Dogra3-3/+5
2016-07-07Merge tag 'tegra-for-4.8-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2-9/+9
2016-07-06memory: samsung: exynos-srom: Fix wrong count of registersSeung-Woo Kim1-1/+1
2016-07-06Merge tag 'samsung-drivers-4.8-2' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2-61/+46
2016-07-05Merge tag 'gpmc-omap-for-v4.8' of https://github.com/rogerq/linux into next/d...Olof Johansson1-73/+63
2016-06-23memory: omap-gpmc: use of_platform_default_populate() to populate default busKefeng Wang1-2/+1
2016-06-21memory: atmel-ebi: make it explicitly non-modularPaul Gortmaker1-7/+2
2016-06-21memory: atmel-sdramc: make it explicitly non-modularPaul Gortmaker1-7/+4
2016-06-21memory/mediatek: add support for mt2701Honghui Zhang1-18/+149
2016-06-20memory: samsung: exynos-srom: make it explicitly non-modularPaul Gortmaker1-18/+3
2016-06-20memory: samsung: endian fixes for IOBen Dooks1-10/+10
2016-06-17memory: omap-gpmc: Move gpio functions out of #ifdef CONFIG_OFRoger Quadros1-63/+63
2016-06-17memory: omap-gpmc: make it explicitly non-modularPaul Gortmaker1-10/+0
2016-06-16memory: omap-gpmc: Fix omap gpmc EXTRADELAY timingOcquidant, Sebastien1-1/+1
2016-06-14memory: tegra: mc: Add missing of_node_put()Amitoj Kaur Chawla1-2/+4
2016-06-14memory: tegra: Delete unneeded of_node_put()Julia Lawall2-6/+2
2016-06-14memory: tegra: tegra124-emc: Add missing of_node_put()Amitoj Kaur Chawla1-1/+3
2016-06-02memory: add Atmel EBI (External Bus Interface) driverBoris Brezillon3-0/+783
2016-05-24Merge tag 'for-linus-20160523' of git://git.infradead.org/linux-mtdLinus Torvalds89-2908/+4338
2016-05-23Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds849-20979/+103413
2016-05-21Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds96-3766/+6410
2016-05-06memory: mtk-smi: export mtk_smi_larb_get/putPhilipp Zabel1-0/+2
2016-05-01memory: of_memory: Silence uninitialized variable warningDan Carpenter1-1/+1
2016-04-19mtd: nand: omap2: rely on generic DT parsing done in nand_scan_ident()Boris Brezillon2-13/+9
2016-04-19mtd/ifc: Add support for IFC controller version 2.0Raghav Dogra3-66/+87
2016-04-18memory: samsung: exynos-srom: Add support for bank configurationPavel Fedin3-4/+60
2016-04-18memory: Add support for Exynos SROM driverPankaj Dubey6-0/+242
2016-04-15memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regsRoger Quadros2-2/+3
[next]