summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| | * | mtd: rawnand: onfi: Drop a useless parameter page readMiquel Raynal2020-05-111-6/+4
| | * | mtd: rawnand: onfi: Avoid doing a copy of the parameter pageMiquel Raynal2020-05-111-15/+15
| | * | mtd: rawnand: onfi: Define the number of parameter pagesMiquel Raynal2020-05-111-5/+11
| | * | mtd: rawnand: onfi: Use intermediate variables to improve readabilityMiquel Raynal2020-05-111-4/+5
| | * | mtd: rawnand: onfi: Fix redundancy detection checkMiquel Raynal2020-05-111-1/+1
| | * | mtd: rawnand: timings: Fix default tR_max and tCCS_min timingsMiquel Raynal2020-05-111-3/+2
| | * | mtd: rawnand: timings: Add mode information to the timings structureMiquel Raynal2020-05-111-0/+6
| | * | mtd: rawnand: marvell: Rename the ->correct() functionMiquel Raynal2020-05-111-10/+9
| | * | mtd: rawnand: marvell: Rename a function to clarifyMiquel Raynal2020-05-111-3/+3
| | * | mtd: rawnand: marvell: Fix probe error pathMiquel Raynal2020-05-111-9/+14
| | * | mtd: rawnand: marvell: Use nand_cleanup() when the device is not yet registeredMiquel Raynal2020-05-111-1/+1
| | * | mtd: rawnand: marvell: Use devm_platform_ioremap_res()Miquel Raynal2020-05-111-3/+1
| | * | mtd: rawnand: marvell: Fix the condition on a return codeMiquel Raynal2020-05-111-1/+1
| | * | mtd: rawnand: Give more information about the ECC weaknessMiquel Raynal2020-05-111-2/+4
| | * | mtd: rawnand: au1550nd: Patch the read/write buf helper prototypesBoris Brezillon2020-05-111-13/+17
| | * | mtd: rawnand: au1550nd: Get rid of the legacy interface implementationBoris Brezillon2020-05-111-264/+0
| | * | mtd: rawnand: au1550nd: Implement exec_op()Boris Brezillon2020-05-101-0/+110
| | * | mtd: rawnand: au1550nd: Stop using IO_ADDR_{R, W} in au_{read, write}_buf[16]()Boris Brezillon2020-05-101-4/+13
| | * | mtd: rawnand: denali: add more delays before latching incoming dataMasahiro Yamada2020-05-101-11/+34
| | * | mtd: rawnand: Take check_only into accountBoris Brezillon2020-05-1011-10/+33
| | * | mtd: rawnand: brcmnand: Remove unused including <linux/version.h>YueHaibing2020-05-101-1/+0
| | * | mtd: rawnand: cadence: Make cadence_nand_attach_chip staticYueHaibing2020-05-101-1/+1
| | * | mtd: rawnand: ingenic: Make qi_lb60_ooblayout_ops staticYueHaibing2020-05-101-1/+1
| | * | mtd: rawnand: fsmc: Change to non-atomic bit operationsFenghua Yu2020-05-101-3/+4
| | |/
* | | mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* | | Merge tag 'for-5.8/block-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-021-2/+1
|\ \ \
| * | | bdi: remove the name field in struct backing_dev_infoChristoph Hellwig2020-05-091-1/+0
| * | | bdi: simplify bdi_allocChristoph Hellwig2020-05-091-1/+1
| | |/ | |/|
* | | mm: remove the pgprot argument to __vmallocChristoph Hellwig2020-06-021-2/+2
* | | Merge tag 'pstore-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-013-0/+589
|\ \ \ | |_|/ |/| |
| * | mtd: Support kmsg dumper based on pstore/blkWeiXiong Liao2020-05-313-0/+589
* | | Merge tag 'fixes-for-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-203-3/+6
|\ \ \
| * | | mtd:rawnand: brcmnand: Fix PM resume crashKamal Dasu2020-05-191-2/+1
| * | | mtd: Fix mtd not registered due to nvmem name collisionRicardo Ribalda Delgado2020-05-181-1/+1
| * | | mtd: spinand: Propagate ECC information to the MTD structureMiquel Raynal2020-05-181-0/+4
| | |/ | |/|
* | | Merge tag 'for-linus-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-201-10/+2
|\ \ \ | |/ / |/| |
| * | ubi: Fix seq_file usage in detailed_erase_block_info debugfs fileRichard Weinberger2020-05-171-10/+2
| |/
* / mtd: spi-nor: Compile files in controllers/ directoryGuenter Roeck2020-04-091-0/+2
|/
* Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-073-4/+16
|\
| * ubi: ubi-media.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-301-1/+1
| * ubi: fastmap: Only produce the initial anchor PEB when fastmap is usedHou Tao2020-03-301-1/+2
| * ubi: fastmap: Free unused fastmap anchor peb during detachHou Tao2020-03-301-2/+13