summaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/spi-nor.c
AgeCommit message (Expand)Author
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: 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-23mtd: spi-nor: Introduce 'struct spi_nor_controller_ops'Tudor Ambarus
2019-10-23mtd: spi-nor: add support for en25qh16DENG Qingfang
2019-10-04mtd: spi-nor: Fix direction of the write_sr() transferTudor Ambarus
2019-08-30mtd: spi-nor: Rename "n25q512a" to "mt25qu512a (n25q512a)"Ashish Kumar
2019-08-30mtd: spi-nor: Add support for mt35xu02gAshish Kumar
2019-08-29mtd: spi-nor: remove superfluous pass of nor->info->sector_sizeTudor Ambarus
2019-08-29mtd: spi-nor: enable the debugfs for the partname and partidZhuohao Lee
2019-08-28mtd: spi-nor: Introduce spi_nor_get_flash_info()Tudor Ambarus
2019-08-28mtd: spi-nor: Introduce spi_nor_set_addr_width()Tudor Ambarus
2019-08-28mtd: spi-nor: Bring flash params init togetherTudor Ambarus
2019-08-28mtd: spi-nor: Add the SPI_NOR_XSR_RDY flagBoris Brezillon
2019-08-28mtd: spi-nor: Add s3an_post_sfdp_fixups()Tudor Ambarus
2019-08-28mtd: spi-nor: Add a ->setup() methodTudor Ambarus
2019-08-28mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon
2019-08-28mtd: spi-nor: Add spansion_post_sfdp_fixups()Boris Brezillon
2019-08-28mtd: spi-nor: Add post_sfdp() hook to tweak flash configBoris Brezillon
2019-08-28mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon
2019-08-28mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon
2019-08-28mtd: spi-nor: Split spi_nor_init_params()Tudor Ambarus
2019-08-28mtd: spi-nor: Move manufacturer quad_enable() in ->default_init()Tudor Ambarus
2019-08-28mtd: spi-nor: Add a default_init() fixup hook for gd25q256Boris Brezillon
2019-08-28mtd: spi-nor: Add default_init() hook to tweak flash parametersTudor Ambarus
2019-08-28mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus
2019-08-28mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus
2019-08-28mtd: spi-nor: Use nor->paramsTudor Ambarus
2019-08-28mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus
2019-08-28Merge tag 'v5.3-rc6' into spi-nor/nextTudor Ambarus
2019-08-21mtd: spi-nor: fix a memory leak bugWenwen Wang
2019-08-21mtd: spi-nor: Fix an error code in spi_nor_read_raw()Dan Carpenter
2019-08-20mtd: spi-nor : Remove SPI_NOR_HAS_TB flag on s25fl512sJungseung Lee
2019-08-20mtd: spi-nor: add support for sst26wf016b memory ICEugeniy Paltsev
2019-08-20mtd: spi-nor: Add Winbond w25q256jvmAvi Fishman
2019-08-13mtd: spi-nor: Fix the disabling of write protection at initTudor Ambarus
2019-08-12mtd: spi-nor: Rework hwcaps selection for the spi-mem caseBoris Brezillon
2019-08-12mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon