aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-03-20mtd: st_spi_fsm: Remove useless consts from function argumentsLee Jones
2014-03-20mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitionsLee Jones
2014-03-20mtd: st_spi_fsm: Move runtime configurable msg sequences into device's structLee Jones
2014-03-20mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-backLee Jones
2014-03-20mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-backLee Jones
2014-03-20mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-backLee Jones
2014-03-20mtd: st_spi_fsm: Add the ability to write to FSM's status registerLee Jones
2014-03-20mtd: st_spi_fsm: Add the ability to read the FSM's statusLee Jones
2014-03-20mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash deviceLee Jones
2014-03-20mtd: st_spi_fsm: Supply a busy wait for post-write statusLee Jones
2014-03-20mtd: st_spi_fsm: Write to Flash via the FSM FIFOLee Jones
2014-03-20mtd: st_spi_fsm: Add the ability to read from a Serial Flash deviceLee Jones
2014-03-20mtd: st_spi_fsm: Prepare default sequences for read/write/eraseLee Jones
2014-03-20mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-backLee Jones
2014-03-20mtd: st_spi_fsm: Supply the N25Qxxx specific read configurationsLee Jones
2014-03-20mtd: st_spi_fsm: Provide the default read/write configurationsLee Jones
2014-03-20mtd: st_spi_fsm: Update the flash Volatile Configuration RegisterLee Jones
2014-03-20mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing modeLee Jones
2014-03-20mtd: st_spi_fsm: Add a check to if the chip can handle an SoC resetLee Jones
2014-03-20mtd: st_spi_fsm: Prepare read/write sequences according to configurationLee Jones
2014-03-20mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing modeLee Jones
2014-03-20mtd: st_spi_fsm: Provide the erase one sector sequenceLee Jones
2014-03-20mtd: st_spi_fsm: Fetch boot-device from mode pinsLee Jones
2014-03-20mtd: st_spi_fsm: Add device-tree binding documentationLee Jones
2014-03-20mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)Lee Jones
2014-03-20mtd: st_spi_fsm: Use device size to determine address widthLee Jones
2014-03-20mtd: st_spi_fsm: Search for preferred FSM message sequence configurationsLee Jones
2014-03-20mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC IDLee Jones
2014-03-20mtd: st_spi_fsm: Provide device look-up tableLee Jones
2014-03-20mtd: devices: Provide header for shared OPCODEs and SFDP commandsLee Jones
2014-03-20mtd: st_spi_fsm: Add support for JEDEC ID extractionLee Jones
2014-03-20mtd: st_spi_fsm: Supply a method to read from the FSM's FIFOLee Jones
2014-03-20mtd: st_spi_fsm: Supply framework for device requestsLee Jones
2014-03-20mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditionsLee Jones
2014-03-20mtd: st_spi_fsm: Supply all register address and bit logic definesLee Jones
2014-03-20mtd: st_spi_fsm: Allocate resources and register with MTD frameworkLee Jones
2014-03-20mtd: nand: omap: remove is_elm_present flagPekon Gupta
2014-03-20mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calcul...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhan...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detectio...Pekon Gupta
2014-03-20mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variabl...Pekon Gupta
2014-03-20mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nan...Pekon Gupta
2014-03-10mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch