Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
e37c772e36a7943b2e0bd8f48312e78474c0df15
/
drivers
/
rtc
c8626a1
rtc-cmos: display HPET emulation mode
by David Brownell
· 17 years ago
9820380
rtc-r9701.c: silence compiler warning
by S.Çağlar Onur
· 17 years ago
4cdf854
rtc: at91sam9 RTC support (RTT and/or RTC)
by David Brownell
· 17 years ago
f618258
rtc: remove more dev->power.power_state usage
by David Brownell
· 17 years ago
fcd8db0
rtc ds1307: ds_1340 change init
by frederic Rodo
· 17 years ago
75b6102
rtc: add support for Epson RTC-9701JE V4
by Magnus Damm
· 17 years ago
2805b96
rtc: add support for Epson RTC-9701JE V2
by Magnus Damm
· 17 years ago
9d8af78
rtc: add HPET RTC emulation to RTC_DRV_CMOS
by Bernhard Walle
· 17 years ago
095b9d5
Blackfin RTC driver: convert sync wait to use the irq write complete notice
by Mike Frysinger
· 17 years ago
48c1a56
Blackfin RTC driver: shave off another memcpy() by using assignment.
by Mike Frysinger
· 17 years ago
68db304
Blackfin RTC driver: read_alarm() checks the enabled field, not the pending field.
by Mike Frysinger
· 17 years ago
5438de4
Blackfin RTC driver: use dev_dbg() rather than pr_stamp()
by Mike Frysinger
· 17 years ago
6406116
Blackfin RTC driver: cleanup proc handler (we dont need RTC reg dump now that we have MMR filesystem in sysfs)
by Mike Frysinger
· 17 years ago
d7827d8
Blackfin RTC driver: we pass in a (struct device*) to the irq handler, not a (struct platform_device*), so fix the irq handler
by Mike Frysinger
· 17 years ago
5c23634
Blackfin RTC driver: the frequency function is in units of Hz, not units of seconds, so lock our driver down to 1 Hz
by Mike Frysinger
· 17 years ago
8f26795
Platform real time clock driver for Dallas 1511 chip
by Andrew Sharp
· 17 years ago
8a0bdfd
rtc-cmos alarm acts as oneshot
by David Brownell
· 17 years ago
739d340
rtc: ds1302 rtc support
by Paul Mundt
· 17 years ago
e07e232
rtc-cmos: export nvram in sysfs
by David Brownell
· 17 years ago
9974b6e
rtc-s3c: Use is_power_of_2() macro for simplicity.
by Robert P. J. Day
· 17 years ago
037e291
rtc-pcf8583: Don't abuse I2C_M_NOSTART
by Jean Delvare
· 17 years ago
09b6bdb3b
Cosmetic fixes to RTC subsystem's Kconfig
by Alessandro Zummo
· 17 years ago
e189f34
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 17 years ago
0ff66f0
Merge branch 'pxa-plat' into devel
by Russell King
· 17 years ago
c019fd8
rtc: rtc-sh: Split out the CPU defs to asm/cpu/.
by Paul Mundt
· 17 years ago
ff1b750
rtc: rtc-sh: SH-2A support.
by Paul Mundt
· 17 years ago
9a519f6
rtc: rtc-sh: SH-5 support.
by Paul Mundt
· 17 years ago
922539a
i2c: normal_i2c can be made const (rtc drivers)
by Jean Delvare
· 17 years ago
6bc54e6
[ARM] pxa/sa1100: replace wakeup support
by Russell King
· 17 years ago
71da890
rtc: use class iteration api
by Dave Young
· 17 years ago
8d431db
rtc-at32ap700x: fix irq init oops
by David Brownell
· 17 years ago
c24b260
spi: use simplified spi_sync() calling convention
by Marc Pignat
· 17 years ago
372a302
RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flag
by Jiri Kosina
· 17 years ago
8853c20
RTC: convert mutex to bitfield
by Jiri Kosina
· 17 years ago
529a73f
Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN
by Mike Frysinger
· 17 years ago
682d73f
rtc-ds1307 exports NVRAM
by David Brownell
· 17 years ago
a4b1d50
RTCs: handle NVRAM better
by David Brownell
· 17 years ago
779d208
rtc_hctosys expects RTCs in UTC (doc)
by David Brownell
· 17 years ago
0ac554b
rtc: rtc-sh: Zero out tm value for invalid rtc states.
by Paul Mundt
· 17 years ago
29dd0da
rtc: sh-rtc: Handle rtc_device_register() failure properly.
by Paul Mundt
· 17 years ago
1273092
rtc: m48t59 fix section mismatch warning
by Randy Dunlap
· 17 years ago
615bb29
rtc: ignore msb when reading back mday from alarm
by Mark Lord
· 17 years ago
c2db637
s3c-rtc: remove unused variable
by Krzysztof Helt
· 17 years ago
01dd2fb
typo fixes
by Matt LaPlante
· 17 years ago
1977f03
remove asm/bitops.h includes
by Jiri Slaby
· 17 years ago
898eb71
Add missing newlines to some uses of dev_<level> messages
by Joe Perches
· 17 years ago
9d013d3
rtc: allow validated RTC_PIE_ON for non-root
by Bryan Kadzban
· 17 years ago
06c65eb
rtc: add max_user_freq to sysfs
by Bryan Kadzban
· 17 years ago
05440df
rtc-cmos probe() cleanup
by David Brownell
· 17 years ago
0e36a9a
rtc: fix readback from /sys/class/rtc/rtc?/wakealarm
by Mark Lord
· 17 years ago
bf4994d
rtc: RTC class driver for the ds1374
by Scott Wood
· 17 years ago
c018664
rtc-pcf8583: Check for i2c adapter functionality
by Jean Delvare
· 17 years ago
a95e23a
rtc: make rtc-ds1742 driver hotplug-aware
by Atsushi Nemoto
· 17 years ago
e7634c2
rtc: make rtc-ds1553 driver hotplug-aware
by Atsushi Nemoto
· 17 years ago
88efe13
rtc-dev: no need to convert file->private_data to rtc device
by Mark Zhan
· 17 years ago
97144c6
rtc_irq_set_freq() requires power-of-two and associated kerneldoc
by David Brownell
· 17 years ago
d691eb9
RTC: periodic irq fix
by Alessandro Zummo
· 17 years ago
ad89f87
rtc: rtc-sh: Support 4-digit year on SH7705/SH7710/SH7712.
by Paul Mundt
· 17 years ago
49cc886
rtc: rtc-ds1553.c should use resource_size_t for base address
by Atsushi Nemoto
· 17 years ago
2e3e31c
rtc-ds1742.c should use resource_size_t for base address
by David Gibson
· 17 years ago
f3d79b2
RTC v3020 fixes
by Mike Rapoport
· 17 years ago
9f90a03
[PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware
by Atsushi Nemoto
· 17 years ago
5c076fc
rtc-max6902 minor fixes
by David Brownell
· 17 years ago
afe1ab4
correct name for rtc-m41t80
by David Brownell
· 17 years ago
0439208
rtc-m48t59 driver NO_IRQ mode fixup
by Mark Zhan
· 17 years ago
bb35fb2
Use menuconfig objects: RTC
by Jan Engelhardt
· 17 years ago
99eb8a5
Remove the arm26 port
by Adrian Bunk
· 17 years ago
c8ed39e
rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMD
by Thomas Hommel
· 17 years ago
252e483
s3c2410: fixup after arch moves
by Ben Dooks
· 17 years ago
6a30235
Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23
by Linus Torvalds
· 17 years ago
7b55737
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6
by Linus Torvalds
· 17 years ago
0ca56b4
Reorder RTC Makefile
by Alessandro Zummo
· 17 years ago
bd16f9e
rtc-ds1307: typo fix found by coverity
by David Brownell
· 17 years ago
c98dbe5
fix missing arguments in drivers/rtc/rtc-stk17ta8.c
by Al Viro
· 17 years ago
699bc66
rtc: rtc-sh: Correct sh_rtc_set_time() for some SH-3 parts.
by Markus Brunner
· 17 years ago
2c6b47d
Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().
by john stultz
· 17 years ago
0296411
rtc: add support for STK17TA8 chip
by Thomas Hommel
· 17 years ago
8a2601f
rtc: update and use the MAX6900 century byte
by Dale Farnsworth
· 17 years ago
55ff1ab
rtc kconfig: point out need for static linkage
by David Brownell
· 17 years ago
ef154ec
rtc: do not return void value
by Atsushi Nemoto
· 17 years ago
d0afa57
sh: Fix up SH-3 and SH-4 driver dependencies.
by Paul Mundt
· 17 years ago
57deb52
RTC: add periodic irq support to rtc-cmos
by Alessandro Zummo
· 17 years ago
0c4a59f
OMAP: add TI TWL92330/Menelaus Power Management chip driver
by Tony Lindgren
· 17 years ago
c065f35
rtc-ds1307 becomes new-style i2c driver
by David Brownell
· 17 years ago
be5f59f
rtc-ds1307: oscillator restart for ds13{37,38,39,40}
by Rodolfo Giometti
· 17 years ago
537739d
RTC driver for DS1216 chips
by Thomas Bogendoerfer
· 17 years ago
2e774c7
rtc: add support for the ST M48T59 RTC
by Mark Zhan
· 17 years ago
617780d
rtc: watchdog support for rtc-m41t80 driver
by Atsushi Nemoto
· 17 years ago
caaff56
rtc: add rtc-m41t80 driver
by Atsushi Nemoto
· 17 years ago
5663c14
RTC Kconfig tweax
by David Brownell
· 17 years ago
4c4e139
RTC_CLASS is no longer considered EXPERIMENTAL
by Alessandro Zummo
· 17 years ago
fa04e78
Driver for the Atmel on-chip RTC on AT32AP700x devices
by Hans-Christian Egtvedt
· 17 years ago
ac495bf
rtc-dev: return -ENOTTY in ioctl if irq_set_freq is not implemented by driver
by Hans-Christian Egtvedt
· 17 years ago
d815461
rtc-rs5c372 becomes a new-style i2c driver
by David Brownell
· 17 years ago
045e0e8
rtc-ds1307 cleanups
by David Brownell
· 17 years ago
489de30
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
by Linus Torvalds
· 17 years ago
2c95cd7
Blackfin On-Chip RTC driver update for supporting BF54x
by Mike Frysinger
· 17 years ago
dc690d8
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
0b9062f
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
by Linus Torvalds
· 17 years ago
bd076509
[MIPS] separate platform_device registration for VR41xx RTC
by Yoichi Yuasa
· 17 years ago
Next »