| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: nand: sunxi: Fix the non-polling case in sunxi_nfc_wait_events() | Boris Brezillon | 2017-11-08 | 1 | -0/+4 |
* | mtd: nand: qcom: fix config error for BCH | Abhishek Sahu | 2017-09-13 | 1 | -1/+1 |
* | mtd: nand: qcom: fix read failure without complete bootchain | Abhishek Sahu | 2017-09-13 | 1 | -4/+12 |
* | mtd: nand: mxc: Fix mxc_v1 ooblayout | Boris Brezillon | 2017-09-13 | 1 | -3/+4 |
* | nand: fix wrong default oob layout for small pages using soft ecc | Miquel Raynal | 2017-08-16 | 1 | -1/+7 |
* | mtd: nand: Fix timing setup for NANDs that do not support SET FEATURES | Boris Brezillon | 2017-08-16 | 1 | -1/+3 |
* | mtd: nand: brcmnand: Check flash #WP pin status before nand erase/program | Kamal Dasu | 2017-07-05 | 1 | -3/+58 |
* | mtd: spi-nor: fix spansion quad enable | Joël Esponde | 2017-06-29 | 1 | -0/+7 |
* | mtd: nand: add ooblayout for old hamming layout | Alexander Couzens | 2017-05-25 | 1 | -1/+69 |
* | mtd: nand: omap2: Fix partition creation via cmdline mtdparts | Roger Quadros | 2017-05-25 | 1 | -0/+9 |
* | mtd: nand: orion: fix clk handling | Simon Baatz | 2017-05-25 | 1 | -21/+21 |
* | ubi/upd: Always flush after prepared for an update | Sebastian Siewior | 2017-04-27 | 1 | -4/+4 |
* | mtd: bcm47xxpart: fix parsing first block after aligned TRX | Rafał Miłecki | 2017-04-18 | 1 | -6/+4 |
* | mtd: pmcmsp: use kstrndup instead of kmalloc+strncpy | Arnd Bergmann | 2017-03-18 | 1 | -3/+1 |
* | mtd: nand: ifc: Fix location of eccstat registers for IFC V1.0 | Mark Marshall | 2017-03-12 | 1 | -1/+7 |
* | mtd: spi-nor: Fix some error codes in cqspi_setup_flash() | Dan Carpenter | 2017-01-26 | 1 | -1/+3 |
* | mtd: spi-nor: Off by one in cqspi_setup_flash() | Dan Carpenter | 2017-01-26 | 1 | -1/+1 |
* | mtd: nand: xway: fix build because of module functions | Hauke Mehrtens | 2017-01-26 | 1 | -4/+1 |
* | mtd: nand: xway: disable module support | Hauke Mehrtens | 2017-01-26 | 1 | -1/+1 |
* | mtd: nand: lpc32xx: fix invalid error handling of a requested irq | Vladimir Zapolskiy | 2017-01-26 | 1 | -1/+1 |
* | Merge tag 'for-linus-20161104' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2016-11-05 | 3 | -30/+55 |
|\ |
|
| * | mtd: mtk: avoid warning in mtk_ecc_encode | Arnd Bergmann | 2016-10-28 | 1 | -10/+9 |
| * | mtd: nand: Fix data interface configuration logic | Boris Brezillon | 2016-10-28 | 1 | -18/+42 |
| * | mtd: nand: gpmi: disable the clocks on errors | Fabio Estevam | 2016-10-28 | 1 | -2/+4 |
* | | ubi: fastmap: Fix add_vol() return value test in ubi_attach_fastmap() | Boris Brezillon | 2016-10-28 | 1 | -5/+5 |
|/ |
|
* | UBI: Fix crash in try_recover_peb() | Geert Uytterhoeven | 2016-10-20 | 1 | -0/+1 |
* | ubi: fix swapped arguments to call to ubi_alloc_aeb | Colin Ian King | 2016-10-20 | 1 | -1/+1 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2016-10-11 | 2 | -2/+0 |
|\ |
|
| * | treewide: remove redundant #include <linux/kconfig.h> | Masahiro Yamada | 2016-10-11 | 2 | -2/+0 |
* | | Merge tag 'upstream-4.9-rc1' of git://git.infradead.org/linux-ubifs | Linus Torvalds | 2016-10-11 | 12 | -585/+889 |
|\ \
| |/
|/| |
|
| * | ubi: Fix Fastmap's update_vol() | Richard Weinberger | 2016-10-02 | 1 | -0/+1 |
| * | ubi: Fix races around ubi_refill_pools() | Richard Weinberger | 2016-10-02 | 4 | -14/+30 |
| * | ubi: Deal with interrupted erasures in WL | Richard Weinberger | 2016-10-02 | 1 | -2/+19 |
| * | UBI: introduce the VID buffer concept | Boris Brezillon | 2016-10-02 | 7 | -142/+218 |
| * | UBI: hide EBA internals | Boris Brezillon | 2016-10-02 | 4 | -51/+165 |
| * | UBI: provide an helper to query LEB information | Boris Brezillon | 2016-10-02 | 3 | -2/+40 |
| * | UBI: provide an helper to check whether a LEB is mapped or not | Boris Brezillon | 2016-10-02 | 3 | -2/+15 |
| * | UBI: add an helper to check lnum validity | Boris Brezillon | 2016-10-02 | 3 | -8/+13 |
| * | UBI: simplify LEB write and atomic LEB change code | Boris Brezillon | 2016-10-02 | 1 | -170/+115 |
| * | UBI: simplify recover_peb() code | Boris Brezillon | 2016-10-02 | 1 | -53/+77 |
| * | UBI: move the global ech and vidh variables into struct ubi_attach_info | Boris Brezillon | 2016-10-02 | 2 | -20/+23 |
| * | UBI: provide helpers to allocate and free aeb elements | Boris Brezillon | 2016-10-02 | 4 | -38/+66 |
| * | UBI: fastmap: use ubi_io_{read, write}_data() instead of ubi_io_{read, write}() | Boris Brezillon | 2016-10-02 | 1 | -5/+5 |
| * | UBI: fastmap: use ubi_rb_for_each_entry() in unmap_peb() | Boris Brezillon | 2016-10-02 | 1 | -6/+2 |
| * | UBI: factorize destroy_av() and ubi_remove_av() code | Boris Brezillon | 2016-10-02 | 1 | -13/+12 |
| * | UBI: factorize code used to manipulate volumes at attach time | Boris Brezillon | 2016-10-02 | 3 | -67/+112 |
| * | UBI: use vol->usable_leb_size instead of (ubi->leb_size - vol->data_pad) | Boris Brezillon | 2016-10-02 | 1 | -1/+1 |
| * | UBI: fastmap: scrub PEB when bitflips are detected in a free PEB EC header | Boris Brezillon | 2016-10-02 | 1 | -3/+4 |
| * | UBI: fastmap: avoid multiple be32_to_cpu() when unneccesary | Boris Brezillon | 2016-10-02 | 1 | -4/+4 |
| * | UBI: fix add_fastmap() to use the vid_hdr passed in argument | Boris Brezillon | 2016-10-02 | 1 | -2/+2 |