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-ds1307.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: ds1307: Fix wday settings for rx8130
Nobuhiro Iwamatsu
2021-04-29
1
-2
/
+10
*
rtc: ds1307: remove flags
Alexandre Belloni
2021-04-29
1
-2
/
+0
*
rtc: ds1307: replace HAS_ALARM by RTC_FEATURE_ALARM
Alexandre Belloni
2021-04-29
1
-35
/
+7
*
rtc: ds1307: use rtc_lock/rtc_unlock
Alexandre Belloni
2021-01-25
1
-3
/
+2
*
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
2020-11-19
1
-1
/
+1
*
rtc: add devm_ prefix to rtc_nvmem_register()
Bartosz Golaszewski
2020-11-19
1
-1
/
+1
*
rtc: nvmem: remove nvram ABI
Alexandre Belloni
2020-11-19
1
-1
/
+0
*
rtc: ds1307: Drop of_match_ptr and CONFIG_OF protections
Andy Shevchenko
2020-11-17
1
-4
/
+2
*
rtc: ds1307: Make use of device properties
Andy Shevchenko
2020-11-17
1
-17
/
+21
*
rtc: ds1307: Remove non-valid ACPI IDs
Andy Shevchenko
2020-11-17
1
-35
/
+1
*
rtc: ds1307: enable rx8130's backup battery, make it chargeable optionally
Bastian Krause
2020-09-24
1
-0
/
+15
*
rtc: ds1307: consider aux-voltage-chargeable
Bastian Krause
2020-09-24
1
-2
/
+21
*
rtc: ds1307: store previous charge default per chip
Bastian Krause
2020-09-24
1
-1
/
+8
*
rtc: ds1307: introduce requires_trickle_resistor per chip
Bastian Krause
2020-09-24
1
-1
/
+7
*
rtc: ds1307: apply DS13XX_TRICKLE_CHARGER_MAGIC only conditionally
Bastian Krause
2020-09-24
1
-1
/
+2
*
rtc: ds1307: Clear OSF flag on DS1388 when setting time
Chris Packham
2020-08-21
1
-0
/
+4
*
rtc: ds1307: Ensure oscillator is enabled for DS1388
Chris Packham
2020-08-21
1
-0
/
+14
*
rtc: ds1307: provide an indication that the watchdog has fired
Chris Packham
2020-08-05
1
-0
/
+6
*
rtc: ds1307: check for failed memory allocation on wdt
Colin Ian King
2020-04-03
1
-0
/
+2
*
rtc: ds1307: add support for watchdog timer on ds1388
Chris Packham
2020-04-01
1
-0
/
+115
*
rtc: ds1307: handle oscillator failure flags for ds1388 variant
Chris Packham
2020-03-22
1
-0
/
+9
*
Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2019-07-17
1
-71
/
+58
|
\
|
*
rtc: ds1307: properly handle oscillator failure flags
Alexandre Belloni
2019-05-23
1
-71
/
+58
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
rtc: ds1307: rx8130: Fix alarm handling
Uwe Kleine-König
2019-02-07
1
-4
/
+3
*
rtc: ds1307: rx8130: honor Voltage Loss Flag when reading the time
Uwe Kleine-König
2019-02-07
1
-0
/
+25
*
rtc: ds1307: correct register offset for rx8130
Uwe Kleine-König
2019-02-07
1
-6
/
+7
*
rtc: ds1307: forward declare chips array instead of a bunch of functions
Uwe Kleine-König
2019-02-07
1
-325
/
+297
*
rtc: ds1307: Move register definitions to start of file
Uwe Kleine-König
2019-02-07
1
-26
/
+26
*
rtc: ds1307: fix ds1339 wakealarm support
Soeren Moch
2018-10-22
1
-1
/
+0
*
rtc: ds1307: use rtc_add_group
Alexandre Belloni
2018-09-28
1
-39
/
+14
*
rtc: ds1307: add frequency_test_enable attribute on m41txx
Giulio Benetti
2018-09-28
1
-0
/
+92
*
rtc: ds1307: add offset sysfs for mt41txx chips.
Giulio Benetti
2018-09-28
1
-0
/
+77
*
rtc: ds1307: simplify hwmon config
Heiner Kallweit
2018-08-16
1
-1
/
+1
*
rtc: ds1307: support m41t11 variant
Giulio Benetti
2018-07-16
1
-0
/
+14
*
rtc: ds1307: fix data pointer to m41t0
Giulio Benetti
2018-07-16
1
-1
/
+1
*
rtc: ds1340: Add support for trickle charger.
Andrea Greco
2018-05-03
1
-0
/
+2
*
rtc: stop validating rtc_time in .read_time
Alexandre Belloni
2018-03-02
1
-2
/
+1
*
rtc: ds1307: put struct nvmem_config on the stack
Alexandre Belloni
2018-03-01
1
-9
/
+10
*
rtc: ds1307: call rtc_nvmem_register()
Alexandre Belloni
2018-03-01
1
-6
/
+6
*
rtc: ds1307: add OF and ACPI entries for Epson RX8130
Bastian Stender
2017-10-26
1
-0
/
+5
*
rtc: ds1307: improve weekday handling
Heiner Kallweit
2017-10-12
1
-26
/
+26
*
Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...
Linus Torvalds
2017-09-13
1
-225
/
+232
|
\
|
*
rtc: ds1307: use octal permissions
Alexandre Belloni
2017-09-05
1
-1
/
+1
|
*
rtc: ds1307: fix braces
Alexandre Belloni
2017-09-05
1
-3
/
+3
|
*
rtc: ds1307: fix alignments and blank lines
Alexandre Belloni
2017-09-05
1
-11
/
+10
|
*
rtc: ds1307: use BIT
Alexandre Belloni
2017-09-05
1
-9
/
+9
|
*
rtc: ds1307: use u32
Alexandre Belloni
2017-09-05
1
-4
/
+4
|
*
rtc: ds1307: use sizeof
Alexandre Belloni
2017-09-05
1
-8
/
+16
|
*
rtc: ds1307: remove regs member
Alexandre Belloni
2017-09-05
1
-100
/
+107
[next]