summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-10-083-1/+456
|\
| * Merge tag 'sunxi-drivers-for-3.18' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2014-09-253-1/+456
| |\
| | * rtc: sunxi: Depend on platforms sun4i/sun7i that actually have the rtcChen-Yu Tsai2014-09-191-1/+1
| | * rtc: sun6i: Add sun6i RTC driverChen-Yu Tsai2014-09-193-0/+455
* | | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-10-081-1/+1
|\ \ \
| * \ \ Merge tag 'mvebu-fixes-3.17' of git://git.infradead.org/linux-mvebu into next...Olof Johansson2014-09-241-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | rtc: Remove ARCH_KIRKWOOD dependencyAndrew Lunn2014-09-091-1/+1
| | |/
* | / drivers/rtc/rtc-efi.c: add missing module aliasPali Rohár2014-09-261-0/+1
|/ /
* / drivers/rtc/rtc-s5m.c: re-add support for devices without irq specifiedBartlomiej Zolnierkiewicz2014-08-301-7/+14
|/
* Merge branch 'akpm' (second patchbomb from Andrew Morton)Linus Torvalds2014-08-0912-52/+591
|\
| * drivers/rtc/rtc-tps65910.c: fix potential NULL-pointer dereferenceThierry Reding2014-08-091-2/+2
| * driver/rtc/class.c: check the error after rtc_read_time()Hyogi Gim2014-08-091-2/+14
| * rtc: add pcf85063 supportSøren Andersen2014-08-093-0/+213
| * drivers/rtc/rtc-isl12022.c: device tree supportStuart Longland2014-08-091-0/+12
| * drivers/rtc/rtc-pcf8563.c: add alarm supportVincent Donnefort2014-08-091-4/+153
| * drivers/rtc/rtc-pcf8563.c: introduce read|write_block_dataVincent Donnefort2014-08-091-26/+48
| * rtc: ia64: allow other architectures to use EFI RTCMark Salter2014-08-093-1/+36
| * drivers/rtc/interface.c: check the error after __rtc_read_time()Hyogi Gim2014-08-091-0/+2
| * drivers/rtc/rtc-efi.c: check for invalid data coming back from UEFIJan Beulich2014-08-091-5/+27
| * drivers/rtc/rtc-ds1742.c: revert "drivers/rtc/rtc-ds1742.c: remove redundant ...Alexander Shiyan2014-08-091-1/+1
| * drivers/rtc/Kconfig: add hardware dependency to rtc-moxartJean Delvare2014-08-091-0/+1
| * drivers/rtc/Kconfig: move DS2404 entry where it belongsJean Delvare2014-08-091-9/+9
| * drivers/rtc/rtc-ds1343.c: add support of nvram for maxim dallas rtc ds1343Raghavendra Ganiga2014-08-091-2/+73
* | Merge tag 'mfd-for-linus-3.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-08-082-36/+45
|\ \ | |/ |/|
| * mfd: da9063: Add support for AD silicon variantOpensource [Steve Twiss]2014-07-281-17/+37
| * mfd: max77686: Convert to use regmap_irqJavier Martinez Canillas2014-07-211-19/+8Star
* | MIPS: Alchemy: introduce helpers to access SYS register block.Manuel Lauss2014-07-301-10/+8Star
|/
* drivers/rtc/rtc-puv3.c: remove "&dev->" for typo issue MIME-Version: 1.0Chen Gang2014-06-201-1/+1
* drivers/rtc/rtc-puv3.c: use dev_dbg() instead of dev_debug() for typo issueChen Gang2014-06-201-1/+1
* rtc: s5m: consolidate two device type switch statementsKrzysztof Kozlowski2014-06-111-19/+8Star
* rtc: s5m: add support for S2MPS14 RTCKrzysztof Kozlowski2014-06-112-19/+86
* rtc: s5m: support different register layoutKrzysztof Kozlowski2014-06-111-48/+109
* rtc: s5m: use shorter time of register updateKrzysztof Kozlowski2014-06-111-0/+7
* rtc: s5m: remove undocumented time init on first bootKrzysztof Kozlowski2014-06-111-30/+0Star
* mfd/rtc: sec/s5m: rename SEC* symbols to S5MKrzysztof Kozlowski2014-06-111-33/+33
* Merge branch 'akpm' (patches from Andrew Morton) into nextLinus Torvalds2014-06-0722-224/+1838
|\
| * drivers/rtc/rtc-pxa.c: make of_device_id array constJingoo Han2014-06-071-1/+1
| * drivers/rtc/rtc-sa1100.c: make of_device_id array constJingoo Han2014-06-071-1/+1
| * drivers/rtc/rtc-omap.c: enable RTC_IRQWAKEEN bits when Alarm is setLokesh Vutla2014-06-071-34/+33Star
| * rtc: rtc-at91rm9200: fix infinite wait for ACKUPD irqBoris BREZILLON2014-06-071-2/+14
| * drivers/rtc/rtc-hym8563.c: add optional clock-output-names propertyHeiko Stuebner2014-06-071-0/+3
| * drivers/rtc/rtc-bfin.c: do not abort when requesting irq failsMike Frysinger2014-06-071-9/+7Star
| * drivers/rtc/rtc-omap.c: add support for enabling 32khz clockSekhar Nori2014-06-071-1/+15
| * drivers/rtc/rtc-omap.c: use BIT() macroSekhar Nori2014-06-071-21/+21
| * drivers/rtc/rtc-omap.c: remove multiple device id checksSekhar Nori2014-06-071-4/+9
| * rtc: da9063: RTC driverOpensource [Steve Twiss]2014-06-073-0/+344
| * drivers/rtc: add support for Microchip MCP795Josef Gajdusek2014-06-073-0/+208
| * drivers/rtc/rtc-ds1343.c: fix potential race conditionRaghavendra Ganiga2014-06-071-14/+24
| * rtc: fix build errorRaghavendra Ganiga2014-06-071-0/+1
| * drivers/rtc: add support for maxim dallas rtc ds1343 and ds1344Raghavendra Ganiga2014-06-073-0/+690