Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-02mtd: spi-nor: winbond: add OTP support to w25q32fw/jwMichael Walle
2021-04-02mtd: spi-nor: implement OTP support for Winbond and similar flashesMichael Walle
2021-04-02mtd: spi-nor: add OTP supportMichael Walle
2021-03-31mtd: spi-nor: swp: Improve code around spi_nor_check_lock_status_sr()Tudor Ambarus
2021-03-31mtd: spi-nor: Move Software Write Protection logic out of the coreTudor Ambarus
2021-03-15mtd: spi-nor: core: Update comment about the default flash parametersTudor Ambarus
2021-03-15mtd: spi-nor: Get rid of duplicated argument in spi_nor_parse_sfdp()Tudor Ambarus
2021-03-15mtd: spi-nor: core: Add vdbg msg for spi_nor_erase_multi_sectors()Tudor Ambarus
2021-03-15mtd: spi-nor: core: Advance erase after the erase cmd has been completedTudor Ambarus
2021-03-08mtd: spi-nor: intel-spi: Move platform data header to x86 subfolderAndy Shevchenko
2021-03-08mtd: spi-nor: use is_power_of_2()Michael Walle
2021-03-08mtd: spi-nor: winbond: Add support for w25q512jvqShuhao Mai
2021-02-05mtd: spi-nor: sst: Add support for Global Unlock on sst26vfTudor Ambarus
2021-02-05mtd: spi-nor: Add Global Block Unlock commandTudor Ambarus
2021-02-05mtd: spi-nor: core: Add erase size check for erase command initializationTakahiro Kuwano
2021-02-05mtd: spi-nor: core: Fix erase type discovery for overlaid regionTakahiro Kuwano
2021-02-05mtd: spi-nor: sfdp: Fix last erase region markingTakahiro Kuwano
2021-02-05mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid regionTakahiro Kuwano
2021-01-23mtd: spi-nor: hisi-sfc: Put child node np on error pathPan Bian
2021-01-23mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-P SPI serial flashMika Westerberg
2020-12-16Merge tags 'spi-nor/for-5.11' and 'nand/for-5.11' into mtd/nextMiquel Raynal
2020-12-07mtd: spi-nor: keep lock bits if they are non-volatileMichael Walle
2020-12-07mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040Michael Walle
2020-12-07mtd: spi-nor: intel: remove global protection flagMichael Walle
2020-12-07mtd: spi-nor: sst: remove global protection flagMichael Walle
2020-12-07mtd: spi-nor: atmel: remove global protection flagMichael Walle
2020-12-07mtd: spi-nor: ignore errors in spi_nor_unlock_all()Michael Walle
2020-12-07mtd: spi-nor: sst: fix BPn bits for the SST25VF064CMichael Walle
2020-12-07mtd: spi-nor: spansion: Set ECC block sizePratyush Yadav
2020-12-07mtd: spi-nor: core: Allow flashes to specify MTD writesizePratyush Yadav
2020-12-07mtd: spi-nor: Fix multiple typosJonathan Neuschäfer
2020-11-20mtd: spi-nor: hisi-sfc: Demote non-conformant kernel-docLee Jones
2020-11-09mtd: spi-nor: micron-st: allow using MT35XU512ABA in Octal DTR modePratyush Yadav
2020-11-09mtd: spi-nor: spansion: add support for Cypress Semper flashPratyush Yadav
2020-11-09mtd: spi-nor: core: disable Octal DTR mode on suspend.Pratyush Yadav
2020-11-09mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav
2020-11-09mtd: spi-nor: sfdp: detect Soft Reset sequence support from BFPTPratyush Yadav
2020-11-09mtd: spi-nor: core: enable octal DTR mode when possiblePratyush Yadav
2020-11-09mtd: spi-nor: Parse SFDP SCCR MapTudor Ambarus
2020-11-09mtd: spi-nor: Introduce SNOR_F_IO_MODE_EN_VOLATILETudor Ambarus
2020-11-09mtd: spi-nor: core: do 2 byte reads for SR and FSR in DTR modePratyush Yadav
2020-11-09mtd: spi-nor: core: use dummy cycle and address width info from SFDPPratyush Yadav
2020-11-09mtd: spi-nor: sfdp: parse xSPI Profile 1.0 tablePratyush Yadav
2020-11-09mtd: spi-nor: sfdp: get command opcode extension type from BFPTPratyush Yadav
2020-11-09mtd: spi-nor: add support for DTR protocolPratyush Yadav
2020-11-09mtd: spi-nor: add spi_nor_controller_ops_{read_reg, write_reg, erase}()Pratyush Yadav
2020-11-09mtd: spi-nor: core: use EOPNOTSUPP instead of ENOTSUPPPratyush Yadav
2020-10-28mtd: spi-nor: Fix address width on flash chips > 16MBBert Vermeulen
2020-10-28mtd: spi-nor: Don't copy self-pointing struct aroundAlexander Sverdlin
2020-10-06Revert "mtd: spi-nor: Prefer asynchronous probe"Vignesh Raghavendra