aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-09leds: flash: Remove synchronized flash strobe featureJacek Anaszewski1-82/+0
2015-03-09leds: Introduce devres helper for led_classdev_registerBjorn Andersson1-0/+57
2015-03-02leds: lp8860: make use of devm_gpiod_get_optionalUwe Kleine-König1-5/+7
2015-02-24leds: leds-pwm: drop one pwm_get_period() callSebastian Andrzej Siewior1-3/+0
2015-02-22Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds6-20/+20
2015-02-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-8/+0
2015-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds5-17/+35
2015-02-21Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-54/+86
2015-02-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-207/+385
2015-02-21Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds6-187/+255
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds30-1634/+813
2015-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds13-366/+470
2015-02-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds61-560/+1188
2015-02-21Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds16-352/+1043
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/linuxLinus Torvalds83-1207/+11729
2015-02-21Merge tag 'vfio-v3.20-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds5-42/+239
2015-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-1/+1
2015-02-21Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+25
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-10/+6
2015-02-20Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme into for-linusJens Axboe2-207/+385
2015-02-21Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki4-48/+56
2015-02-21Merge branches 'acpi-ec', 'acpi-soc', 'acpi-video' and 'acpi-resources'Rafael J. Wysocki4-6/+30
2015-02-20Merge tag 'for-linus-3.20-1' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds4-125/+110
2015-02-20Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib' and 'srp' into for-nextRoland Dreier60-555/+1180
2015-02-20IB/qib: Add blank line after declarationMike Marciniszyn17-6/+67
2015-02-20IB/qib: Fix checkpatch warningsMike Marciniszyn15-44/+42
2015-02-20i2c: ocores: rework clk code to handle NULL cookieWolfram Sang1-14/+21
2015-02-20thermal: exynos: fix: Check if data->tmu_read callback is present before readLukasz Majewski1-1/+1
2015-02-20Infiniband: Fix potential NULL d_inode dereferenceDavid Howells2-2/+2
2015-02-19clk: Only recalculate the rate if neededTomeu Vizoso1-1/+4
2015-02-19ipmi: Fix a memory ordering issueCorey Minyard1-4/+10
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches3-16/+26
2015-02-19ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai1-43/+17
2015-02-19ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause1-1/+5
2015-02-19ipmi: avoid gcc warningArnd Bergmann1-8/+21
2015-02-19ipmi: Update timespec usage to timespec64John Stultz1-12/+13
2015-02-19ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz1-40/+21
2015-02-19drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause1-1/+0
2015-02-19char: ipmi: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2015-02-19ipmi: Remove a FIXME for slab conversionCorey Minyard1-1/+0
2015-02-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds12-1053/+510
2015-02-19NVMe: Fix potential corruption on sync commandsKeith Busch1-29/+3
2015-02-19NVMe: Remove unused variablesKeith Busch1-8/+0
2015-02-19NVMe: Fix scsi mode select llbaa settingKeith Busch1-1/+1
2015-02-19NVMe: Fix potential corruption during shutdownKeith Busch1-30/+19
2015-02-19NVMe: Asynchronous controller probeKeith Busch1-17/+31
2015-02-19NVMe: Register management handle under nvme classKeith Busch1-23/+56
2015-02-19NVMe: Update SCSI Inquiry VPD 83h translationKeith Busch1-41/+53
2015-02-19NVMe: Metadata format supportKeith Busch1-67/+231
2015-02-19cpuidle: powernv: Avoid endianness conversions while parsing DTPreeti U Murthy1-13/+16