Age | Commit message (Expand) | Author | Files | Lines |
2014-04-19 | Shiraz has moved | Viresh Kumar | 1 | -2/+2 |
2014-03-26 | mtd: devices: elm: update DRIVER_NAME as "omap-elm" | Pekon Gupta | 1 | -1/+3 |
2014-03-26 | mtd: devices: elm: configure parallel channels based on ecc_steps | Pekon Gupta | 1 | -3/+5 |
2014-03-26 | mtd: devices: elm: clean elm_load_syndrome | Pekon Gupta | 1 | -7/+11 |
2014-03-26 | mtd: devices: elm: check for hardware engine's design constraints | Pekon Gupta | 1 | -1/+12 |
2014-03-20 | mtd: st_spi_fsm: Succinctly reorganise .remove() | Lee Jones | 1 | -6/+1 |
2014-03-20 | mtd: st_spi_fsm: Allow loop to run at least once before giving up CPU | Lee Jones | 1 | -2/+2 |
2014-03-20 | mtd: st_spi_fsm: Correct vendor name spelling issue - missing "M" | Lee Jones | 1 | -1/+1 |
2014-03-20 | mtd: st_spi_fsm: Avoid duplicating MTD core code | Lee Jones | 1 | -8/+0 |
2014-03-20 | mtd: st_spi_fsm: Remove useless consts from function arguments | Lee Jones | 1 | -8/+7 |
2014-03-20 | mtd: st_spi_fsm: Convert ST SPI FSM (NOR) Flash driver to new DT partitions | Lee Jones | 1 | -1/+5 |
2014-03-20 | mtd: st_spi_fsm: Move runtime configurable msg sequences into device's struct | Lee Jones | 1 | -32/+32 |
2014-03-20 | mtd: st_spi_fsm: Supply the W25Qxxx chip specific configuration call-back | Lee Jones | 1 | -4/+43 |
2014-03-20 | mtd: st_spi_fsm: Supply the S25FLxxx chip specific configuration call-back | Lee Jones | 1 | -6/+260 |
2014-03-20 | mtd: st_spi_fsm: Supply the MX25xxx chip specific configuration call-back | Lee Jones | 1 | -1/+81 |
2014-03-20 | mtd: st_spi_fsm: Add the ability to write to FSM's status register | Lee Jones | 1 | -0/+36 |
2014-03-20 | mtd: st_spi_fsm: Add the ability to read the FSM's status | Lee Jones | 1 | -0/+24 |
2014-03-20 | mtd: st_spi_fsm: Erase partly or as a whole a Serial Flash device | Lee Jones | 1 | -1/+112 |
2014-03-20 | mtd: st_spi_fsm: Supply a busy wait for post-write status | Lee Jones | 1 | -0/+221 |
2014-03-20 | mtd: st_spi_fsm: Write to Flash via the FSM FIFO | Lee Jones | 1 | -0/+14 |
2014-03-20 | mtd: st_spi_fsm: Add the ability to read from a Serial Flash device | Lee Jones | 1 | -0/+98 |
2014-03-20 | mtd: st_spi_fsm: Prepare default sequences for read/write/erase | Lee Jones | 1 | -0/+36 |
2014-03-20 | mtd: st_spi_fsm: Supply the N25Qxxx chip specific configuration call-back | Lee Jones | 1 | -2/+82 |
2014-03-20 | mtd: st_spi_fsm: Supply the N25Qxxx specific read configurations | Lee Jones | 1 | -0/+91 |
2014-03-20 | mtd: st_spi_fsm: Provide the default read/write configurations | Lee Jones | 1 | -0/+27 |
2014-03-20 | mtd: st_spi_fsm: Update the flash Volatile Configuration Register | Lee Jones | 1 | -0/+32 |
2014-03-20 | mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode | Lee Jones | 1 | -0/+19 |
2014-03-20 | mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset | Lee Jones | 1 | -0/+40 |
2014-03-20 | mtd: st_spi_fsm: Prepare read/write sequences according to configuration | Lee Jones | 1 | -0/+17 |
2014-03-20 | mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode | Lee Jones | 1 | -0/+22 |
2014-03-20 | mtd: st_spi_fsm: Provide the erase one sector sequence | Lee Jones | 1 | -0/+35 |
2014-03-20 | mtd: st_spi_fsm: Fetch boot-device from mode pins | Lee Jones | 1 | -0/+46 |
2014-03-20 | mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s) | Lee Jones | 1 | -0/+69 |
2014-03-20 | mtd: st_spi_fsm: Use device size to determine address width | Lee Jones | 1 | -0/+4 |
2014-03-20 | mtd: st_spi_fsm: Search for preferred FSM message sequence configurations | Lee Jones | 1 | -0/+27 |
2014-03-20 | mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID | Lee Jones | 1 | -1/+25 |
2014-03-20 | mtd: st_spi_fsm: Provide device look-up table | Lee Jones | 1 | -0/+136 |
2014-03-20 | mtd: devices: Provide header for shared OPCODEs and SFDP commands | Lee Jones | 2 | -0/+83 |
2014-03-20 | mtd: st_spi_fsm: Add support for JEDEC ID extraction | Lee Jones | 1 | -0/+55 |
2014-03-20 | mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO | Lee Jones | 1 | -0/+26 |
2014-03-20 | mtd: st_spi_fsm: Supply framework for device requests | Lee Jones | 1 | -0/+56 |
2014-03-20 | mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions | Lee Jones | 1 | -0/+127 |
2014-03-20 | mtd: st_spi_fsm: Supply all register address and bit logic defines | Lee Jones | 1 | -0/+164 |
2014-03-20 | mtd: st_spi_fsm: Allocate resources and register with MTD framework | Lee Jones | 3 | -0/+115 |
2014-03-11 | mtd: Fix the behavior of OTP write if there is not enough room for data | Christian Riesch | 1 | -6/+10 |
2014-03-11 | mtd: block2mtd: check device size | Fabian Frederick | 1 | -1/+5 |
2014-03-11 | mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flash | Brian Norris | 1 | -0/+1 |
2014-03-11 | mtd: Add a retlen parameter to _get_{fact,user}_prot_info | Christian Riesch | 1 | -3/+4 |
2014-03-11 | mtd: m25p80: add support for the Spansion s25fl008k chip | Kuninori Morimoto | 1 | -0/+1 |
2014-03-11 | mtd: pmc551: Remove unnecessary OOM messages | Jingoo Han | 1 | -6/+1 |