summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2023-05-12i2c: designware: Delete SMBus functionalitiesHal Feng1-6/+4
2022-11-01Revert "i2c: designware: Descend startup priority"Hal Feng1-1/+1
2022-10-27i2c: designware: Descend startup priorityHal Feng1-1/+1
2022-10-27i2c: designware: Uncomment and recover the pm functionsHal Feng1-4/+1
2022-08-31i2c: designware: Delete redundant codeHal Feng2-30/+2
2022-07-01PMU: Power Domain Controller Driver for JH7110 SOCWalker Chen1-1/+4
2021-12-10modified i2c driver for jh7110Huan.Feng2-2/+30
2021-10-04i2c: mlxcpld: Modify register setting for 400KHz frequencyVadim Pasternak1-1/+1
2021-10-04i2c: mlxcpld: Fix criteria for frequency settingVadim Pasternak1-1/+1
2021-10-02i2c: mediatek: Add OFFSET_EXT_CONF setting backKewei Xu1-1/+10
2021-09-01Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds24-718/+390
2021-08-26i2c: cadence: Implement save restoreShubhrajyoti Datta1-11/+27
2021-08-26i2c: xlp9xx: fix main IRQ checkSergey Shtylyov1-1/+1
2021-08-26i2c: mt65xx: fix IRQ checkSergey Shtylyov1-1/+1
2021-08-19i2c: virtio: add a virtio i2c frontend driverJie Deng3-0/+302
2021-08-19i2c: hix5hd2: fix IRQ checkSergey Shtylyov1-1/+1
2021-08-19i2c: s3c2410: fix IRQ checkSergey Shtylyov1-1/+1
2021-08-19i2c: iop3xx: fix deferred probingSergey Shtylyov1-4/+2
2021-08-17i2c: synquacer: fix deferred probingSergey Shtylyov1-1/+1
2021-08-17i2c: sun6i-pw2i: Prefer strscpy over strlcpyLen Baker1-1/+1
2021-08-17i2c: remove dead PMC MSP TWI/SMBus/I2C driverLukas Bulwahn3-610/+0
2021-08-11i2c: designware: Fix indentation in the headerAndy Shevchenko1-2/+2
2021-08-11i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko2-6/+7
2021-08-11i2c: at91: mark PM ops as __maybe unusedWolfram Sang1-1/+1
2021-08-11i2c: sh_mobile: : use proper DMAENGINE API for terminationWolfram Sang1-2/+2
2021-08-11i2c: qup: : use proper DMAENGINE API for terminationWolfram Sang1-1/+1
2021-08-11i2c: mxs: : use proper DMAENGINE API for terminationWolfram Sang1-2/+2
2021-08-11i2c: imx: : use proper DMAENGINE API for terminationWolfram Sang1-3/+3
2021-08-11i2c: at91-master: : use proper DMAENGINE API for terminationWolfram Sang1-2/+2
2021-08-11i2c: at91: remove #define CONFIG_PMClaudiu Beznea1-12/+5
2021-08-11i2c: parport: Switch to use module_parport_driver()Andy Shevchenko1-25/+11
2021-08-10i2c: iproc: fix race between client unreg and taskletDhananjay Phadke1-2/+2
2021-08-10i2c: i801: Remove not needed debug messageHeiner Kallweit1-4/+0
2021-08-10i2c: i801: make p2sb_spinlock a mutexHeiner Kallweit1-4/+4
2021-08-10i2c: i801: Improve disabling runtime pmHeiner Kallweit1-6/+1
2021-08-03i2c: highlander: add IRQ checkSergey Shtylyov1-1/+1
2021-07-28i2c: i801: Fix handling SMBHSTCNT_PEC_ENHeiner Kallweit1-16/+11
2021-07-20i2c: mpc: Poll for MCFChris Packham1-2/+2
2021-07-04Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14-129/+226
2021-07-02i2c: ali1535: mention that the device should not be disabledWolfram Sang1-0/+5
2021-07-02i2c: mpc: Restore reread of I2C status registerChris Packham1-0/+2
2021-06-24i2c: robotfuzz-osif: fix control-request directionsJohan Hovold1-2/+2
2021-06-24i2c: imx: Fix some checkpatch warningsKwon Tae-young1-14/+5
2021-06-23i2c: davinci: Simplify with dev_err_probe()Krzysztof Kozlowski1-4/+1
2021-06-23i2c: cadence: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+4
2021-06-23i2c: xiic: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+4
2021-06-23i2c: cadence: Clear HOLD bit before xfer_size register rolls overRaviteja Narayanam1-7/+41
2021-06-21i2c: cp2615: check for allocation failure in cp2615_i2c_recv()Dan Carpenter1-4/+10
2021-06-20i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_accessHeiner Kallweit1-0/+3
2021-06-20i2c: i801: Improve i801_setup_hstcfgHeiner Kallweit1-6/+4