1. 249516c mtd: st_spi_fsm: Update the flash Volatile Configuration Register by Lee Jones · 11 years ago
  2. 0de08e4 mtd: st_spi_fsm: Provide a method to put the chip into 32bit addressing mode by Lee Jones · 11 years ago
  3. 0ea7d70 mtd: st_spi_fsm: Add a check to if the chip can handle an SoC reset by Lee Jones · 11 years ago
  4. 88cccb8 mtd: st_spi_fsm: Prepare read/write sequences according to configuration by Lee Jones · 11 years ago
  5. 6bd2960 mtd: st_spi_fsm: Provide the sequence for enabling 32bit addressing mode by Lee Jones · 11 years ago
  6. fa5ba3a mtd: st_spi_fsm: Provide the erase one sector sequence by Lee Jones · 11 years ago
  7. a63984c mtd: st_spi_fsm: Fetch boot-device from mode pins by Lee Jones · 11 years ago
  8. e209e1e mtd: st_spi_fsm: Add device-tree binding documentation by Lee Jones · 11 years ago
  9. 97ccf2d mtd: st_spi_fsm: Prepare the read/write FSM message sequence(s) by Lee Jones · 11 years ago
  10. 3b5d198 mtd: st_spi_fsm: Use device size to determine address width by Lee Jones · 11 years ago
  11. 0898127 mtd: st_spi_fsm: Search for preferred FSM message sequence configurations by Lee Jones · 11 years ago
  12. 24fec65 mtd: st_spi_fsm: Dynamically setup flash device based on JEDEC ID by Lee Jones · 11 years ago
  13. 11d7f82 mtd: st_spi_fsm: Provide device look-up table by Lee Jones · 11 years ago
  14. 5549fbd mtd: devices: Provide header for shared OPCODEs and SFDP commands by Lee Jones · 11 years ago
  15. 1bd512b mtd: st_spi_fsm: Add support for JEDEC ID extraction by Lee Jones · 11 years ago
  16. 030e82d mtd: st_spi_fsm: Supply a method to read from the FSM's FIFO by Lee Jones · 11 years ago
  17. 3c8b85b mtd: st_spi_fsm: Supply framework for device requests by Lee Jones · 11 years ago
  18. 86f309fd mtd: st_spi_fsm: Initialise and configure the FSM for normal working conditions by Lee Jones · 11 years ago
  19. bc09fb5 mtd: st_spi_fsm: Supply all register address and bit logic defines by Lee Jones · 11 years ago
  20. d90db4a mtd: st_spi_fsm: Allocate resources and register with MTD framework by Lee Jones · 11 years ago
  21. c7b05e9 mtd: nand: omap: remove is_elm_present flag by Pekon Gupta · 11 years ago
  22. 16e6932 mtd: nand: omap: ecc.hwctl: clean omap_enable_hwecc_bch for redundant ECC configs by Pekon Gupta · 11 years ago
  23. c5957a3 mtd: nand: omap: ecc.hwctl: refactor omap_enable_hwecc_bch for ECC related GPMC configs by Pekon Gupta · 11 years ago
  24. 7c977c3 mtd: nand: omap: ecc.hwctl: rename omap3_enable_hwecc_bch to omap_enable_hwecc_bch by Pekon Gupta · 11 years ago
  25. 7bcd1dc mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch8 in omap_calculate_ecc_bch by Pekon Gupta · 11 years ago
  26. 2c9f236 mtd: nand: omap: ecc.calculate: merge omap3_calculate_ecc_bch4 in omap_calculate_ecc_bch by Pekon Gupta · 11 years ago
  27. f5dc06f mtd: nand: omap: ecc.calculate: refactor omap_calculate_ecc_bch for BCHx_HW ecc-scheme by Pekon Gupta · 11 years ago
  28. a4c7ca0 mtd: nand: omap: ecc.calculate: rename omap3_calculate_ecc_bch to omap_calculate_ecc_bch by Pekon Gupta · 11 years ago
  29. 13fbe06 mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix programmed-page bit-flip correction logic by Pekon Gupta · 11 years ago
  30. b08e1f6 mtd: nand: omap: ecc.correct: omap_elm_correct_data: cleanup for future enhancements by Pekon Gupta · 11 years ago
  31. 78f43c5 mtd: nand: omap: ecc.correct: omap_elm_correct_data: fix erased-page detection for BCHx_HW ECC schemes by Pekon Gupta · 11 years ago
  32. de0a4d6 mtd: nand: omap: ecc.correct: omap_elm_correct_data: rename ambiguous variable 'eccsize' and 'ecc_vector_size' by Pekon Gupta · 11 years ago
  33. 4e55807 mtd: nand: omap: add field to indicate current ecc-scheme in 'struct omap_nand_info' by Pekon Gupta · 11 years ago
  34. 9a78bc8 mtd: Fix the behavior of OTP write if there is not enough room for data by Christian Riesch · 11 years ago
  35. ea6d833 mtd: block2mtd: check device size by Fabian Frederick · 11 years ago
  36. 90445ff mtd: atmel_nand: Disable subpage NAND write when using Atmel PMECC by Herve Codina · 11 years ago
  37. b8e2931 mtd: gpmi: add subpage read support by Huang Shijie · 11 years ago
  38. 4a57d67 mtd: gpmi: do not use the mtd->writesize by Huang Shijie · 11 years ago
  39. e004deb mtd: nand: add "page" argument for read_subpage hook by Huang Shijie · 11 years ago
  40. bb77082 mtd: nand: remove unused function input parameter by Cai Zhiyong · 11 years ago
  41. e634ce5 mtd: nand: pxa3xx: Print actual ECC strength in error message by Ezequiel Garcia · 11 years ago
  42. 2a565f5 mtd: nand: pxa3xx: Remove unused macro by Ezequiel Garcia · 11 years ago
  43. 9e3afa5 mtd: bcm47xxpart: allow enabling on ARCH_BCM_5301X by Rafał Miłecki · 11 years ago
  44. 108ebcd mtd: bcm47xxpart: avoid overflowing when registering trx by Rafał Miłecki · 11 years ago
  45. 00b7986 mtd: bcm47xxpart: fix off by one in partitions limit by Rafał Miłecki · 11 years ago
  46. 670b46a mtd: allow CONFIG_MTD_PHYSMAP_OF also for CONFIG_MTD_RAM by Philippe De Muyter · 11 years ago
  47. 6f7db7f mtd: m25p80: add Macronix mx66l1g55g 1Gbit SPI flash by Brian Norris · 11 years ago
  48. 8dd4916 mtd: nand: Add a devicetree binding for ECC strength and ECC step size by Ezequiel Garcia · 11 years ago
  49. 6d9434e of_mtd: Add helpers to get ECC strength and ECC step size by Ezequiel Garcia · 11 years ago
  50. 4b78fc4 mtd: Add a retlen parameter to _get_{fact,user}_prot_info by Christian Riesch · 11 years ago
  51. 41bf1a2 jffs2: Fix crash due to truncation of csize by Ajesh Kunhipurayil Vijayan · 11 years ago
  52. 3367da5 jffs2: Fix segmentation fault found in stress test by Kamlakant Patel · 11 years ago
  53. 01887a3 jffs2: unlock f->sem on error in jffs2_new_inode() by Wang Guoli · 11 years ago
  54. 13b546d jffs2: avoid soft-lockup in jffs2_reserve_space_gc() by Li Zefan · 11 years ago
  55. 3ead957 jffs2: remove from wait queue after schedule() by Li Zefan · 11 years ago
  56. f4f6a0b mtd: ts5500: Add dependency by Jean Delvare · 11 years ago
  57. c69dbbf mtd: nuc900_nand: NULL dereference in nuc900_nand_enable() by Dan Carpenter · 11 years ago
  58. ffdac6cd mtd: nand: print out the right information for JEDEC compliant NAND by Huang Shijie · 11 years ago
  59. 9136181 mtd: nand: parse out the JEDEC compliant NAND by Huang Shijie · 11 years ago
  60. 7852f89 mtd: nand: add a helper to get the supported features for JEDEC by Huang Shijie · 11 years ago
  61. d94abba mtd: nand: add fields for JEDEC in nand_chip by Huang Shijie · 11 years ago
  62. afbfff0 mtd: nand: add the data structures for JEDEC parameter page by Huang Shijie · 11 years ago
  63. 91e1650 mtd: nand: s3c2410: Trivial cleanup in header file by Sachin Kamat · 11 years ago
  64. 26fbf48 mtd: mxc_nand: Propagate the error if platform_get_irq() fails by Fabio Estevam · 11 years ago
  65. da22b893 mtd: remove some duplicative checks by Dan Carpenter · 11 years ago
  66. 74414a94 mtd: atmel_nand: change log level by Nicolas Ferre · 11 years ago
  67. bec44c4 mtd: m25p80: add support for the Spansion s25fl008k chip by Kuninori Morimoto · 11 years ago
  68. c039bef mtd: gen_probe: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  69. 5c8b1fb mtd: cfi: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  70. e4eec19 mtd: onenand: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  71. 54f5a57 mtd: lpddr: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  72. e61e4f4 mtd: plat-ram: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  73. c00cb1b mtd: pmc551: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  74. bb339de mtd: spear_smi: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  75. 834fa8a mtd: devices: elm: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
  76. 0a21552 mtd: elm: Use correct check on return value of pm_runtime_get_sync by Stefan Sørensen · 11 years ago
  77. 60c3bc1 mtd: nand: fix erroneous read_buf call in nand_write_page_raw_syndrome by Boris BREZILLON · 11 years ago
  78. 3d44dc2 mtd: nand: flctl: Add dependency on HAS_IOMEM and HAS_DMA by Richard Weinberger · 11 years ago
  79. b2fda12 mtd: m25p80: Use positive logic to check JEDEC ID by Axel Lin · 11 years ago
  80. bd9c6e9 mtd: nand: don't use read_buf for 8-bit ONFI transfers by Brian Norris · 11 years ago
  81. 3dad234 mtd: nand: force NAND_CMD_READID onto 8-bit bus by Brian Norris · 11 years ago
  82. 55e571b mtd: nand: add support for SanDisk SDTNRGAMA-008G by Huang Shijie · 11 years ago
  83. 3f172cb mtd: nand: remove the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE by Huang Shijie · 11 years ago
  84. f02ea4e mtd: nand: kill the the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE for nand_buffers{} by Huang Shijie · 11 years ago
  85. 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  86. 4bed207 mtd: block2mtd: Add mutex_destroy by Fabian Frederick · 11 years ago
  87. 6f6b9fe mtd: phram: Repair multiple instances support by Alexander Sverdlin · 11 years ago
  88. b4c2330 mtd: sm_ftl: heap corruption in sm_create_sysfs_attributes() by Dan Carpenter · 11 years ago
  89. f5e0083 mtd: m25p80: Enable Dual SPI read transfers for s25fl256s1 and s25fl512s by Geert Uytterhoeven · 11 years ago
  90. dbbafb7 mtd: m25p80: Add dual read support by Geert Uytterhoeven · 11 years ago
  91. fa389e2 Linux 3.14-rc6 by Linus Torvalds · 11 years ago
  92. 79e6154 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  93. fe9ea91 Merge tag 'nfs-for-3.14-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 11 years ago
  94. cf8bf7c Merge tag 'usb-3.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
  95. a491ce7 Merge tag 'staging-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 11 years ago
  96. 979e0d7 KEYS: Make the keyring cycle detector ignore other keyrings of the same name by David Howells · 11 years ago
  97. 1dc3217 Merge branch 'for-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 11 years ago
  98. 4aa41ba Merge tag 'spi-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 11 years ago
  99. 66a523d Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
  100. 4c7b704 Revert "ACPI / sleep: pm_power_off needs more sanity checks to be installed" by Rafael J. Wysocki · 11 years ago