index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-rx8025.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: rx8025: Remove struct i2c_client from struct rx8025_data
Nobuhiro Iwamatsu
2019-12-23
1
-13
/
+14
*
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2019-07-17
1
-1
/
+1
|
\
|
*
rtc: rx8025: simplify getting the adapter of a client
Wolfram Sang
2019-06-09
1
-1
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()
Andy Shevchenko
2019-04-11
1
-1
/
+1
*
rtc: rx8025: Switch to use %ptR
Andy Shevchenko
2018-12-10
1
-15
/
+4
*
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
2018-03-02
1
-1
/
+1
*
rtc: constify rtc_class_ops structures
Julia Lawall
2016-09-02
1
-1
/
+1
*
rtc: simplify implementations of read_alarm
Uwe Kleine-König
2016-07-09
1
-5
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-03-17
1
-1
/
+1
|
\
|
*
drivers/rtc: broken link fix
Leslie Lau
2016-02-15
1
-1
/
+1
*
|
rtc: rx8025: unsupport UIE mode
Akinobu Mita
2016-03-14
1
-0
/
+3
*
|
rtc: rx8025: round up to nearest minute for a minute accuracy alarm
Akinobu Mita
2016-03-14
1
-1
/
+11
*
|
rtc: rx8025: protect ctrl1 register update by rtc->ops_lock
Akinobu Mita
2016-03-14
1
-0
/
+4
*
|
rtc: rx8025: fix irq handler registration
Akinobu Mita
2016-03-14
1
-2
/
+3
*
|
rtc: rx8025: remove rv8803 id
Alexandre Belloni
2016-02-04
1
-1
/
+0
*
|
rtc: rx8025: remove unnecessary braces
Alexandre Belloni
2015-11-08
1
-2
/
+2
|
/
*
rtc: rx8025: check time validity when necessary
Alexandre Belloni
2015-09-05
1
-29
/
+29
*
rtc: rx8025: fix RX8025_BIT_CTRL2_CTFG initialization
Alexandre Belloni
2015-09-05
1
-1
/
+1
*
rtc: rx8025: remove useless initialization
Alexandre Belloni
2015-09-05
1
-1
/
+0
*
rtc: rx8025: reset validity when setting time
Alexandre Belloni
2015-09-05
1
-11
/
+20
*
rtc: rx8025: fix rx8025_init_client()
Alexandre Belloni
2015-09-05
1
-1
/
+1
*
rtc: rx8025: continue without alarm when irq request fails
Alexandre Belloni
2015-09-05
1
-2
/
+2
*
rtc: rx8025: cleanup accessors
Alexandre Belloni
2015-09-05
1
-54
/
+31
*
rtc: rx8025: don't reset the time
Alexandre Belloni
2015-09-05
1
-16
/
+22
*
rtc: rx8025: fix transfer mode
Alexandre Belloni
2015-09-05
1
-3
/
+3
*
rtc: rx8025: only handle dates between 2000 and 2099
Alexandre Belloni
2015-09-05
1
-10
/
+4
*
rtc: rx8025: use BIT()
Alexandre Belloni
2015-09-05
1
-11
/
+12
*
rtc: rx8025: remove useless probe error message
Alexandre Belloni
2015-09-05
1
-16
/
+6
*
rtc: rx8025: switch to managed irq allocation
Alexandre Belloni
2015-09-05
1
-10
/
+4
*
rtc: rx8025: Convert to threaded IRQ
Alexandre Belloni
2015-09-05
1
-33
/
+4
*
rtc: rx8025: remove useless headers and reorder them
Alexandre Belloni
2015-09-05
1
-5
/
+2
*
rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r...
Henri Roosen
2015-09-05
1
-4
/
+0
*
rtc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-09-05
1
-1
/
+0
*
rtc: rtc-rx8025: remove unnecessary OOM messages
Jingoo Han
2014-04-03
1
-1
/
+0
*
rtc: rtc-rx8025: use devm_*() functions
Jingoo Han
2013-07-03
1
-13
/
+5
*
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2013-01-03
1
-4
/
+4
*
rtc: convert rtc i2c drivers to module_i2c_driver
Axel Lin
2012-03-23
1
-12
/
+1
*
RTC: Cleanup rtc_class_ops->irq_set_state
John Stultz
2011-03-09
1
-25
/
+0
*
rtc: don't use flush_scheduled_work()
Tejun Heo
2010-12-24
1
-1
/
+1
*
comment typo fixes: charater => character
Thomas Weber
2010-07-19
1
-1
/
+1
*
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2010-06-03
1
-2
/
+0
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
rtc: add stand-alone driver for RX8025 chip
Wolfgang Grandegger
2009-06-18
1
-0
/
+688