summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Bye, bye, WfW flagLinus Torvalds2013-09-111-880/+1601
* Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux...Linus Torvalds2013-09-111-2/+0
|\
| * drivers: of: fix build break if asm/dma-contiguous.h is missingMarek Szyprowski2013-09-101-2/+0
* | Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufLinus Torvalds2013-09-111-0/+32
|\ \
| * | dma-buf: Expose buffer size to userspace (v2)Christopher James Halse Rogers2013-09-101-0/+29
| * | dma-buf: Check return value of anon_inode_getfileTuomas Tynkkynen2013-09-101-1/+4
| |/
* | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-1151-728/+3544
|\ \
| * | drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-2/+0
| * | drivers/w1/w1.c: replace strict_strtol() with kstrtol()Jingoo Han2013-09-111-4/+8
| * | memstick: add support for legacy memorysticksMaxim Levitsky2013-09-114-1/+2688
| * | drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-2/+0
| * | drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han2013-09-111-1/+0
| * | pktcdvd: fix defective misuses of pkt_<level>Joe Perches2013-09-111-3/+3
| * | pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches2013-09-111-15/+16
| * | pktcdvd: convert pr_info to pkt_infoJoe Perches2013-09-111-6/+8
| * | pktcdvd: convert pr_notice to pkt_noticeJoe Perches2013-09-111-10/+12
| * | pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches2013-09-111-20/+24
| * | pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches2013-09-111-48/+42
| * | pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches2013-09-111-54/+53
| * | pktcdvd: convert printk to pr_<level>Joe Perches2013-09-111-61/+61
| * | pktcdvd: convert ZONE macro to static function get_zone()Joe Perches2013-09-111-10/+10
| * | aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin2013-09-111-1/+0
| * | aoe: suppress compiler warningsAndy Shevchenko2013-09-111-4/+0
| * | aoe: remove custom implementation of kbasename()Andy Shevchenko2013-09-111-6/+3
| * | aoe: update internal version number to 85Ed Cashin2013-09-111-1/+1
| * | aoe: update copyright dateEd Cashin2013-09-111-1/+1
| * | aoe: fill in per-AoE-target information for debugfs fileEd Cashin2013-09-111-1/+32
| * | aoe: provide file operations for debugfs filesEd Cashin2013-09-111-1/+24
| * | aoe: add AoE-target files to debugfsEd Cashin2013-09-113-0/+38
| * | aoe: create and destroy debugfs directory for aoeEd Cashin2013-09-111-1/+9
| * | s390/vmcore: use vmcore for zfcpdumpMichael Holzheu2013-09-111-3/+3
| * | rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall2013-09-119-107/+37
| * | drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalidAlexander Shiyan2013-09-111-5/+1
| * | drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structureAlexander Shiyan2013-09-111-2/+0
| * | drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource()Alexander Shiyan2013-09-111-12/+6
| * | drivers/rtc/rtc-sirfsoc.c: fix kernel warning during wakeupXianglong Du2013-09-111-4/+9
| * | drivers/rtc/rtc-nuc900.c: use NULL instead of 0Jingoo Han2013-09-111-1/+1
| * | drivers/rtc/rtc-max77686.c: Fix wrong registerSangjung Woo2013-09-111-2/+2
| * | drivers/rtc/rtc-hid-sensor-time.c: improve error handling when rtc register f...Alexander Holler2013-09-111-2/+4
| * | drivers/rtc/rtc-palmas.c: support for backup battery chargingLaxman Dewangan2013-09-111-0/+35
| * | drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm eventsHebbar Gururaja2013-09-111-8/+52
| * | rtc: add MOXA ART RTC driverJonas Jensen2013-09-113-0/+340
| * | drivers/rtc/rtc-pcf2127.c: remove empty functionSachin Kamat2013-09-111-6/+0
| * | drivers/rtc/rtc-hid-sensor-time.c: add module alias to let the module load au...Alexander Holler2013-09-111-5/+11
| * | firmware/dmi_scan: drop OOM messagesJean Delvare2013-09-111-17/+6
| * | firmware/dmi_scan: constify stringsJean Delvare2013-09-111-5/+5
| * | firmware/dmi_scan: fix most checkpatch errors and warningsJean Delvare2013-09-111-23/+24
| * | firmware/dmi_scan: drop obsolete commentJean Delvare2013-09-111-5/+0
| * | lto, watchdog/hpwdt.c: make assembler label globalAndi Kleen2013-09-111-2/+4
| * | drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()Jingoo Han2013-09-111-1/+1