| Commit message (Expand) | Author | Age | Files | Lines |
* | rtc: max77686: Do not enforce (incorrect) interrupt trigger type | Krzysztof Kozlowski | 2021-07-25 | 1 | -2/+2 |
* | rtc: mxc_v2: add missing MODULE_DEVICE_TABLE | Bixuan Cui | 2021-07-25 | 1 | -0/+1 |
* | rtc: fix snprintf() checking in is_rtc_hctosys() | Dan Carpenter | 2021-07-20 | 1 | -2/+2 |
* | rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path | Martin Fuzzey | 2021-07-14 | 1 | -2/+4 |
* | rtc: pcf85063: fallback to parent of_node | Francois Gervais | 2021-05-26 | 1 | -4/+3 |
* | rtc: ds1307: Fix wday settings for rx8130 | Nobuhiro Iwamatsu | 2021-05-19 | 1 | -2/+10 |
* | rtc: fsl-ftm-alarm: add MODULE_TABLE() | Michael Walle | 2021-05-19 | 1 | -0/+1 |
* | rtc: zynqmp: depend on HAS_IOMEM | David Gow | 2021-03-04 | 1 | -1/+1 |
* | rtc: s5m: select REGMAP_I2C | Bartosz Golaszewski | 2021-03-04 | 1 | -0/+1 |
* | rtc: pcf2127: only use watchdog when explicitly available | Uwe Kleine-König | 2021-01-09 | 1 | -1/+2 |
* | rtc: pcf2127: move watchdog initialisation to a separate function | Uwe Kleine-König | 2021-01-09 | 1 | -25/+31 |
* | rtc: pl031: fix resource leak in pl031_probe | Zheng Liang | 2021-01-06 | 1 | -2/+4 |
* | rtc: sun6i: Fix memleak in sun6i_rtc_clk_init | Dinghao Liu | 2021-01-06 | 1 | -3/+5 |
* | rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time | Nikita Shubin | 2020-12-30 | 1 | -3/+3 |
* | rtc: pcf2127: fix pcf2127_nvmem_read/write() returns | Dan Carpenter | 2020-12-30 | 1 | -8/+4 |
* | Merge tag 'rtc-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 2020-10-21 | 17 | -366/+1315 |
|\ |
|
| * | rtc: r9701: set range | Alexandre Belloni | 2020-10-19 | 1 | -5/+3 |
| * | rtc: r9701: convert to devm_rtc_allocate_device | Alexandre Belloni | 2020-10-19 | 1 | -3/+3 |
| * | rtc: r9701: stop setting RWKCNT | Alexandre Belloni | 2020-10-19 | 1 | -1/+0 |
| * | rtc: r9701: remove useless memset | Alexandre Belloni | 2020-10-19 | 1 | -2/+0 |
| * | rtc: r9701: stop setting a default time | Alexandre Belloni | 2020-10-19 | 1 | -22/+0 |
| * | rtc: r9701: remove leftover comment | Alexandre Belloni | 2020-10-19 | 1 | -4/+0 |
| * | rtc: rv3032: Add a driver for Microcrystal RV-3032 | Alexandre Belloni | 2020-10-19 | 3 | -0/+936 |
| * | rtc: rv3028: ensure ram configuration registers are saved | Alexandre Belloni | 2020-10-15 | 1 | -9/+67 |
| * | rtc: rv3028: factorize EERD bit handling | Alexandre Belloni | 2020-10-15 | 1 | -59/+59 |
| * | rtc: rv3028: fix trickle resistor values | Alexandre Belloni | 2020-10-15 | 1 | -1/+1 |
| * | rtc: rv3028: fix clock output support | Alexandre Belloni | 2020-10-15 | 1 | -10/+9 |
| * | rtc: mt6397: Remove unused member dev | Fei Shao | 2020-10-15 | 1 | -1/+2 |
| * | rtc: rv8803: simplify the return expression of rv8803_nvram_write | Liu Shixin | 2020-09-29 | 1 | -7/+1 |
| * | rtc: meson: simplify the return expression of meson_vrtc_probe | Liu Shixin | 2020-09-29 | 1 | -6/+1 |
| * | rtc: rx8010: rename rx8010_init_client() to rx8010_init() | Bartosz Golaszewski | 2020-09-29 | 1 | -2/+2 |
| * | rtc: ds1307: enable rx8130's backup battery, make it chargeable optionally | Bastian Krause | 2020-09-24 | 1 | -0/+15 |
| * | rtc: ds1307: consider aux-voltage-chargeable | Bastian Krause | 2020-09-24 | 1 | -2/+21 |
| * | rtc: ds1307: store previous charge default per chip | Bastian Krause | 2020-09-24 | 1 | -1/+8 |
| * | rtc: ds1307: introduce requires_trickle_resistor per chip | Bastian Krause | 2020-09-24 | 1 | -1/+7 |
| * | rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionally | Bastian Krause | 2020-09-24 | 1 | -1/+2 |
| * | rtc: pcf2127: fix a bug when not specify interrupts property | Biwen Li | 2020-09-15 | 1 | -2/+2 |
| * | rtc: ds1685: Fix bank switching to avoid endless loop | Thomas Bogendoerfer | 2020-09-15 | 1 | -4/+4 |
| * | rtc: st-lpc: Constify st_rtc_ops | Rikard Falkeborn | 2020-09-15 | 1 | -1/+1 |
| * | rtc: rx8010: use range checking provided by core RTC code | Bartosz Golaszewski | 2020-09-15 | 1 | -3/+2 |
| * | rtc: rx8010: convert to using regmap | Bartosz Golaszewski | 2020-09-15 | 1 | -119/+79 |
| * | rtc: rx8010: switch to using the preferred i2c API | Bartosz Golaszewski | 2020-09-15 | 1 | -3/+2 |
| * | rtc: rx8010: switch to using the preferred RTC API | Bartosz Golaszewski | 2020-09-15 | 1 | -11/+7 |
| * | rtc: rx8010: prefer sizeof(*val) over sizeof(struct type_of_val) | Bartosz Golaszewski | 2020-09-15 | 1 | -1/+1 |
| * | rtc: rx8010: use a helper variable for client->dev in probe() | Bartosz Golaszewski | 2020-09-15 | 1 | -8/+7 |
| * | rtc: rx8010: drop unnecessary initialization | Bartosz Golaszewski | 2020-09-15 | 1 | -1/+1 |
| * | rtc: rx8010: don't use magic values for time buffer length | Bartosz Golaszewski | 2020-09-15 | 1 | -5/+6 |
| * | rtc: rx8010: rename ret to err in rx8010_set_time() | Bartosz Golaszewski | 2020-09-15 | 1 | -11/+11 |
| * | rtc: rx8010: use tabs instead of spaces for code formatting | Bartosz Golaszewski | 2020-09-15 | 1 | -29/+29 |
| * | rtc: rx8010: consolidate local variables of the same type | Bartosz Golaszewski | 2020-09-15 | 1 | -12/+6 |