summaryrefslogtreecommitdiff
path: root/include/linux/mtd
AgeCommit message (Expand)Author
2020-12-07mtd: spi-nor: Fix multiple typosJonathan Neuschäfer
2020-11-30mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal
2020-11-30mtd: nand: ecc-bch: Return only valid error codesMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal
2020-11-30mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal
2020-11-30mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal
2020-11-09mtd: spi-nor: core: perform a Soft Reset on shutdownPratyush Yadav
2020-11-09mtd: spi-nor: add support for DTR protocolPratyush Yadav
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-11Merge tag 'cfi/for-5.10' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/...Richard Weinberger
2020-10-11Merge tag 'nand/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mt...Richard Weinberger
2020-10-06mtd: hyperbus: add Renesas RPC-IF driverSergei Shtylyov
2020-09-30mtd: rawnand: Use the NAND framework user_conf object for ECC flagsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework user input parsing bitsMiquel Raynal
2020-09-30mtd: rawnand: Use the ECC framework OOB layoutsMiquel Raynal
2020-09-30mtd: hyperbus: Provide per device private pointerVignesh Raghavendra
2020-09-28mtd: nand: Use the new generic ECC objectMiquel Raynal
2020-09-28mtd: nand: Create helpers to set/extract the ECC requirementsMiquel Raynal
2020-09-28mtd: nand: Create a helper to extract the ECC configurationMiquel Raynal
2020-09-28mtd: rawnand: Use the new ECC engine type enumerationMiquel Raynal
2020-09-28mtd: rawnand: Separate the ECC engine type and the ECC byte placementMiquel Raynal
2020-09-02mtd: nand: Introduce the ECC engine frameworkMiquel Raynal
2020-08-27mtd: lpddr: Move function print_drs_error to lpddr_cmds.cGustavo A. R. Silva
2020-08-27mtd: lpddr: Replace printk with pr_noticeGustavo A. R. Silva
2020-08-27mtd: lpddr: Fix bad logic in print_drs_errorGustavo A. R. Silva
2020-08-27mtd: nand: Add a NAND page I/O request typeMiquel Raynal
2020-08-27mtd: rawnand: Move the nand_ecc_algo enum to the generic NAND layerMiquel Raynal
2020-08-27mtd: rawnand: Rename the ECC algorithm enumeration itemsMiquel Raynal
2020-08-27mtd: rawnand: Add a kernel doc to the ECC algorithm enumerationMiquel Raynal
2020-08-07Merge tag 'nand/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd...Richard Weinberger
2020-08-02MTD: pfow.h: drop a duplicated wordRandy Dunlap
2020-08-02mtd: hyperbus: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-06-26mtd: rawnand: Allocate the interface configurations dynamicallyMiquel Raynal
2020-06-26mtd: rawnand: Get rid of the default ONFI timing modeMiquel Raynal
2020-06-26mtd: rawnand: Add the ->choose_interface_config() hookMiquel Raynal
2020-06-26mtd: rawnand: s/data_interface/interface_config/Miquel Raynal
2020-06-26mtd: rawnand: Hide the chip->data_interface indirectionMiquel Raynal
2020-06-26mtd: rawnand: Reorganize the nand_chip structureMiquel Raynal
2020-06-26mtd: rawnand: Declare the nand_manufacturer structure out of nand_chipMiquel Raynal
2020-06-26mtd: rawnand: Rename the manufacturer structureMiquel Raynal
2020-06-26mtd: rawnand: Create a nand_chip operations structureMiquel Raynal
2020-06-26mtd: rawnand: Only use u8 instead of uint8_t in nand_chip structureMiquel Raynal
2020-06-26mtd: rawnand: Use unsigned types for nand_chip unsigned valuesMiquel Raynal
2020-06-26mtd: nand: Rename a core structureMiquel Raynal
2020-06-26mtd: nand: Move nand_device forward declaration to the topMiquel Raynal
2020-06-03Merge tag 'cfi/for-5.8' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/l...Richard Weinberger
2020-06-01Merge tag 'spi-nor/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger
2020-05-31mtd: rawnand: Add an invalid ECC mode to discriminate with valid onesMiquel Raynal