summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2014-01-09i2c: viperboard: remove superfluous assignmentWolfram Sang1-3/+1
2014-01-04i2c: xilinx: Use devm_* functionsKedareswara rao Appana1-50/+15
2014-01-04i2c: xilinx: Do not enable irq before irq handlerMichal Simek1-2/+2
2014-01-04i2c: xilinx: Fix i2c checkpatch warningsKedareswara rao Appana1-9/+11
2014-01-04i2c: isch: Use devm_request_region()Jingoo Han1-5/+2
2014-01-04i2c: viperboard: Use devm_kzalloc() functionsJingoo Han1-9/+3
2014-01-03i2c: imx: propagate irq error code in probeWolfram Sang1-1/+1
2014-01-03i2c: s3c2410: dont need CPU_FREQ transitions for exynos seriesNaveen Krishna Ch1-2/+2
2014-01-03i2c: s3c2410: Add polling mode supportVasanth Ananthan1-10/+56
2014-01-03i2c: shmobile/rcar: Restrict non-COMPILE_TEST compilationLaurent Pinchart1-2/+2
2014-01-03i2c: pca954x: Add reset GPIO supportLaurent Pinchart1-0/+19
2014-01-03i2c: pca954x: Use devm_kzalloc managed allocatorLaurent Pinchart1-12/+6
2014-01-03i2c: pca954x: Sort headers alphabeticallyLaurent Pinchart1-4/+3
2014-01-02i2c: riic: add driverWolfram Sang3-0/+438
2013-12-12i2c: imx: Check the return value from clk_prepare_enable()Fabio Estevam1-1/+3
2013-12-12i2c: mux: Inherit retry count and timeout from parent for muxed busElie De Brauwer1-0/+2
2013-11-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-13/+19
2013-11-28i2c: bcm2835: Linking platform nodes to adapter nodesFlorian Meier1-0/+1
2013-11-27i2c: omap: raw read and write endian fixVictor Kamensky1-4/+4
2013-11-26i2c: i2c-bcm-kona: Fix module buildTim Kryger1-1/+1
2013-11-26i2c: i2c-diolan-u2c: different usb endpoints for DLN-2-U2CMartin Vogt1-5/+11
2013-11-26i2c: bcm-kona: remove duplicated includeWei Yongjun1-1/+0
2013-11-26i2c: davinci: raw read and write endian fixTaras Kondratiuk1-2/+2
2013-11-25Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...Olof Johansson1-0/+22
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-6/+19
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds27-194/+2918
2013-11-18i2c: bcm-kona: fix error return code in bcm_kona_i2c_probe()Wei Yongjun1-1/+2
2013-11-17i2c: i2c-eg20t: do not print error message in syslog if no ACK receivedAndreas Werner1-22/+4
2013-11-15i2c: bcm-kona: Introduce Broadcom I2C DriverTim Kryger3-0/+919
2013-11-15i2c: omap: Fix missing device tree flags for omap2Tony Lindgren1-0/+22
2013-11-15i2c: cbus-gpio: Fix device tree bindingTony Lindgren1-0/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang9-10/+10
2013-11-14i2c: Use stable dev_name for ACPI enumerated I2C slavesJarkko Nikula1-4/+17
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki1-2/+2
2013-11-14i2c: wmt: add missing clk_disable_unprepare() on errorWei Yongjun1-0/+1
2013-11-14i2c: designware: add new ACPI IDsMika Westerberg1-0/+2
2013-11-14i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston2-0/+4
2013-11-14i2c: exynos5: Remove incorrect clk_disable_unprepareSachin Kamat1-5/+0
2013-11-14i2c: i2c-st: Add ST I2C controllerMaxime COQUELIN3-0/+883
2013-11-14Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+5
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring10-23/+35
2013-11-01i2c: exynos5: add High Speed I2C controller driverNaveen Krishna Ch3-0/+782
2013-11-01i2c: rcar: fixup rcar type namingKuninori Morimoto1-11/+11
2013-11-01i2c: scmi: remove some bogus NULL checksDan Carpenter1-3/+3
2013-10-31i2c: sh_mobile & rcar: Enable the driver on all ARM platformsLaurent Pinchart1-2/+2
2013-10-31i2c: sh_mobile: Convert to clk_prepare/unprepareLaurent Pinchart1-4/+4
2013-10-30i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu1-2/+2
2013-10-30i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu1-2/+2
2013-10-30i2c: Include linux/of.h headerSachin Kamat5-0/+5
2013-10-28Merge branch 'acpi-pm'Rafael J. Wysocki1-0/+5