aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/memory/atmel-ebi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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