Age | Commit message (Expand) | Author | Files | Lines |
2018-07-13 | rtc: fix alarm read and set offset | Alexandre Belloni | 1 | -3/+5 |
2018-06-20 | rtc: mrst: fix error code in probe() | Dan Carpenter | 1 | -3/+1 |
2018-06-11 | Merge tag 'mfd-next-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 1 | -4/+3 |
2018-06-11 | Merge tag 'rtc-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 40 | -828/+876 |
2018-06-07 | rtc: pxa: fix probe function | Dan Carpenter | 1 | -1/+1 |
2018-06-07 | rtc: cros-ec: Switch to SPDX identifier. | Enric Balletbo i Serra | 1 | -16/+5 |
2018-06-07 | rtc: cros-ec: Make license text and module license match. | Enric Balletbo i Serra | 1 | -1/+1 |
2018-06-07 | rtc: ensure rtc_set_alarm fails when alarms are not supported | Alexandre Belloni | 1 | -0/+5 |
2018-06-07 | rtc: test: remove alarm support from the first device | Alexandre Belloni | 1 | -1/+13 |
2018-06-07 | rtc: test: convert to devm_rtc_allocate_device | Alexandre Belloni | 1 | -3/+4 |
2018-06-07 | rtc: ftrtc010: let the core handle range | Alexandre Belloni | 1 | -3/+10 |
2018-06-07 | rtc: ftrtc010: handle dates after 2106 | Alexandre Belloni | 1 | -6/+6 |
2018-06-07 | rtc: ftrtc010: switch to devm_rtc_allocate_device | Alexandre Belloni | 1 | -4/+7 |
2018-06-07 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+4 |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 1 | -4/+4 |
2018-06-05 | rtc: mrst: switch to devm functions | Alexandre Belloni | 1 | -27/+18 |
2018-06-04 | rtc: sunxi: fix possible race condition | Alexandre Belloni | 1 | -14/+9 |
2018-06-01 | rtc: test: remove irq sysfs file | Alexandre Belloni | 1 | -39/+0 |
2018-06-01 | rtc: test: emulate alarms using timers | Alexandre Belloni | 1 | -4/+52 |
2018-06-01 | rtc: test: store time as an offset to system time | Alexandre Belloni | 1 | -16/+23 |
2018-06-01 | rtc: test: allow registering many devices | Alexandre Belloni | 1 | -24/+24 |
2018-06-01 | rtc: test: remove useless proc info | Alexandre Belloni | 1 | -11/+0 |
2018-06-01 | rtc: ds1685: Add range | Alexandre Belloni | 1 | -0/+4 |
2018-06-01 | rtc: ds1685: fix possible race condition | Alexandre Belloni | 1 | -23/+18 |
2018-06-01 | rtc: sprd: Add new RTC power down check method | Baolin Wang | 1 | -23/+24 |
2018-06-01 | rtc: sun6i: Fix bit_idx value for clk_register_gate | Michael Trimarchi | 1 | -2/+2 |
2018-06-01 | rtc: jz4740: Fix a typo in Kconfig | Mathieu Malaterre | 1 | -1/+1 |
2018-05-26 | rtc: test: remove obsolete .set_mmss | Alexandre Belloni | 1 | -17/+2 |
2018-05-23 | rtc: st-lpc: add range | Alexandre Belloni | 1 | -0/+2 |
2018-05-23 | rtc: st-lpc: fix possible race condition | Alexandre Belloni | 1 | -15/+9 |
2018-05-22 | rtc: stm32: add stm32mp1 rtc support | Amelie Delaunay | 1 | -14/+89 |
2018-05-22 | rtc: stm32: rework register management to prepare other version of RTC | Amelie Delaunay | 1 | -57/+127 |
2018-05-22 | rtc: stm32: fix misspelling and misalignment issues | Amelie Delaunay | 1 | -2/+2 |
2018-05-22 | rtc: mxc: Switch to SPDX identifier | Fabio Estevam | 1 | -10/+3 |
2018-05-22 | rtc: snvs: Switch to SPDX identifier | Fabio Estevam | 1 | -10/+3 |
2018-05-21 | rtc: nvmem: don't use IS_ERR_OR_NULL | Uwe Kleine-König | 1 | -1/+1 |
2018-05-21 | rtc: ds1742: don't explicitly specify word_size and stride of nvmem | Uwe Kleine-König | 1 | -2/+0 |
2018-05-21 | rtc: brcmstb-waketimer: add range | Alexandre Belloni | 1 | -6/+1 |
2018-05-21 | rtc: brcmstb-waketimer: switch to rtc_register_device | Alexandre Belloni | 1 | -5/+8 |
2018-05-19 | rtc: mxc_v2: use rtc_time64_to_tm in mxc_rtc_read_alarm | Alexandre Belloni | 1 | -1/+1 |
2018-05-19 | rtc: mxc_v2: let the core handle rtc range | Alexandre Belloni | 1 | -10/+1 |
2018-05-19 | rtc: mxc_v2: fix possible race condition | Alexandre Belloni | 1 | -7/+9 |
2018-05-18 | rtc: ls1x: add range | Alexandre Belloni | 1 | -0/+2 |
2018-05-17 | rtc: ls1x: remove useless label and goto | Alexandre Belloni | 1 | -8/+3 |
2018-05-17 | rtc: ls1x: switch to rtc_register_device | Alexandre Belloni | 1 | -7/+7 |
2018-05-17 | rtc: tps6586x: let the core handle rtc range | Alexandre Belloni | 1 | -22/+5 |
2018-05-17 | rtc: tps6586x: fix possible race condition | Alexandre Belloni | 1 | -3/+11 |
2018-05-17 | rtc: vr41xx: add range | Alexandre Belloni | 1 | -0/+2 |
2018-05-17 | rtc: vr41xx: fix possible race condition | Alexandre Belloni | 1 | -2/+7 |
2018-05-17 | rtc: rx8581: switch to regmap | Alexandre Belloni | 1 | -113/+42 |