index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtc: mcp795: fix time range difference between linux and RTC chip.
Emil Bartczak
2016-12-19
1
-2
/
+2
*
rtc: mcp795: fix bitmask value for leap year (LP).
Emil Bartczak
2016-12-19
1
-1
/
+2
*
rtc: mcp795: use bcd2bin/bin2bcd.
Emil Bartczak
2016-12-19
1
-12
/
+13
*
rtc: add support for EPSON TOYOCOM RTC-7301SF/DG
Akinobu Mita
2016-12-19
3
-0
/
+465
*
rtc: ds1307: Add ACPI support
Tin Huynh
2016-12-19
1
-9
/
+43
*
rtc: imxdi: (trivial) fix a typo
Martin Kaiser
2016-12-07
1
-1
/
+1
*
rtc: ds1374: Merge conditional + WARN_ON()
Srikant Ritolia
2016-12-07
1
-3
/
+1
*
rtc: twl: make driver DT only
Nicolae Rosia
2016-11-30
2
-5
/
+8
*
rtc: twl: kill static variables
Nicolae Rosia
2016-11-30
1
-76
/
+114
*
rtc: fix typos in Kconfig
Alexandre Belloni
2016-11-09
1
-2
/
+2
*
rtc: jz4740: make the driver builtin only
Alexandre Belloni
2016-11-09
2
-13
/
+2
*
rtc: jz4740: remove unused EXPORT_SYMBOL
Alexandre Belloni
2016-11-08
1
-2
/
+1
*
rtc: Enable compile testing for Maxim and Samsung drivers
Krzysztof Kozlowski
2016-11-05
1
-3
/
+4
*
rtc: jz4740: Add support for acting as the system power controller
Paul Cercueil
2016-11-05
1
-0
/
+81
*
rtc: jz4740: Add support for devicetree
Paul Cercueil
2016-11-04
1
-1
/
+15
*
rtc: jz4740: Add support for the RTC in the jz4780 SoC
Paul Cercueil
2016-11-04
2
-5
/
+51
*
rtc: sparc: make sun4v explicitly non-modular
Paul Gortmaker
2016-11-04
1
-6
/
+4
*
rtc: sparc: make starfire explicitly non-modular
Paul Gortmaker
2016-11-04
1
-6
/
+4
*
rtc: make rtc-lib explicitly non-modular
Paul Gortmaker
2016-11-04
1
-3
/
+1
*
rtc: pcf85063: do not register a RTC device if chip is not present
Mirza Krak
2016-11-04
1
-0
/
+7
*
rtc: cmos: don't refer to asm-generic/rtc.h
Christoph Hellwig
2016-10-19
2
-5
/
+2
*
rtc: cmos: Reject unsupported alarm values
Gabriele Mazzotta
2016-10-19
1
-0
/
+72
*
Merge tag 'rtc-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2016-10-14
32
-780
/
+453
|
\
|
*
rtc: rv8803: set VDETOFF and SWOFF via device tree
Oleksij Rempel
2016-10-12
1
-2
/
+48
|
*
rtc: cmos: avoid unused function warning
Arnd Bergmann
2016-09-22
1
-17
/
+4
|
*
rtc: ac100: Add NULL checking for devm_kzalloc call
Axel Lin
2016-09-22
1
-0
/
+3
|
*
rtc: ds1347: changed raw spi calls to register map calls
Raghavendra Ganiga
2016-09-22
2
-43
/
+54
|
*
rtc: cmos: Restore alarm after resume
Gabriele Mazzotta
2016-09-21
1
-0
/
+23
|
*
rtc: cmos: Clear ACPI-driven alarms upon resume
Gabriele Mazzotta
2016-09-21
1
-0
/
+47
|
*
rtc: omap: Support ext_wakeup configuration
Marcin Niestroj
2016-09-21
2
-8
/
+163
|
*
rtc: cmos: Initialize hpet timer before irq is registered
Pratyush Anand
2016-09-20
1
-1
/
+3
|
*
rtc: asm9260: rework locking
Alexandre Belloni
2016-09-05
1
-15
/
+5
|
*
rtc: asm9260: allow COMPILE_TEST
Alexandre Belloni
2016-09-05
1
-1
/
+1
|
*
rtc: constify rtc_class_ops structures
Julia Lawall
2016-09-02
19
-19
/
+19
|
*
rtc: ac100: support clock-output-names in device tree binding
Chen-Yu Tsai
2016-08-31
1
-0
/
+2
|
*
rtc: rx6110: remove owner assignment
Alexandre Belloni
2016-08-31
1
-1
/
+0
|
*
rtc: pic32: Delete owner assignment
Markus Elfring
2016-08-31
1
-1
/
+0
|
*
rtc: bq32k: Fix handling of oscillator failure flag
Jan Östlund
2016-08-31
1
-5
/
+9
|
*
rtc: bq32k: Use correct mask name for 'minutes' register.
Jan Östlund
2016-08-31
1
-1
/
+1
|
*
rtc: sysfs: fix a cast removing the const attribute
LABBE Corentin
2016-08-31
1
-2
/
+2
|
*
rtc: isl12057: remove driver
Alexandre Belloni
2016-08-31
3
-654
/
+0
|
*
rtc: ds1307: add Intersil ISL12057 support
Alexandre Belloni
2016-08-31
2
-4
/
+10
|
*
rtc: ds1307: fix century bit support
Alexandre Belloni
2016-08-31
2
-5
/
+57
|
*
rtc: pcf2123: Add missing error code assignment before test
Christophe JAILLET
2016-08-31
1
-2
/
+3
|
|
|
\
|
\
|
\
*
-
-
-
.
|
Merge branches 'ib-mfd-gpio-4.9', 'ib-mfd-gpio-regulator-4.9', 'ib-mfd-input-...
Lee Jones
2016-10-04
4
-2
/
+641
|
\
\
\
|
|
|
|
*
rtc: ac100: Add clk output support
Chen-Yu Tsai
2016-08-08
1
-0
/
+302
|
|
|
*
rtc: ac100: Add RTC driver for X-Powers AC100
Chen-Yu Tsai
2016-08-08
3
-0
/
+336
|
|
_
|
/
|
/
|
|
|
|
*
rtc: Kconfig: Name RK818 in Kconfig for RTC_DRV_RK808
Wadim Egorov
2016-08-31
1
-2
/
+2
|
|
/
|
/
|
|
*
rtc: rtc-pm8xxx: Add support for pm8018 rtc
Neil Armstrong
2016-08-31
1
-0
/
+1
|
/
*
Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2016-08-05
39
-373
/
+835
|
\
[next]