summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* rtc: sun6i: Fix bit_idx value for clk_register_gateMichael Trimarchi2018-07-031-2/+2
* rtc: goldfish: Add missing MODULE_LICENSEJames Hogan2018-05-251-0/+2
* rtc: rp5c01: fix possible race conditionAlexandre Belloni2018-05-251-2/+10
* rtc: tx4939: avoid unintended sign extension on a 24 bit shiftColin Ian King2018-05-251-2/+4
* rtc: m41t80: fix race conditionsAlexandre Belloni2018-05-251-7/+11
* rtc: rk808: fix possible race conditionAlexandre Belloni2018-05-251-7/+7
* rtc: hctosys: Ensure system time doesn't overflow time_tAlexandre Belloni2018-05-251-0/+5
* rtc: snvs: Fix usage of snvs_rtc_enableBryan O'Donoghue2018-05-251-4/+11
* rtc: opal: Fix OPAL RTC driver OPAL_BUSY loopsNicholas Piggin2018-05-011-14/+23
* clk: divider: fix incorrect usage of container_ofJerome Brunet2018-04-121-2/+4
* rtc: ac100: Fix multiple race conditionsAlexandre Belloni2018-03-241-7/+12
* rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()Alexey Khoroshilov2018-03-191-3/+12
* rtc-opal: Fix handling of firmware error codes, prevent busy loopsStewart Smith2018-02-221-2/+10
* rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rateTroy Kisky2018-01-051-11/+6
* rtc: m41t80: avoid i2c read in m41t80_sqw_is_preparedTroy Kisky2018-01-051-9/+6
* rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rateTroy Kisky2018-01-051-11/+17
* rtc: m41t80: fix m41t80_sqw_round_rate return valueTroy Kisky2018-01-051-12/+7
* rtc: m41t80: m41t80_sqw_set_rate should return 0 on successTroy Kisky2018-01-051-4/+1
* rtc: set the alarm to the next expiring timerAlexandre Belloni2017-12-251-1/+1
* rtc: pl031: make interrupt optionalRussell King2017-12-251-6/+8
* rtc: pcf8563: fix output clock ratePhilipp Zabel2017-12-201-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2017-09-1319-475/+908
|\
| * rtc: ds1307: use octal permissionsAlexandre Belloni2017-09-051-1/+1
| * rtc: ds1307: fix bracesAlexandre Belloni2017-09-051-3/+3
| * rtc: ds1307: fix alignments and blank linesAlexandre Belloni2017-09-051-11/+10
| * rtc: ds1307: use BITAlexandre Belloni2017-09-051-9/+9
| * rtc: ds1307: use u32Alexandre Belloni2017-09-051-4/+4
| * rtc: ds1307: use sizeofAlexandre Belloni2017-09-051-8/+16
| * rtc: ds1307: remove regs memberAlexandre Belloni2017-09-051-100/+107
| * rtc: Add Realtek RTD1295Andreas Färber2017-09-053-0/+251
| * rtc: sun6i: Add support for the external oscillator gateMaxime Ripard2017-09-011-3/+21
| * rtc: goldfish: Add RTC driver for Android emulatorMiodrag Dinic2017-09-013-0/+246
| * rtc: ds1307: add basic support for ds1341 chipNikita Yushchenko2017-09-012-5/+17
| * rtc: ds1307: remove member nvram_offset from struct ds1307Heiner Kallweit2017-09-011-4/+4
| * rtc: ds1307: factor out offset to struct chip_descHeiner Kallweit2017-09-011-11/+7
| * rtc: ds1307: factor out rtc_ops to struct chip_descHeiner Kallweit2017-09-011-23/+28
| * rtc: ds1307: factor out irq_handler to struct chip_descHeiner Kallweit2017-09-011-8/+7
| * rtc: ds1307: improve irq setupHeiner Kallweit2017-09-011-17/+10
| * rtc: ds1307: constify struct chip_desc variablesHeiner Kallweit2017-09-011-3/+3
| * rtc: ds1307: improve trickle charger initializationHeiner Kallweit2017-09-011-17/+16
| * rtc: ds1307: factor out bbsqi bit to struct chip_descHeiner Kallweit2017-09-011-7/+4
| * rtc: ds1307: remove member irq from struct ds1307Heiner Kallweit2017-09-011-7/+5
| * rtc: rk808: Name RK805 in Kconfig for RTC_DRV_RK808Elaine Zhang2017-09-011-2/+2
| * rtc: constify i2c_device_idArvind Yadav2017-09-014-4/+4
| * rtc: remove .open() and .release()Alexandre Belloni2017-08-241-16/+4
| * rtc: mxc: avoid disabling interrupts on device closeAlexandre Belloni2017-08-241-21/+0
| * rtc: vr41xx: make alarms usefulAlexandre Belloni2017-08-241-18/+0
| * rtc: sa1100: make alarms usefulAlexandre Belloni2017-08-241-41/+22
| * rtc: sa1100: fix unbalanced clk_prepare_enable/clk_disable_unprepareAlexandre Belloni2017-08-241-3/+1