summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2021-10-04i2c: mlxcpld: Modify register setting for 400KHz frequencyVadim Pasternak-1/+1
2021-10-04i2c: mlxcpld: Fix criteria for frequency settingVadim Pasternak-1/+1
2021-10-02i2c: mediatek: Add OFFSET_EXT_CONF setting backKewei Xu-1/+10
2021-10-02i2c: acpi: fix resource leak in reconfiguration device additionJamie Iles-0/+1
2021-09-02Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-0/+32
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+1
2021-08-31Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-730/+400
2021-08-25i2c: cadence: Implement save restoreShubhrajyoti Datta-11/+27
2021-08-25i2c: xlp9xx: fix main IRQ checkSergey Shtylyov-1/+1
2021-08-25i2c: mt65xx: fix IRQ checkSergey Shtylyov-1/+1
2021-08-19i2c: virtio: add a virtio i2c frontend driverJie Deng-0/+302
2021-08-19i2c: hix5hd2: fix IRQ checkSergey Shtylyov-1/+1
2021-08-19i2c: s3c2410: fix IRQ checkSergey Shtylyov-1/+1
2021-08-19i2c: iop3xx: fix deferred probingSergey Shtylyov-4/+2
2021-08-17i2c: synquacer: fix deferred probingSergey Shtylyov-1/+1
2021-08-17i2c: sun6i-pw2i: Prefer strscpy over strlcpyLen Baker-1/+1
2021-08-17i2c: remove dead PMC MSP TWI/SMBus/I2C driverLukas Bulwahn-610/+0
2021-08-12i2c: acpi: Add an i2c_acpi_client_count() helper functionHans de Goede-0/+32
2021-08-11i2c: dev: Use sysfs_emit() in "show" functionsAndy Shevchenko-1/+1
2021-08-11i2c: dev: Define pr_fmt() and drop duplication substringsAndy Shevchenko-11/+9
2021-08-11i2c: designware: Fix indentation in the headerAndy Shevchenko-2/+2
2021-08-11i2c: designware: Use DIV_ROUND_CLOSEST() macroAndy Shevchenko-6/+7
2021-08-11i2c: at91: mark PM ops as __maybe unusedWolfram Sang-1/+1
2021-08-11i2c: sh_mobile: : use proper DMAENGINE API for terminationWolfram Sang-2/+2
2021-08-11i2c: qup: : use proper DMAENGINE API for terminationWolfram Sang-1/+1
2021-08-11i2c: mxs: : use proper DMAENGINE API for terminationWolfram Sang-2/+2
2021-08-11i2c: imx: : use proper DMAENGINE API for terminationWolfram Sang-3/+3
2021-08-11i2c: at91-master: : use proper DMAENGINE API for terminationWolfram Sang-2/+2
2021-08-10i2c: at91: remove #define CONFIG_PMClaudiu Beznea-12/+5
2021-08-10i2c: parport: Switch to use module_parport_driver()Andy Shevchenko-25/+11
2021-08-10i2c: dev: zero out array used for i2c reads from userspaceGreg Kroah-Hartman-2/+3
2021-08-10i2c: iproc: fix race between client unreg and taskletDhananjay Phadke-2/+2
2021-08-10i2c: i801: Remove not needed debug messageHeiner Kallweit-4/+0
2021-08-10i2c: i801: make p2sb_spinlock a mutexHeiner Kallweit-4/+4
2021-08-10i2c: i801: Improve disabling runtime pmHeiner Kallweit-6/+1
2021-08-03i2c: highlander: add IRQ checkSergey Shtylyov-1/+1
2021-07-28i2c: i801: Fix handling SMBHSTCNT_PEC_ENHeiner Kallweit-16/+11
2021-07-27Merge 5.14-rc3 into driver-core-nextGreg Kroah-Hartman-2/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König-4/+1
2021-07-20i2c: mpc: Poll for MCFChris Packham-2/+2
2021-07-04Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-134/+341
2021-07-02i2c: ali1535: mention that the device should not be disabledWolfram Sang-0/+5
2021-07-02i2c: mpc: Restore reread of I2C status registerChris Packham-0/+2
2021-06-29Merge tag 'acpi-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-4/+4
2021-06-29Merge branches 'acpi-bus', 'acpi-scan' and 'acpi-tables'Rafael J. Wysocki-4/+4
2021-06-25i2c: core-smbus: Expose PEC calculate function for generic useQuan Nguyen-2/+10
2021-06-24i2c: robotfuzz-osif: fix control-request directionsJohan Hovold-2/+2
2021-06-24i2c: core: Disable client irq on reboot/shutdownDmitry Torokhov-0/+3
2021-06-24i2c: imx: Fix some checkpatch warningsKwon Tae-young-14/+5
2021-06-24i2c: dev: Add __user annotationAndreas Hecht-1/+1