summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mtd: parsers: Move CMDLINE parserLinus Walleij2019-09-155-38/+38
* mtd: parsers: Move OF parserLinus Walleij2019-09-155-10/+11
* mtd: parsers: Move BCM63xx parserLinus Walleij2019-09-155-10/+10
* mtd: parsers: Move BCM47xx parserLinus Walleij2019-09-155-8/+8
* mtd: parsers: Move TI AR7 parserLinus Walleij2019-09-155-6/+6
* mtd: pismo: Simplify getting the adapter of a clientWolfram Sang2019-09-151-2/+1
* mtd: phram: Module parameters add writable permissionsXiaoming Ni2019-09-151-1/+1
* mtd: pxa2xx: Use ioremap_cache insted of ioremap_cachedChristoph Hellwig2019-09-151-2/+1
* Merge tag 'cfi/for-5.4-rc1' of https://github.com/r-vignesh/linux into mtd/fo...Richard Weinberger2019-09-152-113/+186
|\
| * mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1Tokunori Ikegami2019-08-271-0/+6
| * mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit pathsTokunori Ikegami2019-08-271-14/+24
| * mtd: cfi_cmdset_0002: Split wait for write buffer completion sequenceTokunori Ikegami2019-08-271-41/+51
| * mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequenceTokunori Ikegami2019-08-271-16/+22
| * mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statementTokunori Ikegami2019-08-271-19/+43
| * mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function sizeTokunori Ikegami2019-08-271-40/+50
| * mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer()Tokunori Ikegami2019-08-271-26/+27
| * mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword()Tokunori Ikegami2019-08-271-6/+12
| * mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe()Sergei Shtylyov2019-08-271-1/+1
* | Merge tag 'spi-nor/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger2019-09-1511-827/+1358
|\ \
| * | mtd: spi-nor: Rename "n25q512a" to "mt25qu512a (n25q512a)"Ashish Kumar2019-08-301-1/+4
| * | mtd: spi-nor: Add support for mt35xu02gAshish Kumar2019-08-301-0/+3
| * | mtd: spi-nor: remove superfluous pass of nor->info->sector_sizeTudor Ambarus2019-08-291-2/+3
| * | mtd: spi-nor: enable the debugfs for the partname and partidZhuohao Lee2019-08-291-0/+12
| * | mtd: mtdcore: add debugfs nodes for querying the flash name and idZhuohao Lee2019-08-291-9/+77
| * | mtd: spi-nor: hisi-sfc: Add of_node_put() before breakNishka Dasgupta2019-08-281-0/+1
| * | mtd: spi-nor: aspeed-smc: Add of_node_put()Nishka Dasgupta2019-08-281-1/+3
| * | mtd: spi-nor: Introduce spi_nor_get_flash_info()Tudor Ambarus2019-08-281-32/+44
| * | mtd: spi-nor: Introduce spi_nor_set_addr_width()Tudor Ambarus2019-08-281-20/+30
| * | mtd: spi-nor: Bring flash params init togetherTudor Ambarus2019-08-281-18/+11
| * | mtd: spi-nor: Add the SPI_NOR_XSR_RDY flagBoris Brezillon2019-08-281-1/+9
| * | mtd: spi-nor: Add s3an_post_sfdp_fixups()Tudor Ambarus2019-08-281-7/+11
| * | mtd: spi-nor: Add a ->setup() methodTudor Ambarus2019-08-281-211/+221
| * | mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon2019-08-281-10/+14
| * | mtd: spi-nor: Add spansion_post_sfdp_fixups()Boris Brezillon2019-08-281-14/+23
| * | mtd: spi-nor: Add post_sfdp() hook to tweak flash configBoris Brezillon2019-08-281-1/+32
| * | mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon2019-08-281-13/+37
| * | mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon2019-08-281-37/+39
| * | mtd: spi-nor: Split spi_nor_init_params()Tudor Ambarus2019-08-281-20/+63
| * | mtd: spi-nor: Move manufacturer quad_enable() in ->default_init()Tudor Ambarus2019-08-281-19/+29
| * | mtd: spi-nor: Add a default_init() fixup hook for gd25q256Boris Brezillon2019-08-281-12/+16
| * | mtd: spi-nor: Add default_init() hook to tweak flash parametersTudor Ambarus2019-08-281-0/+17
| * | mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus2019-08-281-19/+21
| * | mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus2019-08-281-17/+23
| * | mtd: spi-nor: Use nor->paramsTudor Ambarus2019-08-281-27/+19
| * | mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus2019-08-281-65/+0
| * | Merge tag 'v5.3-rc6' into spi-nor/nextTudor Ambarus2019-08-28726-4833/+7135
| |\ \
| * | | mtd: spi-nor: intel-spi: Whitelist 4B read commandsAlexander Sverdlin2019-08-211-0/+2
| * | | mtd: spi-nor: fix a memory leak bugWenwen Wang2019-08-211-1/+1
| * | | mtd: spi-nor: Fix an error code in spi_nor_read_raw()Dan Carpenter2019-08-211-2/+2
| * | | mtd: spi-nor: Fix Cadence QSPI RCU Schedule StallThor Thayer2019-08-211-14/+5