summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-rx8025.c
AgeCommit message (Expand)Author
2021-11-10rtc: rx8025: use .set_offset/.read_offsetAlexandre Belloni
2021-11-10rtc: rx8025: use rtc_add_groupAlexandre Belloni
2021-11-10rtc: rx8025: clear RTC_FEATURE_ALARM when alarm are not supportedAlexandre Belloni
2021-11-10rtc: rx8025: set rangeAlexandre Belloni
2021-11-10rtc: rx8025: let the core handle the alarm resolutionAlexandre Belloni
2021-11-10rtc: rx8025: switch to devm_rtc_allocate_deviceAlexandre Belloni
2021-08-17rtc: rx8025: implement RX-8035 supportMathew McBride
2021-01-25rtc: rx8025: use rtc_lock/rtc_unlockAlexandre Belloni
2019-12-23rtc: rx8025: Remove struct i2c_client from struct rx8025_dataNobuhiro Iwamatsu
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-09rtc: rx8025: simplify getting the adapter of a clientWolfram Sang
2019-04-11rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()Andy Shevchenko
2018-12-10rtc: rx8025: Switch to use %ptRAndy Shevchenko
2018-03-02rtc: stop validating rtc_time in .read_timeAlexandre Belloni
2016-09-02rtc: constify rtc_class_ops structuresJulia Lawall
2016-07-09rtc: simplify implementations of read_alarmUwe Kleine-König
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-03-14rtc: rx8025: unsupport UIE modeAkinobu Mita
2016-03-14rtc: rx8025: round up to nearest minute for a minute accuracy alarmAkinobu Mita
2016-03-14rtc: rx8025: protect ctrl1 register update by rtc->ops_lockAkinobu Mita
2016-03-14rtc: rx8025: fix irq handler registrationAkinobu Mita
2016-02-15drivers/rtc: broken link fixLeslie Lau
2016-02-04rtc: rx8025: remove rv8803 idAlexandre Belloni
2015-11-08rtc: rx8025: remove unnecessary bracesAlexandre Belloni
2015-09-05rtc: rx8025: check time validity when necessaryAlexandre Belloni
2015-09-05rtc: rx8025: fix RX8025_BIT_CTRL2_CTFG initializationAlexandre Belloni
2015-09-05rtc: rx8025: remove useless initializationAlexandre Belloni
2015-09-05rtc: rx8025: reset validity when setting timeAlexandre Belloni
2015-09-05rtc: rx8025: fix rx8025_init_client()Alexandre Belloni
2015-09-05rtc: rx8025: continue without alarm when irq request failsAlexandre Belloni
2015-09-05rtc: rx8025: cleanup accessorsAlexandre Belloni
2015-09-05rtc: rx8025: don't reset the timeAlexandre Belloni
2015-09-05rtc: rx8025: fix transfer modeAlexandre Belloni
2015-09-05rtc: rx8025: only handle dates between 2000 and 2099Alexandre Belloni
2015-09-05rtc: rx8025: use BIT()Alexandre Belloni
2015-09-05rtc: rx8025: remove useless probe error messageAlexandre Belloni
2015-09-05rtc: rx8025: switch to managed irq allocationAlexandre Belloni
2015-09-05rtc: rx8025: Convert to threaded IRQAlexandre Belloni
2015-09-05rtc: rx8025: remove useless headers and reorder themAlexandre Belloni
2015-09-05rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r...Henri Roosen
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2014-04-03rtc: rtc-rx8025: remove unnecessary OOM messagesJingoo Han
2013-07-03rtc: rtc-rx8025: use devm_*() functionsJingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz
2010-12-24rtc: don't use flush_scheduled_work()Tejun Heo
2010-07-19comment typo fixes: charater => characterThomas Weber
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang