index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
rtc
Commit message (
Expand
)
Author
Age
Files
Lines
*
drivers/rtc/rtc-efi.c: add missing module alias
Pali Rohár
2014-09-26
1
-0
/
+1
*
drivers/rtc/rtc-s5m.c: re-add support for devices without irq specified
Bartlomiej Zolnierkiewicz
2014-08-29
1
-7
/
+14
*
Merge branch 'akpm' (second patchbomb from Andrew Morton)
Linus Torvalds
2014-08-08
12
-52
/
+591
|
\
|
*
drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereference
Thierry Reding
2014-08-08
1
-2
/
+2
|
*
driver/rtc/class.c: check the error after rtc_read_time()
Hyogi Gim
2014-08-08
1
-2
/
+14
|
*
rtc: add pcf85063 support
Søren Andersen
2014-08-08
3
-0
/
+213
|
*
drivers/rtc/rtc-isl12022.c: device tree support
Stuart Longland
2014-08-08
1
-0
/
+12
|
*
drivers/rtc/rtc-pcf8563.c: add alarm support
Vincent Donnefort
2014-08-08
1
-4
/
+153
|
*
drivers/rtc/rtc-pcf8563.c: introduce read|write_block_data
Vincent Donnefort
2014-08-08
1
-26
/
+48
|
*
rtc: ia64: allow other architectures to use EFI RTC
Mark Salter
2014-08-08
3
-1
/
+36
|
*
drivers/rtc/interface.c: check the error after __rtc_read_time()
Hyogi Gim
2014-08-08
1
-0
/
+2
|
*
drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFI
Jan Beulich
2014-08-08
1
-5
/
+27
|
*
drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...
Alexander Shiyan
2014-08-08
1
-1
/
+1
|
*
drivers/rtc/Kconfig: add hardware dependency to rtc-moxart
Jean Delvare
2014-08-08
1
-0
/
+1
|
*
drivers/rtc/Kconfig: move DS2404 entry where it belongs
Jean Delvare
2014-08-08
1
-9
/
+9
|
*
drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343
Raghavendra Ganiga
2014-08-08
1
-2
/
+73
*
|
Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2014-08-07
2
-36
/
+45
|
\
\
|
|
/
|
/
|
|
*
mfd: da9063: Add support for AD silicon variant
Opensource [Steve Twiss]
2014-07-28
1
-17
/
+37
|
*
mfd: max77686: Convert to use regmap_irq
Javier Martinez Canillas
2014-07-21
1
-19
/
+8
*
|
MIPS: Alchemy: introduce helpers to access SYS register block.
Manuel Lauss
2014-07-30
1
-10
/
+8
|
/
*
drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0
Chen Gang
2014-06-20
1
-1
/
+1
*
drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issue
Chen Gang
2014-06-20
1
-1
/
+1
*
rtc: s5m: consolidate two device type switch statements
Krzysztof Kozlowski
2014-06-10
1
-19
/
+8
*
rtc: s5m: add support for S2MPS14 RTC
Krzysztof Kozlowski
2014-06-10
2
-19
/
+86
*
rtc: s5m: support different register layout
Krzysztof Kozlowski
2014-06-10
1
-48
/
+109
*
rtc: s5m: use shorter time of register update
Krzysztof Kozlowski
2014-06-10
1
-0
/
+7
*
rtc: s5m: remove undocumented time init on first boot
Krzysztof Kozlowski
2014-06-10
1
-30
/
+0
*
mfd/rtc: sec/s5m: rename SEC* symbols to S5M
Krzysztof Kozlowski
2014-06-10
1
-33
/
+33
*
Merge branch 'akpm' (patches from Andrew Morton) into next
Linus Torvalds
2014-06-06
22
-224
/
+1838
|
\
|
*
drivers/rtc/rtc-pxa.c: make of_device_id array const
Jingoo Han
2014-06-06
1
-1
/
+1
|
*
drivers/rtc/rtc-sa1100.c: make of_device_id array const
Jingoo Han
2014-06-06
1
-1
/
+1
|
*
drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is set
Lokesh Vutla
2014-06-06
1
-34
/
+33
|
*
rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irq
Boris BREZILLON
2014-06-06
1
-2
/
+14
|
*
drivers/rtc/rtc-hym8563.c: add optional clock-output-names property
Heiko Stuebner
2014-06-06
1
-0
/
+3
|
*
drivers/rtc/rtc-bfin.c: do not abort when requesting irq fails
Mike Frysinger
2014-06-06
1
-9
/
+7
|
*
drivers/rtc/rtc-omap.c: add support for enabling 32khz clock
Sekhar Nori
2014-06-06
1
-1
/
+15
|
*
drivers/rtc/rtc-omap.c: use BIT() macro
Sekhar Nori
2014-06-06
1
-21
/
+21
|
*
drivers/rtc/rtc-omap.c: remove multiple device id checks
Sekhar Nori
2014-06-06
1
-4
/
+9
|
*
rtc: da9063: RTC driver
Opensource [Steve Twiss]
2014-06-06
3
-0
/
+344
|
*
drivers/rtc: add support for Microchip MCP795
Josef Gajdusek
2014-06-06
3
-0
/
+208
|
*
drivers/rtc/rtc-ds1343.c: fix potential race condition
Raghavendra Ganiga
2014-06-06
1
-14
/
+24
|
*
rtc: fix build error
Raghavendra Ganiga
2014-06-06
1
-0
/
+1
|
*
drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344
Raghavendra Ganiga
2014-06-06
3
-0
/
+690
|
*
rtc: rtc-palmas: make of_device_id array const
Jingoo Han
2014-06-06
1
-1
/
+1
|
*
rtc: rtc-mv: make of_device_id array const
Jingoo Han
2014-06-06
1
-1
/
+1
|
*
rtc: isl12057: make of_device_id array const
Jingoo Han
2014-06-06
1
-1
/
+1
|
*
rtc: rtc-hym8563: make of_device_id array const
Jingoo Han
2014-06-06
1
-1
/
+1
|
*
rtc: rtc-ds1742: make of_device_id array const
Jingoo Han
2014-06-06
1
-1
/
+1
|
*
drivers/rtc/rtc-da9052.c: ALARM causes interrupt storm
Anthony Olech
2014-06-06
1
-56
/
+66
|
*
drivers/rtc/rtc-88pm860x.c: add missing of_node_put()
Krzysztof Kozlowski
2014-06-06
1
-0
/
+1
[next]