summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-08-3124-718/+390
|\
| * i2c: cadence: Implement save restoreShubhrajyoti Datta2021-08-251-11/+27
| * i2c: xlp9xx: fix main IRQ checkSergey Shtylyov2021-08-251-1/+1
| * i2c: mt65xx: fix IRQ checkSergey Shtylyov2021-08-251-1/+1
| * i2c: virtio: add a virtio i2c frontend driverJie Deng2021-08-193-0/+302
| * i2c: hix5hd2: fix IRQ checkSergey Shtylyov2021-08-191-1/+1
| * i2c: s3c2410: fix IRQ checkSergey Shtylyov2021-08-191-1/+1
| * i2c: iop3xx: fix deferred probingSergey Shtylyov2021-08-191-4/+2
| * i2c: synquacer: fix deferred probingSergey Shtylyov2021-08-171-1/+1
| * i2c: sun6i-pw2i: Prefer strscpy over strlcpyLen Baker2021-08-171-1/+1
| * i2c: remove dead PMC MSP TWI/SMBus/I2C driverLukas Bulwahn2021-08-173-610/+0
| * i2c: designware: Fix indentation in the headerAndy Shevchenko2021-08-111-2/+2
| * i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko2021-08-112-6/+7
| * i2c: at91: mark PM ops as __maybe unusedWolfram Sang2021-08-111-1/+1
| * i2c: sh_mobile: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-2/+2
| * i2c: qup: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-1/+1
| * i2c: mxs: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-2/+2
| * i2c: imx: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-3/+3
| * i2c: at91-master: : use proper DMAENGINE API for terminationWolfram Sang2021-08-111-2/+2
| * i2c: at91: remove #define CONFIG_PMClaudiu Beznea2021-08-101-12/+5
| * i2c: parport: Switch to use module_parport_driver()Andy Shevchenko2021-08-101-25/+11
| * i2c: i801: Remove not needed debug messageHeiner Kallweit2021-08-101-4/+0
| * i2c: i801: make p2sb_spinlock a mutexHeiner Kallweit2021-08-101-4/+4
| * i2c: i801: Improve disabling runtime pmHeiner Kallweit2021-08-101-6/+1
| * i2c: highlander: add IRQ checkSergey Shtylyov2021-08-031-1/+1
| * i2c: i801: Fix handling SMBHSTCNT_PEC_ENHeiner Kallweit2021-07-281-16/+11
* | i2c: iproc: fix race between client unreg and taskletDhananjay Phadke2021-08-101-2/+2
|/
* i2c: mpc: Poll for MCFChris Packham2021-07-201-2/+2
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-0414-129/+226
|\
| * i2c: ali1535: mention that the device should not be disabledWolfram Sang2021-07-021-0/+5
| * i2c: mpc: Restore reread of I2C status registerChris Packham2021-07-021-0/+2
| * i2c: imx: Fix some checkpatch warningsKwon Tae-young2021-06-241-14/+5
| * i2c: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski2021-06-231-4/+1
| * i2c: cadence: Simplify with dev_err_probe()Krzysztof Kozlowski2021-06-231-5/+4
| * i2c: xiic: Simplify with dev_err_probe()Krzysztof Kozlowski2021-06-231-5/+4
| * i2c: cadence: Clear HOLD bit before xfer_size register rolls overRaviteja Narayanam2021-06-231-7/+41
| * i2c: i801: Improve i801_setup_hstcfgHeiner Kallweit2021-06-201-6/+4
| * i2c: i801: Use driver name constant instead of function dev_driver_stringHeiner Kallweit2021-06-201-5/+5
| * i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_s...Heiner Kallweit2021-06-201-4/+4
| * i2c: i801: Improve status pollingHeiner Kallweit2021-06-201-23/+13
| * i2c: cht-wc: Replace of_node by NULLAndy Shevchenko2021-06-201-2/+1
| * i2c: riic: Add RZ/G2L supportBiju Das2021-06-201-1/+22
| * i2c: mediatek: mt65xx: add optional vbus-supplyHsin-Yi Wang2021-05-281-0/+7
| * i2c: rcar: Drop "renesas,i2c-rcar"Geert Uytterhoeven2021-05-281-1/+0
| * i2c: mediatek: Rename i2c irq nameQii Wang2021-05-271-1/+1
| * i2c: i801: Use standard PCI constants instead of own onesHeiner Kallweit2021-05-271-14/+6
| * i2c: i801: Replace waitqueue with completion APIHeiner Kallweit2021-05-271-29/+19
| * i2c: i801: Remove unneeded warning after wait_event_timeout timeoutHeiner Kallweit2021-05-271-8/+4
| * i2c: aspeed: disable additional device addresses on ast2[56]xxZev Weiss2021-05-271-4/+8
| * i2c: stm32f7: add SMBus-Alert supportAlain Volmat2021-05-251-0/+73