summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring6-15/+20
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: Include linux/of.h headerSachin Kamat4-0/+4
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding1-1/+1
2013-10-10i2c: omap: Clear ARDY bit twiceTaras Kondratiuk1-0/+3
2013-10-10i2c: i2c-stu300: replace platform_driver_probe to support deferred probingWolfram Sang1-6/+5
2013-10-10i2c: i2c-mxs: replace platform_driver_probe to support deferred probingWolfram Sang1-1/+2
2013-10-10i2c: i2c-imx: replace platform_driver_probe to support deferred probingWolfram Sang1-5/+6
2013-10-10i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferre...Wolfram Sang1-2/+3
2013-10-09drivers: clean-up prom.h implicit includesRob Herring3-0/+5
2013-10-06i2c: mxs: Fix PIO mode on i.MX23Marek Vasut1-11/+29
2013-10-06i2c: mxs: Rework the PIO mode operationMarek Vasut1-102/+176
2013-10-06i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert1-6/+34
2013-10-03i2c: remove redundant of_match_ptrSachin Kamat2-2/+2
2013-09-30i2c: bfin-twi: Remove casting the return value which is a void pointerJingoo Han1-3/+3
2013-09-30i2c: xiic: Remove casting the return value which is a void pointerJingoo Han1-1/+1
2013-09-30i2c: rcar: use per-device clockGuennadi Liakhovetski1-1/+1
2013-09-30i2c: rcar: fix clk_get() error handlingGuennadi Liakhovetski1-3/+3
2013-09-30i2c: rcar: add Device Tree supportGuennadi Liakhovetski1-2/+19
2013-09-30i2c: rcar: get clock rate only once and simplify calculationGuennadi Liakhovetski1-7/+13
2013-09-30i2c: rcar: (cosmetic) remove superfluous parenthesisGuennadi Liakhovetski1-1/+1
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee1-6/+20
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding1-2/+2
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding1-5/+7
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips1-2/+0
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-4/+2
2013-09-10i2c: davinci: Fix bad dev_get_platdata() conversionOlof Johansson1-1/+1
2013-09-04i2c: rcar: add rcar-H2 supportNguyen Viet Dung1-2/+33
2013-08-28i2c: sirf: retry 3 times as sometimes we get random noack and timeoutZhiwu Song1-1/+2
2013-08-28i2c: sirf: support reverse direction of addressZhiwu Song1-0/+4
2013-08-28i2c: sirf: fix the typo for setting bitrate to less than 100kZhiwu Song1-1/+1
2013-08-28i2c: sirf: we need to wait I2C_RESET status in resumeZhiwu Song1-0/+2
2013-08-28i2c: sirf: reset i2c controller early after we get a noackZhiwu Song1-9/+18
2013-08-28i2c: designware: get SDA hold time, HCNT and LCNT configuration from ACPIMika Westerberg1-0/+34
2013-08-28i2c: designware: make HCNT/LCNT values configurableMika Westerberg2-0/+23
2013-08-28i2c: mpc: cleanup clock API useGerhard Sittig1-0/+24
2013-08-28i2c: pnx: fix error return code in i2c_pnx_probe()Wei Yongjun1-1/+2
2013-08-28i2c: ismt: add error return code in probe()Wolfram Sang1-0/+1
2013-08-23i2c: move ACPI helpers into the coreMika Westerberg1-1/+0
2013-08-23i2c: move OF helpers into the coreWolfram Sang26-74/+5
2013-08-23i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT1-2/+13
2013-08-23i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT1-11/+182
2013-08-21i2c: powermac: fix return path on errorWolfram Sang1-1/+2
2013-08-19i2c: tiny-usb: do not use stack as URB transfer_bufferJussi Kivilinna1-15/+34
2013-08-19i2c: use dev_get_platdata()Jingoo Han19-27/+30