index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Age
Commit message (
Expand
)
Author
Lines
2016-03-14
rtc: as3722: Drop IRQF_EARLY_RESUME flag
Grygorii Strashko
-1
/
+1
2016-03-14
rtc: tps80031: Drop IRQF_EARLY_RESUME flag
Grygorii Strashko
-1
/
+1
2016-03-14
rtc: tps65910: Drop IRQF_EARLY_RESUME flag
Grygorii Strashko
-1
/
+1
2016-03-14
rtc: tps6586x: Drop IRQF_EARLY_RESUME flag
Grygorii Strashko
-1
/
+1
2016-03-14
rtc: palmas: Drop IRQF_EARLY_RESUME flag
Grygorii Strashko
-2
/
+1
2016-03-14
rtc: Group Kconfig entries by vendor
Soren Brinkmann
-44
/
+44
2016-03-14
rtc: pic32: Add PIC32 real time clock driver
Joshua Henderson
-0
/
+422
2016-03-14
rtc: rx8025: unsupport UIE mode
Akinobu Mita
-0
/
+3
2016-03-14
rtc: rx8025: round up to nearest minute for a minute accuracy alarm
Akinobu Mita
-1
/
+11
2016-03-14
rtc: rx8025: protect ctrl1 register update by rtc->ops_lock
Akinobu Mita
-0
/
+4
2016-03-14
rtc: rx8025: fix irq handler registration
Akinobu Mita
-2
/
+3
2016-03-14
rtc: s5m: De-inline large functions to save space
Krzysztof Kozlowski
-4
/
+4
2016-03-14
rtc: make class.c explicitly non-modular
Paul Gortmaker
-13
/
+0
2016-03-14
rtc: pcf85063: fix time/date setting
Juergen Borleis
-23
/
+55
2016-03-14
rtc: pcf85063: fix time/date reading
Juergen Borleis
-0
/
+7
2016-03-14
rtc: pcf85063: simplify code to read the current time
Juergen Borleis
-26
/
+21
2016-03-14
rtc: pcf2123: implement read_offset and set_offset
Joshua Clayton
-0
/
+57
2016-03-14
rtc: implement a sysfs interface for clock offset
Joshua Clayton
-1
/
+34
2016-03-14
rtc: Add functions to set and read rtc offset
Joshua Clayton
-0
/
+54
2016-03-14
rtc: rv8803: convert spin_lock to mutex_lock
Oleksij Rempel
-21
/
+18
2016-03-14
rtc: add Alphascale asm9260 driver
Oleksij Rempel
-0
/
+366
2016-03-14
rtc: ds1307: add clock provider support for DS3231
Akinobu Mita
-1
/
+295
2016-03-14
rtc: max77686: move initialisation of rtc regmap, irq chip locally
Laxman Dewangan
-21
/
+127
2016-03-14
rtc: max77686: avoid reference of parent device info multiple places
Laxman Dewangan
-29
/
+23
2016-03-14
rtc: max77686: use rtc regmap to access RTC registers
Laxman Dewangan
-3
/
+4
2016-03-14
rtc: max77686: fix checkpatch error
Laxman Dewangan
-12
/
+13
2016-03-14
rtc: allow compilation of sun6i RTC for all sunxi SoCs
Andre Przywara
-3
/
+4
2016-03-14
rtc: add driver for RX6110SA real time clock
Steffen Trumtrar
-0
/
+412
2016-03-14
rtc: pcf2123: avoid resetting the clock if possible
Joshua Clayton
-3
/
+12
2016-03-14
rtc: pcf2123: refactor chip reset into a function
Joshua Clayton
-28
/
+36
2016-03-14
rtc: pcf2123: clean up writes to the rtc chip
Joshua Clayton
-35
/
+32
2016-03-14
rtc: pcf2123: clean up reads from the chip
Joshua Clayton
-17
/
+19
2016-03-14
rtc: pcf2123: define registers and bit macros
Joshua Clayton
-3
/
+47
2016-02-15
drivers/rtc: broken link fix
Leslie Lau
-1
/
+1
2016-02-04
rtc: ds1307: add temperature sensor support for ds3231
Akinobu Mita
-0
/
+97
2016-02-04
rtc: ds1307: add support for the DT property 'wakeup-source'
Michael Lange
-2
/
+27
2016-02-04
rtc: mt6397: add IRQ domain dependency
Arnd Bergmann
-1
/
+1
2016-02-04
rtc: rx8025: remove rv8803 id
Alexandre Belloni
-1
/
+0
2016-02-04
rtc: ds1305: use to_spi_device and kobj_to_dev
Geliang Tang
-2
/
+2
2016-02-04
rtc: max77686: Cleanup and reduce dmesg output
Krzysztof Kozlowski
-25
/
+14
2016-02-04
rtc: Remove Maxim 77802 driver
Javier Martinez Canillas
-513
/
+0
2016-02-04
rtc: max77686: Properly handle regmap_irq_get_virq() error code
Krzysztof Kozlowski
-1
/
+1
2016-02-04
rtc: max77686: Fix unsupported year message
Javier Martinez Canillas
-3
/
+1
2016-02-04
rtc: max77686: Add max77802 support
Javier Martinez Canillas
-40
/
+156
2016-02-04
rtc: max77686: Add an indirection level to access RTC registers
Javier Martinez Canillas
-10
/
+80
2016-02-04
rtc: max77686: Use a driver data struct instead hard-coded values
Javier Martinez Canillas
-17
/
+34
2016-02-04
rtc: max77686: Use usleep_range() instead of msleep()
Javier Martinez Canillas
-2
/
+3
2016-02-04
rtc: max77686: Use ARRAY_SIZE() instead of current array length
Javier Martinez Canillas
-11
/
+12
2016-02-04
rtc: max77686: Fix max77686_rtc_read_alarm() return value
Javier Martinez Canillas
-1
/
+1
2016-01-18
Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
-130
/
+892
[prev]
[next]