aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-11i2c: pasemi: Use dev_name instead of port numberSven Peter1-1/+1
2021-10-11i2c: pasemi: Use io{read,write}32Sven Peter1-3/+13
2021-10-11Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang3-3/+13
2021-10-04i2c: mlxcpld: Reduce polling time for performance improvementVadim Pasternak1-1/+1
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: switch from 'pci_' to 'dma_' APIChristophe JAILLET2-9/+7
2021-10-02i2c: exynos: describe drivers in KConfigKrzysztof Kozlowski1-1/+4
2021-10-02i2c: pxa: drop unneeded MODULE_ALIASKrzysztof Kozlowski1-1/+0
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-10-02i2c: mediatek: fixing the incorrect register offsetKewei Xu1-1/+1
2021-09-29i2c: kempld: deprecate class based instantiationMichael Brunner1-1/+2
2021-09-29i2c: bcm-kona: Fix return value in probe()zhaoxiao1-1/+1
2021-09-29i2c: rcar: enable interrupts before starting transferWolfram Sang1-3/+3
2021-09-29i2c: i801: Stop using pm_runtime_set_autosuspend_delay(-1)Heiner Kallweit1-4/+5
2021-09-29i2c: i801: Use PCI bus rescan mutex to protect P2SB accessHeiner Kallweit1-3/+2
2021-09-29i2c: i801: Improve i801_add_muxHeiner Kallweit1-11/+7
2021-09-29i2c: i801: Improve i801_acpi_probe/remove functionsHeiner Kallweit1-16/+7
2021-09-29i2c: i801: Remove not needed check for PCI_COMMAND_INTX_DISABLEHeiner Kallweit1-8/+1
2021-09-29i2c: i801: Improve is_dell_system_with_lis3lv02dHeiner Kallweit1-9/+5
2021-09-14i2c: xiic: Fix RX IRQ busy checkMarek Vasut1-1/+1
2021-09-14i2c: xiic: Only ever transfer single messageMarek Vasut1-34/+10
2021-09-14i2c: xiic: Switch from waitqueue to completionMarek Vasut1-15/+18
2021-09-14i2c: xiic: Defer xiic_wakeup() and __xiic_start_xfer() in xiic_process()Marek Vasut1-11/+26
2021-09-14i2c: xiic: Drop broken interrupt handlerMarek Vasut1-24/+1
2021-09-14i2c: xiic: Fix broken locking on tx_msgMarek Vasut1-10/+16
2021-09-02Merge tag 'platform-drivers-x86-v5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds1-0/+32
2021-09-01Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+1
2021-08-31Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds25-730/+400
2021-08-25i2c: cadence: Implement save restoreShubhrajyoti Datta1-11/+27
2021-08-25i2c: xlp9xx: fix main IRQ checkSergey Shtylyov1-1/+1
2021-08-25i2c: 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