Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
40faf463e62de0b29722910eded7dd26cd8b684b
/
drivers
/
rtc
471d47e
rtc-x1205: Fix alarm set
by Michael Hamel
· 16 years ago
a01cc65
rtc: rtc_read_alarm() handles wraparound
by David Brownell
· 16 years ago
e5a2c9c
[ARM] 5109/1: Mark rtc sa1100 driver as wakeup source before registering it
by Uli Luckas
· 16 years ago
c6d8f40
rtc: Ramtron FM3130 RTC support
by Sergey Lapin
· 16 years ago
1da2e3d
provide rtc_cmos platform device
by Stas Sergeev
· 16 years ago
529a4f4
rtc-at32ap700x: fix bug in at32_rtc_readalarm()
by Haavard Skinnemoen
· 16 years ago
aabe188
rtc: class driver for ppc_md RTC functions
by David Woodhouse
· 16 years ago
f2eb432
rtc-ds1374: rename device to just "ds1374"
by Jean Delvare
· 16 years ago
9fb1f68
rtc: m41t80: include <linux/kernel.h> for printk()
by Maciej W. Rozycki
· 16 years ago
417607d
RTC/watchdog: M41T80: fix a potential use of unitialized data
by Maciej W. Rozycki
· 16 years ago
945185a
rtc: rtc_time_to_tm: use unsigned arithmetic
by Maciej W. Rozycki
· 16 years ago
60b129d
i2c: Match dummy devices by type
by Jean Delvare
· 16 years ago
a9545ee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
by Linus Torvalds
· 16 years ago
9a0f4ae
fix irq flags in rtc-ds1511
by Steven Rostedt
· 16 years ago
0305794
rtc: rtc-sh: Fixup for 64-bit resources.
by Paul Mundt
· 17 years ago
08acd4f8
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 17 years ago
3760f73
i2c: Convert most new-style drivers to use module aliasing
by Jean Delvare
· 17 years ago
d2653e9
i2c: Add support for device alias names
by Jean Delvare
· 17 years ago
801678c
Remove duplicated unlikely() in IS_ERR()
by Hirofumi Nakagawa
· 17 years ago
c7705f3
drivers: use non-racy method for proc entries creation (2)
by Denis V. Lunev
· 17 years ago
8766ad0
rtc: dont reference pnp_resource_table directly
by Bjorn Helgaas
· 17 years ago
2a4e2b8
rtc: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
c116bc2
rtc: add the support for alarm time relative to current time in sysfs
by Zhao Yakui
· 17 years ago
e2bfe34
rtc: rtc-rs5c372: fix up NULL name in transfer error path
by Paul Mundt
· 17 years ago
a3ed107
make ds1511_rtc_{read,set}_time() static
by Adrian Bunk
· 17 years ago
c464652
rtc: silence section mismatch warning in rtc-test
by Sam Ravnborg
· 17 years ago
4edac2b
rtc-x1205: new style conversion
by Alessandro Zummo
· 17 years ago
e5fc9cc
rtc-pcf8563: new style conversion
by Alessandro Zummo
· 17 years ago
9edae7b
rtc-isl1208: new style conversion and minor bug fixes
by Alessandro Zummo
· 17 years ago
c750090
rtc: avoid legacy drivers with generic framework
by David Brownell
· 17 years ago
77459b0
rtc-pcf8583 build fix
by David Brownell
· 17 years ago
b420b1a
rtc: rtc-sh: Add support for periodic IRQs.
by Angelo Castello
· 17 years ago
2b653e0
rtc: fix the error in the function of cmos_set_alarm
by Zhao Yakui
· 17 years ago
ad28a07
rtc: fix platform driver hotplug/coldplug
by Kay Sievers
· 17 years ago
d479540
rtc: rtc-s35390a.c needs the bitreverse library
by Randy Dunlap
· 17 years ago
9fedc9f
rtc-at91sam9 fixes
by David Brownell
· 17 years ago
44e0451
rtc: fix kconfig help
by Alessandro Zummo
· 17 years ago
c46288b
rtc: add support for the S-35390A RTC chip
by Byron Bradley
· 17 years ago
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
Next »