Age | Commit message (Expand) | Author | Files | Lines |
2013-12-13 | i2c: imx: Check the return value from clk_prepare_enable() | Fabio Estevam | 1 | -1/+3 |
2013-12-13 | i2c: mux: Inherit retry count and timeout from parent for muxed bus | Elie De Brauwer | 1 | -0/+2 |
2013-11-29 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -13/+19 |
2013-11-28 | i2c: bcm2835: Linking platform nodes to adapter nodes | Florian Meier | 1 | -0/+1 |
2013-11-27 | i2c: omap: raw read and write endian fix | Victor Kamensky | 1 | -4/+4 |
2013-11-26 | i2c: i2c-bcm-kona: Fix module build | Tim Kryger | 1 | -1/+1 |
2013-11-26 | i2c: i2c-diolan-u2c: different usb endpoints for DLN-2-U2C | Martin Vogt | 1 | -5/+11 |
2013-11-26 | i2c: bcm-kona: remove duplicated include | Wei Yongjun | 1 | -1/+0 |
2013-11-26 | i2c: davinci: raw read and write endian fix | Taras Kondratiuk | 1 | -2/+2 |
2013-11-26 | Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker... | Olof Johansson | 1 | -0/+22 |
2013-11-21 | Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -6/+19 |
2013-11-19 | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 27 | -194/+2918 |
2013-11-18 | i2c: bcm-kona: fix error return code in bcm_kona_i2c_probe() | Wei Yongjun | 1 | -1/+2 |
2013-11-17 | i2c: i2c-eg20t: do not print error message in syslog if no ACK received | Andreas Werner | 1 | -22/+4 |
2013-11-16 | i2c: bcm-kona: Introduce Broadcom I2C Driver | Tim Kryger | 3 | -0/+919 |
2013-11-16 | i2c: omap: Fix missing device tree flags for omap2 | Tony Lindgren | 1 | -0/+22 |
2013-11-16 | i2c: cbus-gpio: Fix device tree binding | Tony Lindgren | 1 | -0/+2 |
2013-11-15 | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 9 | -10/+10 |
2013-11-15 | i2c: Use stable dev_name for ACPI enumerated I2C slaves | Jarkko Nikula | 1 | -4/+17 |
2013-11-15 | ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_node | Rafael J. Wysocki | 1 | -2/+2 |
2013-11-14 | i2c: wmt: add missing clk_disable_unprepare() on error | Wei Yongjun | 1 | -0/+1 |
2013-11-14 | i2c: designware: add new ACPI IDs | Mika Westerberg | 1 | -0/+2 |
2013-11-14 | i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCH | James Ralston | 2 | -0/+4 |
2013-11-14 | i2c: exynos5: Remove incorrect clk_disable_unprepare | Sachin Kamat | 1 | -5/+0 |
2013-11-14 | i2c: i2c-st: Add ST I2C controller | Maxime COQUELIN | 3 | -0/+883 |
2013-11-14 | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+5 |
2013-11-07 | Merge remote-tracking branch 'grant/devicetree/next' into for-next | Rob Herring | 10 | -23/+35 |
2013-11-01 | i2c: exynos5: add High Speed I2C controller driver | Naveen Krishna Ch | 3 | -0/+782 |
2013-11-01 | i2c: rcar: fixup rcar type naming | Kuninori Morimoto | 1 | -11/+11 |
2013-11-01 | i2c: scmi: remove some bogus NULL checks | Dan Carpenter | 1 | -3/+3 |
2013-10-31 | i2c: sh_mobile & rcar: Enable the driver on all ARM platforms | Laurent Pinchart | 1 | -2/+2 |
2013-10-31 | i2c: sh_mobile: Convert to clk_prepare/unprepare | Laurent Pinchart | 1 | -4/+4 |
2013-10-30 | i2c: mux: gpio: use reg value for i2c_add_mux_adapter | Ionut Nicu | 1 | -2/+2 |
2013-10-30 | i2c: mux: gpio: use gpio_set_value_cansleep() | Ionut Nicu | 1 | -2/+2 |
2013-10-30 | i2c: Include linux/of.h header | Sachin Kamat | 5 | -0/+5 |
2013-10-28 | Merge branch 'acpi-pm' | Rafael J. Wysocki | 1 | -0/+5 |
2013-10-24 | of/irq: Use irq_of_parse_and_map() | Thierry Reding | 1 | -1/+1 |
2013-10-11 | i2c: attach/detach I2C client device to the ACPI power domain | Lv Zheng | 1 | -0/+5 |
2013-10-10 | i2c: i2c-mux-pinctrl: use deferred probe when adapter not found | Wolfram Sang | 1 | -2/+2 |
2013-10-10 | i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not found | Wolfram Sang | 1 | -1/+1 |
2013-10-10 | i2c: i2c-mux-gpio: use deferred probing | Ionut Nicu | 1 | -2/+2 |
2013-10-10 | i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errors | Ionut Nicu | 1 | -3/+7 |
2013-10-10 | i2c: omap: Clear ARDY bit twice | Taras Kondratiuk | 1 | -0/+3 |
2013-10-10 | i2c: Not all adapters have a parent | Jean Delvare | 1 | -0/+3 |
2013-10-10 | i2c: i2c-stu300: replace platform_driver_probe to support deferred probing | Wolfram Sang | 1 | -6/+5 |
2013-10-10 | i2c: i2c-mxs: replace platform_driver_probe to support deferred probing | Wolfram Sang | 1 | -1/+2 |
2013-10-10 | i2c: i2c-imx: replace platform_driver_probe to support deferred probing | Wolfram Sang | 1 | -5/+6 |
2013-10-10 | i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferre... | Wolfram Sang | 1 | -2/+3 |
2013-10-10 | drivers: clean-up prom.h implicit includes | Rob Herring | 3 | -0/+5 |
2013-10-06 | i2c: mxs: Fix PIO mode on i.MX23 | Marek Vasut | 1 | -11/+29 |