| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitions | Lee Jones | 2014-03-20 | 1 | -1/+5 |
| * | mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct | Lee Jones | 2014-03-20 | 1 | -32/+32 |
| * | mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-back | Lee Jones | 2014-03-20 | 1 | -4/+43 |
| * | mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back | Lee Jones | 2014-03-20 | 1 | -6/+260 |
| * | mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back | Lee Jones | 2014-03-20 | 1 | -1/+81 |
| * | mtd: st_spi_fsm: Add the ability to write to FSM's status register | Lee Jones | 2014-03-20 | 1 | -0/+36 |
| * | mtd: st_spi_fsm: Add the ability to read the FSM's status | Lee Jones | 2014-03-20 | 1 | -0/+24 |
| * | mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash device | Lee Jones | 2014-03-20 | 1 | -1/+112 |
| * | mtd: st_spi_fsm: Supply a busy wait for post-write status | Lee Jones | 2014-03-20 | 1 | -0/+221 |
| * | mtd: st_spi_fsm: Write to Flash via the FSM FIFO | Lee Jones | 2014-03-20 | 1 | -0/+14 |
| * | mtd: st_spi_fsm: Add the ability to read from a Serial Flash device | Lee Jones | 2014-03-20 | 1 | -0/+98 |
| * | mtd: st_spi_fsm: Prepare default sequences for read/write/erase | Lee Jones | 2014-03-20 | 1 | -0/+36 |
| * | mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back | Lee Jones | 2014-03-20 | 1 | -2/+82 |
| * | mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations | Lee Jones | 2014-03-20 | 1 | -0/+91 |
| * | mtd: st_spi_fsm: Provide the default read/write configurations | Lee Jones | 2014-03-20 | 1 | -0/+27 |
| * | mtd: st_spi_fsm: Update the flash Volatile Configuration Register | Lee Jones | 2014-03-20 | 1 | -0/+32 |
| * | mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode | Lee Jones | 2014-03-20 | 1 | -0/+19 |
| * | mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset | Lee Jones | 2014-03-20 | 1 | -0/+40 |
| * | mtd: st_spi_fsm: Prepare read/write sequences according to configuration | Lee Jones | 2014-03-20 | 1 | -0/+17 |
| * | mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode | Lee Jones | 2014-03-20 | 1 | -0/+22 |
| * | mtd: st_spi_fsm: Provide the erase one sector sequence | Lee Jones | 2014-03-20 | 1 | -0/+35 |
| * | mtd: st_spi_fsm: Fetch boot-device from mode pins | Lee Jones | 2014-03-20 | 1 | -0/+46 |
| * | mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s) | Lee Jones | 2014-03-20 | 1 | -0/+69 |
| * | mtd: st_spi_fsm: Use device size to determine address width | Lee Jones | 2014-03-20 | 1 | -0/+4 |
| * | mtd: st_spi_fsm: Search for preferred FSM message sequence configurations | Lee Jones | 2014-03-20 | 1 | -0/+27 |
| * | mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID | Lee Jones | 2014-03-20 | 1 | -1/+25 |
| * | mtd: st_spi_fsm: Provide device look-up table | Lee Jones | 2014-03-20 | 1 | -0/+136 |
| * | mtd: devices: Provide header for shared OPCODEs and SFDP commands | Lee Jones | 2014-03-20 | 2 | -0/+83 |
| * | mtd: st_spi_fsm: Add support for JEDEC ID extraction | Lee Jones | 2014-03-20 | 1 | -0/+55 |
| * | mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO | Lee Jones | 2014-03-20 | 1 | -0/+26 |
| * | mtd: st_spi_fsm: Supply framework for device requests | Lee Jones | 2014-03-20 | 1 | -0/+56 |
| * | mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions | Lee Jones | 2014-03-20 | 1 | -0/+127 |
| * | mtd: st_spi_fsm: Supply all register address and bit logic defines | Lee Jones | 2014-03-20 | 1 | -0/+164 |
| * | mtd: st_spi_fsm: Allocate resources and register with MTD framework | Lee Jones | 2014-03-20 | 3 | -0/+115 |
| * | mtd: nand: omap: remove is_elm_present flag | Pekon Gupta | 2014-03-20 | 1 | -3/+0 |
| * | mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC con... | Pekon Gupta | 2014-03-20 | 1 | -13/+10 |
| * | mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GP... | Pekon Gupta | 2014-03-20 | 1 | -24/+50 |
| * | mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwec... | Pekon Gupta | 2014-03-20 | 1 | -8/+7 |
| * | mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calcul... | Pekon Gupta | 2014-03-20 | 1 | -49/+10 |
| * | mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calcul... | Pekon Gupta | 2014-03-20 | 1 | -41/+10 |
| * | mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW e... | Pekon Gupta | 2014-03-20 | 1 | -33/+35 |
| * | mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calcul... | Pekon Gupta | 2014-03-20 | 1 | -5/+5 |
| * | mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-... | Pekon Gupta | 2014-03-20 | 1 | -10/+19 |
| * | mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhan... | Pekon Gupta | 2014-03-20 | 1 | -25/+13 |
| * | mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detectio... | Pekon Gupta | 2014-03-20 | 1 | -52/+33 |
| * | mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variabl... | Pekon Gupta | 2014-03-20 | 1 | -16/+23 |
| * | mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nan... | Pekon Gupta | 2014-03-20 | 1 | -1/+3 |
| * | mtd: Fix the behavior of OTP write if there is not enough room for data | Christian Riesch | 2014-03-10 | 3 | -7/+30 |
| * | mtd: block2mtd: check device size | Fabian Frederick | 2014-03-10 | 1 | -1/+5 |
| * | mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC | Herve Codina | 2014-03-10 | 1 | -0/+1 |