summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
...
| * | rtc: pm8xxx: set rangeAlexandre Belloni2020-03-161-0/+1
| * | rtc: pm8xxx: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-03-161-9/+5
| * | rtc: ds1305: switch to rtc_tm_to_time64Alexandre Belloni2020-03-161-6/+2
| * | rtc: ds1305: set rangeAlexandre Belloni2020-03-161-0/+2
| * | rtc: ds1374: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-6/+5
| * | rtc: ds1374: set rangeAlexandre Belloni2020-03-161-0/+1
| * | rtc: ds1374: fix possible race conditionAlexandre Belloni2020-03-161-6/+9
| * | rtc: cpcap: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-2/+2
| * | rtc: cpcap: set rangeAlexandre Belloni2020-03-161-0/+1
| * | rtc: cpcap: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-03-161-4/+4
| * | rtc: sa1100: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-15/+6
| * | rtc: sa1100: set rangeAlexandre Belloni2020-03-161-0/+1
| * | rtc: sa1100: fix possible race conditionAlexandre Belloni2020-03-161-8/+10
| * | rtc: au1xxx: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-2/+2
| * | rtc: au1xxx: set rangeAlexandre Belloni2020-03-161-0/+1
| * | rtc: au1xxx: remove goto labelAlexandre Belloni2020-03-161-9/+2
| * | rtc: au1xxx: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-03-161-7/+6
| * | rtc: starfire: switch to rtc_time64_to_tmAlexandre Belloni2020-03-161-1/+1
| * | rtc: starfire: set rangeAlexandre Belloni2020-03-161-3/+5
| * | rtc: pl030: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-14/+7
| * | rtc: pl030: remove useless invalid alarm handlingAlexandre Belloni2020-03-161-6/+1
| * | rtc: pl030: set rangeAlexandre Belloni2020-03-161-0/+1
| * | rtc: davinci: remove useless error handlingAlexandre Belloni2020-03-161-9/+4
| * | rtc: davinci: let the core handle rtc rangeAlexandre Belloni2020-03-161-8/+4
| * | rtc: davinci: remove useless 24h alarm handlingAlexandre Belloni2020-03-161-21/+0
| * | rtc: davinci: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-03-161-7/+5
| * | rtc: sirfsoc: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-10/+10
| * | rtc: sirfsoc: set rangeAlexandre Belloni2020-03-161-0/+1
| * | rtc: sirfsoc: convert to devm_rtc_allocate_deviceAlexandre Belloni2020-03-161-15/+8
| * | rtc: snvs: Improve Kconfig dependencyAnson Huang2020-03-161-0/+1
| * | rtc: sysfs: use kobj_to_devsuguosong2020-03-161-1/+1
| * | rtc: cmos: Use spin_lock_irqsave() in cmos_interrupt()Ville Syrjälä2020-03-031-2/+3
| * | rtc: snvs: Remove unused include of of_device.hAnson Huang2020-02-181-1/+0
| * | rtc: zynqmp: Clear alarm interrupt status before interrupt enableSrinivas Neeli2020-02-121-4/+23
| * | rtc: sh: Restore devm_ioremap() alignmentGeert Uytterhoeven2020-02-121-2/+1
| |/
* | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-302-39/+0
|\ \
| * | efi: Register EFI rtc platform device only when availableArd Biesheuvel2020-02-232-39/+0
| |/
* | Merge tag 'pnp-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-03-301-1/+1
|\ \
| * | rtc: cmos: remove useless cast for driver_nameCorentin Labbe2020-03-171-1/+1
| |/
* / rtc: max8907: add missing select REGMAP_IRQCorentin Labbe2020-03-191-0/+1
|/
* Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-02-041-1/+0
|\
| * cros_ec: treewide: Remove 'include/linux/mfd/cros_ec.h'Enric Balletbo i Serra2020-01-071-1/+0
* | Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2020-02-0423-540/+350
|\ \
| * | rtc: i2c/spi: Avoid inclusion of REGMAP support when not neededGeert Uytterhoeven2020-01-271-2/+6
| * | rtc: Kconfig: select REGMAP_I2C when necessaryAlexandre Belloni2020-01-271-0/+4
| * | rtc: Kconfig: properly indent sd3078 entryAlexandre Belloni2020-01-271-6/+6
| * | rtc: cmos: Refactor code by using the new dmi_get_bios_year() helperAndy Shevchenko2020-01-251-4/+4
| * | rtc: cmos: Use predefined value for RTC IRQ on legacy x86Andy Shevchenko2020-01-251-1/+1
| * | rtc: cmos: Stop using shared IRQAndy Shevchenko2020-01-251-1/+1
| * | rtc: tps6586x: Use IRQ_NOAUTOEN flagDmitry Osipenko2020-01-251-1/+3