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