summaryrefslogtreecommitdiffstats
path: root/drivers/rtc/rtc-ds1374.c
Commit message (Expand)AuthorAgeFilesLines
* rtc: ds1374: convert to SPDX identifierNobuhiro Iwamatsu2021-07-101-5/+2
* rtc: rework rtc_register_device() resource managementBartosz Golaszewski2020-11-191-1/+1
* rtc: ds1374: remove unused defineAlexandre Belloni2020-07-211-3/+1
* rtc: ds1374: wdt: Use watchdog core for watchdog partJohnson CH Chen (陳昭勳)2020-07-161-197/+61
* rtc: ds1374: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni2020-03-161-6/+5
* rtc: ds1374: set rangeAlexandre Belloni2020-03-161-0/+1
* rtc: ds1374: fix possible race conditionAlexandre Belloni2020-03-161-6/+9
* Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2019-12-031-2/+1
|\
| * rtc: ds1374: remove unused variableAlexandre Belloni2019-11-271-2/+1
* | compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann2019-10-231-0/+1
|/
* docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab2019-07-311-1/+1
* *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
* rtc: ds1374: wdt: Fix stop/start ioctl always returning -EINVALMoritz Fischer2017-05-041-1/+2
* rtc: ds1374: wdt: Fix issue with timeout scaling from secs to wdt ticksMoritz Fischer2017-05-041-1/+6
* rtc: ds1374: Set .of_match_table to OF device ID tableJavier Martinez Canillas2017-03-091-0/+1
* rtc: ds1374: Merge conditional + WARN_ON()Srikant Ritolia2016-12-071-3/+1
* rtc: ds1374: Remove unused variableFabio Estevam2015-09-051-2/+0
* rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila2015-09-051-2/+2
* rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-09-051-1/+0
* char: make misc_deregister a void functionGreg Kroah-Hartman2015-08-051-3/+2
* rtc: use more standard kernel logging stylesJoe Perches2015-04-171-3/+5
* drivers/rtc/rtc-ds1374.c: add watchdog supportSøren Andersen2014-12-101-0/+285
* drivers/rtc/rtc-ds1374.c: fix spacing related issuesSachin Kamat2013-07-031-6/+5
* drivers/rtc/rtc-ds1374.c: use devm_* APIsSachin Kamat2013-04-291-18/+7
* drivers/rtc/rtc-ds1374.c: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-291-7/+3
* Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman2013-01-031-2/+2
* rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin2012-03-231-12/+1
* rtc: convert DS1374 to dev_pm_opsMark Brown2011-03-221-6/+13
* RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz2011-02-031-27/+10
* rtc: don't use flush_scheduled_work()Tejun Heo2010-12-241-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: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov2009-12-171-0/+2
* rtc: ds1374, fix lock imbalanceJiri Slaby2009-07-061-2/+2
* rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto2009-06-191-5/+0
* rtc: test before subtraction on unsignedRoel Kluin2009-04-011-3/+3
* rtc: DS1374 wakeup supportMarc Pignat2008-10-161-0/+21
* rtc: rtc-ds1374: fix 'no irq' case handlingAnton Vorontsov2008-08-201-5/+5
* rtc-ds1374: rename device to just "ds1374"Jean Delvare2008-06-061-1/+1
* i2c: Convert most new-style drivers to use module aliasingJean Delvare2008-04-291-0/+7
* i2c: Add support for device alias namesJean Delvare2008-04-291-1/+2
* rtc: RTC class driver for the ds1374Scott Wood2007-10-161-0/+449