| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] RTC: handle sysfs errors | Jeff Garzik | 2006-12-07 | 4 | -7/+35 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 6 | -15/+40 |
|\ |
|
| * | [PATCH] drivers/rtc/rtc-rs5c372.c: fix a NULL dereference | Adrian Bunk | 2006-11-25 | 1 | -3/+3 |
| * | [PATCH] rtc class locking bugfixes | David Brownell | 2006-11-25 | 5 | -11/+24 |
| * | [PATCH] rtc framework handles periodic irqs | David Brownell | 2006-11-25 | 2 | -1/+13 |
* | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 1 | -3/+4 |
|/ |
|
* | [PATCH] rtc: fix printk of 64-bit res on 32-bit platform | Jeff Garzik | 2006-10-17 | 1 | -2/+2 |
* | [PATCH] rtc-max6902: month conversion fix | Francisco Larramendi | 2006-10-17 | 1 | -1/+1 |
* | sh: Updates for IRQ handler changes. | Paul Mundt | 2006-10-06 | 1 | -3/+3 |
* | IRQ: Maintain regs pointer globally rather than passing to IRQ handlers | David Howells | 2006-10-05 | 7 | -15/+11 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/configh | Linus Torvalds | 2006-10-04 | 1 | -1/+0 |
|\ |
|
| * | Remove all inclusions of <linux/config.h> | Dave Jones | 2006-10-04 | 1 | -1/+0 |
* | | [PATCH] RTC: build fixes | Jeff Garzik | 2006-10-04 | 3 | -7/+7 |
|/ |
|
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] rtc-sysfs fix | Andrew Morton | 2006-10-01 | 1 | -1/+1 |
* | [PATCH] RTC: rtc-ds1553, rtc-ds1742 update | Atsushi Nemoto | 2006-10-01 | 2 | -5/+13 |
* | [PATCH] AT91rm9200 RTC can issue system wakeup events | David Brownell | 2006-10-01 | 1 | -0/+22 |
* | [PATCH] constify rtc_class_ops: update drivers | David Brownell | 2006-10-01 | 23 | -24/+24 |
* | [PATCH] RTC class: error checks | David Brownell | 2006-10-01 | 2 | -5/+5 |
* | [PATCH] RTC class uses subsys_init | David Brownell | 2006-10-01 | 4 | -5/+5 |
* | [PATCH] RTC class: Kconfig improvements | David Brownell | 2006-10-01 | 2 | -7/+23 |
* | [PATCH] rtc driver rtc-pcf8563 century bit inversed | Jean-Baptiste Maneyrol | 2006-10-01 | 1 | -2/+2 |
* | [PATCH] Remove unnecessary check in drivers/rtc/rtc-v3020.c | Eric Sesterhenn | 2006-10-01 | 1 | -3/+0 |
* | [PATCH] rtc: remove superfluous call to call to cdev_del() | Rolf Eike Beer | 2006-10-01 | 1 | -1/+0 |
* | [PATCH] RTC: more XSTP/VDET support for rtc-rs5c348 driver | Atsushi Nemoto | 2006-09-29 | 1 | -1/+8 |
* | [PATCH] Fix typo in rtc kconfig | Pavel Machek | 2006-09-29 | 1 | -1/+1 |
* | rtc: New RTC driver for SuperH On-Chip RTC. | Paul Mundt | 2006-09-27 | 3 | -0/+478 |
* | [PATCH] rtc-s3c.c: fix time setting checks | Ben Dooks | 2006-08-27 | 1 | -7/+8 |
* | [PATCH] drivers/rtc: fix rtc-s3c.c | Ben Dooks | 2006-08-27 | 1 | -54/+67 |
* | [PATCH] RTC subsystem, Add ISL1208 support | Herbert Valerio Riedel | 2006-07-14 | 3 | -0/+602 |
* | [MIPS] vr41xx: Move IRQ numbers to asm-mips/vr41xx/irq.h | Yoichi Yuasa | 2006-07-13 | 1 | -1/+1 |
* | [PATCH] irq-flags: misc drivers: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 5 | -8/+8 |
* | [PATCH] RTC: class driver for Samsung S3C series SoC | Ben Dooks | 2006-07-01 | 3 | -0/+624 |
* | fix a typo in the RTC_CLASS help text | Adrian Bunk | 2006-06-30 | 1 | -1/+1 |
* | [PATCH] RTC: add rtc-rs5c348 driver | Atsushi Nemoto | 2006-06-28 | 3 | -0/+257 |
* | [PATCH] rtc: fix idr locking | Sonny Rao | 2006-06-27 | 1 | -0/+2 |
* | [PATCH] RTC: Add a comment for ENOIOCTLCMD in ds1553_rtc_ioctl | Atsushi Nemoto | 2006-06-27 | 1 | -1/+1 |
* | [PATCH] spin/rwlock init cleanups | Ingo Molnar | 2006-06-27 | 2 | -2/+2 |
* | [PATCH] RTC: add rtc-ds1742 driver | Atsushi Nemoto | 2006-06-25 | 3 | -0/+270 |
* | [PATCH] RTC: add rtc-ds1553 driver | Atsushi Nemoto | 2006-06-25 | 3 | -0/+425 |
* | [PATCH] at91rm9200-rtc-driver-tidy | Andrew Morton | 2006-06-25 | 1 | -30/+49 |
* | [PATCH] AT91RM9200 RTC driver | Andrew Victor | 2006-06-25 | 3 | -0/+395 |
* | [PATCH] RTC: Add rtc_year_days() to calculate tm_yday | Andrew Victor | 2006-06-25 | 1 | -0/+19 |
* | [PATCH] Add v3020 RTC support | Raphael Assenat | 2006-06-25 | 3 | -0/+275 |
* | [PATCH] Add max6902 RTC support | Raphael Assenat | 2006-06-25 | 3 | -0/+297 |
* | [PATCH] rtc subsystem: add capability checks | Alessandro Zummo | 2006-06-25 | 4 | -19/+23 |
* | [PATCH] rtc subsystem, fix capability checks in kernel interface | Alessandro Zummo | 2006-06-25 | 1 | -16/+6 |
* | [PATCH] drivers/acorn/char/pcf8583.[hc] vs. RTC subsystem | G. Liakhovetski | 2006-06-25 | 3 | -0/+405 |
* | [PATCH] RTC: rtc-dev UIE emulation | Atsushi Nemoto | 2006-06-25 | 2 | -0/+109 |
* | [PATCH] "RTC-framework" driver for DS1307 and similar RTC chips | David Brownell | 2006-06-25 | 3 | -0/+407 |