summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2015-02-08i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski
2015-01-07i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko
2015-01-07i2c: omap: fix i207 errata handlingAlexander Kochetkov
2015-01-07i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov
2014-11-13i2c: at91: don't account as iowaitWolfram Sang
2014-10-13i2c: ismt: use correct length when copy bufferFan Du
2014-10-13i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren
2014-10-13i2c: at91: add bound checking on SMBus block length bytesMarek Roszko
2014-10-13i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai
2014-09-03drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang
2014-06-09i2c: s3c2410: resume race fixOlof Johansson
2014-06-09i2c: designware: Mask all interrupts during i2c controller enableDu, Wenkai
2014-06-09i2c: rcar: bail out on zero length transfersWolfram Sang
2014-05-05i2c: i801: enable Intel BayTrail SMBUSChew, Kean ho
2014-04-03i2c: cpm: Fix build by adding of_address.h and of_irq.hScott Wood
2014-04-01i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston
2014-03-24i2c: Remove usage of orphaned symbol OF_I2CRichard Weinberger
2014-02-22i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang
2014-02-06i2c: piix4: Add support for AMD ML and CZ SMBus changesShane Huang
2014-02-06i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT
2013-12-04i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu
2013-12-04i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu
2013-12-04i2c: wmt: add missing clk_disable_unprepare() on errorWei Yongjun
2013-10-10i2c: i2c-mux-pinctrl: use deferred probe when adapter not foundWolfram Sang
2013-10-10i2c: i2c-arb-gpio-challenge: use deferred probe when adapter not foundWolfram Sang
2013-10-10i2c: i2c-mux-gpio: use deferred probingIonut Nicu
2013-10-10i2c: i2c-mux-gpio: don't ignore of_get_named_gpio errorsIonut Nicu
2013-10-10i2c: omap: Clear ARDY bit twiceTaras Kondratiuk
2013-10-10i2c: Not all adapters have a parentJean Delvare
2013-10-10i2c: i2c-stu300: replace platform_driver_probe to support deferred probingWolfram Sang
2013-10-10i2c: i2c-mxs: replace platform_driver_probe to support deferred probingWolfram Sang
2013-10-10i2c: i2c-imx: replace platform_driver_probe to support deferred probingWolfram Sang
2013-10-10i2c: i2c-designware-platdrv: replace platform_driver_probe to support deferre...Wolfram Sang
2013-09-28i2c: ismt: initialize DMA bufferJames Ralston
2013-09-27i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding
2013-09-27i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky
2013-09-10i2c: davinci: Fix bad dev_get_platdata() conversionOlof Johansson
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