summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2017-06-08i2c: at91: manage unexpected RXRDY flag when starting a transferLudovic Desroches1-10/+26
2017-02-10i2c: at91: fix write transfers by clearing pending interrupt firstCyrille Pitchen1-8/+50
2017-02-10i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy1-1/+1
2017-02-10i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu1-7/+11
2016-06-07i2c: cpm: Fix build break due to incompatible pointer typesMichael Ellerman1-2/+2
2015-10-27i2c: rcar: enable RuntimePM before registering to the coreWolfram Sang1-3/+4
2015-08-03i2c: at91: fix a race condition when using the DMA controllerCyrille Pitchen1-17/+53
2015-05-06i2c: core: Export bus recovery functionsMark Brown1-0/+3
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: 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-09-06drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang1-2/+2
2014-06-08i2c: s3c2410: resume race fixOlof Johansson1-1/+1
2014-06-08i2c: designware: Mask all interrupts during i2c controller enableDu, Wenkai1-0/+3
2014-06-08i2c: rcar: bail out on zero length transfersWolfram Sang1-1/+8
2014-06-08i2c: i801: enable Intel BayTrail SMBUSChew, Kean ho2-0/+4
2014-06-08i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston2-0/+4
2014-02-14i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDsSeth Heasley2-0/+4
2013-12-04i2c: mux: gpio: use gpio_set_value_cansleep()Ionut Nicu1-2/+2
2013-12-04i2c: mux: gpio: use reg value for i2c_add_mux_adapterIonut Nicu1-2/+2
2013-11-04i2c: ismt: initialize DMA bufferJames Ralston1-0/+3
2013-10-18i2c: omap: Clear ARDY bit twiceTaras Kondratiuk1-0/+3
2013-08-15i2c: i2c-mxs: Use DMA mode even for small transfersFabio Estevam1-1/+1
2013-07-26i2c-piix4: Add AMD CZ SMBus device IDShane Huang2-1/+3
2013-05-21Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-8/+26
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang3-16/+0
2013-05-18i2c: suppress lockdep warning on delete_deviceAlexander Sverdlin1-1/+2
2013-05-18i2c: mv64xxx: work around signals causing I2C transactions to be abortedRussell King1-4/+4
2013-05-18i2c: i801: Document feature bits in modinfoJean Delvare1-1/+5
2013-05-18i2c: designware: add Intel BayTrail ACPI IDMika Westerberg1-0/+1
2013-05-17i2c: designware: always clear interrupts before enabling themMika Westerberg1-1/+2
2013-05-17i2c: designware: fix RX FIFO overrunJosef Ahmad2-1/+12
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-4/+4
2013-05-07Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-37/+3
2013-05-07Merge branch 'late/dt' into next/dt2Arnd Bergmann1-1/+0
2013-05-03Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds28-389/+824
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-23i2c: xiic: must always write 16-bit words to TX_FIFOSteven A. Falco1-4/+2
2013-04-23i2c: octeon: use HZ in timeout value송은봉1-1/+1
2013-04-19i2c: octeon: Fix i2c fail problem when a process is terminated by a signal송은봉1-4/+4
2013-04-19i2c: designware-pci: drop superfluous {get|put}_deviceWolfram Sang1-4/+0
2013-04-19i2c: designware-plat: drop superfluous {get|put}_deviceWolfram Sang1-4/+0
2013-04-19i2c: davinci: drop superfluous {get|put}_deviceWolfram Sang1-13/+6
2013-04-17i2c: mux: Add i2c-arb-gpio-challenge 'mux' driverDoug Anderson3-0/+265
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2-3/+3
2013-04-16i2c: at91: convert to dma_request_slave_channel_compat()Ludovic Desroches1-24/+25
2013-04-15i2c: mxs: do error checking and handling in PIO modeLucas Stach1-5/+36