aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc
AgeCommit message (Expand)AuthorFilesLines
2018-04-10Merge tag 'rtc-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 115-975/+1542
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2018-04-03rtc: snvs: Fix usage of snvs_rtc_enableGravatar Bryan O'Donoghue 1-4/+11
2018-04-03rtc: mt7622: fix module autoloading for OF platform driversGravatar Sean Wang 1-0/+1
2018-04-03rtc: isl12022: use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-1/+1
2018-03-27rtc: ab8500: Drop AB8540 supportGravatar Linus Walleij 1-55/+0
2018-03-27rtc: remove a warning during scripts/kernel-doc stepGravatar Mathieu Malaterre 1-1/+1
2018-03-27rtc: 88pm860x: remove artificial limitationGravatar Alexandre Belloni 1-2/+2
2018-03-27rtc: 88pm80x: remove artificial limitationGravatar Alexandre Belloni 1-2/+2
2018-03-27rtc: st-lpc: remove artificial limitationGravatar Alexandre Belloni 1-16/+0
2018-03-27rtc: mrst: remove artificial limitationGravatar Alexandre Belloni 1-1/+1
2018-03-27rtc: mv: remove artificial limitationGravatar Alexandre Belloni 1-12/+0
2018-03-27rtc: hctosys: Ensure system time doesn't overflow time_tGravatar Alexandre Belloni 1-0/+5
2018-03-26rtc: remove bfin driverGravatar Arnd Bergmann 3-459/+0
2018-03-26rtc: remove tile driverGravatar Arnd Bergmann 3-154/+0
2018-03-26treewide: simplify Kconfig dependencies for removed archsGravatar Arnd Bergmann 1-1/+1
2018-03-26treewide: Align function definition open/close bracesGravatar Joe Perches 1-1/+1
2018-03-17rtc: pcf85063: fix clearing bits in pcf85063_start_clockGravatar Michael McCormick 1-1/+1
2018-03-17rtc: at91sam9: Set name of regmap_configGravatar Jeffy Chen 1-0/+1
2018-03-17rtc: s5m: Remove VLA usageGravatar Gustavo A. R. Silva 1-6/+8
2018-03-17rtc: s5m: Move enum from rtc.h to rtc-s5m.cGravatar Gustavo A. R. Silva 1-0/+11
2018-03-17rtc: remove VLA usageGravatar Gustavo A. R. Silva 2-2/+6
2018-03-17rtc: Add one offset seconds to expand RTC rangeGravatar Baolin Wang 2-1/+128
2018-03-17rtc: Factor out the RTC range validation into rtc_valid_range()Gravatar Baolin Wang 1-12/+18
2018-03-17rtc: Add RTC rangeGravatar Alexandre Belloni 2-0/+26
2018-03-17rtc: isl1208: switch to rtc_register_deviceGravatar Denis Osterland 1-4/+4
2018-03-17rtc: isl1208: enable interrupt after context preparationGravatar Michael Grzeschik 1-17/+17
2018-03-17rtc: cros-ec: return -ETIME when refused to set alarms in the pastGravatar Jeffy Chen 1-4/+4
2018-03-17rtc: pm8xxx: Fix issue in RTC write pathGravatar Mohit Aggarwal 1-11/+38
2018-03-17rtc: at91sam: add 'depends on HAS_IOMEM' to fix unmet dependencyGravatar Masahiro Yamada 1-0/+1
2018-03-17rtc: isl12026: fixup nvmem registrationGravatar Alexandre Belloni 1-16/+12
2018-03-17rtc: isl12026: new driver.Gravatar David Daney 3-0/+516
2018-03-17rtc: brcmstb-waketimer: Set wktmr prescalerGravatar Justin Chen 1-0/+3
2018-03-17rtc: fix rtc_time64_to_tm for 3477Gravatar Alexandre Belloni 1-1/+1
2018-03-17rtc: ac100: Fix ac100 determine rate bugGravatar Philipp Rossak 1-1/+23
2018-03-17rtc: pcf85363: set time accuratelyGravatar Alexandre Belloni 1-4/+16
2018-03-17rtc: pcf85363: add alarm supportGravatar Alexandre Belloni 1-0/+159
2018-03-17rtc: pcf85363: add .max_register in regmap_configGravatar Alexandre Belloni 1-0/+1
2018-03-17rtc: m41t80: remove useless indirectionGravatar Alexandre Belloni 1-15/+5
2018-03-17rtc: m41t80: fix race conditionsGravatar Alexandre Belloni 1-7/+11
2018-03-17rtc: m41t80: move m41t80_rtc_mutex to the block where it is usedGravatar Sebastian Andrzej Siewior 1-1/+1
2018-03-17rtc: pcf85063: remove useless indirectionGravatar Alexandre Belloni 1-12/+4
2018-03-17rtc: pcf85063: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2018-03-17rtc: max6900: remove useless indirectionGravatar Alexandre Belloni 1-13/+4
2018-03-17rtc: max6900: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2018-03-17rtc: rs5c372: remove useless indirectionGravatar Alexandre Belloni 1-13/+4
2018-03-17rtc: rs5c372: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-2/+1
2018-03-17rtc: rs5c372: remove useless messageGravatar Alexandre Belloni 1-4/+0
2018-03-17rtc: s35390a: remove useless indirectionGravatar Alexandre Belloni 1-24/+8
2018-03-17rtc: s35390a: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1