index
:
~ramaling/linux
dg2_enabling_ww4.2
dg2_enabling_ww49.3
dg2_enabling_ww5.5
dg2_enabling_ww50.3
dg2_enabling_ww50.4
dg2_enabling_ww51.3
dg2_enabling_ww6.2
dg2_enabling_ww7.5
dg2_enabling_ww8.3
dg2_for_ci_ww8.5
drm-tip
drm_tip_ww49.2
flat-ccs-v4
flat-ccs-v5
flat-ccs-v6
flat-ccs-v7
flat-ccs-v8
flat-ccs-ww10.07
flat-ccs-ww10.2
flat-ccs-ww10.3
flat-ccs-ww10.5
flat-ccs-ww11.01
flat-ccs-ww12.02
flat-ccs-ww9.4
flat-ccs-ww9.4-wip
flat-ccs-ww9.7
igt_vm_bind_upstream_7
master
vm_bind_upstream_7
vm_bind_v2
vm_bind_v2_2
Ram's kernel repositories
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-18
rtc: pcf8523: remove unecessary ifdefery
Alexandre Belloni
1
-2
/
+0
2021-10-18
rtc: pcf8523: always compile pcf8523_rtc_ioctl
Alexandre Belloni
1
-4
/
+0
2021-10-18
rtc: pcf8523: switch to regmap
Alexandre Belloni
2
-219
/
+85
2021-10-18
rtc: expose RTC_FEATURE_UPDATE_INTERRUPT
Alexandre Belloni
2
-1
/
+6
2021-10-18
rtc: pcf8523: avoid reading BLF in pcf8523_rtc_read_time
Alexandre Belloni
1
-22
/
+4
2021-10-18
rtc: rv3032: allow setting BSM
Alexandre Belloni
1
-0
/
+76
2021-10-18
rtc: rv3028: add BSM support
Alexandre Belloni
1
-0
/
+74
2021-10-18
rtc: add BSM parameter
Alexandre Belloni
1
-2
/
+8
2021-10-18
rtc: add correction parameter
Alexandre Belloni
1
-0
/
+19
2021-10-18
rtc: expose correction feature
Alexandre Belloni
1
-0
/
+3
2021-10-18
rtc: add parameter ioctl
Alexandre Belloni
1
-0
/
+40
2021-10-17
rtc: s3c: remove HAVE_S3C_RTC in favor of direct dependencies
Will McVicker
1
-8
/
+2
2021-10-15
rtc: pcf85063: Always clear EXT_TEST from set_time
Phil Elwell
1
-0
/
+2
2021-10-15
rtc: pcf85063: add support for fixed clock
Alexander Stein
1
-0
/
+12
2021-10-15
rtc: rv3032: fix error handling in rv3032_clkout_set_rate()
Dan Carpenter
1
-2
/
+2
2021-10-15
rtc: class: check return value when calling dev_set_name()
Yang Yingliang
1
-1
/
+3
2021-10-15
rtc: class: don't call cdev_device_del() when cdev_device_add() failed
Yang Yingliang
1
-3
/
+6
2021-10-01
rtc: m41t80: return NULL rather than a plain 0 integer
Colin Ian King
1
-1
/
+1
2021-10-01
rtc: msc313: Fix unintentional sign extension issues with left shift of a u16
Colin Ian King
1
-2
/
+2
2021-10-01
rtc: mcp795: Add SPI ID table
Mark Brown
1
-0
/
+7
2021-09-27
rtc: msc313: fix missing include
Alexandre Belloni
1
-0
/
+1
2021-09-26
rtc: Add support for the MSTAR MSC313 RTC
Daniel Palmer
3
-0
/
+269
2021-09-25
rtc: rx6110: simplify getting the adapter of a client
Wolfram Sang
1
-1
/
+1
2021-09-25
rtc: s5m: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-09-25
rtc: omap: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
1
-1
/
+0
2021-09-25
rtc: pcf2123: Add SPI ID table
Mark Brown
1
-0
/
+9
2021-09-25
rtc: ds1390: Add SPI ID table
Mark Brown
1
-0
/
+7
2021-09-25
rtc: ds1302: Add SPI ID table
Mark Brown
1
-0
/
+7
2021-09-14
rtc: cmos: Disable irq around direct invocation of cmos_interrupt()
Chris Wilson
1
-0
/
+2
2021-09-09
rtc: rx8010: select REGMAP_I2C
Yu-Tung Chang
1
-0
/
+1
2021-08-17
rtc: rx8025: implement RX-8035 support
Mathew McBride
1
-5
/
+41
2021-08-17
rtc: cmos: remove stale REVISIT comments
Mateusz Jończyk
1
-7
/
+1
2021-08-17
rtc: tps65910: Correct driver module alias
Dmitry Osipenko
1
-1
/
+1
2021-08-10
rtc: move RTC_LIB_KUNIT_TEST to proper location
Alexandre Belloni
2
-11
/
+11
2021-08-10
rtc: lib_test: add MODULE_LICENSE
Alexandre Belloni
1
-0
/
+2
2021-08-10
rtc: Improve performance of rtc_time64_to_tm(). Add tests.
Cassio Neri
4
-27
/
+170
2021-08-06
rtc: s5m: set range
Alexandre Belloni
1
-8
/
+10
2021-08-06
rtc: s5m: enable wakeup only when available
Alexandre Belloni
1
-2
/
+1
2021-08-06
rtc: s5m: signal the core when alarm are not available
Alexandre Belloni
1
-16
/
+11
2021-08-06
rtc: s5m: switch to devm_rtc_allocate_device
Alexandre Belloni
1
-3
/
+7
2021-07-10
Merge tag 'rtc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
26
-533
/
+274
2021-07-10
rtc: pcf8523: rename register and bit defines
Alexandre Belloni
1
-73
/
+73
2021-07-10
rtc: pcf2127: handle timestamp interrupts
Mian Yousaf Kaukab
1
-59
/
+133
2021-07-10
rtc: at91sam9: Remove unnecessary offset variable checks
Nobuhiro Iwamatsu
1
-1
/
+1
2021-07-10
rtc: s5m: Check return value of s5m_check_peding_alarm_interrupt()
Nobuhiro Iwamatsu
1
-3
/
+1
2021-07-10
rtc: spear: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-4
/
+1
2021-07-10
rtc: tps6586x: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-14
/
+1
2021-07-10
rtc: tps80031: convert to SPDX identifier
Nobuhiro Iwamatsu
1
-14
/
+1
2021-07-10
rtc: rtd119x: Fix format of SPDX identifier
Nobuhiro Iwamatsu
1
-2
/
+1
2021-07-10
rtc: sc27xx: Fix format of SPDX identifier
Nobuhiro Iwamatsu
1
-1
/
+1
[prev]
[next]