summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-09-22mtd: nand: Move ELM driver and rename as omap_elmEzequiel García3-1/+1
2014-09-22nand: omap2: Replace pr_err with dev_errEzequiel García1-13/+17
2014-09-22nand: omap2: Remove horrible ifdefs to fix module probeEzequiel García1-59/+71
2014-09-22mtd: nand: add Hynix's H27UCG8T2ATR-BC to nand_ids tableBoris BREZILLON1-0/+4
2014-09-22mtd: nand: support ONFI timing mode retrieval for non-ONFI NANDsBoris BREZILLON1-0/+2
2014-09-22mtd: physmap_of: Add non-obsolete map_rom probeAaron Sierra1-0/+4
2014-09-22mtd: physmap_of: Fix ROM support via OFAaron Sierra1-1/+1
2014-09-19mtd: denali: fix indents and other trivial thingsMasahiro Yamada1-77/+61
2014-09-19mtd: denali: remove unnecessary parenthesesMasahiro Yamada1-7/+7
2014-09-19mtd: denali: remove another set-but-unused variableBrian Norris1-2/+1
2014-09-18mtd: denali: fix include guard and license block of denali.hMasahiro Yamada1-23/+4
2014-09-18mtd: nand: don't break long print messagesRafał Miłecki2-22/+15
2014-09-18mtd: bcm47xxnflash: replace some magic numbersRafał Miłecki1-4/+6
2014-09-18mtd: bcm47xxnflash: NAND_CMD_RESET supportRafał Miłecki1-1/+5
2014-09-18mtd: bcm47xxnflash: add cmd_ctrl handlerRafał Miłecki1-0/+21
2014-09-18mtd: bcm47xxnflash: add dev_ready and fill chip_delayRafał Miłecki1-0/+12
2014-09-18mtd: bcm47xxnflash: fix typo in freq calculationRafał Miłecki1-3/+5
2014-09-18mtd: bcm47xxpart: find NVRAM partitions in middle blocksRafał Miłecki1-0/+11
2014-09-18mtd: atmel_nand: remove pmecc_bytes_per_sector, use chip->ecc.bytes insteadWu, Josh1-8/+5
2014-09-18mtd: atmel_nand: remove pmecc_sector_number, use ecc.steps insteadWu, Josh1-8/+6
2014-09-17nand: omap2: Add support for flash-based bad block tableEzequiel García1-1/+5
2014-09-17mtd: nand: atmel_nand: retrieve NFC clockBoris BREZILLON1-0/+25
2014-09-16mtd: denali: remove a set-but-unused variableMasahiro Yamada1-2/+0
2014-09-16mtd: denali: change the type of iterators to intMasahiro Yamada1-4/+7
2014-09-16mtd: denali: remove unnecessary castsMasahiro Yamada1-18/+18
2014-09-16mtd: denali: remove unnecessary variable initializationsMasahiro Yamada1-32/+27
2014-09-16mtd: denali: fix the format of comment blocksMasahiro Yamada1-123/+188
2014-09-16Merge tag 'v3.17-rc5' from upstreamBrian Norris445-7879/+4830
2014-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-09-14Merge branch 'parisc-3.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2014-09-14Merge tag 'ntb-3.17' of git://github.com/jonmason/ntbLinus Torvalds1-2/+15
2014-09-14Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-22/+23
2014-09-14Merge tag 'irqchip-urgent-3.17' of git://git.infradead.org/users/jcooper/linu...Thomas Gleixner4-22/+23
2014-09-14ntb: Add alignment check to meet hardware requirementDave Jiang1-0/+13
2014-09-14NTB: correct the spread of queues over mw'sJon Mason1-2/+2
2014-09-14[fix] lustre: d_make_root() does iput() on dentry allocation failureAl Viro1-1/+1
2014-09-13Merge tag 'dm-3.17-fix2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev...Linus Torvalds1-2/+2
2014-09-13Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-9/+21
2014-09-12Merge tag 'char-misc-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2014-09-12Merge tag 'staging-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-2/+5
2014-09-12Merge tag 'tty-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-2/+44
2014-09-12Merge tag 'usb-3.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds30-137/+372
2014-09-12Merge tag 'iommu-fixes-v3.17-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-61/+87
2014-09-12Merge tag 'fbdev-fixes-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-3/+1
2014-09-12Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds15-262/+371
2014-09-12video: ARM CLCD: Fix color model capabilities for DT platformsPawel Moll1-3/+1
2014-09-12drm/ast: AST2000 cannot be detected correctlyY.C. Chen1-1/+1
2014-09-12drm/ast: open key before detect chipsY.C. Chen1-0/+1
2014-09-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-2/+4
2014-09-12Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-18/+9