summaryrefslogtreecommitdiffstats
path: root/drivers/mtd
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: Pass a nand_chip object to chip->waitfunc()Boris Brezillon2018-10-0313-55/+39Star
* mtd: rawnand: Pass a nand_chip object to chip->cmdfunc()Boris Brezillon2018-10-0316-61/+61
* mtd: rawnand: Pass a nand_chip object to chip->dev_ready()Boris Brezillon2018-10-0336-87/+67Star
* mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl()Boris Brezillon2018-10-0334-124/+97Star
* mtd: rawnand: Pass a nand_chip object to chip->block_xxx() hooksBoris Brezillon2018-10-038-23/+22Star
* mtd: rawnand: Pass a nand_chip object to chip->select_chip()Boris Brezillon2018-10-0332-143/+115Star
* mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooksBoris Brezillon2018-10-0340-199/+159Star
* mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooksBoris Brezillon2018-10-0340-240/+179Star
* mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooksBoris Brezillon2018-10-0324-194/+192Star
* mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooksBoris Brezillon2018-10-0326-205/+204Star
* mtd: rawnand: Pass a nand_chip object to ecc->correct()Boris Brezillon2018-10-0314-48/+45Star
* 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/+50Star
* 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/+64Star
* mtd: rawnand: Pass a nand_chip object to nand_scan()Boris Brezillon2018-10-0349-59/+58Star
* 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/+1Star
* 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/+0Star
* mtd: rawnand: denali: use SPDX-License-Identifier and fix license mismatchMasahiro Yamada2018-09-044-38/+11Star
* 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/+11Star
* mtd: rawnand: Get rid of the ->read_word() hookBoris Brezillon2018-09-0410-114/+0Star
* 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
* mtd: rawnand: denali: do not pass zero maxchips to nand_scan()Masahiro Yamada2018-08-271-0/+5
* mtd: rawnand: docg4: Remove wrong __init annotationsGeert Uytterhoeven2018-08-271-2/+2
* Merge tag 'upstream-4.19-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2018-08-246-11/+47
|\
| * ubi: expose the volume CRC check skip flagQuentin Schulz2018-08-152-0/+14
| * ubi: provide a way to skip CRC checksQuentin Schulz2018-08-155-1/+23
| * ubi: Initialize Fastmap checkmapping correctlyRichard Weinberger2018-08-151-10/+10
* | Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-08-181-0/+1
|\ \
| * | Merge 4.18-rc5 into char-misc-nextGreg Kroah-Hartman2018-07-168-27/+65
| |\|
| * | headers: separate linux/mod_devicetable.h from linux/platform_device.hRandy Dunlap2018-07-071-0/+1
* | | Merge tag 'sound-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2018-08-141-16/+1Star
|\ \ \
| * \ \ Merge branch 'asoc-4.19' into asoc-nextMark Brown2018-08-091-16/+1Star
| |\ \ \ | | |_|/ | |/| |
| | * | mtd: rawnand: marvell: remove the dmaengine compat needRobert Jarzmik2018-06-181-16/+1Star
| | |/
* | | Merge tag 'spi-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Linus Torvalds2018-08-141-0/+3
|\ \ \
| * \ \ Merge branch 'spi-4.19' into spi-nextMark Brown2018-08-101-0/+3
| |\ \ \ | | |/ / | |/| |
| | * | mtd: m25p80: Call spi_mem_get_name() to let controller set a custom nameFrieder Schrempf2018-08-021-0/+3
| | |/
* | | Merge tag 'mtd/for-4.19' of git://git.infradead.org/linux-mtdLinus Torvalds2018-08-1488-2074/+5690
|\ \ \ | |/ / |/| |
| * | mtd: rawnand: atmel: Select GENERIC_ALLOCATORBoris Brezillon2018-08-111-0/+1
| * | Merge tag 'spi-nor/for-4.19' of git://git.infradead.org/linux-mtd into mtd/nextBoris Brezillon2018-08-117-23/+52
| |\ \
| | * | mtd: spi-nor: only apply reset hacks to broken hardwareBrian Norris2018-08-011-2/+16
| | * | mtd: spi-nor: cadence-quadspi: fix timeout handlingNicholas Mc Guire2018-08-011-12/+8Star