index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-rx8025.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-22
rtc: Use named initializers for arrays of i2c_device_data
Uwe Kleine-König (The Capable Hub)
1
-2
/
+2
2026-03-12
rtc: rx8025: Remove use of i2c_match_id()
Andrew Davis
1
-3
/
+1
2025-12-13
Merge tag 'rtc-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-2
/
+0
2025-11-08
rtc: rx8025: fix incorrect register reference
Yuta Hayama
1
-1
/
+1
2025-11-03
rtc: rx8025: stop setting max_user_freq
Alexandre Belloni
1
-2
/
+0
2023-06-06
rtc: Switch i2c drivers back to use .probe()
Uwe Kleine-König
1
-1
/
+1
2022-11-15
rtc: Include <linux/kstrtox.h> when appropriate
Christophe JAILLET
1
-0
/
+1
2022-11-15
rtc: rx8025: Convert to .probe_new()
Uwe Kleine-König
1
-3
/
+3
2022-07-26
rtc: rx8025: fix 12/24 hour mode detection on RX-8035
Mathew McBride
1
-4
/
+18
2022-05-18
rtc: simplify the return expression of rx8025_set_offset()
Minghao Chi
1
-6
/
+1
2021-11-10
rtc: rx8025: use .set_offset/.read_offset
Alexandre Belloni
1
-37
/
+36
2021-11-10
rtc: rx8025: use rtc_add_group
Alexandre Belloni
1
-18
/
+9
2021-11-10
rtc: rx8025: clear RTC_FEATURE_ALARM when alarm are not supported
Alexandre Belloni
1
-10
/
+2
2021-11-10
rtc: rx8025: set range
Alexandre Belloni
1
-3
/
+2
2021-11-10
rtc: rx8025: let the core handle the alarm resolution
Alexandre Belloni
1
-13
/
+2
2021-11-10
rtc: rx8025: switch to devm_rtc_allocate_device
Alexandre Belloni
1
-5
/
+8
2021-08-17
rtc: rx8025: implement RX-8035 support
Mathew McBride
1
-5
/
+41
2021-01-25
rtc: rx8025: use rtc_lock/rtc_unlock
Alexandre Belloni
1
-3
/
+2
2019-12-23
rtc: rx8025: Remove struct i2c_client from struct rx8025_data
Nobuhiro Iwamatsu
1
-13
/
+14
2019-07-17
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-1
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-06-09
rtc: rx8025: simplify getting the adapter of a client
Wolfram Sang
1
-1
/
+1
2019-04-11
rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()
Andy Shevchenko
1
-1
/
+1
2018-12-10
rtc: rx8025: Switch to use %ptR
Andy Shevchenko
1
-15
/
+4
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
1
-1
/
+1
2016-09-02
rtc: constify rtc_class_ops structures
Julia Lawall
1
-1
/
+1
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
1
-5
/
+0
2016-03-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-03-14
rtc: rx8025: unsupport UIE mode
Akinobu Mita
1
-0
/
+3
2016-03-14
rtc: rx8025: round up to nearest minute for a minute accuracy alarm
Akinobu Mita
1
-1
/
+11
2016-03-14
rtc: rx8025: protect ctrl1 register update by rtc->ops_lock
Akinobu Mita
1
-0
/
+4
2016-03-14
rtc: rx8025: fix irq handler registration
Akinobu Mita
1
-2
/
+3
2016-02-15
drivers/rtc: broken link fix
Leslie Lau
1
-1
/
+1
2016-02-04
rtc: rx8025: remove rv8803 id
Alexandre Belloni
1
-1
/
+0
2015-11-08
rtc: rx8025: remove unnecessary braces
Alexandre Belloni
1
-2
/
+2
2015-09-05
rtc: rx8025: check time validity when necessary
Alexandre Belloni
1
-29
/
+29
2015-09-05
rtc: rx8025: fix RX8025_BIT_CTRL2_CTFG initialization
Alexandre Belloni
1
-1
/
+1
2015-09-05
rtc: rx8025: remove useless initialization
Alexandre Belloni
1
-1
/
+0
2015-09-05
rtc: rx8025: reset validity when setting time
Alexandre Belloni
1
-11
/
+20
2015-09-05
rtc: rx8025: fix rx8025_init_client()
Alexandre Belloni
1
-1
/
+1
2015-09-05
rtc: rx8025: continue without alarm when irq request fails
Alexandre Belloni
1
-2
/
+2
2015-09-05
rtc: rx8025: cleanup accessors
Alexandre Belloni
1
-54
/
+31
2015-09-05
rtc: rx8025: don't reset the time
Alexandre Belloni
1
-16
/
+22
2015-09-05
rtc: rx8025: fix transfer mode
Alexandre Belloni
1
-3
/
+3
2015-09-05
rtc: rx8025: only handle dates between 2000 and 2099
Alexandre Belloni
1
-10
/
+4
2015-09-05
rtc: rx8025: use BIT()
Alexandre Belloni
1
-10
/
+11
2015-09-05
rtc: rx8025: remove useless probe error message
Alexandre Belloni
1
-16
/
+6
2015-09-05
rtc: rx8025: switch to managed irq allocation
Alexandre Belloni
1
-10
/
+4
2015-09-05
rtc: rx8025: Convert to threaded IRQ
Alexandre Belloni
1
-33
/
+4
2015-09-05
rtc: rx8025: remove useless headers and reorder them
Alexandre Belloni
1
-5
/
+2
[next]