summaryrefslogtreecommitdiffstats
path: root/drivers/rtc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-241-1/+1
|\
| * Merge branch 'master' into for-nextJiri Kosina2010-08-103-1/+358
| |\
| * | fix printk typo 'faild'Paul Bolle2010-08-091-1/+1
* | | Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-0/+1
|\ \ \
| * | | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* | | | Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-221-6/+7
|\ \ \ \
| * | | | drivers: autoconvert trivial BKL users to private mutexArnd Bergmann2010-10-051-6/+7
| |/ / /
* | | | i2c: Remove obsolete cleanup for clientdataWolfram Sang2010-09-301-2/+0
* | | | rtc: s3c: balance state changes of wakeup flagVladimir Zapolskiy2010-09-221-5/+8
* | | | drivers/rtc/rtc-ab3100.c: add missing platform_set_drvdata() in ab3100_rtc_pr...Axel Lin2010-09-221-0/+2
|/ / /
* | | drivers/rtc/rtc-pl031.c: do not mark PL031 IRQ as sharedLinus Walleij2010-09-091-1/+1
* | | rtc: m41t80: do not use rtc_valid_tm in m41t80_rtc_read_alarmAtsushi Nemoto2010-09-091-1/+1
* | | rtc-bfin: fix state restoration when resumingMike Frysinger2010-09-091-2/+11
* | | rtc-bfin: fix inverted logic in suspend pathMike Frysinger2010-09-091-1/+1
* | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-08-121-2/+2
|\ \ \
| * | | of/device: Replace struct of_device with struct platform_deviceGrant Likely2010-08-061-2/+2
| | |/ | |/|
* | | Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-08-112-3/+50
|\ \ \
| * \ \ Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene...Russell King2010-08-092-3/+50
| |\ \ \ | | |/ / | |/| |
| | * | rtc: rtc-s3c: Add extra option to include RTC for Samsung SoCsAtul Dahiya2010-08-051-1/+8
| | * | rtc: rtc-s3c: Add BCD register initialization codesTaekgyun Ko2010-08-051-0/+10
| | * | rtc: rtc-s3c: Updates driver for S3C64XX and newer SoCsAtul Dahiya2010-08-051-2/+10
| | * | rtc: rtc-s3c: Updates RTC driver for clock enabling supportAtul Dahiya2010-08-051-0/+22
* | | | rtc: rp5c01: add NVRAM supportGeert Uytterhoeven2010-08-111-0/+89
* | | | drivers/rtc: remove unneeded ifdef CONFIG_PMChristian Dietrich2010-08-111-6/+0
* | | | rtc-isl12022: properly handle military hour formatRoman Fietze2010-08-111-1/+1
* | | | rtc: add support for DS3232 RTCRoy Zang2010-08-113-0/+337
* | | | rtc/nuc900: fix build warningWan ZongShun2010-08-111-1/+1
* | | | rtc/nuc900: modify enable/disable IRQs and driver data setting locationWan ZongShun2010-08-111-11/+12
* | | | rtc/nuc900: make returning time checking function validWan ZongShun2010-08-111-8/+4
* | | | rtc/m48t86: use rtc_valid_tm() to check returned tmWan ZongShun2010-08-111-1/+1
* | | | rtc/m48t59: use rtc_valid_tm() to check returned tmWan ZongShun2010-08-111-2/+2
* | | | rtc/max6900: use rtc_valid_tm() to check returning tmWan ZongShun2010-08-111-1/+1
* | | | rtc/m41t80: use rtc_valid_tm() to check returned tmWan ZongShun2010-08-111-2/+2
* | | | rtc: add Intersil ISL12022 RTC driverRoman Fietze2010-08-113-0/+337
* | | | rtc: driver for the DryIce block found in i.MX25 chipsBaruch Siach2010-08-113-0/+530
* | | | drivers/rtc/rtc-pl031.c: remove unused #include <linux/version.h>Huang Weiyi2010-08-111-1/+0
* | | | rtc/pxa: remove unnecessary private ops->ioctl()Wan ZongShun2010-08-111-19/+22
* | | | rtc: fixes and new functionality for fm3130Sergey Matyukevich2010-08-111-51/+130
* | | | rtc/rtc-mxc: remove six unused fieldsWan ZongShun2010-08-111-6/+0
* | | | rtc/m48t59: kfree(NULL) is OKWan ZongShun2010-08-111-1/+0
* | | | rtc/pxa: remove unused fieldWan ZongShun2010-08-111-1/+0
* | | | drivers/rtc/rtc-pcf8563.c: remove unused structGraham Gower2010-08-111-8/+0
* | | | rtc/nuc900: fix checking of args during time-settingWan ZongShun2010-08-111-4/+10
* | | | nuc900/rtc: change the waiting for device ready implementWan ZongShun2010-08-111-8/+7
|/ / /
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2010-08-053-1/+358
|\ \ \ | |_|/ |/| |
| * | RTC: Add JZ4740 RTC driverLars-Peter Clausen2010-08-053-0/+357
| * | MIPS: Alchemy: remove SOC_AU1X00 in favor of MIPS_ALCHEMYManuel Lauss2010-08-051-1/+1
| |/
* | Merge branch 'master' into for-nextJiri Kosina2010-08-044-6/+21
|\ \
| * \ Merge branch 'misc' into develRussell King2010-07-311-1/+1
| |\ \ | | |/ | |/|
| | * ARM: Fix section build warnings for AMBA driversRussell King2010-07-271-1/+1
OpenPOWER on IntegriCloud