summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2014-12-16i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko1-5/+3
2014-12-16i2c: omap: fix i207 errata handlingAlexander Kochetkov1-3/+5
2014-12-16i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov1-2/+0
2014-11-14i2c: at91: don't account as iowaitWolfram Sang1-1/+1
2014-10-06i2c: ismt: use correct length when copy bufferFan Du1-2/+2
2014-10-06i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren1-2/+2
2014-10-06i2c: at91: add bound checking on SMBus block length bytesMarek Roszko1-4/+24
2014-10-06i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai1-2/+1
2014-09-06drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang1-2/+2
2014-06-07i2c: s3c2410: resume race fixOlof Johansson1-1/+1
2014-06-07i2c: designware: Mask all interrupts during i2c controller enableDu, Wenkai1-0/+3
2014-06-07i2c: rcar: bail out on zero length transfersWolfram Sang1-1/+8
2014-06-07i2c: i801: enable Intel BayTrail SMBUSChew, Kean ho2-0/+4
2014-03-24i2c: cpm: Fix build by adding of_address.h and of_irq.hScott Wood1-0/+2
2014-03-14i2c: Remove usage of orphaned symbol OF_I2CRichard Weinberger1-1/+1
2014-02-15i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang1-19/+14
2014-01-30Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds46-75/+48
2014-01-30Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-22/+21
2014-01-29Update Jean Delvare's e-mail addressJean Delvare13-22/+21
2014-01-27i2c: rcar: fix NACK error codeBen Dooks1-2/+2
2014-01-27i2c: rcar: use devm_clk_get to ensure clock is properly ref-countedBen Dooks1-8/+9
2014-01-27i2c: rcar: do not print error if device nacks transferBen Dooks1-1/+1
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+11
2014-01-24i2c: rely on driver core when sanitizing devicesWolfram Sang1-9/+4
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker43-43/+0
2014-01-24i2c: acorn: is tristate and should use module.hPaul Gortmaker1-1/+1
2014-01-24i2c: piix4: Standardize log messagesJean Delvare1-6/+6
2014-01-24i2c: piix4: Use different message for AMD Auxiliary SMBus ControllerShane Huang1-1/+2
2014-01-24i2c: piix4: Add support for AMD ML and CZ SMBus changesShane Huang2-5/+24
2014-01-24Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+10
2014-01-24Merge tag 'fixes-nc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2014-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-01-17ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui1-0/+11
2014-01-16i2c: s3c2410: fix quirk usage for 64-bitPankaj Dubey1-3/+3
2014-01-16i2c: pnx: Use devm_*() functionsJingoo Han1-51/+13
2014-01-16i2c: at91: add a new compatibility string for the at91sam9261jean-jacques hiblot1-0/+3
2014-01-14Merge tag 'mvebu-fixes-3.13' of git://git.infradead.org/linux-mvebu into next...Kevin Hilman1-0/+5
2014-01-14i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT1-0/+5
2014-01-13i2c-ismt: support I2C_SMBUS_I2C_BLOCK_DATA transaction typerobert.valiquette@intel.com1-0/+37
2014-01-13i2c: Add bus driver for for OSIF USB i2c device.Andrew Lunn3-0/+213
2014-01-13i2c: i2c-tiny-usb: Remove RobotFuzz USB vendor:product IDAndrew Lunn1-1/+0
2014-01-13i2c: designware: remove HAVE_CLK build dependecyBaruch Siach2-2/+0
2014-01-10i2c: nomadik: remove platform data headerLinus Walleij1-1/+23
2014-01-10i2c: nomadik: auto-calculate slave setup timeLinus Walleij1-12/+28
2014-01-10i2c: viperboard: remove superfluous assignmentWolfram Sang1-3/+1
2014-01-07treewide: fix comments and printk msgsMasanari Iida1-1/+1
2014-01-05i2c: xilinx: Use devm_* functionsKedareswara rao Appana1-50/+15
2014-01-05i2c: xilinx: Do not enable irq before irq handlerMichal Simek1-2/+2
2014-01-05i2c: xilinx: Fix i2c checkpatch warningsKedareswara rao Appana1-9/+11
2014-01-05i2c: isch: Use devm_request_region()Jingoo Han1-5/+2