Age | Commit message (Expand) | Author | Files | Lines |
2008-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2 | -12/+14 |
2008-01-28 | Merge branch 'pxa-plat' into devel | Russell King | 1 | -0/+31 |
2008-01-28 | rtc: rtc-sh: Split out the CPU defs to asm/cpu/. | Paul Mundt | 1 | -19/+1 |
2008-01-28 | rtc: rtc-sh: SH-2A support. | Paul Mundt | 2 | -3/+19 |
2008-01-28 | rtc: rtc-sh: SH-5 support. | Paul Mundt | 2 | -2/+6 |
2008-01-27 | i2c: normal_i2c can be made const (rtc drivers) | Jean Delvare | 6 | -6/+6 |
2008-01-26 | [ARM] pxa/sa1100: replace wakeup support | Russell King | 1 | -0/+31 |
2008-01-24 | rtc: use class iteration api | Dave Young | 1 | -10/+12 |
2007-12-17 | rtc-at32ap700x: fix irq init oops | David Brownell | 1 | -10/+10 |
2007-12-05 | spi: use simplified spi_sync() calling convention | Marc Pignat | 1 | -9/+3 |
2007-12-05 | RTC: assure proper memory ordering with respect to RTC_DEV_BUSY flag | Jiri Kosina | 2 | -5/+5 |
2007-11-29 | RTC: convert mutex to bitfield | Jiri Kosina | 2 | -10/+6 |
2007-11-23 | Blackfin arch: punt CONFIG_BFIN -- we already have CONFIG_BLACKFIN | Mike Frysinger | 1 | -1/+1 |
2007-11-14 | rtc-ds1307 exports NVRAM | David Brownell | 2 | -2/+95 |
2007-11-14 | RTCs: handle NVRAM better | David Brownell | 4 | -4/+8 |
2007-11-14 | rtc_hctosys expects RTCs in UTC (doc) | David Brownell | 2 | -3/+5 |
2007-11-07 | rtc: rtc-sh: Zero out tm value for invalid rtc states. | Paul Mundt | 1 | -1/+3 |
2007-11-07 | rtc: sh-rtc: Handle rtc_device_register() failure properly. | Paul Mundt | 1 | -1/+1 |
2007-11-05 | rtc: m48t59 fix section mismatch warning | Randy Dunlap | 1 | -3/+3 |
2007-11-04 | rtc: ignore msb when reading back mday from alarm | Mark Lord | 1 | -1/+2 |
2007-10-30 | s3c-rtc: remove unused variable | Krzysztof Helt | 1 | -2/+0 |
2007-10-20 | typo fixes | Matt LaPlante | 1 | -1/+1 |
2007-10-19 | remove asm/bitops.h includes | Jiri Slaby | 2 | -2/+2 |
2007-10-18 | Add missing newlines to some uses of dev_<level> messages | Joe Perches | 1 | -3/+2 |
2007-10-16 | rtc: allow validated RTC_PIE_ON for non-root | Bryan Kadzban | 1 | -1/+2 |
2007-10-16 | rtc: add max_user_freq to sysfs | Bryan Kadzban | 1 | -0/+24 |
2007-10-16 | rtc-cmos probe() cleanup | David Brownell | 1 | -25/+31 |
2007-10-16 | rtc: fix readback from /sys/class/rtc/rtc?/wakealarm | Mark Lord | 1 | -1/+82 |
2007-10-16 | rtc: RTC class driver for the ds1374 | Scott Wood | 3 | -0/+461 |
2007-10-16 | rtc-pcf8583: Check for i2c adapter functionality | Jean Delvare | 1 | -0/+3 |
2007-10-16 | rtc: make rtc-ds1742 driver hotplug-aware | Atsushi Nemoto | 1 | -1/+1 |
2007-10-16 | rtc: make rtc-ds1553 driver hotplug-aware | Atsushi Nemoto | 1 | -1/+1 |
2007-10-16 | rtc-dev: no need to convert file->private_data to rtc device | Mark Zhan | 1 | -4/+4 |
2007-10-16 | rtc_irq_set_freq() requires power-of-two and associated kerneldoc | David Brownell | 2 | -5/+27 |
2007-10-16 | RTC: periodic irq fix | Alessandro Zummo | 3 | -25/+24 |
2007-09-21 | rtc: rtc-sh: Support 4-digit year on SH7705/SH7710/SH7712. | Paul Mundt | 1 | -18/+33 |
2007-09-19 | rtc: rtc-ds1553.c should use resource_size_t for base address | Atsushi Nemoto | 1 | -1/+1 |
2007-09-19 | rtc-ds1742.c should use resource_size_t for base address | David Gibson | 1 | -1/+1 |
2007-09-11 | RTC v3020 fixes | Mike Rapoport | 1 | -2/+7 |
2007-08-27 | [PATCH] rtc: Make rtc-rs5c348 driver hotplug-aware | Atsushi Nemoto | 1 | -1/+1 |
2007-08-22 | rtc-max6902 minor fixes | David Brownell | 1 | -3/+3 |
2007-08-22 | correct name for rtc-m41t80 | David Brownell | 1 | -1/+1 |
2007-07-31 | rtc-m48t59 driver NO_IRQ mode fixup | Mark Zhan | 1 | -1/+1 |
2007-07-31 | Use menuconfig objects: RTC | Jan Engelhardt | 1 | -47/+31 |
2007-07-31 | Remove the arm26 port | Adrian Bunk | 1 | -1/+1 |
2007-07-31 | rtc-dev: Make RTC driver return ENOTTY instead of ENOIOCTLCMD | Thomas Hommel | 1 | -0/+2 |
2007-07-31 | s3c2410: fixup after arch moves | Ben Dooks | 1 | -1/+1 |
2007-07-30 | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.23 | Linus Torvalds | 1 | -0/+1 |
2007-07-28 | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/coolo... | Linus Torvalds | 1 | -1/+1 |
2007-07-26 | Reorder RTC Makefile | Alessandro Zummo | 1 | -20/+22 |