index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-m41t80.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-17
rtc: m41t80: remove useless indirection
Alexandre Belloni
1
-15
/
+5
2018-03-17
rtc: m41t80: fix race conditions
Alexandre Belloni
1
-7
/
+11
2018-03-17
rtc: m41t80: move m41t80_rtc_mutex to the block where it is used
Sebastian Andrzej Siewior
1
-1
/
+1
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
1
-1
/
+1
2017-11-08
rtc: m41t80: remove unneeded checks from m41t80_sqw_set_rate
Troy Kisky
1
-11
/
+6
2017-11-08
rtc: m41t80: avoid i2c read in m41t80_sqw_is_prepared
Troy Kisky
1
-9
/
+6
2017-11-08
rtc: m41t80: avoid i2c read in m41t80_sqw_recalc_rate
Troy Kisky
1
-11
/
+17
2017-11-08
rtc: m41t80: fix m41t80_sqw_round_rate return value
Troy Kisky
1
-12
/
+7
2017-11-08
rtc: m41t80: m41t80_sqw_set_rate should return 0 on success
Troy Kisky
1
-4
/
+1
2017-08-24
rtc: m41t80: remove debug sysfs attribute
Alexandre Belloni
1
-44
/
+0
2017-08-24
rtc: m41t80: enable wakealarm when "wakeup-source" is specified
Eric Cooper
1
-6
/
+17
2017-05-31
rtc: m41t80: add clock provider support
Gary Bisson
1
-0
/
+172
2017-05-31
rtc: m41t80: remove sqw sysfs entry
Gary Bisson
1
-88
/
+0
2017-05-31
rtc: m41t80: fix SQW dividers override when setting a date
Gary Bisson
1
-0
/
+12
2017-05-31
rtc: m41t80: fix SQWE override when setting an alarm
Gary Bisson
1
-0
/
+3
2017-04-19
rtc: m41t80: Add proper compatible for rv4162
Alexandre Belloni
1
-0
/
+5
2017-03-09
rtc: m41t80: Add OF device ID table
Javier Martinez Canillas
1
-2
/
+61
2016-07-21
rtc: m41t80: add suspend handlers for alarm IRQ
Stefan Christ
1
-0
/
+25
2016-07-21
rtc: m41t80: make it a real error message
Stefan Christ
1
-1
/
+1
2016-07-19
rtc: m41t80: use devm_add_action_or_reset()
Sudip Mukherjee
1
-3
/
+2
2016-07-09
rtc: simplify implementations of read_alarm
Uwe Kleine-König
1
-2
/
+0
2016-05-20
rtc: m41t80: handle oscillator failure bit
Mylène Josserand
1
-2
/
+23
2016-05-20
rtc: m41t80: add wakealarm functionality
Mylène Josserand
1
-0
/
+2
2016-05-20
rtc: m41t80: add alarm functionality
Mylène Josserand
1
-13
/
+167
2016-05-20
rtc: m41t80: remove warnings and replace obsolete function
Mylène Josserand
1
-11
/
+15
2016-05-20
rtc: m41t80: add the use of 'BIT' macro
Mylène Josserand
1
-15
/
+15
2016-05-20
rtc: m41t80: replace i2c functions for smbus ones
Mylène Josserand
1
-90
/
+44
2016-05-20
rtc: m41t80: remove proc macro
Mylène Josserand
1
-4
/
+0
2016-05-20
rtc: m41t80: update sysfs entries export
Mylène Josserand
1
-24
/
+32
2016-03-19
rtc: m41t80: avoid out of range year values
Stefan Christ
1
-0
/
+6
2015-04-17
rtc: use more standard kernel logging styles
Joe Perches
1
-2
/
+4
2014-06-07
drivers/rtc/rtc-m41t80.c: add support for MicroCrystal rv4162
Wolfram Sang
1
-0
/
+1
2014-06-07
drivers/rtc/rtc-m41t80.c: propagate error value from smbus functions
Wolfram Sang
1
-14
/
+23
2014-06-07
drivers/rtc/rtc-m41t80.c: clean up error paths
Wolfram Sang
1
-41
/
+23
2014-06-07
drivers/rtc/rtc-m41t80.c: remove DRV_VERSION macro
Wolfram Sang
1
-6
/
+0
2013-07-04
drivers/rtc/rtc-m41t80.c: fix spacing related issue
Sachin Kamat
1
-1
/
+1
2013-04-30
rtc: rtc-m41t80: use devm_*() functions
Jingoo Han
1
-11
/
+5
2012-10-05
drivers/rtc/rtc-m41t80.c: remove disabled alarm functionality
Paul Bolle
1
-153
/
+4
2012-03-24
rtc: convert rtc i2c drivers to module_i2c_driver
Axel Lin
1
-12
/
+1
2011-12-14
rtc: m41t80: Workaround broken alarm functionality
John Stultz
1
-0
/
+9
2011-05-07
rtc: m41t80: Initialize clientdata before registering device
John Stultz
1
-2
/
+3
2011-02-04
RTC: Convert rtc drivers to use the alarm_irq_enable method
John Stultz
1
-22
/
+8
2010-10-22
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
Linus Torvalds
1
-0
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-10-05
drivers: autoconvert trivial BKL users to private mutex
Arnd Bergmann
1
-6
/
+7
2010-09-10
rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarm
Atsushi Nemoto
1
-1
/
+1
2010-08-11
rtc/m41t80: use rtc_valid_tm() to check returned tm
Wan ZongShun
1
-2
/
+2
2010-05-27
rtc-m41t80: use nonseekable_open()
Jan Blunck
1
-5
/
+1
2010-05-17
drivers: Push down BKL into various drivers
Arnd Bergmann
1
-2
/
+14
2009-04-03
rtc: add m41t62 support to rtc-m41t80 driver
Daniel Glockner
1
-5
/
+13
[next]