summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-05i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam1-1/+1
2013-07-14Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-07-05Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-1387/+1212
2013-07-04Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+8
2013-07-04Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+3
2013-07-04Merge tag 'pm+acpi-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-07-04i2c-designware: use div_u64 to fix linkVincent Stehlé1-1/+2
2013-07-03Merge tag 'pinctrl-for-v3.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-80/+10
2013-07-03Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds1-3/+13
2013-07-01i2c: Kontron PLD i2c bus driverKevin Strasser3-0/+421
2013-07-01i2c: iop3xxx: fix build failure after waitqueue changesKevin Hilman1-1/+1
2013-06-26i2c-designware: make SDA hold time configurableChristian Ruppert3-0/+24
2013-06-26i2c-cpm: Fix to takeback i2c bus master-ship after a collisionSachin Surendran1-0/+8
2013-06-26i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not providedGregory CLEMENT1-1/+5