summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2022-01-11i2c: mpc: Avoid out of bounds memory accessChris Packham1-6/+9
2022-01-11Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang1-95/+0
2022-01-05i2c: validate user data in compat ioctlPavel Skripkin1-0/+3
2021-12-17i2c: rk3x: Handle a spurious start completion interrupt flagOndrej Jirman1-2/+2
2021-12-17i2c: virtio: fix completion handlingVincent Whitchurch1-20/+12
2021-12-14i2c: mpc: Use atomic read and fix break conditionChris Packham1-1/+1
2021-12-08i2c: cbus-gpio: set atomic transfer callbackAaro Koskinen1-2/+3
2021-12-08i2c: stm32f7: stop dma transfer in case of NACKAlain Volmat1-2/+7
2021-12-08i2c: stm32f7: recover the bus on access timeoutAlain Volmat1-0/+2
2021-12-08i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat1-1/+19
2021-12-01i2c: virtio: disable timeout handlingVincent Whitchurch1-9/+5
2021-11-18i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET1-1/+5
2021-11-18i2c: mediatek: fixing the incorrect register offsetKewei Xu1-1/+1
2021-11-18i2c: i801: Use PCI bus rescan mutex to protect P2SB accessHeiner Kallweit1-3/+2
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-10-02i2c: acpi: fix resource leak in reconfiguration device additionJamie Iles1-0/+1
2021-09-02Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+32
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+1
2021-09-01Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds25-730/+400
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-12i2c: acpi: Add an i2c_acpi_client_count() helper functionHans de Goede1-0/+32
2021-08-11i2c: dev: Use sysfs_emit() in "show" functionsAndy Shevchenko1-1/+1
2021-08-11i2c: dev: Define pr_fmt() and drop duplication substringsAndy Shevchenko1-11/+9
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: dev: zero out array used for i2c reads from userspaceGreg Kroah-Hartman1-2/+3
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