Age | Commit message (Expand) | Author | Files | Lines |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 9 | -9/+9 |
2016-12-18 | Merge tag 'for-linus-20161216' of git://git.infradead.org/linux-mtd | Linus Torvalds | 44 | -349/+1370 |
2016-12-01 | mtd: Allocate bdi objects dynamically | Steve Longerbeam | 1 | -12/+18 |
2016-12-01 | mtd: nand: tango: Add standard legalese header | Marc Gonzalez | 1 | -0/+8 |
2016-12-01 | mtd: maps: add missing iounmap() in error path | Luis Henriques | 1 | -1/+7 |
2016-11-30 | Merge tag 'spi-nor/for-4.10' of git://github.com/spi-nor/linux | Brian Norris | 3 | -7/+21 |
2016-11-30 | Merge tag 'nand/for-4.10' of github.com:linux-nand/linux | Brian Norris | 37 | -317/+1292 |
2016-11-26 | mtd: spi-nor: constify fsl_qspi_devtype_data | LABBE Corentin | 1 | -4/+4 |
2016-11-26 | mtd: spi-nor: Add support for mr25h40 | IWAMOTO Masahiko | 1 | -0/+1 |
2016-11-26 | mtd: spi-nor: Add support for N25Q016A | Moritz Fischer | 1 | -0/+1 |
2016-11-26 | mtd: spi-nor: Add at25df321 spi-nor flash support | Jagan Teki | 1 | -0/+1 |
2016-11-26 | mtd: spi-nor: Fix some error codes in cqspi_setup_flash() | Dan Carpenter | 1 | -1/+3 |
2016-11-26 | mtd: spi-nor: Off by one in cqspi_setup_flash() | Dan Carpenter | 1 | -1/+1 |
2016-11-26 | mtd: spi-nor: add support for s25fl208k | Sean Nyekjaer | 1 | -0/+1 |
2016-11-26 | mtd: spi-nor: fix flags for s25fl128s | Heiner Kallweit | 1 | -1/+1 |
2016-11-23 | mtd: spi-nor: fix spansion quad enable | Joël Esponde | 1 | -0/+7 |
2016-11-23 | mtd: spi-nor: add Macronix mx25u25635f to list of known devices. | Ash Benz | 1 | -0/+1 |
2016-11-22 | mtd: mtdswap: fix spelling mistake "erassure" -> "erasure" | Colin Ian King | 1 | -1/+1 |
2016-11-22 | mtd: bcm47xxpart: fix parsing first block after aligned TRX | Rafał Miłecki | 1 | -6/+4 |
2016-11-21 | mtd: nand: tango: Use nand_to_mtd() instead of directly accessing chip->mtd | Boris Brezillon | 1 | -9/+16 |
2016-11-19 | mtd: remove unneeded initializer in mtd_ooblayout_count_bytes() | Masahiro Yamada | 1 | -1/+1 |
2016-11-19 | mtd: use min_t() to refactor mtd_ooblayout_{get, set}_bytes() | Masahiro Yamada | 1 | -2/+2 |
2016-11-19 | mtd: remove unneeded initializer in mtd_ooblayout_{get, set}_bytes() | Masahiro Yamada | 1 | -4/+4 |
2016-11-19 | mtd: nand: nandsim: fix error check | Sudip Mukherjee | 1 | -10/+5 |
2016-11-19 | mtd: nand: tango: Cleanup raw_write and raw_read | Marc Gonzalez | 1 | -8/+6 |
2016-11-19 | mtd: nand: tango: Enable custom page accessors | Marc Gonzalez | 1 | -1/+6 |
2016-11-19 | mtd: nand: Support controllers with custom page | Marc Gonzalez | 1 | -3/+31 |
2016-11-19 | mtd: nand: denali: remove debug lines of __FILE__, __LINE__, __func__ | Masahiro Yamada | 1 | -12/+0 |
2016-11-19 | mtd: nand: denali: remove unneeded parentheses | Masahiro Yamada | 1 | -7/+7 |
2016-11-19 | mtd: nand: denali: return error code from nand_scan_ident/tail on error | Masahiro Yamada | 1 | -6/+4 |
2016-11-19 | mtd: nand: denali: return error code from devm_request_irq() on error | Masahiro Yamada | 1 | -7/+5 |
2016-11-19 | mtd: nand: denali: use managed devm_irq_request() | Masahiro Yamada | 1 | -3/+2 |
2016-11-19 | mtd: nand: denali: remove unused struct member totalblks, blksperchip | Masahiro Yamada | 2 | -10/+0 |
2016-11-19 | mtd: nand: denali: remove "Spectra:" prefix from printk strings | Masahiro Yamada | 1 | -6/+5 |
2016-11-19 | mtd: nand: denali: remove detect_partition_feature() | Masahiro Yamada | 2 | -38/+0 |
2016-11-19 | mtd: nand: denali: remove bogus comment about interrupt handler setup | Masahiro Yamada | 1 | -1/+0 |
2016-11-19 | mtd: nand: denali: remove unused struct member denali_nand_info::idx | Masahiro Yamada | 2 | -3/+0 |
2016-11-19 | mtd: nand: denali: remove unneeded <linux/slab.h> includes | Masahiro Yamada | 3 | -3/+0 |
2016-11-08 | mtd: bcm47xxsflash: use uncached MMIO access for BCM53573 | Rafał Miłecki | 1 | -5/+19 |
2016-11-07 | mtd: nand: socrates: use nand_scan() for nand_scan_ident/tail() combo | Masahiro Yamada | 1 | -10/+2 |
2016-11-07 | mtd: nand: nandsim: remove unneeded checks for nand_scan_ident/tail() | Masahiro Yamada | 1 | -4/+0 |
2016-11-07 | mtd: nand: pxa3xx: return error code of nand_scan_ident() on error | Masahiro Yamada | 1 | -2/+3 |
2016-11-07 | mtd: nand: hisi504: return error code of nand_scan_ident() on error | Masahiro Yamada | 1 | -3/+1 |
2016-11-07 | mtd: nand: cafe: return error code of nand_scan_ident() on error | Masahiro Yamada | 1 | -3/+2 |
2016-11-07 | mtd: nand: vf610: return error code of nand_scan_ident/tail() on error | Masahiro Yamada | 1 | -6/+4 |
2016-11-07 | mtd: nand: omap2: return error code of nand_scan_ident/tail() on error | Masahiro Yamada | 1 | -5/+4 |
2016-11-07 | mtd: nand: mxc: return error code of nand_scan_ident/tail() on error | Masahiro Yamada | 1 | -6/+4 |
2016-11-07 | mtd: nand: mediatek: return error code of nand_scan_ident/tail() on error | Masahiro Yamada | 1 | -2/+2 |
2016-11-07 | mtd: nand: lpc32xx: return error code of nand_scan_ident/tail() on error | Masahiro Yamada | 2 | -12/+8 |
2016-11-07 | mtd: nand: fsmc: return error code of nand_scan_ident/tail() on error | Masahiro Yamada | 1 | -5/+4 |