summaryrefslogtreecommitdiff
path: root/drivers/mtd
AgeCommit message (Expand)Author
2019-11-07mtd: spi-nor: Use dev_dbg insted of dev_err for low level infoTudor Ambarus
2019-11-02mtd: spi-nor: fix silent truncation in spi_nor_read_raw()Sergei Shtylyov
2019-11-02mtd: spi-nor: fix silent truncation in spi_nor_read()Sergei Shtylyov
2019-11-02mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flashMika Westerberg
2019-11-02mtd: spi-nor: Print device info in case of errorTudor Ambarus
2019-11-01mtd: spi-nor: Constify data to write to the Status RegisterTudor Ambarus
2019-11-01mtd: spi-nor: Fix retlen handling in sst_write()Tudor Ambarus
2019-11-01mtd: spi-nor: Drop redundant error reports in Reg Ops callersTudor Ambarus
2019-11-01mtd: spi-nor: Pointer parameter for CR in spi_nor_read_cr()Tudor Ambarus
2019-11-01mtd: spi-nor: Pointer parameter for FSR in spi_nor_read_fsr()Tudor Ambarus
2019-11-01mtd: spi-nor: Pointer parameter for SR in spi_nor_read_sr()Tudor Ambarus
2019-11-01mtd: spi-nor: Don't overwrite errno from Reg OpsTudor Ambarus
2019-11-01mtd: spi-nor: Drop explicit cast to int to already int valueTudor Ambarus
2019-11-01mtd: spi-nor: Stop compare with negative in Reg Ops methodsTudor Ambarus
2019-11-01mtd: spi-nor: Group all Reg Ops to avoid forward declarationsTudor Ambarus
2019-11-01mtd: spi-nor: Drop duplicated new lineTudor Ambarus
2019-11-01mtd: spi-nor: Prepend spi_nor_ to all Reg Ops methodsTudor Ambarus
2019-10-30mtd: rawnand: remove unecessary checking if dmac is NULLPiotr Sroka
2019-10-29mtd: rawnand: cadence: Remove dev_err() on platform_get_irq() failureYueHaibing
2019-10-29mtd: rawnand: mxic: Remove dev_err() on platform_get_irq() failureYueHaibing
2019-10-29mtd: rawnand: brcmnand: Fix NULL pointer assignmentFlorian Fainelli
2019-10-29mtd: rawnand: denali: remove the old unified controller/chip DT supportMasahiro Yamada
2019-10-29mtd: spear_smi: Fix Write Burst modeMiquel Raynal
2019-10-29mtd: physmap_of: add a hook for Intel IXP4xx flash probingLinus Walleij
2019-10-29mtd: maps: l440gx: Avoid printing address to dmesgFuqian Huang
2019-10-23compat_ioctl: move drivers to compat_ptr_ioctlArnd Bergmann
2019-10-23mtd: spi-nor: cadence-quadspi: Fix cqspi_command_read() definitionTudor Ambarus
2019-10-23mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'Tudor Ambarus
2019-10-23mtd: spi-nor: hisi-sfc: Drop nor->erase NULL assignmentTudor Ambarus
2019-10-23mtd: spi-nor: add support for en25qh16DENG Qingfang
2019-10-23mtd: spi-nor: intel-spi: add support for Intel Cannon Lake SPI flashJethro Beekman
2019-10-23mtd: spi-nor: intel-spi: support chips without software sequencerJethro Beekman
2019-10-08mtd: st_spi_fsm: remove unused field from struct stfsmBartosz Golaszewski
2019-10-08mtd: Initialize all parameters of mtd_oob_opsMiquel Raynal
2019-10-08mtd: spear_smi: remove set but not used variable 'flash_info'zhengbin
2019-10-08mtd: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2019-10-07mtd: rawnand: au1550nd: Fix au_read_buf16() prototypePaul Burton
2019-10-04mtd: spi-nor: Fix direction of the write_sr() transferTudor Ambarus
2019-10-04mtd: rawnand: Add new Cadence NAND driver to MTD subsystemPiotr Sroka
2019-10-04mtd: rawnand: Change calculating of position page containing BBMPiotr Sroka
2019-10-04mtd: nand: brcmnand: Add support for flash-dma v0Kamal Dasu
2019-09-22Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds
2019-09-21Merge tag 'upstream-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-09-21Merge tag 'mtd/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds
2019-09-19Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-09-18Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-09-15mtd: pmc551: Remove set but not used variable 'soff_lo'zhengbin
2019-09-15mtd: cfi_cmdset_0002: Fix do_erase_chip() to get chip as erasing modeTokunori Ikegami
2019-09-15mtd: sm_ftl: Fix memory leak in sm_init_zone() error pathWenwen Wang
2019-09-15mtd: parsers: Move CMDLINE parserLinus Walleij