aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-10Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds2-3/+14
2021-11-08Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds20-260/+490
2021-11-07i2c: amd-mp2-plat: ACPI: Use ACPI_COMPANION() directlyRafael J. Wysocki1-3/+2
2021-11-07i2c: i801: Add support for Intel Ice Lake PCH-NAndy Shevchenko1-0/+4
2021-11-06i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR()Wei Yongjun1-1/+1
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-13/+9
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-26/+30
2021-11-03i2c: Allow an ACPI driver to manage the device's power state during probeSakari Ailus2-3/+14
2021-11-01i2c: virtio: Add support for zero-length requestsViresh Kumar1-26/+30
2021-10-29mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla1-21/+12
2021-10-29i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET1-1/+5
2021-10-29i2c: qup: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao1-2/+2
2021-10-29i2c: qup: fix a trivial typoRandy Dunlap1-1/+1
2021-10-29i2c: tegra: Ensure that device is suspended before driver is removedDmitry Osipenko1-2/+2
2021-10-29i2c: i801: Fix incorrect and needless software PEC disablingJarkko Nikula1-1/+0
2021-10-20i2c: acpi: Replace custom function with device_match_acpi_handle()Andy Shevchenko1-13/+9
2021-10-11i2c: mediatek: Dump i2c/dma register when a timeout occursKewei Xu1-0/+54
2021-10-11i2c: mediatek: Reset the handshake signal between i2c and dmaKewei Xu1-0/+26
2021-10-11i2c: mlxcpld: Allow flexible polling time setting for I2C transactionsVadim Pasternak1-4/+8
2021-10-11i2c: pasemi: Set enable bit for Apple variantSven Peter3-0/+17
2021-10-11i2c: pasemi: Add Apple platform driverSven Peter3-0/+135
2021-10-11i2c: pasemi: Refactor _probe to use devm_*Sven Peter3-40/+15
2021-10-11i2c: pasemi: Allow to configure bus frequencySven Peter3-5/+8
2021-10-11i2c: pasemi: Move common reset code to own functionSven Peter1-6/+9
2021-10-11i2c: pasemi: Split pci driver to its own fileSven Peter4-86/+118
2021-10-11i2c: pasemi: Split off common probing codeSven Peter1-14/+25
2021-10-11i2c: pasemi: Remove usage of pci_devSven Peter1-6/+6
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