aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
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
2013-08-28i2c: designware: make HCNT/LCNT values configurableMika Westerberg
2013-08-28i2c: mpc: cleanup clock API useGerhard Sittig
2013-08-28i2c: pnx: fix error return code in i2c_pnx_probe()Wei Yongjun
2013-08-28i2c: ismt: add error return code in probe()Wolfram Sang
2013-08-23i2c: move ACPI helpers into the coreMika Westerberg
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-23i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT
2013-08-23i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT
2013-08-21i2c: powermac: fix return path on errorWolfram Sang
2013-08-19i2c: tiny-usb: do not use stack as URB transfer_bufferJussi Kivilinna
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-08-19i2c: omap: query STP always when NACK is receivedGrygorii Strashko
2013-08-16i2c: mxs: fix broken timing calculationLothar Waßmann
2013-08-15drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-15i2c: imx: Add Vybrid VF610 I2C controller supportJingchang Lu
2013-08-15i2c: imx: add struct to hold more configurable quirksJingchang Lu
2013-08-15i2c: imx: add INT flag and IEN bit operatation codesJingchang Lu
2013-08-15i2c: imx: change register offset representationJingchang Lu
2013-08-15i2c: imx: wrap registers read/write to inline functionJingchang Lu
2013-08-15i2c: imx: don't change platform device id_entry directlyJingchang Lu
2013-08-15i2c: imx: enable clk before write to registersJingchang Lu
2013-08-15i2c: imx: use struct representing i2c clk{div, val} pairJingchang Lu
2013-08-15i2c: piix4: Add support for secondary SMBus on AMD SB800 and AMD FCH chipsetsRudolf Marek
2013-08-15i2c: Improve logging on failure to probe for ->class devicesAndy Lutomirski
2013-08-15i2c: davinci: Allow i2c driver available for keystone platformsSantosh Shilimkar
2013-08-15i2c: davinci: remove useless mach/hardware includeSantosh Shilimkar
2013-08-15i2c: i2c-bfin-twi: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-08-15i2c: puv3: add CONFIG_PM_SLEEP to suspend functionJingoo Han
2013-08-15i2c: pnx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-08-15i2c: stu300: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-08-15i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-08-15i2c: designware: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-08-15i2c: i2c-mpc: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-08-15i2c: mxs: Check the return value from stmp_reset_block()Fabio Estevam
2013-08-07drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang
2013-08-07drivers/i2c/busses: don't use devm_pinctrl_get_select_default() in probeWolfram Sang
2013-08-07i2c: mpc: Define unique I2C adapter namesGuenter Roeck
2013-08-07i2c: add sanity check to i2c_put_adapterSebastian Hesselbarth
2013-08-07i2c: designware: Manually set RESTART bit between messagesChew, Chiau Ee
2013-08-07i2c: pxa: enable high speed mode for i2c busLeilei Shang
2013-08-05i2c: Fix Kontron PLD prescaler calculationMichael Brunner
2013-08-05i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds