summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2015-02-04i2c: i801: Add PCI ID for Intel BraswellAlan Cox1-0/+2
2015-02-04i2c: i801: Add device ID for Intel Wildcat Point PCHJean Delvare2-0/+4
2015-02-04i2c: i801: Fix the alignment of the device tableJean Delvare1-68/+68
2015-02-04i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han20-20/+20
2015-02-04i2c: rcar: fix RCAR_IRQ_ACK_{RECV|SEND}Sergei Shtylyov1-2/+2
2015-02-04Revert "i2c: rcar: remove spinlock"Sergei Shtylyov1-0/+22
2015-02-04i2c: rcar: fix MNR interrupt handlingSergei Shtylyov1-6/+9
2015-02-04i2c: i2c-rcar: Drop class based scanning to improve bootup timeWolfram Sang1-7/+7
2015-02-04i2c: sh_mobile: add compatibles for additional SoCWolfram Sang1-0/+3
2015-02-04i2c: sh_mobile: fix clock calculation for newer SoCsWolfram Sang1-10/+38
2015-02-04i2c: sh_mobile: check timing parameters for valid rangeWolfram Sang1-4/+13
2015-02-04i2c: sh_mobile: bail out on errors when initializingWolfram Sang1-5/+7
2015-02-04i2c: sh_mobile: remove superfluous offset parameterWolfram Sang1-9/+6
2015-02-04i2c: sh_mobile: devm conversion, irq setupWolfram Sang1-41/+15
2015-02-04i2c: sh_mobile: devm conversion, low hanging fruitsWolfram Sang1-31/+10
2015-02-04i2c: sh_mobile: honor DT bus speed settingsWolfram Sang1-1/+4
2015-02-04i2c: sh_mobile: improve error handlingWolfram Sang1-16/+9
2015-02-04i2c: sh_mobile: replace magic hex values with constantsWolfram Sang1-5/+6
2015-02-04i2c: remove unnecessary OOM messagesJingoo Han14-41/+13
2015-02-04i2c: rcar: update copyright and license informationWolfram Sang1-8/+6
2015-02-04i2c: rcar: janitorial cleanup after refactoringWolfram Sang1-45/+5
2015-02-04i2c: rcar: reuse status bits as enable bitsWolfram Sang1-13/+4
2015-02-04i2c: rcar: remove spinlockWolfram Sang1-22/+0
2015-02-04i2c: rcar: refactor status bit handlingWolfram Sang1-13/+7
2015-02-04i2c: rcar: refactor setting up msgWolfram Sang1-25/+5
2015-02-04i2c: rcar: check bus free before first messageWolfram Sang1-11/+5
2015-02-04i2c: rcar: refactor irq state machineWolfram Sang1-32/+7
2015-02-04i2c: rcar: refactor bus state machineWolfram Sang1-27/+10
2015-02-04i2c: rcar: no need to store irq numberWolfram Sang1-5/+4
2015-02-04i2c: rcar: not everything needs to be a functionWolfram Sang1-11/+3
2015-02-04i2c: rcar: add compatibles for additional SoCWolfram Sang1-0/+3
2015-02-04Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2015-02-04i2c: i2c-rcar: deprecate class based instantiationWolfram Sang1-1/+1
2015-02-04i2c: rcar: add compatible entry for r8a7791Wolfram Sang1-0/+1
2015-02-04i2c: add deprecation warning for class based instantiationWolfram Sang1-0/+7
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-05i2c: ismt: use correct length when copy bufferFan Du1-2/+2
2014-10-05i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren1-2/+2
2014-10-05i2c: at91: add bound checking on SMBus block length bytesMarek Roszko1-4/+24
2014-10-05i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai1-2/+1
2014-09-05drivers/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-13i2c: Remove usage of orphaned symbol OF_I2CRichard Weinberger1-1/+1