summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sysrq,rcu: suppress RCU stall warnings while sysrq runsRik van Riel2014-06-061-0/+3
* sysrq: rcu-ify __handle_sysrqRik van Riel2014-06-061-6/+12
* scsi: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-3/+3
* parport: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-29/+29
* random: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-2/+2
* cdrom: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-5/+5
* rapidio/tsi721: use pci_enable_msix_exact() instead of pci_enable_msix()Alexander Gordeev2014-06-061-8/+3
* drivers/rtc/rtc-pxa.c: make of_device_id array constJingoo Han2014-06-061-1/+1
* drivers/rtc/rtc-sa1100.c: make of_device_id array constJingoo Han2014-06-061-1/+1
* drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla2014-06-061-34/+33
* rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON2014-06-061-2/+14
* drivers/rtc/rtc-hym8563.c: add optional clock-output-names propertyHeiko Stuebner2014-06-061-0/+3
* drivers/rtc/rtc-bfin.c: do not abort when requesting irq failsMike Frysinger2014-06-061-9/+7
* drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori2014-06-061-1/+15
* drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori2014-06-061-21/+21
* drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori2014-06-061-4/+9
* rtc: da9063: RTC driverOpensource [Steve Twiss]2014-06-063-0/+344
* drivers/rtc: add support for Microchip MCP795Josef Gajdusek2014-06-063-0/+208
* drivers/rtc/rtc-ds1343.c: fix potential race conditionRaghavendra Ganiga2014-06-061-14/+24
* rtc: fix build errorRaghavendra Ganiga2014-06-061-0/+1
* drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344Raghavendra Ganiga2014-06-063-0/+690
* rtc: rtc-palmas: make of_device_id array constJingoo Han2014-06-061-1/+1
* rtc: rtc-mv: make of_device_id array constJingoo Han2014-06-061-1/+1
* rtc: isl12057: make of_device_id array constJingoo Han2014-06-061-1/+1
* rtc: rtc-hym8563: make of_device_id array constJingoo Han2014-06-061-1/+1
* rtc: rtc-ds1742: make of_device_id array constJingoo Han2014-06-061-1/+1
* drivers/rtc/rtc-da9052.c: ALARM causes interrupt stormAnthony Olech2014-06-061-56/+66
* drivers/rtc/rtc-88pm860x.c: add missing of_node_put()Krzysztof Kozlowski2014-06-061-0/+1
* drivers/rtc/rtc-88pm860x.c: use of_get_child_by_name()Krzysztof Kozlowski2014-06-061-1/+1
* drivers/rtc/rtc-cmos.c: drivers/char/rtc.c features for DECstation supportMaciej W. Rozycki2014-06-061-25/+60
* drivers/rtc/rtc-efi.c: avoid subtracting day twice when computing year daysLee, Chun-Yi2014-06-061-1/+1
* drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162Wolfram Sang2014-06-062-2/+3
* drivers/rtc/rtc-m41t80.c: propagate error value from smbus functionsWolfram Sang2014-06-061-14/+23
* drivers/rtc/rtc-m41t80.c: clean up error pathsWolfram Sang2014-06-061-41/+23
* drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macroWolfram Sang2014-06-061-6/+0
* drivers/rtc: add APM X-Gene SoC RTC driverLoc Ho2014-06-063-0/+288
* drivers/rtc/interface.c: fix infinite loop in initializing the alarmAles Novak2014-06-061-2/+12
* Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds2014-06-051-3/+0
|\
| * microblaze: Use generic device.hMichal Simek2014-06-041-3/+0
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds2014-06-052-6/+169
|\ \
| * \ Merge tag 'dt-dma-properties-for-arm' of git://git.kernel.org/pub/scm/linux/k...Russell King2014-05-232-6/+169
| |\ \
| | * | of: configure the platform device dma parametersSantosh Shilimkar2014-05-071-6/+59
| | * | of: introduce of_dma_is_coherent() helperSantosh Shilimkar2014-05-051-0/+23
| | * | of: introduce of_dma_get_range() helperGrygorii Strashko2014-05-051-0/+87
* | | | Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-054-0/+649
|\ \ \ \
| * | | | efi/arm64: ignore dtb= when UEFI SecureBoot is enabledArd Biesheuvel2014-04-301-4/+35
| * | | | arm64: efi: add EFI stubMark Salter2014-04-301-0/+247
| * | | | efi: Add shared FDT related functions for ARM/ARM64Roy Franz2014-04-301-0/+285
| * | | | efi: add helper function to get UEFI params from FDTMark Salter2014-04-302-0/+86
* | | | | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-06-053-82/+284
|\| | | |