summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2014-05-05i2c: i801: enable Intel BayTrail SMBUSChew, Kean ho2-0/+4
2014-04-03i2c: cpm: Fix build by adding of_address.h and of_irq.hScott Wood1-0/+2
2014-04-02i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston2-0/+4
2014-03-24i2c: Remove usage of orphaned symbol OF_I2CRichard Weinberger1-1/+1
2014-02-23i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang1-19/+14
2014-02-06i2c: piix4: Add support for AMD ML and CZ SMBus changesShane Huang2-5/+24
2014-02-06i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT1-0/+5
2013-12-04i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu1-2/+2
2013-12-04i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu1-2/+2
2013-12-04i2c: wmt: add missing clk_disable_unprepare() on errorWei Yongjun1-0/+1
2013-10-10i2c: i2c-mux-pinctrl: use deferred probe when adapter not foundWolfram Sang1-2/+2
2013-10-10i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not foundWolfram Sang1-1/+1
2013-10-10i2c: i2c-mux-gpio: use deferred probingIonut Nicu1-2/+2
2013-10-10i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errorsIonut Nicu1-3/+7
2013-10-10i2c: omap: Clear ARDY bit twiceTaras Kondratiuk1-0/+3
2013-10-10i2c: Not all adapters have a parentJean Delvare1-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-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 Schwidefsky2-5/+2
2013-09-11i2c: 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 Westerberg2-1/+91
2013-08-23i2c: move OF helpers into the coreWolfram Sang31-82/+112
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 Han25-35/+40
2013-08-19i2c: omap: query STP always when NACK is receivedGrygorii Strashko1-5/+4
2013-08-16i2c: mxs: fix broken timing calculationLothar Waßmann1-24/+63
2013-08-15drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resourceJulia Lawall1-4/+1
2013-08-15i2c: imx: Add Vybrid VF610 I2C controller supportJingchang Lu1-0/+32
2013-08-15i2c: imx: add struct to hold more configurable quirksJingchang Lu1-25/+52