aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mtd/spi-nor/spi-nor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-04mtd: spi-nor: Fix direction of the write_sr() transferTudor Ambarus1-1/+1
2019-08-30mtd: spi-nor: Rename "n25q512a" to "mt25qu512a (n25q512a)"Ashish Kumar1-1/+4
2019-08-30mtd: spi-nor: Add support for mt35xu02gAshish Kumar1-0/+3
2019-08-29mtd: spi-nor: remove superfluous pass of nor->info->sector_sizeTudor Ambarus1-2/+3
2019-08-29mtd: spi-nor: enable the debugfs for the partname and partidZhuohao Lee1-0/+12
2019-08-28mtd: spi-nor: Introduce spi_nor_get_flash_info()Tudor Ambarus1-32/+44
2019-08-28mtd: spi-nor: Introduce spi_nor_set_addr_width()Tudor Ambarus1-20/+30
2019-08-28mtd: spi-nor: Bring flash params init togetherTudor Ambarus1-18/+11
2019-08-28mtd: spi-nor: Add the SPI_NOR_XSR_RDY flagBoris Brezillon1-1/+9
2019-08-28mtd: spi-nor: Add s3an_post_sfdp_fixups()Tudor Ambarus1-7/+11
2019-08-28mtd: spi-nor: Add a ->setup() methodTudor Ambarus1-211/+221
2019-08-28mtd: spi-nor: Add a ->convert_addr() methodBoris Brezillon1-10/+14
2019-08-28mtd: spi-nor: Add spansion_post_sfdp_fixups()Boris Brezillon1-14/+23
2019-08-28mtd: spi-nor: Add post_sfdp() hook to tweak flash configBoris Brezillon1-1/+32
2019-08-28mtd: spi-nor: Rework the SPI NOR lock/unlock logicBoris Brezillon1-13/+37
2019-08-28mtd: spi-nor: Create a ->set_4byte() methodBoris Brezillon1-37/+39
2019-08-28mtd: spi-nor: Split spi_nor_init_params()Tudor Ambarus1-20/+63
2019-08-28mtd: spi-nor: Move manufacturer quad_enable() in ->default_init()Tudor Ambarus1-19/+29
2019-08-28mtd: spi-nor: Add a default_init() fixup hook for gd25q256Boris Brezillon1-12/+16
2019-08-28mtd: spi-nor: Add default_init() hook to tweak flash parametersTudor Ambarus1-0/+17
2019-08-28mtd: spi-nor: Move erase_map to 'struct spi_nor_flash_parameter'Tudor Ambarus1-19/+21
2019-08-28mtd: spi-nor: Drop quad_enable() from 'struct spi-nor'Tudor Ambarus1-17/+23
2019-08-28mtd: spi-nor: Use nor->paramsTudor Ambarus1-27/+19
2019-08-28mtd: spi-nor: Regroup flash parameter and settingsTudor Ambarus1-65/+0
2019-08-28Merge tag 'v5.3-rc6' into spi-nor/nextTudor Ambarus1-2/+3
2019-08-21mtd: spi-nor: fix a memory leak bugWenwen Wang1-1/+1
2019-08-21mtd: spi-nor: Fix an error code in spi_nor_read_raw()Dan Carpenter1-2/+2
2019-08-20mtd: spi-nor : Remove SPI_NOR_HAS_TB flag on s25fl512sJungseung Lee1-1/+1
2019-08-20mtd: spi-nor: add support for sst26wf016b memory ICEugeniy Paltsev1-0/+2
2019-08-20mtd: spi-nor: Add Winbond w25q256jvmAvi Fishman1-0/+2
2019-08-13mtd: spi-nor: Fix the disabling of write protection at initTudor Ambarus1-2/+3
2019-08-12mtd: spi-nor: Rework hwcaps selection for the spi-mem caseBoris Brezillon1-36/+147
2019-08-12mtd: spi-nor: Move m25p80 code in spi-nor.cBoris Brezillon1-28/+600
2019-08-12mtd: spi-nor: always use bounce buffer for register read/writesVignesh Raghavendra1-36/+44
2019-07-13Merge tag 'mtd/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linuxLinus Torvalds1-3/+34
2019-06-27mtd: spi-nor: fix nor->addr_width when its value configured from SFDP does not match the actual widthLiu Xiang1-1/+24
2019-06-23mtd: spi-nor: use 16-bit WRR command when QE is set on spansion flashesTudor Ambarus1-11/+108
2019-06-22mtd: spi-nor: Spelling s/Writ/Write/Geert Uytterhoeven1-1/+1
2019-06-22mtd: spi-nor: Add Winbond w25q16jv supportRobert Marko1-0/+5
2019-06-07mtd: spi-nor: change "error reading JEDEC id" from dbg to errFlavio Suligoi1-1/+1
2019-06-07mtd: spi-nor: Add Micron MT25QL02 supportAndrey Smirnov1-0/+3
2019-04-01spi-nor: s25fl512s supports region lockingJonas Bonn1-1/+3
2019-03-21mtd: spi-nor: Fix comment of spi_nor_find_best_erase_type()Alexander Sverdlin1-1/+1
2019-03-21mtd: spi-nor: Print all JEDEC ID bytes on errorGeert Uytterhoeven1-2/+2
2019-02-21mtd: spi-nor: Add support for en25qh64Roger Pueyo Centelles1-0/+2
2019-02-21mtd: spi-nor: Add support for MX25V8035FFrieder Schrempf1-0/+2
2019-02-21mtd: spi-nor: Add support for EN25Q80AFrieder Schrempf1-0/+2
2019-02-13mtd: spi-nor: split s25fl128s into s25fl128s0 and s25fl128s1Ahmet Celenk1-1/+4
2019-02-10mtd: spi-nor: Add support for mx25u3235fAndré Valentin1-0/+2
2019-01-23mtd: spi-nor: refine Spansion S25FL512S IDSergei Shtylyov1-1/+1