summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* i2c: imx: Check the return value from clk_prepare_enable()Fabio Estevam2013-12-121-1/+3
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-11-295-13/+19
|\
| * i2c: bcm2835: Linking platform nodes to adapter nodesFlorian Meier2013-11-281-0/+1
| * i2c: omap: raw read and write endian fixVictor Kamensky2013-11-271-4/+4
| * i2c: i2c-bcm-kona: Fix module buildTim Kryger2013-11-261-1/+1
| * i2c: i2c-diolan-u2c: different usb endpoints for DLN-2-U2CMartin Vogt2013-11-261-5/+11
| * i2c: bcm-kona: remove duplicated includeWei Yongjun2013-11-261-1/+0Star
| * i2c: davinci: raw read and write endian fixTaras Kondratiuk2013-11-261-2/+2
* | Merge tag 'omap-for-v3.13/more-fixes-for-merge-window-take2' of git://git.ker...Olof Johansson2013-11-251-0/+22
|\ \ | |/ |/|
| * i2c: omap: Fix missing device tree flags for omap2Tony Lindgren2013-11-151-0/+22
* | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-11-1921-168/+2886
|\ \
| * | i2c: bcm-kona: fix error return code in bcm_kona_i2c_probe()Wei Yongjun2013-11-181-1/+2
| * | i2c: i2c-eg20t: do not print error message in syslog if no ACK receivedAndreas Werner2013-11-171-22/+4Star
| * | i2c: bcm-kona: Introduce Broadcom I2C DriverTim Kryger2013-11-153-0/+919
| * | i2c: cbus-gpio: Fix device tree bindingTony Lindgren2013-11-151-0/+2
| * | i2c: wmt: add missing clk_disable_unprepare() on errorWei Yongjun2013-11-141-0/+1
| * | i2c: designware: add new ACPI IDsMika Westerberg2013-11-141-0/+2
| * | i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston2013-11-142-0/+4
| * | i2c: exynos5: Remove incorrect clk_disable_unprepareSachin Kamat2013-11-141-5/+0Star
| * | i2c: i2c-st: Add ST I2C controllerMaxime COQUELIN2013-11-143-0/+883
| * | i2c: exynos5: add High Speed I2C controller driverNaveen Krishna Ch2013-11-013-0/+782
| * | i2c: rcar: fixup rcar type namingKuninori Morimoto2013-11-011-11/+11
| * | i2c: scmi: remove some bogus NULL checksDan Carpenter2013-11-011-3/+3
| * | i2c: sh_mobile & rcar: Enable the driver on all ARM platformsLaurent Pinchart2013-10-311-2/+2
| * | i2c: sh_mobile: Convert to clk_prepare/unprepareLaurent Pinchart2013-10-311-4/+4
| * | i2c: Include linux/of.h headerSachin Kamat2013-10-304-0/+4
| * | i2c: mxs: Fix PIO mode on i.MX23Marek Vasut2013-10-061-11/+29
| * | i2c: mxs: Rework the PIO mode operationMarek Vasut2013-10-061-102/+176
| * | i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert2013-10-061-6/+34
| * | i2c: remove redundant of_match_ptrSachin Kamat2013-10-032-2/+2
| * | i2c: bfin-twi: Remove casting the return value which is a void pointerJingoo Han2013-09-301-3/+3
| * | i2c: xiic: Remove casting the return value which is a void pointerJingoo Han2013-09-301-1/+1
| * | i2c: rcar: use per-device clockGuennadi Liakhovetski2013-09-301-1/+1
| * | i2c: rcar: fix clk_get() error handlingGuennadi Liakhovetski2013-09-301-3/+3
| * | i2c: rcar: add Device Tree supportGuennadi Liakhovetski2013-09-301-2/+19
| * | i2c: rcar: get clock rate only once and simplify calculationGuennadi Liakhovetski2013-09-301-7/+13
| * | i2c: rcar: (cosmetic) remove superfluous parenthesisGuennadi Liakhovetski2013-09-301-1/+1
* | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-159-10/+10
| |/ |/|
* | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-076-15/+20
|\ \
| * | of/irq: Use irq_of_parse_and_map()Thierry Reding2013-10-241-1/+1
| * | i2c: omap: Clear ARDY bit twiceTaras Kondratiuk2013-10-101-0/+3
| * | i2c: i2c-stu300: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-6/+5Star
| * | i2c: i2c-mxs: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-1/+2
| * | i2c: i2c-imx: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-5/+6
| * | i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferre...Wolfram Sang2013-10-101-2/+3
| |/
* / drivers: clean-up prom.h implicit includesRob Herring2013-10-103-0/+5
|/
* i2c: ismt: initialize DMA bufferJames Ralston2013-09-281-0/+3
* i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee2013-09-271-6/+20
* i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding2013-09-271-2/+2
* i2c: mv64xxx: Fix some build warningsThierry Reding2013-09-271-5/+7