index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-s35390a.c
Age
Commit message (
Expand
)
Author
2019-10-19
rtc: s35390a: set range
Alexandre Belloni
2019-10-19
rtc: s35390a: convert to devm_rtc_allocate_device
Alexandre Belloni
2019-09-01
rtc: s35390a: convert to devm_i2c_new_dummy_device()
Wolfram Sang
2019-07-23
rtc: s35390a: convert to i2c_new_dummy_device
Wolfram Sang
2019-07-17
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-23
rtc: s35390a: change FLAG defines to use BIT macro
Richard Leitner
2019-05-23
rtc: s35390a: introduce struct device in probe
Richard Leitner
2019-05-23
rtc: s35390a: set uie_unsupported
Richard Leitner
2019-05-23
rtc: s35390a: clarify INT2 pin output modes
Richard Leitner
2018-10-22
rtc: s35390a: Change buf's type to u8 in s35390a_init
Nathan Chancellor
2018-03-17
rtc: s35390a: remove useless indirection
Alexandre Belloni
2018-03-17
rtc: s35390a: stop validating rtc_time in .read_time
Alexandre Belloni
2018-03-17
rtc: s35390a: remove useless message
Alexandre Belloni
2017-07-31
rtc: s35390a: implement ioctls
Fabien Lahoudere
2017-07-31
rtc: s35390a: handle invalid RTC time
Fabien Lahoudere
2017-03-09
rtc: s35390a: Add OF device ID table
Javier Martinez Canillas
2016-07-11
rtc: s35390a: improve two comments in .set_alarm
Uwe Kleine-König
2016-07-11
rtc: s35390a: improve irq handling
Uwe Kleine-König
2016-07-11
rtc: s35390a: implement reset routine as suggested by the reference
Uwe Kleine-König
2016-07-11
rtc: s35390a: fix reading out alarm
Uwe Kleine-König
2013-04-29
rtc: rtc-s35390a: use devm_*() functions
Jingoo Han
2012-10-06
drivers/rtc/rtc-s35390a.c: add wakealarm support for rtc-s35390A rtc chip
Michael Langer
2012-10-06
drivers/rtc/rtc-s35390a.c: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
2012-03-23
rtc: convert rtc i2c drivers to module_i2c_driver
Axel Lin
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2008-10-20
drivers/rtc/: use bcd2bin/bin2bcd
Adrian Bunk
2008-05-11
i2c: Match dummy devices by type
Jean Delvare
2008-04-29
i2c: Convert most new-style drivers to use module aliasing
Jean Delvare
2008-04-29
i2c: Add support for device alias names
Jean Delvare
2008-03-04
rtc: add support for the S-35390A RTC chip
Byron Bradley