summaryrefslogtreecommitdiffstats
path: root/drivers/memory/atmel-ebi.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-09-101-9/+8
|\
| * memory: Convert to using %pOF instead of full_nameRob Herring2017-08-161-9/+8
* | mfd: syscon: atmel-smc: Add helper to retrieve register layoutLudovic Desroches2017-09-051-4/+9
* | memory: atmel-ebi: Fix smc cycle xlate converterAlexander Dahl2017-07-261-1/+1
* | memory: atmel-ebi: Allow t_DF timings of zero nsAlexander Dahl2017-07-261-2/+4
* | memory: atmel-ebi: Fix smc timing return value evaluationAlexander Dahl2017-07-261-1/+1
|/
* memory: atmel-ebi: mark PM ops as __maybe_unusedArnd Bergmann2017-05-151-1/+1
* memory: atmel-ebi: Add PM opsBoris Brezillon2017-04-271-0/+20
* memory: atmel-ebi: Add missing ->numcs assignmentBoris Brezillon2017-04-271-0/+1
* memory: atmel-ebi: Change naming schemeBoris Brezillon2017-04-271-60/+60
* memory: atmel-ebi: Stop using reg_field objects for simple thingsBoris Brezillon2017-04-271-42/+13
* memory: atmel-ebi: Simplify SMC config codeBoris Brezillon2017-04-271-303/+127
* memory: atmel-ebi: Enable the SMC clock if specifiedBoris Brezillon2017-01-271-14/+37
* memory: atmel-ebi: Properly handle multiple reference to the same CSBoris Brezillon2017-01-271-19/+27
* memory: atmel-ebi: Fix the test to enable generic SMC logicBoris Brezillon2017-01-271-1/+1
* memory/atmel-ebi: Fix ns <-> cycles conversionsBoris Brezillon2017-01-101-13/+14
* memory: atmel-ebi: fix return value check in at91_ebi_dev_disable()Wei Yongjun2016-10-201-1/+1
* memory: atmel-ebi: use PTR_ERR_OR_ZERO() to simplify the codeWei Yongjun2016-08-081-8/+2
* memory: atmel-ebi: make it explicitly non-modularPaul Gortmaker2016-06-211-7/+2
* memory: add Atmel EBI (External Bus Interface) driverBoris Brezillon2016-06-021-0/+771