summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/nand/raw/arasan-nand-controller.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mtd/for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2023-11-041-1/+1
|\
| * mtd: rawnand: arasan: Include ECC syndrome along with in-band data while chec...Amit Kumar Mahapatra2023-10-161-1/+1
* | mtd: rawnand: arasan: Ensure program page operations are successfulMiquel Raynal2023-09-221-2/+14
|/
* mtd: rawnand: arasan: Use helper function devm_clk_get_enabled()Li Zetao2023-08-211-24/+5
* Revert "mtd: rawnand: arasan: Prevent an unsupported configuration"Amit Kumar Mahapatra2023-06-091-15/+0
* mtd: nand: Convert to platform remove callback returning voidUwe Kleine-König2023-04-111-4/+2
* mtd: rawnand: arasan: stop using 0 as NULL pointerGONG, Ruiqi2022-09-211-1/+1
* mtd: rawnand: arasan: Fix clock rate in NV-DDROlga Kitaina2022-06-291-1/+7
* mtd: rawnand: arasan: Update NAND bus clock instead of system clockAmit Kumar Mahapatra2022-06-291-4/+4
* mtd: rawnand: arasan: Prevent an unsupported configurationMiquel Raynal2021-10-151-0/+15
* mtd: rawnand: arasan: Finer grain NV-DDR configurationMiquel Raynal2021-06-181-2/+54
* mtd: rawnand: arasan: Rename the data interface registerMiquel Raynal2021-06-181-7/+7
* mtd: rawnand: arasan: Use the right DMA maskMiquel Raynal2021-06-181-0/+4
* mtd: rawnand: arasan: Leverage additional GPIO CSMiquel Raynal2021-05-261-23/+125
* mtd: rawnand: arasan: Ensure proper configuration for the asserted targetMiquel Raynal2021-05-261-33/+57
* mtd: rawnand: arasan: Support NV-DDR interfaceMiquel Raynal2021-05-261-7/+20
* mtd: rawnand: arasan: Workaround a misbehaving prog type with NV-DDRMiquel Raynal2021-05-261-1/+18
* mtd: rawnand: arasan: Fix a macro parameterMiquel Raynal2021-05-261-1/+1
* mtd: rawnand: arasan: Check the proposed data interface is supportedMiquel Raynal2021-05-261-0/+5
* mtd: rawnand: arasan: Document 'anfc_op's 'buf' memberLee Jones2020-11-201-0/+1
* mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal2020-09-301-1/+1
* mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal2020-09-281-6/+6
* mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal2020-08-271-1/+1
* mtd: rawnand: s/data_interface/interface_config/Miquel Raynal2020-06-261-3/+3
* mtd: rawnand: arasan: Support the hardware BCH ECC engineMiquel Raynal2020-05-261-0/+342
* mtd: rawnand: arasan: Add new Arasan NAND controllerMiquel Raynal2020-05-241-0/+955