Age | Commit message (Expand) | Author | Files | Lines |
2014-01-24 | i2c: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 43 | -43/+0 |
2014-01-24 | i2c: acorn: is tristate and should use module.h | Paul Gortmaker | 1 | -1/+1 |
2014-01-24 | i2c: piix4: Standardize log messages | Jean Delvare | 1 | -6/+6 |
2014-01-24 | i2c: piix4: Use different message for AMD Auxiliary SMBus Controller | Shane Huang | 1 | -1/+2 |
2014-01-24 | i2c: piix4: Add support for AMD ML and CZ SMBus changes | Shane Huang | 2 | -5/+24 |
2014-01-24 | Merge branch 'akpm' (incoming from Andrew) | Linus Torvalds | 38 | -220/+852 |
2014-01-24 | Merge tag 'clk-for-linus-3.14-part1' of git://git.linaro.org/people/mike.turq... | Linus Torvalds | 65 | -1561/+19561 |
2014-01-24 | Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 25 | -313/+1518 |
2014-01-24 | Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 10 | -79/+982 |
2014-01-24 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 7 | -2/+333 |
2014-01-24 | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 59 | -3415/+8591 |
2014-01-24 | Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 3 | -2/+9 |
2014-01-24 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 3 | -200/+17 |
2014-01-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 21 | -968/+6647 |
2014-01-24 | Merge git://git.infradead.org/users/eparis/audit | Linus Torvalds | 1 | -1/+1 |
2014-01-24 | drivers/w1/masters/w1-gpio.c: add strong pullup emulation | Evgeny Boger | 2 | -12/+22 |
2014-01-24 | drivers/memstick/host/rtsx_pci_ms.c: fix ms card data transfer bug | Micky Ching | 1 | -10/+20 |
2014-01-24 | drivers/rtc/rtc-rx8581.c: add SMBus-only adapters support | Andreas Werner | 1 | -13/+68 |
2014-01-24 | drivers/rtc/rtc-s5m.c: s5m_rtc_{suspend,resume}() should depend on CONFIG_PM_... | Geert Uytterhoeven | 1 | -0/+2 |
2014-01-24 | rtc: max8907: weekday encoding fixes | Stephen Warren | 1 | -6/+5 |
2014-01-24 | drivers/rtc/rtc-hym8563.c: staticize local symbol | Sachin Kamat | 1 | -1/+1 |
2014-01-24 | drivers/rtc/rtc-hym8563.c: remove redundant of_match_ptr() helper | Sachin Kamat | 1 | -1/+1 |
2014-01-24 | drivers/rtc/rtc-ds1742.c: remove redundant of_match_ptr() helper | Sachin Kamat | 1 | -1/+1 |
2014-01-24 | drivers/rtc/rtc-cmos.c: propagate hpet_register_irq_handler() failure | Andrew Morton | 1 | -4/+2 |
2014-01-24 | rtc: honor device tree /alias entries when assigning IDs | Stephen Warren | 1 | -4/+20 |
2014-01-24 | drivers/rtc/rtc-pcf2127.c: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERO | Duan Jiong | 1 | -4/+1 |
2014-01-24 | drivers/rtc/Kconfig: disable RTC_DRV_CMOS on Atari | Geert Uytterhoeven | 1 | -1/+1 |
2014-01-24 | drivers/rtc/rtc-cmos.c: remove superfluous name cast | Geert Uytterhoeven | 1 | -1/+1 |
2014-01-24 | rtc: add hym8563 rtc-driver | Heiko Stuebner | 3 | -0/+618 |
2014-01-24 | drivers/rtc/rtc-vr41xx.c: use devm_*() functions | Jingoo Han | 1 | -38/+12 |
2014-01-24 | drivers/rtc/rtc-twl.c: use devm_*() functions | Jingoo Han | 1 | -25/+13 |
2014-01-24 | drivers/rtc/rtc-ds1742.c: add devicetree support | Alexander Shiyan | 1 | -1/+9 |
2014-01-24 | drivers/rtc/rtc-mxc.c: check the return value from clk_prepare_enable() | Fabio Estevam | 1 | -1/+4 |
2014-01-24 | drivers/rtc/rtc-mxc.c: remove unneeded label | Fabio Estevam | 1 | -4/+1 |
2014-01-24 | drivers/rtc/rtc-ds1305.c: remove unnecessary spi_set_drvdata() | Jingoo Han | 1 | -1/+0 |
2014-01-24 | drivers/rtc/rtc-as3722: use devm for rtc and irq registration | Laxman Dewangan | 1 | -16/+3 |
2014-01-24 | firmware/dmi_scan: generalize for use by other archs | Ard Biesheuvel | 2 | -10/+13 |
2014-01-24 | backlight: lp8788: remove unnecessary parentheses | Jingoo Han | 1 | -3/+3 |
2014-01-24 | backlight: lp855x: remove unnecessary parentheses | Jingoo Han | 1 | -1/+1 |
2014-01-24 | backlight: kb3886_bl: fix incorrect placement of __initdata marker | Jingoo Han | 1 | -1/+1 |
2014-01-24 | backlight: tosa: use devm_lcd_device_register() | Jingoo Han | 1 | -4/+2 |
2014-01-24 | backlight: l4f00242t03: use devm_lcd_device_register() | Jingoo Han | 1 | -4/+2 |
2014-01-24 | backlight: jornada720: use devm_lcd_device_register() | Jingoo Han | 1 | -11/+2 |
2014-01-24 | backlight: tosa: use devm_backlight_device_register() | Jingoo Han | 1 | -4/+3 |
2014-01-24 | backlight: ot200_bl: use devm_backlight_device_register() | Jingoo Han | 1 | -6/+3 |
2014-01-24 | backlight: omap1: use devm_backlight_device_register() | Jingoo Han | 1 | -12/+2 |
2014-01-24 | backlight: hp680_bl: use devm_backlight_device_register() | Jingoo Han | 1 | -4/+2 |
2014-01-24 | backlight: jornada720: use devm_backlight_device_register() | Jingoo Han | 1 | -12/+3 |
2014-01-24 | drivers/vlynq/vlynq.c: fix another resource size off by 1 error | Dan Carpenter | 1 | -1/+2 |
2014-01-24 | drivers/video/aty/aty128fb.c: fix a warning pertaining to the aty128fb backli... | David Howells | 1 | -0/+4 |