| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: phram: Allow the user to set the erase page size. | Patrick O'Grady | 2020-12-07 | 1 | -18/+34 |
* | mtd: devices: powernv_flash: Add function names to headers and fix 'dev' | Lee Jones | 2020-11-20 | 1 | -1/+4 |
* | mtd: devices: docg3: Fix kernel-doc 'bad line' and 'excessive doc' issues | Lee Jones | 2020-11-20 | 1 | -3/+2 |
* | mtd: devices: phram: File headers are not good candidates for kernel-doc | Lee Jones | 2020-11-20 | 1 | -1/+1 |
* | mtd: spear_smi: Enable compile testing | Miquel Raynal | 2020-10-02 | 1 | -1/+1 |
* | mtd: spear_smi: use for_each_child_of_node() macro | Qinglang Miao | 2020-09-15 | 1 | -2/+2 |
* | mtd: Avoid comma separated statements | Joe Perches | 2020-08-27 | 1 | -2/+8 |
* | lib/bch: Allow easy bit swapping | Miquel Raynal | 2020-05-24 | 1 | -1/+1 |
* | lib/bch: Rework a little bit the exported function names | Miquel Raynal | 2020-05-24 | 1 | -5/+5 |
* | mtd: Convert fallthrough comments into statements | Miquel Raynal | 2020-03-30 | 2 | -4/+4 |
* | mtd: phram: fix a double free issue in error path | Wen Yang | 2020-03-24 | 1 | -6/+9 |
* | Merge tag 'mtd/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/... | Linus Torvalds | 2020-01-30 | 1 | -4/+4 |
|\ |
|
| * | mtd: block2mtd: page index should use pgoff_t | Liu Song | 2020-01-27 | 1 | -4/+4 |
* | | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig | 2020-01-06 | 1 | -1/+1 |
|/ |
|
* | mtd: devices: fix mchp23k256 read and write | Angelo Dureghello | 2019-11-14 | 1 | -8/+12 |
* | mtd: spear_smi: Fix Write Burst mode | Miquel Raynal | 2019-10-29 | 1 | -1/+37 |
* | mtd: st_spi_fsm: remove unused field from struct stfsm | Bartosz Golaszewski | 2019-10-08 | 1 | -1/+0 |
* | mtd: spear_smi: remove set but not used variable 'flash_info' | zhengbin | 2019-10-08 | 1 | -3/+0 |
* | mtd: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 2019-10-08 | 1 | -1/+0 |
* | mtd: pmc551: Remove set but not used variable 'soff_lo' | zhengbin | 2019-09-15 | 1 | -6/+3 |
* | mtd: phram: Module parameters add writable permissions | Xiaoming Ni | 2019-09-15 | 1 | -1/+1 |
* | mtd: spi-nor: Move m25p80 code in spi-nor.c | Boris Brezillon | 2019-08-12 | 3 | -366/+0 |
* | docs: kbuild: convert docs to ReST and rename to *.rst | Mauro Carvalho Chehab | 2019-06-14 | 1 | -1/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 420 | Thomas Gleixner | 2019-06-05 | 6 | -29/+6 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 380 | Thomas Gleixner | 2019-06-05 | 1 | -5/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 2019-05-30 | 1 | -10/+1 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 2 | -30/+2 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 3 | -15/+3 |
* | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2019-05-21 | 1 | -0/+1 |
* | treewide: Add SPDX license identifier for more missed files | Thomas Gleixner | 2019-05-21 | 3 | -0/+3 |
* | mtd: phram: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2019-05-06 | 1 | -0/+2 |
* | mtd: nand: Clarify Kconfig entry for software BCH ECC algorithm | Miquel Raynal | 2019-04-18 | 1 | -1/+1 |
* | Merge tag 'mtd/for-5.1' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2019-03-04 | 3 | -7/+11 |
|\ |
|
| * | Merge tag 'spi-nor/for-5.1' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 2019-02-25 | 1 | -1/+8 |
| |\ |
|
| | * | mtd: m25p80: add support of octal mode I/O transfer | Yogesh Narayan Gaur | 2019-01-17 | 1 | -1/+8 |
| * | | mtd: docg3: fix a possible memory leak of mtd->name | YueHaibing | 2019-01-29 | 1 | -3/+2 |
| * | | mtd: docg3: Fix passing zero to 'PTR_ERR' warning in doc_probe_device | YueHaibing | 2019-01-29 | 1 | -1/+1 |
| * | | mtd: mtdram: Expose module parameters | Richard Weinberger | 2019-01-08 | 1 | -2/+0 |
| |/ |
|
* / | mtd: powernv_flash: Fix device registration error | Aneesh Kumar K.V | 2019-02-13 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'devicetree-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2018-12-28 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'yaml-bindings-for-v4.21' into dt/next | Rob Herring | 2018-12-13 | 1 | -1/+1 |
| |\ |
|
| * | | mtd: Convert to using %pOFn instead of device_node.name | Rob Herring | 2018-11-27 | 1 | -1/+1 |
* | | | Merge tag 'nand/for-4.21' of git://git.infradead.org/linux-mtd into mtd/next | Boris Brezillon | 2018-12-18 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | mtd: docg3: don't set conflicting BCH_CONST_PARAMS option | Arnd Bergmann | 2018-11-05 | 1 | -1/+1 |
| |/ |
|
* | | mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it | Yangtao Li | 2018-12-03 | 2 | -19/+8 |
* | | mtd: block2mtd: mark expected switch fall-throughs | Gustavo A. R. Silva | 2018-11-09 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'mtd/for-4.20' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2018-10-23 | 1 | -15/+8 |
|\ |
|
| * | mtd: devices: m25p80: Make sure WRITE_EN is issued before each write | Yogesh Gaur | 2018-10-08 | 1 | -15/+8 |
* | | mtd: devices: m25p80: Make sure the buffer passed in op is DMA-able | Boris Brezillon | 2018-09-18 | 1 | -3/+23 |
|/ |
|
* | Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Linus Torvalds | 2018-08-14 | 1 | -0/+3 |
|\ |
|