aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2-5/+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 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
2013-08-15i2c: imx: add INT flag and IEN bit operatation codesJingchang Lu1-5/+22
2013-08-15i2c: imx: change register offset representationJingchang Lu1-7/+16
2013-08-15i2c: imx: wrap registers read/write to inline functionJingchang Lu1-34/+46
2013-08-15i2c: imx: don't change platform device id_entry directlyJingchang Lu1-2/+6
2013-08-15i2c: imx: enable clk before write to registersJingchang Lu1-0/+6
2013-08-15i2c: imx: use struct representing i2c clk{div, val} pairJingchang Lu1-7/+13
2013-08-15i2c: piix4: Add support for secondary SMBus on AMD SB800 and AMD FCH chipsetsRudolf Marek1-10/+31
2013-08-15i2c: Improve logging on failure to probe for ->class devicesAndy Lutomirski1-1/+2
2013-08-15i2c: davinci: Allow i2c driver available for keystone platformsSantosh Shilimkar1-1/+1
2013-08-15i2c: davinci: remove useless mach/hardware includeSantosh Shilimkar1-2/+0
2013-08-15i2c: i2c-bfin-twi: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+6
2013-08-15i2c: puv3: add CONFIG_PM_SLEEP to suspend functionJingoo Han1-1/+1
2013-08-15i2c: pnx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-08-15i2c: stu300: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-08-15i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-1/+1
2013-08-15i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-3/+6
2013-08-15i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-6/+7
2013-08-15i2c: mxs: Check the return value from stmp_reset_block()Fabio Estevam1-7/+19
2013-08-07drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang1-3/+0
2013-08-07drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-13/+0
2013-08-07i2c: mpc: Define unique I2C adapter namesGuenter Roeck1-1/+4
2013-08-07i2c: add sanity check to i2c_put_adapterSebastian Hesselbarth1-1/+2
2013-08-07i2c: designware: Manually set RESTART bit between messagesChew, Chiau Ee1-0/+14
2013-08-07i2c: pxa: enable high speed mode for i2c busLeilei Shang1-1/+63
2013-08-05i2c: Fix Kontron PLD prescaler calculationMichael Brunner1-2/+2