summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: st_spi_fsm: Prepare default sequences for read/write/eraseLee Jones2014-03-201-0/+36
* mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-backLee Jones2014-03-201-2/+82
* mtd: st_spi_fsm: Supply the N25Qxxx specific read configurationsLee Jones2014-03-201-0/+91
* mtd: st_spi_fsm: Provide the default read/write configurationsLee Jones2014-03-201-0/+27
* mtd: st_spi_fsm: Update the flash Volatile Configuration RegisterLee Jones2014-03-201-0/+32
* mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing modeLee Jones2014-03-201-0/+19
* mtd: st_spi_fsm: Add a check to if the chip can handle an SoC resetLee Jones2014-03-201-0/+40
* mtd: st_spi_fsm: Prepare read/write sequences according to configurationLee Jones2014-03-201-0/+17
* mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing modeLee Jones2014-03-201-0/+22
* mtd: st_spi_fsm: Provide the erase one sector sequenceLee Jones2014-03-201-0/+35
* mtd: st_spi_fsm: Fetch boot-device from mode pinsLee Jones2014-03-201-0/+46
* mtd: st_spi_fsm: Add device-tree binding documentationLee Jones2014-03-201-0/+26
* mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s)Lee Jones2014-03-201-0/+69
* mtd: st_spi_fsm: Use device size to determine address widthLee Jones2014-03-201-0/+4
* mtd: st_spi_fsm: Search for preferred FSM message sequence configurationsLee Jones2014-03-201-0/+27
* mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC IDLee Jones2014-03-201-1/+25
* mtd: st_spi_fsm: Provide device look-up tableLee Jones2014-03-201-0/+136
* mtd: devices: Provide header for shared OPCODEs and SFDP commandsLee Jones2014-03-202-0/+83
* mtd: st_spi_fsm: Add support for JEDEC ID extractionLee Jones2014-03-201-0/+55
* mtd: st_spi_fsm: Supply a method to read from the FSM's FIFOLee Jones2014-03-201-0/+26
* mtd: st_spi_fsm: Supply framework for device requestsLee Jones2014-03-201-0/+56
* mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditionsLee Jones2014-03-201-0/+127
* mtd: st_spi_fsm: Supply all register address and bit logic definesLee Jones2014-03-201-0/+164
* mtd: st_spi_fsm: Allocate resources and register with MTD frameworkLee Jones2014-03-203-0/+115
* mtd: nand: omap: remove is_elm_present flagPekon Gupta2014-03-201-3/+0
* mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con...Pekon Gupta2014-03-201-13/+10
* mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP...Pekon Gupta2014-03-201-24/+50
* mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec...Pekon Gupta2014-03-201-8/+7
* mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul...Pekon Gupta2014-03-201-49/+10
* mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul...Pekon Gupta2014-03-201-41/+10
* mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e...Pekon Gupta2014-03-201-33/+35
* mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calcul...Pekon Gupta2014-03-201-5/+5
* mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-...Pekon Gupta2014-03-201-10/+19
* mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhan...Pekon Gupta2014-03-201-25/+13
* mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detectio...Pekon Gupta2014-03-201-52/+33
* mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variabl...Pekon Gupta2014-03-201-16/+23
* mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nan...Pekon Gupta2014-03-201-1/+3
* mtd: Fix the behavior of OTP write if there is not enough room for dataChristian Riesch2014-03-103-7/+30
* mtd: block2mtd: check device sizeFabian Frederick2014-03-101-1/+5
* mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECCHerve Codina2014-03-101-0/+1
* mtd: gpmi: add subpage read supportHuang Shijie2014-03-101-0/+96
* mtd: gpmi: do not use the mtd->writesizeHuang Shijie2014-03-101-3/+3
* mtd: nand: add "page" argument for read_subpage hookHuang Shijie2014-03-102-3/+6
* mtd: nand: remove unused function input parameterCai Zhiyong2014-03-101-7/+5
* mtd: nand: pxa3xx: Print actual ECC strength in error messageEzequiel Garcia2014-03-101-1/+1
* mtd: nand: pxa3xx: Remove unused macroEzequiel Garcia2014-03-101-1/+0
* mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301XRafał Miłecki2014-03-102-2/+2
* mtd: bcm47xxpart: avoid overflowing when registering trxRafał Miłecki2014-03-101-0/+5
* mtd: bcm47xxpart: fix off by one in partitions limitRafał Miłecki2014-03-101-2/+2
* mtd: allow CONFIG_MTD_PHYSMAP_OF also for CONFIG_MTD_RAMPhilippe De Muyter2014-03-101-4/+4
OpenPOWER on IntegriCloud