summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* mtd: rawnand: Fix comments about the use of bufpoiMiquel Raynal2020-05-111-2/+8
* mtd: rawnand: Rename a NAND chip optionMiquel Raynal2020-05-1111-12/+12
* ubi: Relax the 'no MLC' rule and allow MLCs operating in SLC modeBoris Brezillon2020-05-111-1/+4
* mtd: cmdlinepart: Add an slc option to use SLC mode on a partBoris Brezillon2020-05-111-2/+10
* mtd: partitions: ofpart: Parse the slc-mode propertyBoris Brezillon2020-05-111-0/+3
* mtd: Add support for emulated SLC mode on MLC NANDsBoris Brezillon2020-05-112-39/+204
* mtd: rawnand: toshiba: Set the pairing scheme for TC58TEG5DCLTA00Boris Brezillon2020-05-111-0/+3
* mtd: rawnand: Define the "distance 3" MLC pairing schemeBoris Brezillon2020-05-112-0/+53
* mtd: rawnand: toshiba: Add a specific init for TC58TEG5DCLTA00Boris Brezillon2020-05-111-0/+11
* mtd: rawnand: cs553x: Get rid of the legacy interface implementationBoris Brezillon2020-05-111-72/+0
* mtd: rawnand: cs553x: Implement exec_op()Boris Brezillon2020-05-111-1/+125
* mtd: rawnand: cs553x: Stop using chip->legacy.IO_ADDR_{R, W}Boris Brezillon2020-05-111-23/+34
* mtd: rawnand: cs553x: Declare controllers instead of NAND chipsBoris Brezillon2020-05-111-11/+22
* mtd: rawnand: jedec: Use intermediate variables to improve readabilityMiquel Raynal2020-05-111-2/+3
* mtd: rawnand: jedec: Define the number of parameter pagesMiquel Raynal2020-05-111-2/+4