aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: i2c-mux-pinctrl: use deferred probe when adapter not foundWolfram Sang2013-10-101-2/+2
* i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not foundWolfram Sang2013-10-101-1/+1
* i2c: i2c-mux-gpio: use deferred probingIonut Nicu2013-10-101-2/+2
* i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errorsIonut Nicu2013-10-101-3/+7
* i2c: omap: Clear ARDY bit twiceTaras Kondratiuk2013-10-101-0/+3
* i2c: Not all adapters have a parentJean Delvare2013-10-101-0/+3
* i2c: i2c-stu300: replace platform_driver_probe to support deferred probingWolfram Sang2013-10-101-6/+5
* 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
* 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
* i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips2013-09-271-2/+0
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-132-5/+2
* i2c: davinci: Fix bad dev_get_platdata() conversionOlof Johansson2013-09-101-1/+1
* i2c: rcar: add rcar-H2 supportNguyen Viet Dung2013-09-041-2/+33
* i2c: sirf: retry 3 times as sometimes we get random noack and timeoutZhiwu Song2013-08-281-1/+2
* i2c: sirf: support reverse direction of addressZhiwu Song2013-08-281-0/+4
* i2c: sirf: fix the typo for setting bitrate to less than 100kZhiwu Song2013-08-281-1/+1
* i2c: sirf: we need to wait I2C_RESET status in resumeZhiwu Song2013-08-281-0/+2
* i2c: sirf: reset i2c controller early after we get a noackZhiwu Song2013-08-281-9/+18
* i2c: designware: get SDA hold time, HCNT and LCNT configuration from ACPIMika Westerberg2013-08-281-0/+34
* i2c: designware: make HCNT/LCNT values configurableMika Westerberg2013-08-282-0/+23
* i2c: mpc: cleanup clock API useGerhard Sittig2013-08-281-0/+24
* i2c: pnx: fix error return code in i2c_pnx_probe()Wei Yongjun2013-08-281-1/+2
* i2c: ismt: add error return code in probe()Wolfram Sang2013-08-281-0/+1
* i2c: move ACPI helpers into the coreMika Westerberg2013-08-232-1/+91
* i2c: move OF helpers into the coreWolfram Sang2013-08-2331-82/+112
* i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT2013-08-231-2/+13
* i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT2013-08-231-11/+182
* i2c: powermac: fix return path on errorWolfram Sang2013-08-211-1/+2
* i2c: tiny-usb: do not use stack as URB transfer_bufferJussi Kivilinna2013-08-191-15/+34
* i2c: use dev_get_platdata()Jingoo Han2013-08-1925-35/+40
* i2c: omap: query STP always when NACK is receivedGrygorii Strashko2013-08-191-5/+4
* i2c: mxs: fix broken timing calculationLothar Waßmann2013-08-161-24/+63
* drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resourceJulia Lawall2013-08-151-4/+1
* i2c: imx: Add Vybrid VF610 I2C controller supportJingchang Lu2013-08-151-0/+32
* i2c: imx: add struct to hold more configurable quirksJingchang Lu2013-08-151-25/+52
* i2c: imx: add INT flag and IEN bit operatation codesJingchang Lu2013-08-151-5/+22
* i2c: imx: change register offset representationJingchang Lu2013-08-151-7/+16
* i2c: imx: wrap registers read/write to inline functionJingchang Lu2013-08-151-34/+46
* i2c: imx: don't change platform device id_entry directlyJingchang Lu2013-08-151-2/+6
* i2c: imx: enable clk before write to registersJingchang Lu2013-08-151-0/+6
* i2c: imx: use struct representing i2c clk{div, val} pairJingchang Lu2013-08-151-7/+13
* i2c: piix4: Add support for secondary SMBus on AMD SB800 and AMD FCH chipsetsRudolf Marek2013-08-151-10/+31
* i2c: Improve logging on failure to probe for ->class devicesAndy Lutomirski2013-08-151-1/+2
* i2c: davinci: Allow i2c driver available for keystone platformsSantosh Shilimkar2013-08-151-1/+1
* i2c: davinci: remove useless mach/hardware includeSantosh Shilimkar2013-08-151-2/+0