aboutsummaryrefslogtreecommitdiff
path: root/drivers/memory
AgeCommit message (Expand)AuthorFilesLines
2017-07-04Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-3/+6
2017-06-18Merge tag 'omap-for-v4.13/gpmc-signed' of git://git.kernel.org/pub/scm/linux/...Gravatar Olof Johansson 1-3/+6
2017-06-12Merge 4.12-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 1-1/+1
2017-06-03memory: ti-aemif: Handle return value of clk_prepare_enableGravatar Arvind Yadav 1-1/+4
2017-06-01Merge tag 'at91-4.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Olof Johansson 1-1/+1
2017-05-31memory: omap-gpmc: add error message if bank-width property is absentGravatar Uwe Kleine-König 1-1/+4
2017-05-31memory: omap-gpmc: make dts snippet include semicolonGravatar Uwe Kleine-König 1-2/+2
2017-05-16memory: omap-gpmc: Fix debug output for access widthGravatar Tony Lindgren 1-1/+1
2017-05-15memory: atmel-ebi: mark PM ops as __maybe_unusedGravatar Arnd Bergmann 1-1/+1
2017-05-11Merge tag 'for-linus-20170510' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 1-1/+1
2017-05-03Merge tag 'mfd-next-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 2-384/+201
2017-04-27memory: atmel-ebi: Add PM opsGravatar Boris Brezillon 1-0/+20
2017-04-27memory: atmel-ebi: Add missing ->numcs assignmentGravatar Boris Brezillon 1-0/+1
2017-04-27memory: atmel-ebi: Change naming schemeGravatar Boris Brezillon 1-60/+60
2017-04-27memory: atmel-ebi: Stop using reg_field objects for simple thingsGravatar Boris Brezillon 1-42/+13
2017-04-27memory: atmel-ebi: Simplify SMC config codeGravatar Boris Brezillon 2-303/+128
2017-03-16memory: ifc: Update dependency of IFC for LS1021AGravatar Alison Wang 1-1/+1
2017-03-06Merge tag 'v4.11-rc1' into omap-for-v4.11/fixesGravatar Tony Lindgren 3-52/+87
2017-02-28ARM: OMAP2+: gpmc-onenand: propagate error on initialization failureGravatar Ladislav Michl 1-3/+1
2017-02-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 2-51/+80
2017-01-29Merge tag 'at91-ab-4.11-drivers2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 1-34/+65
2017-01-29Merge tag 'tegra-for-4.11-memory' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 1-4/+1
2017-01-27memory: atmel-ebi: Enable the SMC clock if specifiedGravatar Boris Brezillon 1-14/+37
2017-01-27memory: atmel-ebi: Properly handle multiple reference to the same CSGravatar Boris Brezillon 1-19/+27
2017-01-27memory: atmel-ebi: Fix the test to enable generic SMC logicGravatar Boris Brezillon 1-1/+1
2017-01-25memory: tegra: Add a missing 'of_node_put()' callGravatar Christophe Jaillet 1-4/+1
2017-01-19memory: aemif: allow passing device lookup table as platform dataGravatar Bartosz Golaszewski 1-1/+7
2017-01-10memory/atmel-ebi: Fix ns <-> cycles conversionsGravatar Boris Brezillon 1-13/+14
2016-11-30Merge tag 'davinci-for-v4.10/drivers-2' of git://git.kernel.org/pub/scm/linux...Gravatar Arnd Bergmann 1-3/+1
2016-11-23memory: da8xx-ddrctl: drop the call to of_flat_dt_get_machine_name()Gravatar Bartosz Golaszewski 1-3/+1
2016-11-18Merge tag 'at91-ab-4.10-drivers' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Olof Johansson 2-6/+2
2016-11-14memory: davinci: add support for da8xx DDR2/mDDR controllerGravatar Bartosz Golaszewski 3-0/+184
2016-10-20memory: atmel-sdramc: use builtin_platform_driver to simplify the codeGravatar Wei Yongjun 1-5/+1
2016-10-20memory: atmel-ebi: fix return value check in at91_ebi_dev_disable()Gravatar Wei Yongjun 1-1/+1
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 3-26/+8
2016-10-03Merge tag 'char-misc-4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2016-09-15Merge tag 'at91-ab-4.9-drivers' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Arnd Bergmann 2-11/+3
2016-09-03Merge commit 'http://github.com/rogerq/linux gpmc-omap-v4.8-rc1' into next/dr...Gravatar Arnd Bergmann 1-14/+7
2016-08-31memory: atmel-sdramc: fix a possible NULL dereferenceGravatar LABBE Corentin 1-3/+1
2016-08-31fix:memory:of_memory:add missing header dependenciesGravatar Baoyou Xie 1-0/+1
2016-08-29memory: omap-gpmc: make gpmc_clk_ticks_to_ns() staticGravatar Baoyou Xie 1-2/+2
2016-08-29memory: omap-gpmc: use devm_gpiochip_add_data()Gravatar Linus Walleij 1-10/+2
2016-08-29memory: omap-gpmc: Delete an unnecessary check before the function call "gpio...Gravatar Markus Elfring 1-3/+1
2016-08-08memory: atmel-ebi: use PTR_ERR_OR_ZERO() to simplify the codeGravatar Wei Yongjun 1-8/+2
2016-08-08memory: omap-gpmc: allow probe of child nodes to failGravatar Johan Hovold 1-14/+7
2016-08-02Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtdGravatar Linus Torvalds 2-2/+4
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 8-117/+867
2016-08-01Merge tag 'iommu-updates-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-18/+149
2016-07-30Merge tag 'devicetree-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-2/+1
2016-07-26Merge branches 'x86/amd', 'x86/vt-d', 'arm/exynos', 'arm/mediatek', 'arm/msm'...Gravatar Joerg Roedel 1-18/+149