Age | Commit message (Expand) | Author | Files | Lines |
2018-03-02 | rtc: stop validating rtc_time in .read_time | Alexandre Belloni | 1 | -2/+1 |
2018-03-01 | rtc: ds1307: put struct nvmem_config on the stack | Alexandre Belloni | 1 | -9/+10 |
2018-03-01 | rtc: ds1307: call rtc_nvmem_register() | Alexandre Belloni | 1 | -6/+6 |
2017-10-27 | rtc: ds1307: add OF and ACPI entries for Epson RX8130 | Bastian Stender | 1 | -0/+5 |
2017-10-12 | rtc: ds1307: improve weekday handling | Heiner Kallweit | 1 | -26/+26 |
2017-09-13 | Merge tag 'rtc-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon... | Linus Torvalds | 1 | -225/+232 |
2017-09-05 | rtc: ds1307: use octal permissions | Alexandre Belloni | 1 | -1/+1 |
2017-09-05 | rtc: ds1307: fix braces | Alexandre Belloni | 1 | -3/+3 |
2017-09-05 | rtc: ds1307: fix alignments and blank lines | Alexandre Belloni | 1 | -11/+10 |
2017-09-05 | rtc: ds1307: use BIT | Alexandre Belloni | 1 | -9/+9 |
2017-09-05 | rtc: ds1307: use u32 | Alexandre Belloni | 1 | -4/+4 |
2017-09-05 | rtc: ds1307: use sizeof | Alexandre Belloni | 1 | -8/+16 |
2017-09-05 | rtc: ds1307: remove regs member | Alexandre Belloni | 1 | -100/+107 |
2017-09-01 | rtc: ds1307: add basic support for ds1341 chip | Nikita Yushchenko | 1 | -0/+12 |
2017-09-01 | rtc: ds1307: remove member nvram_offset from struct ds1307 | Heiner Kallweit | 1 | -4/+4 |
2017-09-01 | rtc: ds1307: factor out offset to struct chip_desc | Heiner Kallweit | 1 | -11/+7 |
2017-09-01 | rtc: ds1307: factor out rtc_ops to struct chip_desc | Heiner Kallweit | 1 | -23/+28 |
2017-09-01 | rtc: ds1307: factor out irq_handler to struct chip_desc | Heiner Kallweit | 1 | -8/+7 |
2017-09-01 | rtc: ds1307: improve irq setup | Heiner Kallweit | 1 | -17/+10 |
2017-09-01 | rtc: ds1307: constify struct chip_desc variables | Heiner Kallweit | 1 | -3/+3 |
2017-09-01 | rtc: ds1307: improve trickle charger initialization | Heiner Kallweit | 1 | -17/+16 |
2017-09-01 | rtc: ds1307: factor out bbsqi bit to struct chip_desc | Heiner Kallweit | 1 | -7/+4 |
2017-09-01 | rtc: ds1307: remove member irq from struct ds1307 | Heiner Kallweit | 1 | -7/+5 |
2017-08-21 | rtc: ds1307: fix regmap config | Heiner Kallweit | 1 | -1/+0 |
2017-07-31 | rtc: ds1307: remove legacy check for "isil, irq2-can-wakeup-machine" property | Heiner Kallweit | 1 | -7/+1 |
2017-07-07 | rtc: ds1307: remove ds1307_remove | Alexandre Belloni | 1 | -6/+0 |
2017-07-07 | rtc: ds1307: use generic nvmem | Alexandre Belloni | 1 | -66/+22 |
2017-07-07 | rtc: ds1307: switch to rtc_register_device | Alexandre Belloni | 1 | -2/+7 |
2017-07-06 | rtc: ds1307: add ds1308 variant | Sean Nyekjaer | 1 | -0/+12 |
2017-07-06 | rtc: ds1307: factor out century bit handling | Heiner Kallweit | 1 | -46/+27 |
2017-07-06 | rtc: ds1307: use regmap_update_bits where applicable | Heiner Kallweit | 1 | -62/+20 |
2017-06-24 | rtc: ds1307: Add support for Epson RX8130CE | Marek Vasut | 1 | -0/+175 |
2017-06-03 | rtc: ds1307: avoid using rtc-name | Alexandre Belloni | 1 | -1/+1 |
2017-05-31 | rtc: rtc-ds1307: enable support for mcp794xx as a wakeup source without IRQ | David Lowe | 1 | -1/+2 |
2017-05-26 | rtc: ds1307: convert driver to regmap | Heiner Kallweit | 1 | -382/+221 |
2017-04-14 | rtc: ds1307: Add m41t0 to OF device ID table | Alexandre Belloni | 1 | -0/+4 |
2017-04-14 | rtc: ds1307: support m41t0 variant | Stefan Agner | 1 | -0/+13 |
2017-03-09 | rtc: ds1307: Add OF device ID table | Javier Martinez Canillas | 1 | -1/+67 |
2016-12-19 | rtc: ds1307: Add ACPI support | Tin Huynh | 1 | -9/+43 |
2016-08-31 | rtc: ds1307: add Intersil ISL12057 support | Alexandre Belloni | 1 | -0/+6 |
2016-08-31 | rtc: ds1307: fix century bit support | Alexandre Belloni | 1 | -5/+43 |
2016-07-09 | rtc: simplify implementations of read_alarm | Uwe Kleine-König | 1 | -5/+0 |
2016-07-09 | rtc: ds1307: Fix relying on reset value for weekday | Keerthy | 1 | -1/+27 |
2016-05-20 | rtc: ds1307: Remove CLK_IS_ROOT | Stephen Boyd | 1 | -2/+0 |
2016-05-20 | rtc: ds1307: ensure that any pending alarm is cleared before a new alarm is e... | Nicolas Boullis | 1 | -5/+8 |
2016-05-20 | rtc: ds1307: fix ds1307_native_smbus_read_block_data function | Nicolas Boullis | 1 | -2/+6 |
2016-04-22 | rtc: ds1307: Use irq when available for wakeup-source device | Nishanth Menon | 1 | -1/+1 |
2016-04-22 | rtc: ds1307: ds3231 temperature s16 overflow | Zhuang Yuyao | 1 | -2/+2 |
2016-03-14 | rtc: ds1307: add clock provider support for DS3231 | Akinobu Mita | 1 | -1/+295 |
2016-02-05 | rtc: ds1307: add temperature sensor support for ds3231 | Akinobu Mita | 1 | -0/+88 |