aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Bye, bye, WfW flagLinus Torvalds1-880/+1601
2013-09-11Merge branch 'for-v3.12-fix' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-2/+0
2013-09-11Merge tag 'for-3.12' of git://git.linaro.org/people/sumitsemwal/linux-dma-bufLinus Torvalds1-0/+32
2013-09-11Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds51-728/+3544
2013-09-11drivers/w1/masters/mxc_w1.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-11drivers/w1/w1.c: replace strict_strtol() with kstrtol()Jingoo Han1-4/+8
2013-09-11memstick: add support for legacy memorysticksMaxim Levitsky4-1/+2688
2013-09-11drivers/memstick/host/rtsx_pci_ms.c: remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-09-11drivers/pps/clients/pps-gpio.c: remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-09-11pktcdvd: fix defective misuses of pkt_<level>Joe Perches1-3/+3
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dump_sense()Joe Perches1-15/+16
2013-09-11pktcdvd: convert pr_info to pkt_infoJoe Perches1-6/+8
2013-09-11pktcdvd: convert pr_notice to pkt_noticeJoe Perches1-10/+12
2013-09-11pktcdvd: add struct pktcdvd_device.name to pr_err logging where possibleJoe Perches1-20/+24
2013-09-11pktcdvd: add struct pktcdvd_device * to pkt_dbgJoe Perches1-48/+42
2013-09-11pktcdvd: consolidate DPRINTK and VPRINTK macrosJoe Perches1-54/+53
2013-09-11pktcdvd: convert printk to pr_<level>Joe Perches1-61/+61
2013-09-11pktcdvd: convert ZONE macro to static function get_zone()Joe Perches1-10/+10
2013-09-11aoe: do not BUG if memory pressure prevented debugfs file creationEd Cashin1-1/+0
2013-09-11aoe: suppress compiler warningsAndy Shevchenko1-4/+0
2013-09-11aoe: remove custom implementation of kbasename()Andy Shevchenko1-6/+3
2013-09-11aoe: update internal version number to 85Ed Cashin1-1/+1
2013-09-11aoe: update copyright dateEd Cashin1-1/+1
2013-09-11aoe: fill in per-AoE-target information for debugfs fileEd Cashin1-1/+32
2013-09-11aoe: provide file operations for debugfs filesEd Cashin1-1/+24
2013-09-11aoe: add AoE-target files to debugfsEd Cashin3-0/+38
2013-09-11aoe: create and destroy debugfs directory for aoeEd Cashin1-1/+9
2013-09-11s390/vmcore: use vmcore for zfcpdumpMichael Holzheu1-3/+3
2013-09-11rtc: simplify devm_request_mem_region/devm_ioremapJulia Lawall9-107/+37
2013-09-11drivers/rtc/rtc-ds1742.c: report to RTC core if retrieved time is invalidAlexander Shiyan1-5/+1
2013-09-11drivers/rtc/rtc-ds1742.c: remove unused field "rtc" from private structureAlexander Shiyan1-2/+0
2013-09-11drivers/rtc/rtc-ds1742.c: use devm_ioremap_resource()Alexander Shiyan1-12/+6
2013-09-11drivers/rtc/rtc-sirfsoc.c: fix kernel warning during wakeupXianglong Du1-4/+9
2013-09-11drivers/rtc/rtc-nuc900.c: use NULL instead of 0Jingoo Han1-1/+1
2013-09-11drivers/rtc/rtc-max77686.c: Fix wrong registerSangjung Woo1-2/+2
2013-09-11drivers/rtc/rtc-hid-sensor-time.c: improve error handling when rtc register failsAlexander Holler1-2/+4
2013-09-11drivers/rtc/rtc-palmas.c: support for backup battery chargingLaxman Dewangan1-0/+35
2013-09-11drivers/rtc/rtc-omap.c: add rtc wakeup support to alarm eventsHebbar Gururaja1-8/+52
2013-09-11rtc: add MOXA ART RTC driverJonas Jensen3-0/+340
2013-09-11drivers/rtc/rtc-pcf2127.c: remove empty functionSachin Kamat1-6/+0
2013-09-11drivers/rtc/rtc-hid-sensor-time.c: add module alias to let the module load automaticallyAlexander Holler1-5/+11
2013-09-11firmware/dmi_scan: drop OOM messagesJean Delvare1-17/+6
2013-09-11firmware/dmi_scan: constify stringsJean Delvare1-5/+5
2013-09-11firmware/dmi_scan: fix most checkpatch errors and warningsJean Delvare1-23/+24
2013-09-11firmware/dmi_scan: drop obsolete commentJean Delvare1-5/+0
2013-09-11lto, watchdog/hpwdt.c: make assembler label globalAndi Kleen1-2/+4
2013-09-11drivers/firmware/google/gsmi.c: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2013-09-11platform: convert apple-gmux driver to dev_pm_ops from legacy pm_opsShuah Khan1-4/+14
2013-09-11tpm: convert tpm_tis driver to use dev_pm_ops from legacy pm_opsShuah Khan1-36/+24
2013-09-11rtc: convert rtc-cmos to dev_pm_ops from legacy pm_opsShuah Khan1-19/+5