Age | Commit message (Expand) | Author | Files | Lines |
2014-12-17 | Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd | Linus Torvalds | 32 | -448/+2292 |
2014-12-15 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 46 | -47/+0 |
2014-12-13 | mtd: tests: abort torturetest on erase errors | Brian Norris | 1 | -1/+3 |
2014-12-13 | mtd: physmap_of: fix potential NULL dereference | Ard Biesheuvel | 1 | -5/+3 |
2014-12-01 | mtd: spi-nor: allow NULL as chip name and try to auto detect it | Rafał Miłecki | 1 | -3/+11 |
2014-12-01 | mtd: nand: gpmi: add raw oob access functions | Boris BREZILLON | 1 | -0/+18 |
2014-12-01 | mtd: nand: gpmi: add proper raw access support | Boris BREZILLON | 2 | -0/+185 |
2014-12-01 | mtd: nand: gpmi: add gpmi_copy_bits function | Boris BREZILLON | 2 | -0/+157 |
2014-12-01 | mtd: spi-nor: factor out write_enable() for erase commands | Brian Norris | 3 | -14/+6 |
2014-12-01 | mtd: spi-nor: add support for s25fl128s | Huang Shijie | 1 | -0/+18 |
2014-12-01 | mtd: spi-nor: remove the jedec_id/ext_id | Huang Shijie | 1 | -53/+45 |
2014-12-01 | mtd: spi-nor: add id/id_len for flash_info{} | Huang Shijie | 1 | -14/+25 |
2014-11-29 | mtd: nand: correct the comment of function nand_block_isreserved() | Gu Zheng | 1 | -2/+2 |
2014-11-26 | mtd: atmel_nand: replace memcpy32_toio/memcpy32_fromio with memcpy | Wu, Josh | 1 | -29/+10 |
2014-11-26 | mtd: cafe_nand: drop duplicate .write_page implementation | Brian Norris | 1 | -45/+0 |
2014-11-26 | mtd: m25p80: Add support for serial flash Spansion S25FL132K | Knut Wohlrab | 2 | -3/+2 |
2014-11-26 | MTD: m25p80: fix inconsistency in m25p_ids compared to spi_nor_ids | Alison Chaiken | 1 | -3/+3 |
2014-11-26 | mtd: spi-nor: improve wait-till-ready timeout loop | Brian Norris | 1 | -4/+9 |
2014-11-26 | mtd: delete unnecessary checks before two function calls | Markus Elfring | 2 | -4/+2 |
2014-11-26 | mtd: nand: omap: Fix NAND enumeration on 3430 LDP | Roger Quadros | 1 | -7/+0 |
2014-11-26 | mtd: nand: add ATO manufacturer info | Brian Norris | 1 | -0/+1 |
2014-11-26 | mtd: nand: print erase size on init | Rafał Miłecki | 1 | -2/+2 |
2014-11-20 | mtd: oobtest: correct printf() format specifier for 'size_t' | Brian Norris | 1 | -1/+1 |
2014-11-20 | mtd: mtd_oobtest: add bitflip_limit parameter | Roger Quadros | 1 | -18/+47 |
2014-11-20 | mtd: mtd_oobtest: Show the verification error location and data | Roger Quadros | 1 | -7/+29 |
2014-11-07 | UBI: Fix invalid vfree() | Richard Weinberger | 1 | -4/+6 |
2014-11-07 | UBI: Fix double free after do_sync_erase() | Richard Weinberger | 1 | -7/+3 |
2014-11-07 | UBI: vtbl: Use ubi_eba_atomic_leb_change() | Richard Weinberger | 1 | -14/+9 |
2014-11-07 | UBI: Extend UBI layer debug/messaging capabilities | Tanya Brokhman | 14 | -407/+441 |
2014-11-06 | fsl_ifc: Support all 8 IFC chip selects | Aaron Sierra | 1 | -6/+4 |
2014-11-06 | mtd: atmel_nand: make PMECC lookup table and offset property optional | Josh Wu | 2 | -4/+81 |
2014-11-06 | mtd: mxc_nand: use __iowrite32_copy for 32 bit copy | Koul, Vinod | 1 | -7/+3 |
2014-11-06 | mtd: intflmount: fix off by one error in INFTL_dumpVUchains() | Dan Carpenter | 1 | -1/+1 |
2014-11-06 | mtd: spi-nor: Add support for SST spi flash | Harini Katakam | 1 | -0/+1 |
2014-11-06 | mtd: spi-nor: Add support for Fujitsu MB85RS1MT FRAM | Rostislav Lisovy | 1 | -0/+3 |
2014-11-06 | mtd: nand: omap: Synchronize the access to the ECC engine | Rostislav Lisovy | 1 | -5/+7 |
2014-11-05 | mtd: spi-nor: Move n25q032 entry to Micron devices list | Chunhe Lan | 1 | -1/+1 |
2014-11-05 | mtd: dataflash: Remove use of tx_dma | Mark Brown | 1 | -3/+3 |
2014-11-05 | mtd: spi-nor: drop replaceable wait-till-ready function pointer | Brian Norris | 1 | -18/+10 |
2014-11-05 | mtd: fsl-quadspi: drop wait-till-ready checks | Brian Norris | 1 | -11/+0 |
2014-11-05 | mtd: m25p80: drop wait-till-ready checks | Brian Norris | 1 | -11/+0 |
2014-11-05 | mtd: spi-nor: move "wait-till-ready" checks into erase/write functions | Brian Norris | 1 | -27/+9 |
2014-11-05 | mtd: spi-nor: handle timeout errors in spi_nor_write() | Brian Norris | 1 | -2/+5 |
2014-11-05 | mtd: spi-nor: eliminate duplicate spi_nor_wait_till_{, fsr}_ready() code | Brian Norris | 1 | -32/+34 |
2014-11-05 | mtd: update help of CONFIG_MTD_OF_PARTS | Michal Sojka | 1 | -1/+1 |
2014-11-05 | mtd: nand: comment update, the DEPLETE1 command has gone | Gerhard Sittig | 1 | -1/+1 |
2014-11-05 | mtd: spi-nor: fix the wrong dummy value | Huang Shijie | 2 | -2/+5 |
2014-11-05 | mtd: nand: Base BCH ECC bytes on required strength | Jordan Friendshuh | 1 | -1/+1 |
2014-11-05 | mtd: nand: gpio: improve comments about GPIO assisted operation | Gerhard Sittig | 2 | -3/+7 |
2014-11-04 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 46 | -47/+0 |