aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20rtc: pcf8563: Clear event flags and disable interrupts before requesting irqChen-Yu Tsai1-6/+5
2019-06-20rtc: pcf8563: Fix interrupt trigger methodChen-Yu Tsai1-1/+1
2019-06-19rtc: pcf2123: fix negative offset roundingAlexandre Belloni1-1/+1
2019-06-19rtc: pcf2123: add alarm supportDylan Howey1-2/+114
2019-06-19rtc: pcf2123: use %ptRDylan Howey1-10/+2
2019-06-19rtc: pcf2123: port to regmapDylan Howey1-81/+61
2019-06-19rtc: pcf2123: remove sysfs register viewDylan Howey1-89/+1
2019-06-09rtc: rx8025: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-09rtc: rx8010: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-09rtc: rv8803: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-09rtc: m41t80: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-06-09rtc: fm3130: simplify getting the adapter of a clientWolfram Sang1-5/+3
2019-06-07rtc: tegra: Drop MODULE_ALIASDmitry Osipenko1-1/+0
2019-06-06rtc: sun6i: Add R40 compatibleMaxime Ripard1-0/+1
2019-06-01rtc: imx-sc: add rtc alarm supportAnson Huang1-0/+87
2019-06-01rtc: tps65910: fix typo in register name in read_alarm()Michał Mirosław1-1/+1
2019-06-01rtc: tps65910: remove superfluous Kconfig dependencyMichał Mirosław1-1/+1
2019-06-01rtc: tegra: Turn into regular driverThierry Reding1-4/+4
2019-06-01rtc: tegra: Use consistent variable names and typesThierry Reding1-60/+58
2019-06-01rtc: tegra: checkpatch and miscellaneous cleanupsThierry Reding1-75/+79
2019-05-23rtc: st-lpc: remove unnecessary checkAlexandre Belloni1-4/+0
2019-05-23rtc: ds1307: properly handle oscillator failure flagsAlexandre Belloni1-71/+58
2019-05-23rtc: s35390a: change FLAG defines to use BIT macroRichard Leitner1-6/+6
2019-05-23rtc: s35390a: introduce struct device in probeRichard Leitner1-11/+10
2019-05-23rtc: s35390a: set uie_unsupportedRichard Leitner1-0/+6
2019-05-23rtc: s35390a: clarify INT2 pin output modesRichard Leitner1-9/+7
2019-05-23rtc: test: enable wakeup flagsRoman Stratiienko1-0/+1
2019-05-23rtc: ds2404: use hw endiannes variableNicholas Mc Guire1-2/+3
2019-05-19Merge tag 'kbuild-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds37-66/+53
2019-05-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-13/+105
2019-05-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-133/+174
2019-05-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds23-219/+2105
2019-05-19Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+6
2019-05-19Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds3-7/+7
2019-05-19Merge tag 'riscv-for-linus-5.2-mw2' of git://git.kernel.org/pub/scm/linux/kernel/git/palmer/riscv-linuxLinus Torvalds1-1/+0
2019-05-18treewide: prefix header search paths with $(srctree)/Masahiro Yamada4-6/+6
2019-05-18media: prefix header search paths with $(srctree)/Masahiro Yamada30-49/+47
2019-05-18media: remove unneeded header search pathsMasahiro Yamada7-11/+0
2019-05-17i2c: core: add device-managed version of i2c_new_dummyHeiner Kallweit1-0/+44
2019-05-17i2c: core: improve return value handling of i2c_new_device and i2c_new_dummyHeiner Kallweit1-13/+61
2019-05-17Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds3-32/+11
2019-05-17fbdev/efifb: Ignore framebuffer memmap entries that lack any memory typesArd Biesheuvel1-2/+6
2019-05-16tty: Don't force RISCV SBI console as preferred consoleAnup Patel1-1/+0
2019-05-16Merge tag 'for-5.2/block-post-20190516' of git://git.kernel.dk/linux-blockLinus Torvalds22-538/+393
2019-05-16Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds133-6/+139
2019-05-16Merge tag 'ceph-for-5.2-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds1-10/+14
2019-05-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds8-49/+26
2019-05-16Merge tag 'for-5.2/dm-changes-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds20-293/+1583
2019-05-16Merge tag 'media/v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds14-32/+164
2019-05-16Merge tag 'edac_fixes_for_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2-10/+6