summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König16-98/+5
2016-07-09rtc: ds1307: Fix relying on reset value for weekdayKeerthy1-1/+27
2016-07-09rtc: v3020: move rtc-v3020.h to platform_dataAlexandre Belloni1-1/+1
2016-07-08rtc: ds1286: move header to linux/rtcAlexandre Belloni1-1/+1
2016-06-27rtc: m48t86: move m48t86.h to platform_dataAlexandre Belloni1-1/+1
2016-06-27rtc: ds2404: move rtc-ds2404.h to platform_dataAlexandre Belloni1-1/+1
2016-06-26rtc: rv8803: broaden workaroundAlexandre Belloni1-3/+3
2016-06-26rtc: move mc146818 helper functions out-of-lineArnd Bergmann3-0/+205
2016-06-26mn10300: use RTC_DRV_CMOS instead of CONFIG_RTCArnd Bergmann3-3/+3
2016-06-06rtc: efi: Fail probing if RTC reads don't workAlexander Graf1-0/+6
2016-06-04rtc: add support for Maxim max6916Venkat Prashanth B U3-0/+177
2016-06-04rtc: pcf2123: use sign_extend32() for sign extensionMartin Kepplinger1-2/+2
2016-06-04rtc: ds1685: correct day of month checkingHeinrich Schuchardt1-5/+29
2016-06-04rtc: interface: ignore expired timers when enqueuing new timersColin Ian King1-1/+15
2016-06-04char/genrtc: remove the rest of the driverArnd Bergmann3-566/+0
2016-06-04rtc: generic: remove get_rtc_time/set_rtc_time wrappersArnd Bergmann1-34/+1
2016-06-04char/genrtc: remove powerpc supportArnd Bergmann2-3/+3
2016-06-04rtc: powerpc: provide rtc_class_ops directlyArnd Bergmann1-1/+1
2016-06-04char/genrtc: remove m68k supportArnd Bergmann1-1/+1
2016-06-04rtc: m68k: provide rtc_class_ops directlyArnd Bergmann1-1/+1
2016-06-04char/genrtc: remove parisc supportArnd Bergmann1-1/+1
2016-06-04rtc: parisc: provide rtc_class_ops directlyArnd Bergmann1-2/+1
2016-06-04char/genrtc: remove mn10300 supportArnd Bergmann1-1/+1
2016-06-04char/genrtc: remove alpha supportArnd Bergmann1-1/+1
2016-06-04rtc: sh: provide rtc_class_ops directlyArnd Bergmann1-1/+1
2016-06-04char/genrtc: x86: remove remnants of asm/rtc.hArnd Bergmann4-6/+6
2016-06-04rtc: cmos: move mc146818rtc code out of asm-generic/rtc.hArnd Bergmann1-6/+6
2016-05-30rtc: initialize output parameter for read alarm to "uninitialized"Uwe Kleine-König1-1/+11
2016-05-28Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+9
2016-05-28Merge branch 'hash' of git://ftp.sciencehorizons.net/linuxLinus Torvalds1-0/+2
2016-05-28Eliminate bad hash multipliers from hash_32() and hash_64()George Spelvin1-0/+2
2016-05-28Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-05-28Merge tag 'chrome-platform' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-15/+230
2016-05-28Merge tag 'sound-4.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2016-05-28Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds40-790/+5647
2016-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds95-3301/+1748
2016-05-28Revert "platform/chrome: chromeos_laptop: Add Leon Touch"Benson Leung1-15/+0
2016-05-28i2c: dev: use after free in detachDan Carpenter1-1/+1
2016-05-28irqchip: mips-gic: Setup EIC mode on each CPU if it's in usePaul Burton1-1/+9
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-23/+70
2016-05-27Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-10/+22
2016-05-27Merge tag 'upstream-4.7-rc1' of git://git.infradead.org/linux-ubifsLinus Torvalds8-32/+32
2016-05-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-6/+4
2016-05-27switch ->setxattr() to passing dentry and inode separatelyAl Viro2-6/+4
2016-05-27Input: pwm-beeper - fix - scheduling while atomicManfred Schlaegl1-21/+48
2016-05-27Input: xpad - xbox one elite controller supportPavel Rojtberg1-1/+2
2016-05-27Input: xpad - add more third-party controllersPavel Rojtberg1-0/+9
2016-05-27Input: xpad - prevent spurious input from wired Xbox 360 controllersCameron Gutman1-0/+4
2016-05-27Input: xpad - move pending clear to the correct locationPavel Rojtberg1-1/+1
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann32-83/+83