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-m41t80.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: m41t80: Switch to use %ptR
Andy Shevchenko
2018-12-10
1
-5
/
+1
*
rtc: m41t80: Complete error propagation from SMBus calls
Maciej W. Rozycki
2018-11-14
1
-5
/
+8
*
rtc: m41t80: Correct alarm month range with RTC reads
Maciej W. Rozycki
2018-11-14
1
-1
/
+1
*
rtc: m41t80: mark expected switch fall-through
Gustavo A. R. Silva
2018-10-16
1
-1
/
+1
*
rtc: m41t80: remove useless indirection
Alexandre Belloni
2018-03-17
1
-15
/
+5
*
rtc: m41t80: fix race conditions
Alexandre Belloni
2018-03-17
1
-7
/
+11
*
rtc: m41t80: move m41t80_rtc_mutex to the block where it is used
Sebastian Andrzej Siewior
2018-03-17
1
-1
/
+1
*
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
2018-03-02
1
-1
/
+1
*
rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate
Troy Kisky
2017-11-08
1
-11
/
+6
*
rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared
Troy Kisky
2017-11-08
1
-9
/
+6
*
rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate
Troy Kisky
2017-11-08
1
-11
/
+17
*
rtc: m41t80: fix m41t80_sqw_round_rate return value
Troy Kisky
2017-11-08
1
-12
/
+7
*
rtc: m41t80: m41t80_sqw_set_rate should return 0 on success
Troy Kisky
2017-11-08
1
-4
/
+1
*
rtc: m41t80: remove debug sysfs attribute
Alexandre Belloni
2017-08-24
1
-44
/
+0
*
rtc: m41t80: enable wakealarm when "wakeup-source" is specified
Eric Cooper
2017-08-24
1
-6
/
+17
*
rtc: m41t80: add clock provider support
Gary Bisson
2017-05-31
1
-0
/
+172
*
rtc: m41t80: remove sqw sysfs entry
Gary Bisson
2017-05-31
1
-88
/
+0
*
rtc: m41t80: fix SQW dividers override when setting a date
Gary Bisson
2017-05-31
1
-0
/
+12
*
rtc: m41t80: fix SQWE override when setting an alarm
Gary Bisson
2017-05-31
1
-0
/
+3
*
rtc: m41t80: Add proper compatible for rv4162
Alexandre Belloni
2017-04-19
1
-0
/
+5
*
rtc: m41t80: Add OF device ID table
Javier Martinez Canillas
2017-03-09
1
-2
/
+61
*
rtc: m41t80: add suspend handlers for alarm IRQ
Stefan Christ
2016-07-21
1
-0
/
+25
*
rtc: m41t80: make it a real error message
Stefan Christ
2016-07-21
1
-1
/
+1
*
rtc: m41t80: use devm_add_action_or_reset()
Sudip Mukherjee
2016-07-19
1
-3
/
+2
*
rtc: simplify implementations of read_alarm
Uwe Kleine-König
2016-07-09
1
-2
/
+0
*
rtc: m41t80: handle oscillator failure bit
Mylène Josserand
2016-05-20
1
-2
/
+23
*
rtc: m41t80: add wakealarm functionality
Mylène Josserand
2016-05-20
1
-0
/
+2
*
rtc: m41t80: add alarm functionality
Mylène Josserand
2016-05-20
1
-13
/
+167
*
rtc: m41t80: remove warnings and replace obsolete function
Mylène Josserand
2016-05-20
1
-11
/
+15
*
rtc: m41t80: add the use of 'BIT' macro
Mylène Josserand
2016-05-20
1
-15
/
+15
*
rtc: m41t80: replace i2c functions for smbus ones
Mylène Josserand
2016-05-20
1
-90
/
+44
*
rtc: m41t80: remove proc macro
Mylène Josserand
2016-05-20
1
-4
/
+0
*
rtc: m41t80: update sysfs entries export
Mylène Josserand
2016-05-20
1
-24
/
+32
*
rtc: m41t80: avoid out of range year values
Stefan Christ
2016-03-19
1
-0
/
+6
*
rtc: use more standard kernel logging styles
Joe Perches
2015-04-17
1
-2
/
+4
*
drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162
Wolfram Sang
2014-06-06
1
-0
/
+1
*
drivers/rtc/rtc-m41t80.c: propagate error value from smbus functions
Wolfram Sang
2014-06-06
1
-14
/
+23
*
drivers/rtc/rtc-m41t80.c: clean up error paths
Wolfram Sang
2014-06-06
1
-41
/
+23
*
drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro
Wolfram Sang
2014-06-06
1
-6
/
+0
*
drivers/rtc/rtc-m41t80.c: fix spacing related issue
Sachin Kamat
2013-07-03
1
-1
/
+1
*
rtc: rtc-m41t80: use devm_*() functions
Jingoo Han
2013-04-29
1
-11
/
+5
*
drivers/rtc/rtc-m41t80.c: remove disabled alarm functionality
Paul Bolle
2012-10-06
1
-153
/
+4
*
rtc: convert rtc i2c drivers to module_i2c_driver
Axel Lin
2012-03-23
1
-12
/
+1
*
rtc: m41t80: Workaround broken alarm functionality
John Stultz
2011-12-13
1
-0
/
+9
*
rtc: m41t80: Initialize clientdata before registering device
John Stultz
2011-05-06
1
-2
/
+3
*
RTC: Convert rtc drivers to use the alarm_irq_enable method
John Stultz
2011-02-03
1
-22
/
+8
*
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
2010-10-22
1
-0
/
+1
|
\
|
*
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
*
|
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-10-05
1
-6
/
+7
|
/
*
rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarm
Atsushi Nemoto
2010-09-09
1
-1
/
+1
[next]