Age | Commit message (Expand) | Author | Files | Lines |
2015-09-09 | Merge tag 'for-linus-20150909' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -1/+2 |
2015-09-09 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2015-09-04 | Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -128/+130 |
2015-09-03 | mtd: nand: omap2: Rename shippable module to omap2_nand | Roger Quadros | 1 | -1/+2 |
2015-08-25 | mtd: nand: add Toshiba TC58NVG0S3E to nand_ids table | Oleksij Rempel | 1 | -0/+4 |
2015-08-20 | nand: pxa3xx: Increase READ_ID buffer and make the size static | Ezequiel García | 1 | -21/+10 |
2015-08-20 | mtd: nand: pxa3xx-nand: fix random command timeouts | Robert Jarzmik | 1 | -3/+7 |
2015-08-20 | mtd: nand: pxa3xx_nand: fix early spurious interrupt | Robert Jarzmik | 1 | -1/+1 |
2015-08-19 | mtd: pxa3xx_nand: add a default chunk size | Antoine Ténart | 1 | -0/+3 |
2015-08-19 | mtd: omap_elm: Fix module alias | Axel Lin | 1 | -1/+1 |
2015-08-19 | mtd: denali_pci: switch to dev_err() | Andy Shevchenko | 1 | -4/+4 |
2015-08-19 | mtd: denali_pci: refactor driver using devres API | Andy Shevchenko | 1 | -17/+6 |
2015-08-19 | mtd: denali_pci: use module_pci_driver() macro | Andy Shevchenko | 1 | -11/+1 |
2015-08-19 | mtd: denali: hide core part from user in Kconfig | Andy Shevchenko | 1 | -8/+5 |
2015-08-14 | nand: pxa3xx: Increase initial buffer size | Ezequiel Garcia | 1 | -6/+9 |
2015-08-11 | arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead | Dan Williams | 1 | -1/+1 |
2015-08-08 | fsl_ifc: Change IO accessor based on endianness | Jaiprakash Singh | 1 | -128/+130 |
2015-08-08 | mtd: brcmnand: Fix misuse of IS_ENABLED | Axel Lin | 1 | -2/+2 |
2015-07-20 | mtd: nand: sunxi: Set serial access mode correctly | Roy Spliet | 1 | -5/+12 |
2015-07-20 | mtd: nand: sunxi: Replace failsafe timing cfg with calculated value | Roy Spliet | 1 | -5/+68 |
2015-07-20 | mtd: r852: make ecc_reg 32-bit in r852_ecc_correct | Nicolas Iooss | 1 | -1/+1 |
2015-07-20 | nand: davinci: add support for 4K page size nand devices | Sandeep Paulraj | 1 | -11/+31 |
2015-07-07 | mtd: nandsim: fix double free | shengyong | 1 | -18/+7 |
2015-07-07 | mtd: nandsim: fix free of NULL pointer | shengyong | 1 | -1/+2 |
2015-06-17 | mtd: nandsim: Fix kasprintf() usage | Richard Weinberger | 1 | -0/+10 |
2015-06-17 | mtd: cs553x_nand: Fix kasprintf() usage | Richard Weinberger | 1 | -3/+9 |
2015-06-17 | mtd: r852: Fix device_create_file() usage | Richard Weinberger | 1 | -1/+5 |
2015-06-17 | mtd: brcmnand: drop unnecessary initialization | Brian Norris | 1 | -1/+1 |
2015-06-17 | mtd: diskonchip: remove two-phase partitioning / registration | Brian Norris | 1 | -8/+2 |
2015-05-27 | mtd: plat_nand: use default partition probe | Brian Norris | 2 | -7/+1 |
2015-05-22 | mtd: nand: correct indentation within conditional | Brian Norris | 1 | -1/+1 |
2015-05-22 | mtd: remove incorrect file name | Brian Norris | 4 | -8/+0 |
2015-05-21 | mtd: mxc_nand: generate nand_ecclayout for 8 bit ECC | Baruch Siach | 1 | -1/+21 |
2015-05-21 | mtd: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 1 | -1/+1 |
2015-05-21 | mtd: mxc_nand: fix truncate of unaligned oob copying | Baruch Siach | 1 | -4/+36 |
2015-05-21 | mtd: mxc_nand: limit the size of used oob | Baruch Siach | 1 | -3/+13 |
2015-05-21 | mtd: mxc_nand: cleanup copy_spare function | Uwe Kleine-König | 1 | -15/+31 |
2015-05-18 | mtd: brcmnand: do not make local variable static | Hauke Mehrtens | 1 | -1/+1 |
2015-05-18 | mtd: brcmnand: remove double new line from print | Hauke Mehrtens | 1 | -1/+1 |
2015-05-15 | mtd: brcmnand: add BCM63138 support | Brian Norris | 2 | -0/+112 |
2015-05-15 | mtd: brcmnand: add support for Broadcom's IPROC family | Brian Norris | 2 | -0/+153 |
2015-05-15 | mtd: brcmnand: add extra SoC support to library | Brian Norris | 2 | -5/+71 |
2015-05-15 | mtd: brcmnand: add support for STB chips | Brian Norris | 2 | -0/+45 |
2015-05-15 | mtd: nand: add NAND driver "library" for Broadcom STB NAND controller | Brian Norris | 5 | -0/+2263 |
2015-05-12 | mtd: nand: add common DT init code | Brian Norris | 1 | -0/+41 |
2015-05-07 | mtd: s3c2410: Constify platform_device_id | Krzysztof Kozlowski | 1 | -1/+1 |
2015-05-07 | mtd: mxc-nand: Constify platform_device_id | Krzysztof Kozlowski | 1 | -1/+1 |
2015-05-07 | mtd: nand: pxa3xx: fix build on ARM64 | Rob Herring | 1 | -11/+10 |
2015-05-07 | mtd: nand: pxa3xx: Switch FIFO draining to jiffies-based timeout | Maxime Ripard | 1 | -11/+9 |
2015-05-07 | mtd: fsmc_nand: match wait_for_completion_timeout return type | Nicholas Mc Guire | 1 | -2/+3 |