summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2013-11-01i2c: rcar: fixup rcar type namingKuninori Morimoto
2013-11-01i2c: scmi: remove some bogus NULL checksDan Carpenter
2013-10-31i2c: sh_mobile & rcar: Enable the driver on all ARM platformsLaurent Pinchart
2013-10-31i2c: sh_mobile: Convert to clk_prepare/unprepareLaurent Pinchart
2013-10-30i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu
2013-10-30i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu
2013-10-30i2c: Include linux/of.h headerSachin Kamat
2013-10-29Revert to 3.8 (no rt, no stable)Scott Wood
2013-10-29Revert to v3.8 (no RT, no stable)Scott Wood
2013-10-28Merge branch 'acpi-pm'Rafael J. Wysocki
2013-10-24of/irq: Use irq_of_parse_and_map()Thierry Reding
2013-10-11i2c: attach/detach I2C client device to the ACPI power domainLv Zheng
2013-10-10i2c: i2c-mux-pinctrl: use deferred probe when adapter not foundWolfram Sang
2013-10-10i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not foundWolfram Sang
2013-10-10i2c: i2c-mux-gpio: use deferred probingIonut Nicu
2013-10-10i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errorsIonut Nicu
2013-10-10i2c: omap: Clear ARDY bit twiceTaras Kondratiuk
2013-10-10i2c: Not all adapters have a parentJean Delvare
2013-10-10i2c: i2c-stu300: replace platform_driver_probe to support deferred probingWolfram Sang
2013-10-10i2c: i2c-mxs: replace platform_driver_probe to support deferred probingWolfram Sang
2013-10-10i2c: i2c-imx: replace platform_driver_probe to support deferred probingWolfram Sang
2013-10-10i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferre...Wolfram Sang
2013-10-10drivers: clean-up prom.h implicit includesRob Herring
2013-10-06i2c: mxs: Fix PIO mode on i.MX23Marek Vasut
2013-10-06i2c: mxs: Rework the PIO mode operationMarek Vasut
2013-10-06i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controllerJuergen Beisert
2013-10-03i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen
2013-10-03i2c: remove redundant of_match_ptrSachin Kamat
2013-09-30i2c: bfin-twi: Remove casting the return value which is a void pointerJingoo Han
2013-09-30i2c: xiic: Remove casting the return value which is a void pointerJingoo Han
2013-09-30i2c: rcar: use per-device clockGuennadi Liakhovetski
2013-09-30i2c: rcar: fix clk_get() error handlingGuennadi Liakhovetski
2013-09-30i2c: rcar: add Device Tree supportGuennadi Liakhovetski
2013-09-30i2c: rcar: get clock rate only once and simplify calculationGuennadi Liakhovetski
2013-09-30i2c: rcar: (cosmetic) remove superfluous parenthesisGuennadi Liakhovetski
2013-09-30i2c: i2c-dev: Create 'name' attribute automaticallyGuenter Roeck
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-10i2c: davinci: Fix bad dev_get_platdata() conversionOlof Johansson
2013-09-04i2c: rcar: add rcar-H2 supportNguyen Viet Dung
2013-08-28i2c: sirf: retry 3 times as sometimes we get random noack and timeoutZhiwu Song
2013-08-28i2c: sirf: support reverse direction of addressZhiwu Song
2013-08-28i2c: sirf: fix the typo for setting bitrate to less than 100kZhiwu Song
2013-08-28i2c: sirf: we need to wait I2C_RESET status in resumeZhiwu Song
2013-08-28i2c: sirf: reset i2c controller early after we get a noackZhiwu Song
2013-08-28i2c: designware: get SDA hold time, HCNT and LCNT configuration from ACPIMika Westerberg