summaryrefslogtreecommitdiffstats
path: root/drivers/mtd (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooksBoris Brezillon2018-10-038-23/+22
| | * | mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-0332-143/+115
| | * | mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-0340-199/+159
| | * | mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-0340-240/+179
| | * | mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-0324-194/+192
| | * | mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-0326-205/+204
| | * | mtd: rawnand: Pass a nand_chip object to ecc->correct()Boris Brezillon2018-10-0314-48/+45
| | * | mtd: rawnand: Pass a nand_chip object to ecc->calculate()Boris Brezillon2018-10-0317-61/+61
| | * | mtd: rawnand: Pass a nand_chip object to ecc->hwctl()Boris Brezillon2018-10-0316-52/+50
| | * | mtd: rawnand: Pass a nand_chip object to nand_wait_ready()Boris Brezillon2018-10-033-8/+8
| | * | mtd: rawnand: Pass a nand_chip object to nand_release()Boris Brezillon2018-10-0347-73/+64
| | * | mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-0349-59/+58
| | * | mtd: rawnand: plat_nand: Pass a nand_chip object to all platform_nand_ctrl hooksBoris Brezillon2018-10-031-5/+52
| | * | mtd: rawnand: atmel: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2018-09-041-3/+1
| | * | mtd: rawnand: jz4780: use struct_size() in devm_kzalloc()Gustavo A. R. Silva2018-09-041-1/+1
| | * | mtd: rawnand: Convert to using %pOFn instead of device_node.nameRob Herring2018-09-042-4/+4
| | * | mtd: rawnand: qcom: don't include dma-direct.hChristoph Hellwig2018-09-041-1/+0
| | * | mtd: rawnand: denali: use SPDX-License-Identifier and fix license mismatchMasahiro Yamada2018-09-044-38/+11
| | * | mtd: rawnand: fsl_ifc: fixup SRAM init for newer ctrl versionsKurt Kanzenbach2018-09-041-7/+26
| | * | mtd: rawnand: fsl_ifc: check result of SRAM initializationKurt Kanzenbach2018-09-041-4/+13
| | * | mtd: rawnand: marvell: document a bit more the driverMiquel Raynal2018-09-041-0/+67
| | * | mtd: rawnand: toshiba: Add support for Toshiba Memory BENAND (Built-in ECC NAND)KOBAYASHI Yoshitake2018-09-041-0/+88
| | * | mtd: rawnand: marvell: use regmap_update_bits() for syscon accessThomas Petazzoni2018-09-041-12/+11
| | * | mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon2018-09-0410-114/+0
| | * | mtd: rawnand: Add the nand_wait_rdy_op() helper and use itBoris Brezillon2018-09-041-5/+26
| | * | mtd: rawnand: Add the nand_wait_readrdy() helper and use itBoris Brezillon2018-09-041-14/+14
| * | | Merge tag 'spi-nor/for-4.20' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-10-195-86/+882
| |\ \ \
| | * | | mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MBLiu Xiang2018-10-121-0/+1
| | * | | mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flashMika Westerberg2018-10-121-0/+1
| | * | | mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the busAhmad Fatoum2018-10-081-4/+10
| | * | | mtd: devices: m25p80: Make sure WRITE_EN is issued before each writeYogesh Gaur2018-10-081-15/+8
| | * | | mtd: spi-nor: Support controllers with limited TX FIFO sizeYogesh Gaur2018-10-081-7/+0
| | * | | mtd: spi-nor: cadence-quadspi: Use proper enum for dma_[un]map_singleNathan Chancellor2018-10-081-2/+2
| | * | | mtd: spi-nor: parse SFDP Sector Map Parameter TableTudor Ambarus2018-10-081-16/+303
| | * | | mtd: spi-nor: add support to non-uniform SFDP SPI NOR flash memoriesTudor Ambarus2018-10-081-42/+557
| * | | | mtd: maps: gpio-addr-flash: Convert to gpiodRicardo Ribalda Delgado2018-10-081-34/+21
| * | | | mtd: maps: gpio-addr-flash: Replace array with an integerRicardo Ribalda Delgado2018-10-081-17/+17
| * | | | mtd: maps: gpio-addr-flash: Use order instead of sizeRicardo Ribalda Delgado2018-10-081-18/+21
| * | | | mtd: maps: gpio-addr-flash: Use devm_* functionsRicardo Ribalda Delgado2018-10-051-18/+8
| * | | | mtd: maps: gpio-addr-flash: Fix ioremapped sizeRicardo Ribalda Delgado2018-10-051-1/+1
| * | | | mtd: maps: gpio-addr-flash: Replace custom printkRicardo Ribalda Delgado2018-10-051-7/+3
| * | | | mtd: physmap_of: Release resources on errorRicardo Ribalda Delgado2018-10-051-22/+5
| * | | | mtd: physmap_of: Remove unused struct of_device_idRicardo Ribalda Delgado2018-10-041-5/+0
| |/ / /
* | | | mtd_blkdevs: convert to blk-mqJens Axboe2018-10-161-37/+63
* | | | Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-014-5/+36
|\ \ \ \ | | |_|/ | |/| |
| * | | mtd: devices: m25p80: Make sure the buffer passed in op is DMA-ableBoris Brezillon2018-09-181-3/+23
| * | | mtd: partitions: fix unbalanced of_node_get/put()Miquel Raynal2018-09-171-1/+4
| * | | mtd: rawnand: denali: fix a race condition when DMA is kickedMasahiro Yamada2018-09-151-0/+6
| * | | mtd: rawnand: marvell: prevent harmless warningsMiquel Raynal2018-09-101-1/+3
| | |/ | |/|
* / | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-1/+1
|/ /