summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-rx8025.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'rtc-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-07-171-1/+1
|\
| * rtc: rx8025: simplify getting the adapter of a clientWolfram Sang2019-06-091-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* rtc: rx8025: Fix a parameter to %ptR in rx8025_read_alarm()Andy Shevchenko2019-04-111-1/+1
* rtc: rx8025: Switch to use %ptRAndy Shevchenko2018-12-101-15/+4
* rtc: stop validating rtc_time in .read_timeAlexandre Belloni2018-03-021-1/+1
* rtc: constify rtc_class_ops structuresJulia Lawall2016-09-021-1/+1
* rtc: simplify implementations of read_alarmUwe Kleine-König2016-07-091-5/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-03-171-1/+1
|\
| * drivers/rtc: broken link fixLeslie Lau2016-02-151-1/+1
* | rtc: rx8025: unsupport UIE modeAkinobu Mita2016-03-141-0/+3
* | rtc: rx8025: round up to nearest minute for a minute accuracy alarmAkinobu Mita2016-03-141-1/+11
* | rtc: rx8025: protect ctrl1 register update by rtc->ops_lockAkinobu Mita2016-03-141-0/+4
* | rtc: rx8025: fix irq handler registrationAkinobu Mita2016-03-141-2/+3
* | rtc: rx8025: remove rv8803 idAlexandre Belloni2016-02-041-1/+0
* | rtc: rx8025: remove unnecessary bracesAlexandre Belloni2015-11-081-2/+2
|/
* rtc: rx8025: check time validity when necessaryAlexandre Belloni2015-09-051-29/+29
* rtc: rx8025: fix RX8025_BIT_CTRL2_CTFG initializationAlexandre Belloni2015-09-051-1/+1
* rtc: rx8025: remove useless initializationAlexandre Belloni2015-09-051-1/+0
* rtc: rx8025: reset validity when setting timeAlexandre Belloni2015-09-051-11/+20
* rtc: rx8025: fix rx8025_init_client()Alexandre Belloni2015-09-051-1/+1
* rtc: rx8025: continue without alarm when irq request failsAlexandre Belloni2015-09-051-2/+2
* rtc: rx8025: cleanup accessorsAlexandre Belloni2015-09-051-54/+31
* rtc: rx8025: don't reset the timeAlexandre Belloni2015-09-051-16/+22
* rtc: rx8025: fix transfer modeAlexandre Belloni2015-09-051-3/+3
* rtc: rx8025: only handle dates between 2000 and 2099Alexandre Belloni2015-09-051-10/+4
* rtc: rx8025: use BIT()Alexandre Belloni2015-09-051-11/+12
* rtc: rx8025: remove useless probe error messageAlexandre Belloni2015-09-051-16/+6
* rtc: rx8025: switch to managed irq allocationAlexandre Belloni2015-09-051-10/+4
* rtc: rx8025: Convert to threaded IRQAlexandre Belloni2015-09-051-33/+4
* rtc: rx8025: remove useless headers and reorder themAlexandre Belloni2015-09-051-5/+2
* rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r...Henri Roosen2015-09-051-4/+0
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0
* rtc: rtc-rx8025: remove unnecessary OOM messagesJingoo Han2014-04-031-1/+0
* rtc: rtc-rx8025: use devm_*() functionsJingoo Han2013-07-031-13/+5
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-4/+4
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-231-12/+1
* RTC: Cleanup rtc_class_ops->irq_set_stateJohn Stultz2011-03-091-25/+0
* rtc: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
* comment typo fixes: charater => characterThomas Weber2010-07-191-1/+1
* i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang2010-06-031-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* rtc: add stand-alone driver for RX8025 chipWolfgang Grandegger2009-06-181-0/+688