Age | Commit message (Expand) | Author | Files | Lines |
2019-08-28 | mtd: spi-nor: Introduce spi_nor_get_flash_info() | Tudor Ambarus | 1 | -32/+44 |
2019-08-28 | mtd: spi-nor: Introduce spi_nor_set_addr_width() | Tudor Ambarus | 1 | -20/+30 |
2019-08-28 | mtd: spi-nor: Bring flash params init together | Tudor Ambarus | 1 | -18/+11 |
2019-08-28 | mtd: spi-nor: Add the SPI_NOR_XSR_RDY flag | Boris Brezillon | 1 | -1/+9 |
2019-08-28 | mtd: spi-nor: Add s3an_post_sfdp_fixups() | Tudor Ambarus | 1 | -7/+11 |
2019-08-28 | mtd: spi-nor: Add a ->setup() method | Tudor Ambarus | 1 | -211/+221 |
2019-08-28 | mtd: spi-nor: Add a ->convert_addr() method | Boris Brezillon | 1 | -10/+14 |
2019-08-28 | mtd: spi-nor: Add spansion_post_sfdp_fixups() | Boris Brezillon | 1 | -14/+23 |
2019-08-28 | mtd: spi-nor: Add post_sfdp() hook to tweak flash config | Boris Brezillon | 1 | -1/+32 |
2019-08-28 | mtd: spi-nor: Rework the SPI NOR lock/unlock logic | Boris Brezillon | 1 | -13/+37 |
2019-08-28 | mtd: spi-nor: Create a ->set_4byte() method | Boris Brezillon | 1 | -37/+39 |
2019-08-28 | mtd: spi-nor: Split spi_nor_init_params() | Tudor Ambarus | 1 | -20/+63 |
2019-08-28 | mtd: spi-nor: Move manufacturer quad_enable() in ->default_init() | Tudor Ambarus | 1 | -19/+29 |
2019-08-28 | mtd: spi-nor: Add a default_init() fixup hook for gd25q256 | Boris Brezillon | 1 | -12/+16 |
2019-08-28 | mtd: spi-nor: Add default_init() hook to tweak flash parameters | Tudor Ambarus | 1 | -0/+17 |
2019-08-28 | mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter' | Tudor Ambarus | 1 | -19/+21 |
2019-08-28 | mtd: spi-nor: Drop quad_enable() from 'struct spi-nor' | Tudor Ambarus | 1 | -17/+23 |
2019-08-28 | mtd: spi-nor: Use nor->params | Tudor Ambarus | 1 | -27/+19 |
2019-08-28 | mtd: spi-nor: Regroup flash parameter and settings | Tudor Ambarus | 1 | -65/+0 |
2019-08-28 | Merge tag 'v5.3-rc6' into spi-nor/next | Tudor Ambarus | 5 | -6/+18 |
2019-08-27 | mtd: cfi_cmdset_0002: Disable write buffer functions if FORCE_WORD_WRITE is 1 | Tokunori Ikegami | 1 | -0/+6 |
2019-08-27 | mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce exit paths | Tokunori Ikegami | 1 | -14/+24 |
2019-08-27 | mtd: cfi_cmdset_0002: Split wait for write buffer completion sequence | Tokunori Ikegami | 1 | -41/+51 |
2019-08-27 | mtd: cfi_cmdset_0002: Split write-to-buffer-reset sequence | Tokunori Ikegami | 1 | -16/+22 |
2019-08-27 | mtd: cfi_cmdset_0002: Split do_write_oneword() op_done goto statement | Tokunori Ikegami | 1 | -19/+43 |
2019-08-27 | mtd: cfi_cmdset_0002: Split do_write_oneword() to reduce function size | Tokunori Ikegami | 1 | -40/+50 |
2019-08-27 | mtd: cfi_cmdset_0002: Remove goto statement from do_write_buffer() | Tokunori Ikegami | 1 | -26/+27 |
2019-08-27 | mtd: cfi_cmdset_0002: Use chip_good() to retry in do_write_oneword() | Tokunori Ikegami | 1 | -6/+12 |
2019-08-27 | mtd: chips: gen_probe: kill useless initializer in mtd_do_chip_probe() | Sergei Shtylyov | 1 | -1/+1 |
2019-08-26 | mtd: rawnand: remove w90x900 driver | Arnd Bergmann | 3 | -313/+0 |
2019-08-26 | mtd: rawnand: Add Macronix raw NAND controller driver | Mason Yang | 3 | -0/+589 |
2019-08-24 | mtd: rawnand: Fix a memory leak bug | Wenwen Wang | 1 | -4/+6 |
2019-08-24 | mtd: onenand_base: Fix a memory leak bug | Wenwen Wang | 1 | -0/+3 |
2019-08-22 | Merge tag 'Wimplicit-fallthrough-5.3-rc6' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -0/+1 |
2019-08-21 | mtd: spi-nor: intel-spi: Whitelist 4B read commands | Alexander Sverdlin | 1 | -0/+2 |
2019-08-21 | mtd: spi-nor: fix a memory leak bug | Wenwen Wang | 1 | -1/+1 |
2019-08-21 | mtd: spi-nor: Fix an error code in spi_nor_read_raw() | Dan Carpenter | 1 | -2/+2 |
2019-08-21 | mtd: spi-nor: Fix Cadence QSPI RCU Schedule Stall | Thor Thayer | 1 | -14/+5 |
2019-08-21 | mtd: sa1100: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2019-08-20 | mtd: spi-nor : Remove SPI_NOR_HAS_TB flag on s25fl512s | Jungseung Lee | 1 | -1/+1 |
2019-08-20 | mtd: spi-nor: intel-spi: Add support for Intel Tiger Lake SPI serial flash | Mika Westerberg | 1 | -0/+1 |
2019-08-20 | mtd: spi-nor: add support for sst26wf016b memory IC | Eugeniy Paltsev | 1 | -0/+2 |
2019-08-20 | mtd: spi-nor: Add Winbond w25q256jvm | Avi Fishman | 1 | -0/+2 |
2019-08-13 | mtd: spi-nor: Fix the disabling of write protection at init | Tudor Ambarus | 1 | -2/+3 |
2019-08-12 | mtd: spi-nor: Rework hwcaps selection for the spi-mem case | Boris Brezillon | 1 | -36/+147 |
2019-08-12 | mtd: spi-nor: Move m25p80 code in spi-nor.c | Boris Brezillon | 5 | -394/+602 |
2019-08-12 | mtd: spi-nor: always use bounce buffer for register read/writes | Vignesh Raghavendra | 1 | -36/+44 |
2019-08-07 | mtd: rawnand: remove redundant assignment to variable ret | Colin Ian King | 1 | -1/+1 |
2019-08-07 | mtd: rawnand: r852: Use dev_get_drvdata | Chuhong Yuan | 1 | -2/+2 |
2019-08-07 | mtd: rawnand: ingenic: fix devm_platform_ioremap_resource.cocci warnings | Julia Lawall | 1 | -3/+1 |