Age | Commit message (Expand) | Author |
2020-03-16 | rtc: mpc5121: convert to devm_rtc_allocate_device | Alexandre Belloni |
2020-03-16 | rtc: mpc5121: simplify probe | Alexandre Belloni |
2020-03-16 | rtc: pm8xxx: stop validating valid alarm time | Alexandre Belloni |
2020-03-16 | rtc: pm8xxx: : switch to rtc_time64_to_tm/rtc_tm_to_time64 | Alexandre Belloni |
2020-03-16 | rtc: pm8xxx: set range | Alexandre Belloni |
2020-03-16 | rtc: pm8xxx: convert to devm_rtc_allocate_device | Alexandre Belloni |
2020-03-16 | rtc: ds1305: switch to rtc_tm_to_time64 | Alexandre Belloni |
2020-03-16 | rtc: ds1305: set range | Alexandre Belloni |
2020-03-16 | rtc: ds1374: switch to rtc_time64_to_tm/rtc_tm_to_time64 | Alexandre Belloni |
2020-03-16 | rtc: ds1374: set range | Alexandre Belloni |
2020-03-16 | rtc: ds1374: fix possible race condition | Alexandre Belloni |
2020-03-16 | rtc: cpcap: switch to rtc_time64_to_tm/rtc_tm_to_time64 | Alexandre Belloni |
2020-03-16 | rtc: cpcap: set range | Alexandre Belloni |
2020-03-16 | rtc: cpcap: convert to devm_rtc_allocate_device | Alexandre Belloni |
2020-03-16 | rtc: sa1100: switch to rtc_time64_to_tm/rtc_tm_to_time64 | Alexandre Belloni |
2020-03-16 | rtc: sa1100: set range | Alexandre Belloni |
2020-03-16 | rtc: sa1100: fix possible race condition | Alexandre Belloni |
2020-03-16 | rtc: au1xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64 | Alexandre Belloni |
2020-03-16 | rtc: au1xxx: set range | Alexandre Belloni |
2020-03-16 | rtc: au1xxx: remove goto label | Alexandre Belloni |
2020-03-16 | rtc: au1xxx: convert to devm_rtc_allocate_device | Alexandre Belloni |
2020-03-16 | rtc: starfire: switch to rtc_time64_to_tm | Alexandre Belloni |
2020-03-16 | rtc: starfire: set range | Alexandre Belloni |
2020-03-16 | rtc: pl030: switch to rtc_time64_to_tm/rtc_tm_to_time64 | Alexandre Belloni |
2020-03-16 | rtc: pl030: remove useless invalid alarm handling | Alexandre Belloni |
2020-03-16 | rtc: pl030: set range | Alexandre Belloni |
2020-03-16 | rtc: davinci: remove useless error handling | Alexandre Belloni |
2020-03-16 | rtc: davinci: let the core handle rtc range | Alexandre Belloni |
2020-03-16 | rtc: davinci: remove useless 24h alarm handling | Alexandre Belloni |
2020-03-16 | rtc: davinci: convert to devm_rtc_allocate_device | Alexandre Belloni |
2020-03-16 | rtc: sirfsoc: switch to rtc_time64_to_tm/rtc_tm_to_time64 | Alexandre Belloni |
2020-03-16 | rtc: sirfsoc: set range | Alexandre Belloni |
2020-03-16 | rtc: sirfsoc: convert to devm_rtc_allocate_device | Alexandre Belloni |
2020-03-16 | rtc: snvs: Improve Kconfig dependency | Anson Huang |
2020-03-16 | rtc: sysfs: use kobj_to_dev | suguosong |
2020-03-03 | rtc: cmos: Use spin_lock_irqsave() in cmos_interrupt() | Ville Syrjälä |
2020-02-23 | efi: Register EFI rtc platform device only when available | Ard Biesheuvel |
2020-02-18 | rtc: snvs: Remove unused include of of_device.h | Anson Huang |
2020-02-12 | rtc: zynqmp: Clear alarm interrupt status before interrupt enable | Srinivas Neeli |
2020-02-12 | rtc: sh: Restore devm_ioremap() alignment | Geert Uytterhoeven |
2020-02-04 | Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2020-02-04 | Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds |
2020-02-03 | Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee... | Linus Torvalds |
2020-01-31 | Merge tag 'mips_5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux | Linus Torvalds |
2020-01-27 | rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed | Geert Uytterhoeven |
2020-01-27 | rtc: Kconfig: select REGMAP_I2C when necessary | Alexandre Belloni |
2020-01-27 | rtc: Kconfig: properly indent sd3078 entry | Alexandre Belloni |
2020-01-27 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds |
2020-01-25 | rtc: cmos: Refactor code by using the new dmi_get_bios_year() helper | Andy Shevchenko |
2020-01-25 | rtc: cmos: Use predefined value for RTC IRQ on legacy x86 | Andy Shevchenko |