Age | Commit message (Expand) | Author | Files | Lines |
2012-11-14 | i2c: omap: make reset a seperate function | Shubhrajyoti D | 1 | -15/+24 |
2012-11-14 | i2c: omap: re-factor omap_i2c_init function | Shubhrajyoti D | 1 | -40/+35 |
2012-11-14 | ARM: i2c: omap: Remove the i207 errata flag | Shubhrajyoti D | 1 | -2/+1 |
2012-11-14 | i2c: omap: remove the dtrev | Shubhrajyoti D | 1 | -7/+5 |
2012-11-14 | i2c: omap: use revision check for OMAP_I2C_FLAG_APPLY_ERRATA_I207 | Shubhrajyoti D | 1 | -1/+2 |
2012-11-14 | i2c: omap: Fix the revision register read | Shubhrajyoti D | 1 | -13/+48 |
2012-11-14 | i2c: omap: adopt pinctrl support | Sebastien Guiriec | 1 | -0/+13 |
2012-11-14 | i2c: omap: ensure writes to dev->buf_len are ordered | Felipe Balbi | 1 | -1/+3 |
2012-11-14 | i2c: omap: ensure writes to dev->buf_len are ordered | Felipe Balbi | 1 | -1/+3 |
2012-11-14 | Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints" | Paul Walmsley | 1 | -18/+14 |
2012-11-14 | Revert "ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints" | Paul Walmsley | 1 | -18/+14 |
2012-11-14 | i2c: at91: fix SMBus quick command | Ludovic Desroches | 1 | -1/+6 |
2012-11-14 | i2c: at91: fix SMBus quick command | Ludovic Desroches | 1 | -1/+6 |
2012-11-14 | i2c: i2c-gpio: fix name issue with multiple i2c gpio nodes | Bo Shen | 1 | -1/+5 |
2012-11-13 | i2c: ocores: Use devm_request_and_ioremap() | Thierry Reding | 1 | -12/+3 |
2012-11-13 | i2c: rcar: fix section mismatch | Wolfram Sang | 1 | -2/+2 |
2012-11-13 | Merge branch 'cleanups/dma' into next/cleanup | Arnd Bergmann | 7 | -403/+29 |
2012-11-13 | i2c: rcar: used devm_request_and_ioremap() instead of devm_ioremap() | Kuninori Morimoto | 1 | -1/+1 |
2012-11-12 | i2c: nomadik: Fix the usage of wait_for_completion_timeout | Chuansheng Liu | 1 | -14/+0 |
2012-11-04 | Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/l... | Linus Torvalds | 3 | -175/+22 |
2012-11-02 | i2c: tegra: set irq name as device name | Laxman Dewangan | 1 | -1/+1 |
2012-11-02 | i2c-nomadik: Fixup clock handling | Philippe Begnic | 1 | -2/+7 |
2012-11-02 | i2c: mxs: remove broken PIOQUEUE support | Wolfram Sang | 1 | -172/+14 |
2012-10-29 | i2c-i801: Fix comment | Jean Delvare | 1 | -1/+1 |
2012-10-29 | i2c-i801: Simplify dependency towards GPIOLIB | Jean Delvare | 2 | -4/+6 |
2012-10-29 | i2c-stub: Move to drivers/i2c | Jean Delvare | 2 | -223/+0 |
2012-10-15 | i2c: imx: remove cpu_is_xxx by using platform_device_id | Shawn Guo | 1 | -5/+35 |
2012-10-11 | Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux | Linus Torvalds | 11 | -477/+1822 |
2012-10-08 | MXS: Implement DMA support into mxs-i2c | Marek Vasut | 1 | -22/+247 |
2012-10-08 | Merge tag 'v3.6-rc7' into i2c-embedded/for-next | Wolfram Sang | 6 | -31/+60 |
2012-10-08 | i2c: add Renesas R-Car I2C driver | Kuninori Morimoto | 3 | -0/+720 |
2012-10-08 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 1 | -13/+1 |
2012-10-06 | i2c: s3c2410: use clk_prepare_enable and clk_disable_unprepare | Thomas Abraham | 1 | -9/+9 |
2012-10-06 | ARM: OMAP: convert I2C driver to PM QoS for MPU latency constraints | Jean Pihet | 1 | -14/+18 |
2012-10-06 | i2c: nomadik: Add Device Tree support to the Nomadik I2C driver | Lee Jones | 1 | -3/+32 |
2012-10-06 | i2c-piix4: Fix build failure | Daniel J Blueman | 1 | -0/+1 |
2012-10-06 | i2c-i801: Let i2c-mux-gpio find the GPIO chip | Jean Delvare | 1 | -33/+4 |
2012-10-06 | i2c-i801: Support SMBus multiplexing on Asus Z8 series | Jean Delvare | 2 | -1/+214 |
2012-10-06 | i2c-viapro: Add VIA VX900 device ID | Jean Delvare | 2 | -1/+5 |
2012-10-06 | i2c-parport: i2c_parport_irq can be static | Jean Delvare | 1 | -1/+1 |
2012-10-06 | i2c-designware: i2c_dw_xfer_msg can be static | Jean Delvare | 1 | -1/+1 |
2012-10-06 | i2c/scx200_*: Replace printks with pr_<level>s | Jim Cromie | 2 | -21/+18 |
2012-10-06 | i2c: Make I2C available on UML | Peter Huewe | 1 | -13/+1 |
2012-10-02 | Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 4 | -4/+4 |
2012-10-02 | Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -38/+92 |
2012-10-02 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 2 | -61/+62 |
2012-09-22 | Merge branch 'multiplatform/platform-data' into next/multiplatform | Olof Johansson | 4 | -4/+4 |
2012-09-22 | Merge branch 'v3.7-samsung-fixes-1' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 6 | -31/+60 |
2012-09-21 | i2c-scmi: convert to module_acpi_driver() | Mika Westerberg | 1 | -13/+1 |
2012-09-21 | Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker... | Olof Johansson | 6 | -31/+60 |