aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/atmel-ebi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-07memory: atmel-ebi: switch to SPDX license identifiersTudor Ambarus1-4/+1
2019-11-07memory: atmel-ebi: move NUM_CS definition inside EBI driverTudor Ambarus1-2/+4
2019-03-21memory: atmel-ebi: add sam9x60 EBI supportTudor Ambarus1-0/+14
2019-03-21memory: atmel-ebi: add generic name for ebi regmapTudor Ambarus1-7/+16
2018-08-27memory: atmel-ebi: Use struct_size() in devm_kzalloc()Gustavo A. R. Silva1-2/+1
2017-09-10Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-9/+8
2017-09-05mfd: syscon: atmel-smc: Add helper to retrieve register layoutLudovic Desroches1-4/+9
2017-08-16memory: Convert to using %pOF instead of full_nameRob Herring1-9/+8
2017-07-26memory: atmel-ebi: Fix smc cycle xlate converterAlexander Dahl1-1/+1
2017-07-26memory: atmel-ebi: Allow t_DF timings of zero nsAlexander Dahl1-2/+4
2017-07-26memory: atmel-ebi: Fix smc timing return value evaluationAlexander Dahl1-1/+1
2017-05-15memory: atmel-ebi: mark PM ops as __maybe_unusedArnd Bergmann1-1/+1
2017-04-27memory: atmel-ebi: Add PM opsBoris Brezillon1-0/+20
2017-04-27memory: atmel-ebi: Add missing ->numcs assignmentBoris Brezillon1-0/+1
2017-04-27memory: atmel-ebi: Change naming schemeBoris Brezillon1-60/+60
2017-04-27memory: atmel-ebi: Stop using reg_field objects for simple thingsBoris Brezillon1-42/+13
2017-04-27memory: atmel-ebi: Simplify SMC config codeBoris Brezillon1-303/+127
2017-01-27memory: atmel-ebi: Enable the SMC clock if specifiedBoris Brezillon1-14/+37
2017-01-27memory: atmel-ebi: Properly handle multiple reference to the same CSBoris Brezillon1-19/+27
2017-01-27memory: atmel-ebi: Fix the test to enable generic SMC logicBoris Brezillon1-1/+1
2017-01-10memory/atmel-ebi: Fix ns <-> cycles conversionsBoris Brezillon1-13/+14
2016-10-20memory: atmel-ebi: fix return value check in at91_ebi_dev_disable()Wei Yongjun1-1/+1
2016-08-08memory: atmel-ebi: use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun1-8/+2
2016-06-21memory: atmel-ebi: make it explicitly non-modularPaul Gortmaker1-7/+2
2016-06-02memory: add Atmel EBI (External Bus Interface) driverBoris Brezillon1-0/+771