index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
rtc
/
rtc-ds1374.c
Age
Commit message (
Expand
)
Author
2022-08-16
i2c: Make remove callback return void
Uwe Kleine-König
2022-06-24
rtc: use simple i2c probe
Stephen Kitt
2021-07-10
rtc: ds1374: convert to SPDX identifier
Nobuhiro Iwamatsu
2020-11-19
rtc: rework rtc_register_device() resource management
Bartosz Golaszewski
2020-07-21
rtc: ds1374: remove unused define
Alexandre Belloni
2020-07-16
rtc: ds1374: wdt: Use watchdog core for watchdog part
Johnson CH Chen (陳昭勳)
2020-03-16
rtc: ds1374: switch to rtc_time64_to_tm/rtc_tm_to_time64
Alexandre Belloni
2020-03-16
rtc: ds1374: set range
Alexandre Belloni
2020-03-16
rtc: ds1374: fix possible race condition
Alexandre Belloni
2019-12-03
Merge tag 'rtc-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...
Linus Torvalds
2019-11-27
rtc: ds1374: remove unused variable
Alexandre Belloni
2019-10-23
compat_ioctl: move WDIOC handling into wdt drivers
Arnd Bergmann
2019-07-31
docs: i2c: convert to ReST and add to driver-api bookset
Mauro Carvalho Chehab
2019-05-06
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2017-05-04
rtc: ds1374: wdt: Fix stop/start ioctl always returning -EINVAL
Moritz Fischer
2017-05-04
rtc: ds1374: wdt: Fix issue with timeout scaling from secs to wdt ticks
Moritz Fischer
2017-03-09
rtc: ds1374: Set .of_match_table to OF device ID table
Javier Martinez Canillas
2016-12-07
rtc: ds1374: Merge conditional + WARN_ON()
Srikant Ritolia
2015-09-05
rtc: ds1374: Remove unused variable
Fabio Estevam
2015-09-05
rtc: fix drivers that consider 0 as a valid IRQ in client->irq
Octavian Purdila
2015-09-05
rtc: Drop owner assignment from i2c_driver
Krzysztof Kozlowski
2015-08-05
char: make misc_deregister a void function
Greg Kroah-Hartman
2015-04-17
rtc: use more standard kernel logging styles
Joe Perches
2014-12-10
drivers/rtc/rtc-ds1374.c: add watchdog support
Søren Andersen
2013-07-03
drivers/rtc/rtc-ds1374.c: fix spacing related issues
Sachin Kamat
2013-04-29
drivers/rtc/rtc-ds1374.c: use devm_* APIs
Sachin Kamat
2013-04-29
drivers/rtc/rtc-ds1374.c: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
2013-01-03
Drivers: rtc: remove __dev* attributes.
Greg Kroah-Hartman
2012-03-23
rtc: convert rtc i2c drivers to module_i2c_driver
Axel Lin
2011-03-22
rtc: convert DS1374 to dev_pm_ops
Mark Brown
2011-02-03
RTC: Convert rtc drivers to use the alarm_irq_enable method
John Stultz
2010-12-24
rtc: don't use flush_scheduled_work()
Tejun Heo
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-12-17
rtc: set wakeup capability for I2C and SPI RTC drivers
Anton Vorontsov
2009-07-06
rtc: ds1374, fix lock imbalance
Jiri Slaby
2009-06-19
rtc: make rtc_update_irq callable with irqs enabled
Atsushi Nemoto
2009-04-01
rtc: test before subtraction on unsigned
Roel Kluin
2008-10-16
rtc: DS1374 wakeup support
Marc Pignat
2008-08-20
rtc: rtc-ds1374: fix 'no irq' case handling
Anton Vorontsov
2008-06-06
rtc-ds1374: rename device to just "ds1374"
Jean Delvare
2008-04-29
i2c: Convert most new-style drivers to use module aliasing
Jean Delvare
2008-04-29
i2c: Add support for device alias names
Jean Delvare
2007-10-16
rtc: RTC class driver for the ds1374
Scott Wood