summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: fix bus recovery stop mode timingRussell King2020-01-141-3/+10
* i2c: imx: don't print error message on probe deferLucas Stach2019-12-131-1/+2
* i2c: core: fix use after free in of_i2c_notifyWen Yang2019-12-131-2/+2
* i2c: uniphier-f: fix timeout error after reading 8 bytesMasahiro Yamada2019-12-011-3/+14
* i2c: uniphier-f: fix race condition when IRQ is clearedMasahiro Yamada2019-12-011-5/+6
* i2c: uniphier-f: fix occasional timeout errorMasahiro Yamada2019-12-011-8/+25
* i2c: uniphier-f: make driver robust against concurrencyMasahiro Yamada2019-12-011-1/+16
* i2c: zx2967: use core to detect 'no zero length' quirkWolfram Sang2019-11-241-3/+5
* i2c: tegra: use core to detect 'no zero length' quirkWolfram Sang2019-11-241-3/+1
* i2c: qup: use core to detect 'no zero length' quirkWolfram Sang2019-11-241-8/+6
* i2c: omap: use core to detect 'no zero length' quirkWolfram Sang2019-11-241-3/+5
* i2c: brcmstb: Allow enabling the driver on DSL SoCsFlorian Fainelli2019-11-241-3/+4
* i2c: mediatek: modify threshold passed to i2c_get_dma_safe_msg_buf()Hsin-Yi Wang2019-11-241-4/+4
* i2c: aspeed: fix invalid clock parameters for very large divisorsBrendan Higgins2019-11-201-20/+45
* i2c: mediatek: Use DMA safe buffers for i2c transactionsJun Gao2019-11-201-7/+55
* i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is presentHans de Goede2019-11-201-1/+27
* i2c: stm32f7: remove warning when compiling with W=1Alain Volmat2019-11-101-1/+1
* i2c: stm32f7: fix a race in slave mode with arbitration loss irqFabrice Gasnier2019-11-101-7/+10
* i2c: stm32f7: fix first byte to send in slave modeFabrice Gasnier2019-11-101-0/+2
* i2c-cht-wc: Fix lockdep warningHans de Goede2019-10-071-0/+46
* i2c: riic: Clear NACK in tend isrChris Brandt2019-10-051-0/+1
* i2c: designware: Synchronize IRQs when unregistering slave clientJarkko Nikula2019-09-211-0/+1
* i2c: at91: fix clk_offset for sama5d2Michał Mirosław2019-09-161-1/+1
* i2c: at91: disable TXRDY interrupt after sending dataMichał Mirosław2019-09-161-4/+5
* i2c: piix4: Fix port selection for AMD Family 16h Model 30hAndrew Cooks2019-09-061-7/+5
* i2c: emev2: avoid race when unregistering slave clientWolfram Sang2019-09-061-4/+12
* i2c: rcar: avoid race when unregistering slave clientWolfram Sang2019-09-061-4/+7
* gcc-9: don't warn about uninitialized variableLinus Torvalds2019-08-091-1/+1
* i2c: stm32f7: fix the get_irq error casesFabrice Gasnier2019-07-311-12/+14
* i2c: pca-platform: Fix GPIO lookup codeLinus Walleij2019-07-101-2/+1
* i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen2019-06-221-0/+1
* i2c: acorn: fix i2c warningRussell King2019-06-191-0/+1
* i2c: xiic: Add max_read_len quirkRobert Hancock2019-06-111-0/+5
* i2c: synquacer: fix synquacer_i2c_doxfer() return valueMasahisa Kojima2019-06-091-1/+1
* i2c: mlxcpld: Fix wrong initialization order in probeVadim Pasternak2019-06-091-1/+1
* i2c: i2c-stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon2019-05-081-1/+1
* i2c: Prevent runtime suspend of adapter when Host Notify is requiredJarkko Nikula2019-05-081-0/+4
* i2c: Allow recovery of the initial IRQ by an I2C client device.Jim Broadus2019-05-081-4/+5
* i2c: Clear client->irq in i2c_device_removeCharles Keepax2019-05-081-0/+2
* i2c: Remove unnecessary call to irq_find_mappingCharles Keepax2019-05-081-4/+1
* i2c: imx: correct the method of getting private data in notifier_callAnson Huang2019-05-081-2/+2
* i2c: synquacer: fix enumeration of slave devicesArd Biesheuvel2019-05-081-0/+2
* i2c: i801: Add support for Intel Comet LakeJarkko Nikula2019-05-042-0/+5
* i2c: of: Try to find an I2C adapter matching the parentThierry Reding2019-04-051-1/+13
* i2c: tegra: fix maximum transfer sizeSowjanya Komatineni2019-03-231-1/+1
* i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski2019-03-231-0/+12
* i2c: cadence: Fix the hold bit settingShubhrajyoti Datta2019-03-231-2/+7
* i2c: omap: Use noirq system sleep pm ops to idle device for suspendTony Lindgren2019-03-131-8/+5
* i2c: sh_mobile: Add support for r8a774c0 (RZ/G2E)Fabrizio Castro2019-02-121-0/+1
* i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-02-121-16/+16