summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Fix index regression in nand_read_subpageRon1-3/+2
2014-04-04Merge tag 'fbdev-main-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds46-822/+638
2014-04-04Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-108/+136
2014-04-04Merge tag 'upstream-3.15-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds6-0/+715
2014-04-04Merge branch 'cross-rename' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+3
2014-04-04dm cache: fix a lock-inversionJoe Thornber3-52/+20
2014-04-04dm thin: sort the per thin deferred bios using an rb_treeMike Snitzer1-2/+82
2014-04-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds328-6873/+41439
2014-04-04hwmon: (it87) Add support for IT8623ERudolf Marek1-0/+3
2014-04-04hwmon: (it87) Fix IT8603E define nameRudolf Marek1-3/+3
2014-04-04hwmon: (lm90) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-22/+17
2014-04-04hwmon: (lm90) Create all sysfs groups in one callGuenter Roeck1-43/+26
2014-04-04hwmon: (lm90) Always use the dev variable in the probe functionGuenter Roeck1-3/+2
2014-04-04hwmon: (lm90) Create most optional attributes with sysfs_create_groupGuenter Roeck1-3/+11
2014-04-04hwmon: Avoid initializing the same field twiceJean Delvare10-14/+0
2014-04-04hwmon: (pc87360) Avoid initializing the same field twiceJean Delvare1-6/+6
2014-04-04hwmon: (lm80) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-48/+22
2014-04-04hwmon: (adm1021) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-48/+22
2014-04-04hwmon: (lm63) Avoid initializing the same field twiceJean Delvare1-1/+0
2014-04-04hwmon: (lm63) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-66/+40
2014-04-04hwmon: (lm63) Create all sysfs groups in one callGuenter Roeck1-28/+14
2014-04-04hwmon: (lm63) Introduce 'dev' variable to point to client->devGuenter Roeck1-16/+16
2014-04-04hwmon: (lm63) Add additional sysfs group for temp2_type attributeGuenter Roeck1-3/+13
2014-04-04hwmon: (f71805f) Fix author's addressJean Delvare1-1/+1
2014-04-04OMAPDSS: HDMI: fix interlace outputTomi Valkeinen1-0/+2
2014-04-04OMAPDSS: add missing __init for dss_init_portsTomi Valkeinen1-1/+1
2014-04-04OMAPDSS: remove DT hacks for regulatorsTomi Valkeinen2-18/+4
2014-04-03Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-9/+16
2014-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds24-1208/+1619
2014-04-03Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds78-1456/+4282
2014-04-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-2/+3
2014-04-03Merge tag 'gpio-v3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds42-935/+2120
2014-04-04Merge branch 'devel-stable' into for-nextRussell King468-2778/+5574
2014-04-04Merge branches 'amba', 'fixes', 'misc', 'mmci', 'unstable/omap-dma' and 'unst...Russell King9-78/+603
2014-04-04dmaengine: omap-dma: more consolidation of CCR register setupRussell King1-28/+18
2014-04-04dmaengine: omap-dma: move IRQ handling to omap-dmaRussell King1-6/+115
2014-04-04dmaengine: omap-dma: move register read/writes into omap-dma.cRussell King1-9/+87
2014-04-04dmaengine: omap-dma: cleanup errata 3.3 handlingRussell King1-23/+29
2014-04-04dmaengine: omap-dma: provide register read/write functionsRussell King1-41/+61
2014-04-04dmaengine: omap-dma: use cached CCR value when enabling DMARussell King1-4/+2
2014-04-04dmaengine: omap-dma: move barrier to omap_dma_start_desc()Russell King1-1/+7
2014-04-04dmaengine: omap-dma: move clnk_ctrl setting to preparation functionsRussell King1-14/+9
2014-04-04dmaengine: omap-dma: improve efficiency loading C.SA/C.EI/C.FI registersRussell King1-12/+20
2014-04-04dmaengine: omap-dma: consolidate clearing channel status registerRussell King1-10/+10
2014-04-04dmaengine: omap-dma: move CCR buffering disable errata out of the fast pathRussell King1-2/+5
2014-04-04dmaengine: omap-dma: provide register definitionsRussell King1-54/+117
2014-04-04dmaengine: omap-dma: consolidate setup of CCRRussell King1-86/+61
2014-04-04dmaengine: omap-dma: consolidate setup of CSDPRussell King1-36/+28
2014-04-04dmaengine: omap-dma: move reading of dma position to omap-dma.cRussell King1-2/+64
2014-04-04dmaengine: omap-dma: control start/stop directlyRussell King1-10/+141