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-ds1307.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-03
rtc: ds1307: check for failed memory allocation on wdt
Colin Ian King
1
-0
/
+2
2020-04-01
rtc: ds1307: add support for watchdog timer on ds1388
Chris Packham
1
-0
/
+115
2020-03-22
rtc: ds1307: handle oscillator failure flags for ds1388 variant
Chris Packham
1
-0
/
+9
2019-07-17
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
1
-71
/
+58
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2019-05-23
rtc: ds1307: properly handle oscillator failure flags
Alexandre Belloni
1
-71
/
+58
2019-02-07
rtc: ds1307: rx8130: Fix alarm handling
Uwe Kleine-König
1
-4
/
+3
2019-02-07
rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the time
Uwe Kleine-König
1
-0
/
+25
2019-02-07
rtc: ds1307: correct register offset for rx8130
Uwe Kleine-König
1
-6
/
+7
2019-02-07
rtc: ds1307: forward declare chips array instead of a bunch of functions
Uwe Kleine-König
1
-325
/
+297
2019-02-07
rtc: ds1307: Move register definitions to start of file
Uwe Kleine-König
1
-26
/
+26
2018-10-22
rtc: ds1307: fix ds1339 wakealarm support
Soeren Moch
1
-1
/
+0
2018-09-28
rtc: ds1307: use rtc_add_group
Alexandre Belloni
1
-39
/
+14
2018-09-28
rtc: ds1307: add frequency_test_enable attribute on m41txx
Giulio Benetti
1
-0
/
+92
2018-09-28
rtc: ds1307: add offset sysfs for mt41txx chips.
Giulio Benetti
1
-0
/
+77
2018-08-16
rtc: ds1307: simplify hwmon config
Heiner Kallweit
1
-1
/
+1
2018-07-17
rtc: ds1307: support m41t11 variant
Giulio Benetti
1
-0
/
+14
2018-07-17
rtc: ds1307: fix data pointer to m41t0
Giulio Benetti
1
-1
/
+1
2018-05-03
rtc: ds1340: Add support for trickle charger.
Andrea Greco
1
-0
/
+2
2018-03-02
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
1
-2
/
+1
2018-03-01
rtc: ds1307: put struct nvmem_config on the stack
Alexandre Belloni
1
-9
/
+10
2018-03-01
rtc: ds1307: call rtc_nvmem_register()
Alexandre Belloni
1
-6
/
+6
2017-10-27
rtc: ds1307: add OF and ACPI entries for Epson RX8130
Bastian Stender
1
-0
/
+5
2017-10-12
rtc: ds1307: improve weekday handling
Heiner Kallweit
1
-26
/
+26
2017-09-13
Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
1
-225
/
+232
2017-09-05
rtc: ds1307: use octal permissions
Alexandre Belloni
1
-1
/
+1
2017-09-05
rtc: ds1307: fix braces
Alexandre Belloni
1
-3
/
+3
2017-09-05
rtc: ds1307: fix alignments and blank lines
Alexandre Belloni
1
-11
/
+10
2017-09-05
rtc: ds1307: use BIT
Alexandre Belloni
1
-9
/
+9
2017-09-05
rtc: ds1307: use u32
Alexandre Belloni
1
-4
/
+4
2017-09-05
rtc: ds1307: use sizeof
Alexandre Belloni
1
-8
/
+16
2017-09-05
rtc: ds1307: remove regs member
Alexandre Belloni
1
-100
/
+107
2017-09-01
rtc: ds1307: add basic support for ds1341 chip
Nikita Yushchenko
1
-0
/
+12
2017-09-01
rtc: ds1307: remove member nvram_offset from struct ds1307
Heiner Kallweit
1
-4
/
+4
2017-09-01
rtc: ds1307: factor out offset to struct chip_desc
Heiner Kallweit
1
-11
/
+7
2017-09-01
rtc: ds1307: factor out rtc_ops to struct chip_desc
Heiner Kallweit
1
-23
/
+28
2017-09-01
rtc: ds1307: factor out irq_handler to struct chip_desc
Heiner Kallweit
1
-8
/
+7
2017-09-01
rtc: ds1307: improve irq setup
Heiner Kallweit
1
-17
/
+10
2017-09-01
rtc: ds1307: constify struct chip_desc variables
Heiner Kallweit
1
-3
/
+3
2017-09-01
rtc: ds1307: improve trickle charger initialization
Heiner Kallweit
1
-17
/
+16
2017-09-01
rtc: ds1307: factor out bbsqi bit to struct chip_desc
Heiner Kallweit
1
-7
/
+4
2017-09-01
rtc: ds1307: remove member irq from struct ds1307
Heiner Kallweit
1
-7
/
+5
2017-08-21
rtc: ds1307: fix regmap config
Heiner Kallweit
1
-1
/
+0
2017-07-31
rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" property
Heiner Kallweit
1
-7
/
+1
2017-07-07
rtc: ds1307: remove ds1307_remove
Alexandre Belloni
1
-6
/
+0
2017-07-07
rtc: ds1307: use generic nvmem
Alexandre Belloni
1
-66
/
+22
2017-07-07
rtc: ds1307: switch to rtc_register_device
Alexandre Belloni
1
-2
/
+7
2017-07-06
rtc: ds1307: add ds1308 variant
Sean Nyekjaer
1
-0
/
+12
2017-07-06
rtc: ds1307: factor out century bit handling
Heiner Kallweit
1
-46
/
+27
2017-07-06
rtc: ds1307: use regmap_update_bits where applicable
Heiner Kallweit
1
-62
/
+20
[next]