summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mtd: rawnand: diskonchip: Fix the probe error pathMiquel Raynal2020-05-311-5/+2
| | * | mtd: rawnand: denali: Stop using nand_release()Miquel Raynal2020-05-311-1/+6
| | * | mtd: rawnand: denali: Delete items from the list in the _remove() pathMiquel Raynal2020-05-311-2/+4
| | * | mtd: rawnand: davinci: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
| | * | mtd: rawnand: cs553x: Stop using nand_release()Miquel Raynal2020-05-311-1/+4
| | * | mtd: rawnand: cafe: Stop using nand_release()Miquel Raynal2020-05-311-1/+4
| | * | mtd: rawnand: cadence: Stop using nand_release()Miquel Raynal2020-05-311-1/+6
| | * | mtd: rawnand: brcmnand: Stop using nand_release()Miquel Raynal2020-05-311-2/+8
| | * | mtd: rawnand: bcm47xx: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
| | * | mtd: rawnand: au1550nd: Stop using nand_release()Miquel Raynal2020-05-311-1/+5
| | * | mtd: rawnand: ams-delta: Stop using nand_release()Miquel Raynal2020-05-261-1/+4
| | * | mtd: rawnand: arasan: Support the hardware BCH ECC engineMiquel Raynal2020-05-262-0/+343
| | * | mtd: rawnand: arasan: Add new Arasan NAND controllerMiquel Raynal2020-05-243-0/+963
| | * | mtd: rawnand: Add nand_extract_bits()Miquel Raynal2020-05-241-0/+44
| | * | mtd: rawnand: Ensure the number of bitflips is consistentMiquel Raynal2020-05-241-5/+5
| | * | lib/bch: Allow easy bit swappingMiquel Raynal2020-05-242-2/+2
| | * | lib/bch: Rework a little bit the exported function namesMiquel Raynal2020-05-242-10/+10
| | * | mtd: rawnand: micron: Adapt the PAGE READ flow to constraint controllersMiquel Raynal2020-05-241-9/+52
| | * | mtd: rawnand: Remove the cmx270 NAND controller driverBoris Brezillon2020-05-243-241/+0
| | * | mtd: rawnand: Fix nand_gpio_waitrdy()Boris Brezillon2020-05-241-2/+8
| | * | mtd: rawnand: davinci: Get rid of the legacy interface implementationBoris Brezillon2020-05-241-91/+0
| | * | mtd: rawnand: davinci: Implement exec_op()Boris Brezillon2020-05-241-1/+101
| | * | mtd: rawnand: davinci: Stop using nand_chip.legacy.IO_ADDR_{R, W}Boris Brezillon2020-05-241-21/+15
| | * | mtd: rawnand: davinci: Inherit from nand_controllerBoris Brezillon2020-05-241-1/+4
| | * | mtd: rawnand: brcmnand: correctly verify erased pagesÁlvaro Fernández Rojas2020-05-241-8/+11
| | * | mtd: rawnand: brcmnand: improve hamming oob layoutÁlvaro Fernández Rojas2020-05-241-19/+16
| | * | mtd: rawnand: brcmnand: fix hamming oob layoutÁlvaro Fernández Rojas2020-05-241-4/+7
| | * | mtd: rawnand: Propage CS selection to sub operationsBoris Brezillon2020-05-241-1/+2
| | * | mtd: rawnand: stm32_fmc2: use FIELD_PREP/FIELD_GET macrosChristophe Kerello2020-05-241-92/+85
| | * | mtd: rawnand: stm32_fmc2: cosmetic change to use nfc instead of fmc2 where re...Christophe Kerello2020-05-241-407/+403
| | * | mtd: rawnand: stm32_fmc2: use FMC2_TIMEOUT_MS for timeoutsChristophe Kerello2020-05-111-5/+4
| | * | mtd: rawnand: stm32_fmc2: remove useless inline commentsChristophe Kerello2020-05-111-40/+0
| | * | mtd: rawnand: stm32_fmc2: manage all errors cases at probe timeChristophe Kerello2020-05-111-6/+11
| | * | mtd: rawnand: diskonchip: Get rid of the legacy interface implementationBoris Brezillon2020-05-111-292/+0
| | * | mtd: rawnand: diskonchip: Implement exec_op()Boris Brezillon2020-05-111-20/+199
| | * | mtd: rawnand: diskonchip: Inherit from nand_controllerBoris Brezillon2020-05-111-0/+3
| | * | mtd: rawnand: diskonchip: Get rid of doc2000_readbuf_dword()Boris Brezillon2020-05-111-21/+9
| | * | mtd: rawnand: diskonchip: Make sure doc2001plus_readbuf() works for single by...Boris Brezillon2020-05-111-3/+6
| | * | mtd: rawnand: diskonchip: Set the NAND_NO_BBM_QUIRK flagBoris Brezillon2020-05-111-9/+1
| | * | mtd: rawnand: cafe: Set the NAND_NO_BBM_QUIRK flagBoris Brezillon2020-05-111-9/+2
| | * | mtd: rawnand: Add a NAND_NO_BBM_QUIRK flagBoris Brezillon2020-05-111-0/+3
| | * | mtd: rawnand: micron: Allow controllers to overload raw accessorsMiquel Raynal2020-05-111-2/+4
| | * | mtd: rawnand: Allow controllers to overload soft ECC hooksMiquel Raynal2020-05-111-4/+8
| | * | mtd: rawnand: Expose monolithic read/write_page_raw() helpersMiquel Raynal2020-05-111-0/+77
| | * | mtd: rawnand: jedec: Adapt the parameter page read to constraint controllersMiquel Raynal2020-05-111-6/+13
| | * | mtd: rawnand: onfi: Adapt the parameter page read to constraint controllersMiquel Raynal2020-05-111-7/+14
| | * | mtd: rawnand: Give the possibility to verify a read operation is supportedMiquel Raynal2020-05-117-30/+43
| | * | mtd: rawnand: Add a helper to check supported operationsMiquel Raynal2020-05-111-0/+9
| | * | mtd: rawnand: Avoid indirect access to ->data_buf()Miquel Raynal2020-05-111-1/+1
| | * | mtd: rawnand: Rename the use_bufpoi variablesMiquel Raynal2020-05-111-17/+17