summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2020-01-27i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat1-1/+1
2020-01-27i2c: stm32f7: rework slave_id allocationAlain Volmat1-1/+1
2020-01-14i2c: fix bus recovery stop mode timingRussell King1-3/+10
2019-12-13i2c: imx: don't print error message on probe deferLucas Stach1-1/+2
2019-12-13i2c: core: fix use after free in of_i2c_notifyWen Yang1-2/+2
2019-12-01i2c: uniphier-f: fix timeout error after reading 8 bytesMasahiro Yamada1-3/+14
2019-12-01i2c: uniphier-f: fix race condition when IRQ is clearedMasahiro Yamada1-5/+6
2019-12-01i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada1-8/+25
2019-12-01i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada1-1/+16
2019-11-24i2c: zx2967: use core to detect 'no zero length' quirkWolfram Sang1-3/+5
2019-11-24i2c: tegra: use core to detect 'no zero length' quirkWolfram Sang1-3/+1
2019-11-24i2c: qup: use core to detect 'no zero length' quirkWolfram Sang1-8/+6
2019-11-24i2c: omap: use core to detect 'no zero length' quirkWolfram Sang1-3/+5
2019-11-24i2c: brcmstb: Allow enabling the driver on DSL SoCsFlorian Fainelli1-3/+4
2019-11-24i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()Hsin-Yi Wang1-4/+4
2019-11-20i2c: aspeed: fix invalid clock parameters for very large divisorsBrendan Higgins1-20/+45
2019-11-20i2c: mediatek: Use DMA safe buffers for i2c transactionsJun Gao1-7/+55
2019-11-20i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is presentHans de Goede1-1/+27
2019-11-10i2c: stm32f7: remove warning when compiling with W=1Alain Volmat1-1/+1
2019-11-10i2c: stm32f7: fix a race in slave mode with arbitration loss irqFabrice Gasnier1-7/+10
2019-11-10i2c: stm32f7: fix first byte to send in slave modeFabrice Gasnier1-0/+2
2019-10-07i2c-cht-wc: Fix lockdep warningHans de Goede1-0/+46
2019-10-05i2c: riic: Clear NACK in tend isrChris Brandt1-0/+1
2019-09-21i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula1-0/+1
2019-09-16i2c: at91: fix clk_offset for sama5d2Michał Mirosław1-1/+1
2019-09-16i2c: at91: disable TXRDY interrupt after sending dataMichał Mirosław1-4/+5
2019-09-06i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks1-7/+5
2019-09-06i2c: emev2: avoid race when unregistering slave clientWolfram Sang1-4/+12
2019-09-06i2c: rcar: avoid race when unregistering slave clientWolfram Sang1-4/+7
2019-08-09gcc-9: don't warn about uninitialized variableLinus Torvalds1-1/+1
2019-07-31i2c: stm32f7: fix the get_irq error casesFabrice Gasnier1-12/+14
2019-07-10i2c: pca-platform: Fix GPIO lookup codeLinus Walleij1-2/+1
2019-06-22i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen1-0/+1
2019-06-19i2c: acorn: fix i2c warningRussell King1-0/+1
2019-06-11i2c: xiic: Add max_read_len quirkRobert Hancock1-0/+5
2019-06-09i2c: synquacer: fix synquacer_i2c_doxfer() return valueMasahisa Kojima1-1/+1
2019-06-09i2c: mlxcpld: Fix wrong initialization order in probeVadim Pasternak1-1/+1
2019-05-08i2c: i2c-stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon1-1/+1
2019-05-08i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula1-0/+4
2019-05-08i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus1-4/+5
2019-05-08i2c: Clear client->irq in i2c_device_removeCharles Keepax1-0/+2
2019-05-08i2c: Remove unnecessary call to irq_find_mappingCharles Keepax1-4/+1
2019-05-08i2c: imx: correct the method of getting private data in notifier_callAnson Huang1-2/+2
2019-05-08i2c: synquacer: fix enumeration of slave devicesArd Biesheuvel1-0/+2
2019-05-04i2c: i801: Add support for Intel Comet LakeJarkko Nikula2-0/+5
2019-04-05i2c: of: Try to find an I2C adapter matching the parentThierry Reding1-1/+13
2019-03-23i2c: tegra: fix maximum transfer sizeSowjanya Komatineni1-1/+1
2019-03-23i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski1-0/+12
2019-03-23i2c: cadence: Fix the hold bit settingShubhrajyoti Datta1-2/+7
2019-03-14i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren1-8/+5