| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-12-13 | 2 | -2/+2 |
|\ |
|
| * | Fix misspellings of "whether" in comments. | Adam Buchbinder | 2012-11-19 | 2 | -2/+2 |
* | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-12-12 | 1 | -3/+31 |
|\ \ |
|
| * | | Merge branch 'arm-next' of git://git.xilinx.com/linux-xlnx into next/cleanup | Olof Johansson | 2012-11-06 | 1 | -0/+2 |
| |\| |
|
| * | | rtc: mxc_rtc: remove cpu_is_xxx by using platform_device_id | Shawn Guo | 2012-10-15 | 1 | -3/+31 |
* | | | Merge tag 'headers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-12-12 | 3 | -2/+77 |
|\ \ \ |
|
| * | | | arm: at91: move at91rm9200 rtc header in drivers/rtc | Jean-Christophe PLAGNIOL-VILLARD | 2012-11-06 | 2 | -1/+76 |
| * | | | arm: at91: move platfarm_data to include/linux/platform_data/atmel.h | Jean-Christophe PLAGNIOL-VILLARD | 2012-11-06 | 1 | -1/+1 |
| | |/
| |/| |
|
* / | | drivers/rtc/rtc-tps65910.c: fix invalid pointer access on _remove() | Kim, Milo | 2012-11-30 | 1 | -3/+3 |
|/ / |
|
* / | drivers/rtc/rtc-imxdi.c: add missing spin lock initialization | Jan Luebbe | 2012-10-25 | 1 | -0/+2 |
|/ |
|
* | rtc: kconfig: fix RTC_INTF defaults connected to RTC_CLASS | Kevin Hilman | 2012-10-11 | 1 | -0/+3 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-10-05 | 25 | -256/+1982 |
|\ |
|
| * | drivers/rtc/rtc-s35390a.c: add wakealarm support for rtc-s35390A rtc chip | Michael Langer | 2012-10-05 | 1 | -0/+116 |
| * | drivers/rtc/rtc-m41t80.c: remove disabled alarm functionality | Paul Bolle | 2012-10-05 | 1 | -153/+4 |
| * | drivers/rtc/rtc-tps65910.c: use platform_get_irq() to get RTC irq details | Venu Byravarasu | 2012-10-05 | 1 | -4/+1 |
| * | rtc: kconfig: fix up dependency for ab8500 | Ulf Hansson | 2012-10-05 | 1 | -0/+1 |
| * | drivers/rtc/rtc-em3027.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-05 | 1 | -3/+14 |
| * | drivers/rtc/rtc-isl1208.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-05 | 1 | -4/+16 |
| * | drivers/rtc/rtc-pcf8563.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-05 | 1 | -2/+11 |
| * | drivers/rtc/rtc-rs5c372.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-05 | 1 | -1/+6 |
| * | drivers/rtc/rtc-s35390a.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-05 | 1 | -2/+11 |
| * | drivers/rtc/rtc-x1205.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-05 | 1 | -14/+78 |
| * | drivers/rtc/rtc-ds1672.c: convert struct i2c_msg initialization to C99 format | Shubhrajyoti D | 2012-10-05 | 1 | -4/+22 |
| * | drivers/rtc/rtc-s3c.c: fix return value in s3c_rtc_probe() | Sachin Kamat | 2012-10-05 | 1 | -2/+2 |
| * | rtc_sysfs_show_hctosys(): display 0 if resume failed | David Fries | 2012-10-05 | 3 | -4/+14 |
| * | rtc: rtc-mxc: convert to module_platform_driver | Fabio Estevam | 2012-10-05 | 1 | -15/+5 |
| * | rtc: rtc-mxc: adapt to the new i.mx clock framework | Fabio Estevam | 2012-10-05 | 1 | -6/+4 |
| * | drivers/rtc/rtc-coh901331.c: use clk_prepare_enable() and clk_disable_unprepa... | Julia Lawall | 2012-10-05 | 1 | -2/+1 |
| * | rtc: rc5t583: add ricoh rc5t583 RTC driver | Venu Byravarasu | 2012-10-05 | 3 | -0/+342 |
| * | drivers/rtc/rtc-spear.c: fix several error checks | Lars-Peter Clausen | 2012-10-05 | 1 | -7/+5 |
| * | drivers/rtc/rtc-jz4740.c: fix IRQ error check | Lars-Peter Clausen | 2012-10-05 | 1 | -1/+1 |
| * | rtc: kconfig: remove unnecessary dependencies. | Venu Byravarasu | 2012-10-05 | 1 | -18/+8 |
| * | rtc: add MAX8907 RTC driver | Stephen Warren | 2012-10-05 | 3 | -0/+255 |
| * | rtc: tps65910: add RTC driver for TPS65910 PMIC RTC | Venu Byravarasu | 2012-10-05 | 3 | -0/+363 |
| * | drivers/rtc/rtc-at91sam9.c: use module_platform_driver() macro | Devendra Naga | 2012-10-05 | 1 | -12/+1 |
| * | rtc: recycle id when unloading a rtc driver | Vincent Palatin | 2012-10-05 | 1 | -0/+1 |
| * | rtc: snvs: add Freescale rtc-snvs driver | Shawn Guo | 2012-10-05 | 3 | -0/+362 |
| * | rtc: add Dallas DS2404 driver | Sven Schnelle | 2012-10-05 | 3 | -0/+313 |
| * | rtc-proc: permit the /proc/driver/rtc device to use other devices | Kim, Milo | 2012-10-05 | 2 | -6/+28 |
| * | drivers/rtc/rtc-isl1208.c: add support for the ISL1218 | Ben Gardner | 2012-10-05 | 1 | -0/+1 |
* | | Merge tag 'mfd-3.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/... | Linus Torvalds | 2012-10-05 | 1 | -9/+34 |
|\ \
| |/
|/| |
|
| * | mfd: 88pm860x: Device tree support | Haojian Zhuang | 2012-10-02 | 1 | -9/+34 |
* | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2012-10-02 | 3 | -7/+19 |
|\ \ |
|
| * \ | Merge tag 'vt8500-for-next' of git://git.code.sf.net/p/linuxwmt/code into nex... | Olof Johansson | 2012-09-24 | 1 | -1/+8 |
| |\ \ |
|
| | * | | rtc: vt8500: Add devicetree support for vt8500-rtc | Tony Prisk | 2012-09-21 | 1 | -1/+8 |
| * | | | Merge branch 'for-arm-soc-next' of git://git.linaro.org/people/ljones/linux-3... | Olof Johansson | 2012-09-23 | 1 | -6/+0 |
| |\ \ \ |
|
| | * | | | drivers/rtc/rtc-ab8500.c: Revoke Device Tree enablement | Lee Jones | 2012-09-20 | 1 | -6/+0 |
| | |/ / |
|
| * | | | Merge tag 'omap-devel-dt-merged-for-v3.7' of git://git.kernel.org/pub/scm/lin... | Olof Johansson | 2012-09-20 | 1 | -7/+15 |
| |\| | |
|
| * | | | Merge branch 'soc-core' of git://git.kernel.org/pub/scm/linux/kernel/git/horm... | Olof Johansson | 2012-09-06 | 4 | -3/+9 |
| |\ \ \ |
|
| * | | | | RTC: add DT bindings to pxa-rtc | Daniel Mack | 2012-08-16 | 1 | -0/+11 |