summaryrefslogtreecommitdiff
path: root/drivers/rtc/rtc-ds1374.c
AgeCommit message (Expand)Author
2021-07-10rtc: ds1374: convert to SPDX identifierNobuhiro Iwamatsu
2020-11-19rtc: rework rtc_register_device() resource managementBartosz Golaszewski
2020-07-21rtc: ds1374: remove unused defineAlexandre Belloni
2020-07-16rtc: ds1374: wdt: Use watchdog core for watchdog partJohnson CH Chen (陳昭勳)
2020-03-16rtc: ds1374: switch to rtc_time64_to_tm/rtc_tm_to_time64Alexandre Belloni
2020-03-16rtc: ds1374: set rangeAlexandre Belloni
2020-03-16rtc: ds1374: fix possible race conditionAlexandre Belloni
2019-12-03Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds
2019-11-27rtc: ds1374: remove unused variableAlexandre Belloni
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2017-05-04rtc: ds1374: wdt: Fix stop/start ioctl always returning -EINVALMoritz Fischer
2017-05-04rtc: ds1374: wdt: Fix issue with timeout scaling from secs to wdt ticksMoritz Fischer
2017-03-09rtc: ds1374: Set .of_match_table to OF device ID tableJavier Martinez Canillas
2016-12-07rtc: ds1374: Merge conditional + WARN_ON()Srikant Ritolia
2015-09-05rtc: ds1374: Remove unused variableFabio Estevam
2015-09-05rtc: fix drivers that consider 0 as a valid IRQ in client->irqOctavian Purdila
2015-09-05rtc: Drop owner assignment from i2c_driverKrzysztof Kozlowski
2015-08-05char: make misc_deregister a void functionGreg Kroah-Hartman
2015-04-17rtc: use more standard kernel logging stylesJoe Perches
2014-12-10drivers/rtc/rtc-ds1374.c: add watchdog supportSøren Andersen
2013-07-03drivers/rtc/rtc-ds1374.c: fix spacing related issuesSachin Kamat
2013-04-29drivers/rtc/rtc-ds1374.c: use devm_* APIsSachin Kamat
2013-04-29drivers/rtc/rtc-ds1374.c: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-01-03Drivers: rtc: remove __dev* attributes.Greg Kroah-Hartman
2012-03-23rtc: convert rtc i2c drivers to module_i2c_driverAxel Lin
2011-03-22rtc: convert DS1374 to dev_pm_opsMark Brown
2011-02-03RTC: Convert rtc drivers to use the alarm_irq_enable methodJohn Stultz
2010-12-24rtc: don't use flush_scheduled_work()Tejun Heo
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-17rtc: set wakeup capability for I2C and SPI RTC driversAnton Vorontsov
2009-07-06rtc: ds1374, fix lock imbalanceJiri Slaby
2009-06-19rtc: make rtc_update_irq callable with irqs enabledAtsushi Nemoto
2009-04-01rtc: test before subtraction on unsignedRoel Kluin
2008-10-16rtc: DS1374 wakeup supportMarc Pignat
2008-08-20rtc: rtc-ds1374: fix 'no irq' case handlingAnton Vorontsov
2008-06-06rtc-ds1374: rename device to just "ds1374"Jean Delvare
2008-04-29i2c: Convert most new-style drivers to use module aliasingJean Delvare
2008-04-29i2c: Add support for device alias namesJean Delvare
2007-10-16rtc: RTC class driver for the ds1374Scott Wood