aboutsummaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-rx8025.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-17rtc: rx8025: implement RX-8035 supportGravatar Mathew McBride 1-5/+41
2021-01-25rtc: rx8025: use rtc_lock/rtc_unlockGravatar Alexandre Belloni 1-3/+2
2019-12-23rtc: rx8025: Remove struct i2c_client from struct rx8025_dataGravatar Nobuhiro Iwamatsu 1-13/+14
2019-07-17Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Gravatar Linus Torvalds 1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-06-09rtc: rx8025: simplify getting the adapter of a clientGravatar Wolfram Sang 1-1/+1
2019-04-11rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()Gravatar Andy Shevchenko 1-1/+1
2018-12-10rtc: rx8025: Switch to use %ptRGravatar Andy Shevchenko 1-15/+4
2018-03-02rtc: stop validating rtc_time in .read_timeGravatar Alexandre Belloni 1-1/+1
2016-09-02rtc: constify rtc_class_ops structuresGravatar Julia Lawall 1-1/+1
2016-07-09rtc: simplify implementations of read_alarmGravatar Uwe Kleine-König 1-5/+0
2016-03-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-03-14rtc: rx8025: unsupport UIE modeGravatar Akinobu Mita 1-0/+3
2016-03-14rtc: rx8025: round up to nearest minute for a minute accuracy alarmGravatar Akinobu Mita 1-1/+11
2016-03-14rtc: rx8025: protect ctrl1 register update by rtc->ops_lockGravatar Akinobu Mita 1-0/+4
2016-03-14rtc: rx8025: fix irq handler registrationGravatar Akinobu Mita 1-2/+3
2016-02-15drivers/rtc: broken link fixGravatar Leslie Lau 1-1/+1
2016-02-04rtc: rx8025: remove rv8803 idGravatar Alexandre Belloni 1-1/+0
2015-11-08rtc: rx8025: remove unnecessary bracesGravatar Alexandre Belloni 1-2/+2
2015-09-05rtc: rx8025: check time validity when necessaryGravatar Alexandre Belloni 1-29/+29
2015-09-05rtc: rx8025: fix RX8025_BIT_CTRL2_CTFG initializationGravatar Alexandre Belloni 1-1/+1
2015-09-05rtc: rx8025: remove useless initializationGravatar Alexandre Belloni 1-1/+0
2015-09-05rtc: rx8025: reset validity when setting timeGravatar Alexandre Belloni 1-11/+20
2015-09-05rtc: rx8025: fix rx8025_init_client()Gravatar Alexandre Belloni 1-1/+1
2015-09-05rtc: rx8025: continue without alarm when irq request failsGravatar Alexandre Belloni 1-2/+2
2015-09-05rtc: rx8025: cleanup accessorsGravatar Alexandre Belloni 1-54/+31
2015-09-05rtc: rx8025: don't reset the timeGravatar Alexandre Belloni 1-16/+22
2015-09-05rtc: rx8025: fix transfer modeGravatar Alexandre Belloni 1-3/+3
2015-09-05rtc: rx8025: only handle dates between 2000 and 2099Gravatar Alexandre Belloni 1-10/+4
2015-09-05rtc: rx8025: use BIT()Gravatar Alexandre Belloni 1-11/+12
2015-09-05rtc: rx8025: remove useless probe error messageGravatar Alexandre Belloni 1-16/+6
2015-09-05rtc: rx8025: switch to managed irq allocationGravatar Alexandre Belloni 1-10/+4
2015-09-05rtc: rx8025: Convert to threaded IRQGravatar Alexandre Belloni 1-33/+4
2015-09-05rtc: rx8025: remove useless headers and reorder themGravatar Alexandre Belloni 1-5/+2
2015-09-05rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r...Gravatar Henri Roosen 1-4/+0
2015-09-05rtc: Drop owner assignment from i2c_driverGravatar Krzysztof Kozlowski 1-1/+0
2014-04-03rtc: rtc-rx8025: remove unnecessary OOM messagesGravatar Jingoo Han 1-1/+0
2013-07-03rtc: rtc-rx8025: use devm_*() functionsGravatar Jingoo Han 1-13/+5
2013-01-03Drivers: rtc: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-4/+4
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverGravatar Axel Lin 1-12/+1
2011-03-09RTC: Cleanup rtc_class_ops->irq_set_stateGravatar John Stultz 1-25/+0
2010-12-24rtc: don't use flush_scheduled_work()Gravatar Tejun Heo 1-1/+1
2010-07-19comment typo fixes: charater => characterGravatar Thomas Weber 1-1/+1
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversGravatar Wolfram Sang 1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-18rtc: add stand-alone driver for RX8025 chipGravatar Wolfgang Grandegger 1-0/+688