summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-12-02mtd: improve calculating partition boundaries when checking for alignmentRafał Miłecki1-2/+11
2018-12-02mtd: keep original flags for every struct mtd_infoRafał Miłecki2-1/+4
2018-12-02mtd: fix Coverity integer handling issueMiquel Raynal1-3/+3
2018-12-02mtd: nftl: clean up indentation, remove extraneous tabsColin Ian King1-19/+20
2018-11-12mtd: partitions: Add OF support to RedBoot partitionsLinus Walleij1-1/+31
2018-11-12mtd: Move Redboot partition parserLinus Walleij5-51/+51
2018-11-09mtd: cfi_cmdset_0020: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-11-09mtd: block2mtd: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-11-09mtd: Kconfig: fix spelling mistake "partions" -> "partition"Colin Ian King1-1/+1
2018-11-07mtd: maps: Get rid of the latch-addr-flash driverBoris Brezillon3-239/+0
2018-11-07mtd: maps: physmap: Invert logic on if/else branchRicardo Ribalda Delgado1-8/+11
2018-11-06mtd: maps: Merge gpio-addr-flash.c into physmap-core.cBoris Brezillon4-294/+157
2018-11-06mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gem...Boris Brezillon7-10/+10
2018-11-06mtd: maps: Merge physmap_of.c into physmap-core.cBoris Brezillon4-400/+240
2018-11-06mtd: maps: Prepare merging of physmap and physmap_ofBoris Brezillon2-0/+2
2018-11-06mtd: maps: physmap: Fix coding style issues reported by checkpatchBoris Brezillon1-15/+18
2018-11-06mtd: maps: physmap: Return -ENOMEM directly when info allocation failsBoris Brezillon1-4/+2
2018-11-06mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret codeBoris Brezillon1-4/+11
2018-11-06mtd: maps: physmap: Remove the MAX_RESOURCES limitationBoris Brezillon1-17/+27
2018-11-06mtd: maps: physmap: Use devm_ioremap_resource()Boris Brezillon1-17/+6
2018-11-06mtd: maps: physmap: Use dev_notice() and a %pR specifierBoris Brezillon1-3/+2
2018-11-06mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resourcesBoris Brezillon1-11/+18
2018-11-06mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtdsBoris Brezillon1-27/+28
2018-11-06mtd: maps: physmap: Add SPDX headerBoris Brezillon1-0/+1
2018-11-05Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds2-0/+3
2018-11-04Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-0/+347
2018-11-04Merge tag 'ntb-4.20' of git://github.com/jonmason/ntbLinus Torvalds6-110/+429
2018-11-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-12/+4
2018-11-04Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2018-11-04Merge branch 'core/urgent' into x86/urgent, to pick up objtool fixIngo Molnar2394-52991/+197761
2018-11-03Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds3-14/+22
2018-11-03Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-11/+11
2018-11-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds16-50/+52
2018-11-02clocksource/drivers/c-sky: Add gx6605s SOC system timerGuo Ren3-0/+163
2018-11-02clocksource/drivers/c-sky: Add C-SKY SMP timerGuo Ren3-0/+184
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds6-13/+21
2018-11-02Merge tag 'pwm/for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-36/+97
2018-11-02soc: ti: QMSS: Fix usage of irq_set_affinity_hintMarc Zyngier3-14/+22
2018-11-02Merge tag 'edac_for_4.20_2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-13/+181
2018-11-02Merge tag 'drm-next-2018-11-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds29-170/+287
2018-11-02nvme-pci: fix conflicting p2p resource addsKeith Busch1-1/+4
2018-11-02nvme-fc: fix request private initializationJames Smart1-1/+1
2018-11-02Merge tag 'drm-intel-next-fixes-2018-10-25' of git://anongit.freedesktop.org/...Dave Airlie5-33/+41
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds13-36/+28
2018-11-02Merge branch 'drm-next-4.20' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie21-115/+207
2018-11-02blkcg: revert blkcg cleanups seriesDennis Zhou2-4/+3
2018-11-02block: brd: associate with queue until adding diskMing Lei1-5/+11
2018-11-02Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds1-4/+3
2018-11-02Merge tag 'devicetree-fixes-for-4.20-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+0
2018-11-02Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-130/+670