aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/rtc (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-18Merge tag 'rtc-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds21-130/+892
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1
2016-01-14Merge tag 'mfd-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-4/+33
2016-01-11rtc: cmos: prevent kernel warning on IRQ flags mismatchAndy Shevchenko1-1/+1
2016-01-11rtc: rtc-ds2404: constify ds2404_chip_ops structuresJulia Lawall1-2/+2
2016-01-11rtc: s5m: Make register configuration per S2MPS device to remove exceptionsKrzysztof Kozlowski1-35/+75
2016-01-11rtc: s5m: Add separate field for storing auto-cleared mask in register configKrzysztof Kozlowski1-1/+5
2016-01-11rtc: s5m: Cleanup by removing useless 'rtc' prefix from fieldsKrzysztof Kozlowski1-21/+19
2016-01-11rtc: Replace simple_strtoul by kstrtoulLABBE Corentin1-2/+9
2016-01-11rtc: abx80x: add alarm supportAlexandre Belloni1-4/+141
2016-01-11rtc: abx80x: Add Microcrystal rv1805 supportAlexandre Belloni1-0/+1
2016-01-11rtc: v3020: constify v3020_chip_ops structuresJulia Lawall1-3/+3
2016-01-11rtc: rv8803: Extend compatibility with the rx8900Gregory CLEMENT1-0/+1
2016-01-11rtc: rv8803: fix handling return value of i2c_smbus_read_byte_dataAndrzej Hajda1-1/+1
2016-01-11rtc: Add Epson RX8010SJ RTC driverAkshay Bhat3-0/+534
2016-01-11rtc: lpc32xx: remove irq > NR_IRQS check from probe()Vladimir Zapolskiy1-1/+1
2016-01-11rtc: imxdi: fix spelling mistake in warning messageColin Ian King1-1/+1
2016-01-11rtc: ds1685: don't try to micromanage sysfs output sizeRasmus Villemoes1-7/+5
2016-01-11rtc: use %ph for short hex dumpsRasmus Villemoes3-26/+11
2016-01-11rtc: da9063: avoid writing undefined data to rtcEnrico Scholz1-17/+6
2016-01-11rtc: sunxi: use of_device_get_match_dataLABBE Corentin1-4/+2
2016-01-11rtc: sunxi: constify the data_year_param structureLABBE Corentin1-3/+3
2016-01-11rtc: sunxi: fix signedness issuesLABBE Corentin1-4/+4
2016-01-11rtc: gemini: Remove unnecessary platform_set_drvdata()Nizam Haider1-1/+0
2016-01-11rtc: efi: add efi_procfs in efi_rtc_opsGeliang Tang1-4/+62
2016-01-11rtc: fix module reference count in rtc-procGeliang Tang1-3/+5
2016-01-11rtc: pcf8523: refuse to write dates later than 2099Uwe Kleine-König1-0/+11
2016-01-11Merge tag 'ib-mfd-regulator-rtc-v4.5' into rtc-nextAlexandre Belloni1-4/+33
2015-12-20rtc: da9063: fix access ordering error during RTC interrupt at system power onSteve Twiss1-10/+9
2015-12-20rtc: rk808: Compensate for Rockchip calendar deviation on November 31stJulius Werner1-4/+44
2015-12-16powerpc: Remove broken GregorianDay()Daniel Axtens1-1/+1
2015-11-26rtc: ds1307: fix alarm reading at probe timeSimon Guinot1-5/+7
2015-11-25rtc: ds1307: fix kernel splat due to wakeup irq handlingFelipe Balbi1-33/+3
2015-11-23rtc: s5m.c: Add support for S2MPS15 RTCAlim Akhtar1-4/+33
2015-11-10Merge tag 'rtc-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linuxLinus Torvalds20-82/+864
2015-11-08rtc: Add a driver for Micro Crystal RV8803Alexandre Belloni3-0/+531
2015-11-08rtc: s3c: Set year, month, day value for setting alarmKrzysztof Kozlowski1-0/+16
2015-11-08rtc: ds1307: Fix alarm programming for mcp794xxTero Kristo1-2/+2
2015-11-08rtc: isl12057: enable support for the standard "wakeup-source" propertySudeep Holla1-5/+5
2015-11-08rtc: opal: enable support for the stardard "wakeup-source" propertySudeep Holla1-2/+3
2015-11-08rtc: isl1208: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+1
2015-11-08rtc: pcf8563: add CLKOUT to common clock frameworkHeiko Schocher1-1/+169
2015-11-08rtc: davinci: remove incorrect reference to probe functionArnd Bergmann1-1/+0
2015-11-08rtc: at91rm9200: clear RTC alarm status flag prior to suspendingWenyou Yang1-0/+2
2015-11-08rtc: pcf2127: remove useless driver versionUwe Kleine-König1-5/+0
2015-11-08rtc: pcf2127: fix reading uninitialized value on RTC_READ_VL ioctlUwe Kleine-König1-18/+22
2015-11-08rtc: stmp3xxx: unify register access macrosHarald Geyer1-14/+13
2015-11-08rtc: da9063: GPL copyright inconsistency fixSteve Twiss1-9/+9
2015-11-08rtc: pcf85063: return an error when date is invalidAlexandre Belloni1-7/+1
2015-11-08rtc: rx8025: remove unnecessary bracesAlexandre Belloni1-2/+2