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.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-max77686.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-01
rtc: max77686: convert to devm_i2c_new_dummy_device()
Wolfram Sang
1
-13
/
+4
2019-08-13
rtc: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
1
-4
/
+1
2019-07-23
rtc: max77686: convert to i2c_new_dummy_device
Wolfram Sang
1
-4
/
+4
2018-11-14
rtc: max77686: Fix the returned value in case of error in 'max77686_rtc_read_...
Christophe JAILLET
1
-1
/
+1
2018-08-15
rtc: maxim: Add SPDX license identifiers
Krzysztof Kozlowski
1
-13
/
+7
2018-03-02
rtc: max77686: stop validating rtc_time in .read_time
Alexandre Belloni
1
-3
/
+1
2016-03-14
rtc: max77686: Use REGMAP_IRQ_REG for regmap-rtc-irqs initialisation
Laxman Dewangan
1
-6
/
+6
2016-03-14
rtc: max77686: Add support for MAX20024/MAX77620 RTC IP
Laxman Dewangan
1
-3
/
+44
2016-03-14
rtc: max77686: move initialisation of rtc regmap, irq chip locally
Laxman Dewangan
1
-21
/
+127
2016-03-14
rtc: max77686: avoid reference of parent device info multiple places
Laxman Dewangan
1
-29
/
+23
2016-03-14
rtc: max77686: use rtc regmap to access RTC registers
Laxman Dewangan
1
-3
/
+4
2016-03-14
rtc: max77686: fix checkpatch error
Laxman Dewangan
1
-12
/
+13
2016-02-05
rtc: max77686: Cleanup and reduce dmesg output
Krzysztof Kozlowski
1
-25
/
+14
2016-02-05
rtc: max77686: Properly handle regmap_irq_get_virq() error code
Krzysztof Kozlowski
1
-1
/
+1
2016-02-05
rtc: max77686: Fix unsupported year message
Javier Martinez Canillas
1
-3
/
+1
2016-02-05
rtc: max77686: Add max77802 support
Javier Martinez Canillas
1
-40
/
+156
2016-02-05
rtc: max77686: Add an indirection level to access RTC registers
Javier Martinez Canillas
1
-10
/
+80
2016-02-05
rtc: max77686: Use a driver data struct instead hard-coded values
Javier Martinez Canillas
1
-17
/
+34
2016-02-05
rtc: max77686: Use usleep_range() instead of msleep()
Javier Martinez Canillas
1
-2
/
+3
2016-02-05
rtc: max77686: Use ARRAY_SIZE() instead of current array length
Javier Martinez Canillas
1
-11
/
+12
2016-02-05
rtc: max77686: Fix max77686_rtc_read_alarm() return value
Javier Martinez Canillas
1
-1
/
+1
2015-06-25
rtc: max77686: Report platform modalias to fix module autoload
Javier Martinez Canillas
1
-0
/
+1
2015-04-17
rtc: use more standard kernel logging styles
Joe Perches
1
-2
/
+4
2014-10-20
rtc: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-14
rtc: max77686: Use ffs() to calculate tm_wday
Javier Martinez Canillas
1
-11
/
+2
2014-10-14
rtc: max77686: remove unneeded info log
Javier Martinez Canillas
1
-2
/
+0
2014-10-14
rtc: max77686: fail to probe if no RTC regmap irqchip is set
Javier Martinez Canillas
1
-0
/
+6
2014-10-14
rtc: max77686: remove dead code for SMPL and WTSR
Javier Martinez Canillas
1
-101
/
+0
2014-10-14
rtc: max77686: Allow the max77686 rtc to wakeup the system
Doug Anderson
1
-0
/
+28
2014-07-21
mfd: max77686: Convert to use regmap_irq
Javier Martinez Canillas
1
-19
/
+8
2013-09-12
drivers/rtc/rtc-max77686.c: Fix wrong register
Sangjung Woo
1
-2
/
+2
2013-07-04
drivers/rtc/rtc-max77686.c: remove empty function
Sachin Kamat
1
-6
/
+0
2013-07-04
drivers/rtc/rtc-max77686.c: remove space before semicolon
Sachin Kamat
1
-1
/
+1
2013-04-30
drivers/rtc/rtc-max77686.c: use devm_regmap_init_i2c()
Sachin Kamat
1
-1
/
+1
2013-04-30
drivers/rtc/rtc-max77686.c: fix incorrect return value on error
Sachin Kamat
1
-4
/
+4
2013-04-30
rtc: rtc-max77686: use devm_rtc_device_register()
Jingoo Han
1
-11
/
+4
2013-04-30
drivers/rtc/rtc-max77686.c: use dev_info()/dev_emerg() instead of pr_info()/p...
Jingoo Han
1
-6
/
+9
2013-04-30
drivers/rtc/rtc-max77686.c: fix indentation of bit definitions
Jingoo Han
1
-5
/
+5
2013-04-30
drivers/rtc/rtc-max77686.c: use devm_kzalloc()
Jingoo Han
1
-7
/
+2
2013-04-30
drivers/rtc/rtc-max77686.c: add missing module author name
Jingoo Han
1
-1
/
+1
2013-04-30
drivers/rtc/rtc-max77686.c: use module_platform_driver()
Jingoo Han
1
-11
/
+1
2013-02-22
rtc: max77686: use dev_info() instead of printk()
Jingoo Han
1
-2
/
+2
2013-02-22
rtc: max77686: add Maxim 77686 driver
Jonghwa Lee
1
-0
/
+641