Age | Commit message (Expand) | Author | Files | Lines |
2016-09-02 | rtc: constify rtc_class_ops structures | Julia Lawall | 1 | -1/+1 |
2016-07-09 | rtc: simplify implementations of read_alarm | Uwe Kleine-König | 1 | -5/+0 |
2016-03-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2016-03-14 | rtc: rx8025: unsupport UIE mode | Akinobu Mita | 1 | -0/+3 |
2016-03-14 | rtc: rx8025: round up to nearest minute for a minute accuracy alarm | Akinobu Mita | 1 | -1/+11 |
2016-03-14 | rtc: rx8025: protect ctrl1 register update by rtc->ops_lock | Akinobu Mita | 1 | -0/+4 |
2016-03-14 | rtc: rx8025: fix irq handler registration | Akinobu Mita | 1 | -2/+3 |
2016-02-15 | drivers/rtc: broken link fix | Leslie Lau | 1 | -1/+1 |
2016-02-05 | rtc: rx8025: remove rv8803 id | Alexandre Belloni | 1 | -1/+0 |
2015-11-08 | rtc: rx8025: remove unnecessary braces | Alexandre Belloni | 1 | -2/+2 |
2015-09-05 | rtc: rx8025: check time validity when necessary | Alexandre Belloni | 1 | -29/+29 |
2015-09-05 | rtc: rx8025: fix RX8025_BIT_CTRL2_CTFG initialization | Alexandre Belloni | 1 | -1/+1 |
2015-09-05 | rtc: rx8025: remove useless initialization | Alexandre Belloni | 1 | -1/+0 |
2015-09-05 | rtc: rx8025: reset validity when setting time | Alexandre Belloni | 1 | -11/+20 |
2015-09-05 | rtc: rx8025: fix rx8025_init_client() | Alexandre Belloni | 1 | -1/+1 |
2015-09-05 | rtc: rx8025: continue without alarm when irq request fails | Alexandre Belloni | 1 | -2/+2 |
2015-09-05 | rtc: rx8025: cleanup accessors | Alexandre Belloni | 1 | -54/+31 |
2015-09-05 | rtc: rx8025: don't reset the time | Alexandre Belloni | 1 | -16/+22 |
2015-09-05 | rtc: rx8025: fix transfer mode | Alexandre Belloni | 1 | -3/+3 |
2015-09-05 | rtc: rx8025: only handle dates between 2000 and 2099 | Alexandre Belloni | 1 | -10/+4 |
2015-09-05 | rtc: rx8025: use BIT() | Alexandre Belloni | 1 | -11/+12 |
2015-09-05 | rtc: rx8025: remove useless probe error message | Alexandre Belloni | 1 | -16/+6 |
2015-09-05 | rtc: rx8025: switch to managed irq allocation | Alexandre Belloni | 1 | -10/+4 |
2015-09-05 | rtc: rx8025: Convert to threaded IRQ | Alexandre Belloni | 1 | -33/+4 |
2015-09-05 | rtc: rx8025: remove useless headers and reorder them | Alexandre Belloni | 1 | -5/+2 |
2015-09-05 | rtc: rx8025: remove obsolete local_irq_disable() and local_irq_enable() for r... | Henri Roosen | 1 | -4/+0 |
2015-09-05 | rtc: Drop owner assignment from i2c_driver | Krzysztof Kozlowski | 1 | -1/+0 |
2014-04-04 | rtc: rtc-rx8025: remove unnecessary OOM messages | Jingoo Han | 1 | -1/+0 |
2013-07-04 | rtc: rtc-rx8025: use devm_*() functions | Jingoo Han | 1 | -13/+5 |
2013-01-04 | Drivers: rtc: remove __dev* attributes. | Greg Kroah-Hartman | 1 | -4/+4 |
2012-03-24 | rtc: convert rtc i2c drivers to module_i2c_driver | Axel Lin | 1 | -12/+1 |
2011-03-09 | RTC: Cleanup rtc_class_ops->irq_set_state | John Stultz | 1 | -25/+0 |
2010-12-24 | rtc: don't use flush_scheduled_work() | Tejun Heo | 1 | -1/+1 |
2010-07-19 | comment typo fixes: charater => character | Thomas Weber | 1 | -1/+1 |
2010-06-03 | i2c: Remove all i2c_set_clientdata(client, NULL) in drivers | Wolfram Sang | 1 | -2/+0 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-06-19 | rtc: add stand-alone driver for RX8025 chip | Wolfgang Grandegger | 1 | -0/+688 |