summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2016-01-1821-130/+892
|\
| * rtc: cmos: prevent kernel warning on IRQ flags mismatchAndy Shevchenko2016-01-111-1/+1
| * rtc: rtc-ds2404: constify ds2404_chip_ops structuresJulia Lawall2016-01-111-2/+2
| * rtc: s5m: Make register configuration per S2MPS device to remove exceptionsKrzysztof Kozlowski2016-01-111-35/+75
| * rtc: s5m: Add separate field for storing auto-cleared mask in register configKrzysztof Kozlowski2016-01-111-1/+5
| * rtc: s5m: Cleanup by removing useless 'rtc' prefix from fieldsKrzysztof Kozlowski2016-01-111-21/+19
| * rtc: Replace simple_strtoul by kstrtoulLABBE Corentin2016-01-111-2/+9
| * rtc: abx80x: add alarm supportAlexandre Belloni2016-01-111-4/+141
| * rtc: abx80x: Add Microcrystal rv1805 supportAlexandre Belloni2016-01-111-0/+1
| * rtc: v3020: constify v3020_chip_ops structuresJulia Lawall2016-01-111-3/+3
| * rtc: rv8803: Extend compatibility with the rx8900Gregory CLEMENT2016-01-111-0/+1
| * rtc: rv8803: fix handling return value of i2c_smbus_read_byte_dataAndrzej Hajda2016-01-111-1/+1
| * rtc: Add Epson RX8010SJ RTC driverAkshay Bhat2016-01-113-0/+534
| * rtc: lpc32xx: remove irq > NR_IRQS check from probe()Vladimir Zapolskiy2016-01-111-1/+1
| * rtc: imxdi: fix spelling mistake in warning messageColin Ian King2016-01-111-1/+1
| * rtc: ds1685: don't try to micromanage sysfs output sizeRasmus Villemoes2016-01-111-7/+5
| * rtc: use %ph for short hex dumpsRasmus Villemoes2016-01-113-26/+11
| * rtc: da9063: avoid writing undefined data to rtcEnrico Scholz2016-01-111-17/+6
| * rtc: sunxi: use of_device_get_match_dataLABBE Corentin2016-01-111-4/+2
| * rtc: sunxi: constify the data_year_param structureLABBE Corentin2016-01-111-3/+3
| * rtc: sunxi: fix signedness issuesLABBE Corentin2016-01-111-4/+4
| * rtc: gemini: Remove unnecessary platform_set_drvdata()Nizam Haider2016-01-111-1/+0
| * rtc: efi: add efi_procfs in efi_rtc_opsGeliang Tang2016-01-111-4/+62
| * rtc: fix module reference count in rtc-procGeliang Tang2016-01-111-3/+5
| * rtc: pcf8523: refuse to write dates later than 2099Uwe Kleine-König2016-01-111-0/+11
| * Merge tag 'ib-mfd-regulator-rtc-v4.5' into rtc-nextAlexandre Belloni2016-01-111-4/+33
| |\
* | \ Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-1/+1
|\ \ \
| * | | powerpc: Remove broken GregorianDay()Daniel Axtens2015-12-161-1/+1
* | | | Merge tag 'mfd-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-141-4/+33
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | rtc: s5m.c: Add support for S2MPS15 RTCAlim Akhtar2015-11-231-4/+33
| |/
* | rtc: da9063: fix access ordering error during RTC interrupt at system power onSteve Twiss2015-12-201-10/+9
* | rtc: rk808: Compensate for Rockchip calendar deviation on November 31stJulius Werner2015-12-201-4/+44
* | rtc: ds1307: fix alarm reading at probe timeSimon Guinot2015-11-261-5/+7
* | rtc: ds1307: fix kernel splat due to wakeup irq handlingFelipe Balbi2015-11-251-33/+3
|/
* Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2015-11-1020-82/+864
|\
| * rtc: Add a driver for Micro Crystal RV8803Alexandre Belloni2015-11-083-0/+531
| * rtc: s3c: Set year, month, day value for setting alarmKrzysztof Kozlowski2015-11-081-0/+16
| * rtc: ds1307: Fix alarm programming for mcp794xxTero Kristo2015-11-081-2/+2
| * rtc: isl12057: enable support for the standard "wakeup-source" propertySudeep Holla2015-11-081-5/+5
| * rtc: opal: enable support for the stardard "wakeup-source" propertySudeep Holla2015-11-081-2/+3
| * rtc: isl1208: Pass the IRQF_ONESHOT flagFabio Estevam2015-11-081-1/+1
| * rtc: pcf8563: add CLKOUT to common clock frameworkHeiko Schocher2015-11-081-1/+169
| * rtc: davinci: remove incorrect reference to probe functionArnd Bergmann2015-11-081-1/+0
| * rtc: at91rm9200: clear RTC alarm status flag prior to suspendingWenyou Yang2015-11-081-0/+2
| * rtc: pcf2127: remove useless driver versionUwe Kleine-König2015-11-081-5/+0
| * rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctlUwe Kleine-König2015-11-081-18/+22
| * rtc: stmp3xxx: unify register access macrosHarald Geyer2015-11-081-14/+13
| * rtc: da9063: GPL copyright inconsistency fixSteve Twiss2015-11-081-9/+9
| * rtc: pcf85063: return an error when date is invalidAlexandre Belloni2015-11-081-7/+1
| * rtc: rx8025: remove unnecessary bracesAlexandre Belloni2015-11-081-2/+2
OpenPOWER on IntegriCloud