summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-19mtd: nand: Remove BUG() abuse in nand_scan_tailEzequiel García1-19/+33
2016-04-19mtd: gpmi: fix raw_buffer pointer double free issueHan Xu1-0/+1
2016-04-19mtd: brcmnand: Add support for v6.2 controllersFlorian Fainelli2-1/+3
2016-04-19mtd: nand: document the NAND controller/NAND chip DT representationBoris Brezillon1-1/+36
2016-04-19mtd: nand: jz4780: fixup, device structure assigned at probeJorge Ramirez-Ortiz1-1/+0
2016-04-19mtd: nand: atmel: correct bitflips in erased pages for pre-sama5d4 SoCsBoris Brezillon1-17/+20
2016-04-19mtd: nand: nandsim: set ECC algorithm explicitlyRafał Miłecki1-0/+2
2016-04-19mtd: nand: set ECC algorithm in nand_dt_initRafał Miłecki1-1/+5
2016-04-19of: mtd: prepare helper reading NAND ECC algo from DTRafał Miłecki2-0/+42
2016-04-19mtd: nand: add new enum for storing ECC algorithmRafał Miłecki1-0/+8
2016-04-19Merge branch 'mtd-nand-trigger' of git://git.kernel.org/pub/scm/linux/kernel/...Boris Brezillon8-39/+119
2016-04-19Merge branch 'for-v4.7/gpmc-mtd-common' of github.com:rogerq/linux into nand/...Boris Brezillon9-432/+817
2016-04-15mtd: nand: omap2: Implement NAND ready using gpiolibRoger Quadros3-12/+21
2016-04-15memory: omap-gpmc: Prevent GPMC_STATUS from being accessed via gpmc_regsRoger Quadros2-2/+3
2016-04-15memory: omap-gpmc: Support WAIT pin edge interruptsRoger Quadros2-19/+92
2016-04-15memory: omap-gpmc: Reserve WAITPIN if needed for WAIT monitoringRoger Quadros1-2/+22
2016-04-15memory: omap-gpmc: Support general purpose input for WAITPINsRoger Quadros3-12/+112
2016-04-15memory: omap-gpmc: Move device tree binding to correct locationRoger Quadros1-0/+0
2016-04-15memory: omap-gpmc: Prevent mapping into 1st 16MBRoger Quadros1-6/+18
2016-04-15mtd: nand: omap: Update DT binding documentationRoger Quadros1-4/+13
2016-04-15mtd: nand: omap: Clean up device tree supportRoger Quadros4-132/+153
2016-04-15mtd: nand: omap: Copy platform data parameters to omap_nand_info dataRoger Quadros1-8/+18
2016-04-15mtd: nand: omap: Switch to using GPMC-NAND ops for writebuffer empty checkRoger Quadros1-6/+4
2016-04-15mtd: nand: omap: Use gpmc_omap_get_nand_ops() to get NAND registersRoger Quadros3-4/+11
2016-04-15memory: omap-gpmc: Implement IRQ domain for NAND IRQsRoger Quadros3-115/+144
2016-04-15memory: omap-gpmc: Add GPMC-NAND ops to get writebufferempty statusRoger Quadros1-1/+13
2016-04-15memory: omap-gpmc: Introduce GPMC to NAND interfaceRoger Quadros2-2/+54
2016-04-15ARM: OMAP2+: gpmc: Add gpmc timings and settings to platform dataRoger Quadros2-139/+142
2016-04-15ARM: OMAP2+: gpmc: Add platform dataRoger Quadros2-2/+31
2016-04-13mtd: Hook I/O activity to the MTD LED triggerEzequiel Garcia1-0/+7
2016-04-13mtd: nand: Remove the "nand-disk" LED triggerEzequiel Garcia1-28/+1
2016-04-13leds: trigger: Introduce a MTD (NAND/NOR) triggerEzequiel Garcia4-0/+60
2016-04-13mtd: Uninline mtd_write_oob and move it to mtdcore.cEzequiel Garcia2-11/+13
2016-03-30leds: trigger: Introduce a kernel panic LED triggerEzequiel Garcia3-0/+38
2016-03-26Linux 4.6-rc1v4.6-rc1Linus Torvalds1-2/+2
2016-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds22-519/+811
2016-03-26Merge tag 'ofs-pull-tag-1' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Linus Torvalds33-0/+11243
2016-03-26Merge tag 'ntb-4.6' of git://github.com/jonmason/ntbLinus Torvalds4-70/+79
2016-03-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds22-166/+1177
2016-03-26f2fs/crypto: fix xts_tweak initializationLinus Torvalds1-1/+1
2016-03-26NTB: Remove _addr functions from ntb_hw_amdAllen Hubbe1-30/+0
2016-03-26orangefs: fix orangefs_superblock lockingAl Viro3-58/+47
2016-03-25orangefs: fix do_readv_writev() handling of error halfway throughAl Viro1-1/+1
2016-03-25orangefs: have ->kill_sb() evict the VFS side of things firstAl Viro1-3/+3
2016-03-25orangefs: sanitize ->llseek()Al Viro2-10/+3
2016-03-25orangefs-bufmap.h: trim unused junkAl Viro1-9/+0
2016-03-25orangefs: saner calling conventions for getting a slotAl Viro4-28/+16
2016-03-25orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointerAl Viro3-23/+14
2016-03-25orangefs: get rid of readdir_handle_sAl Viro1-63/+30
2016-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds79-962/+1770