summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-i801.c
AgeCommit message (Expand)Author
2021-09-29i2c: i801: Use PCI bus rescan mutex to protect P2SB accessHeiner Kallweit
2021-09-29i2c: i801: Improve i801_add_muxHeiner Kallweit
2021-09-29i2c: i801: Improve i801_acpi_probe/remove functionsHeiner Kallweit
2021-09-29i2c: i801: Remove not needed check for PCI_COMMAND_INTX_DISABLEHeiner Kallweit
2021-09-29i2c: i801: Improve is_dell_system_with_lis3lv02dHeiner Kallweit
2021-08-10i2c: i801: Remove not needed debug messageHeiner Kallweit
2021-08-10i2c: i801: make p2sb_spinlock a mutexHeiner Kallweit
2021-08-10i2c: i801: Improve disabling runtime pmHeiner Kallweit
2021-07-28i2c: i801: Fix handling SMBHSTCNT_PEC_ENHeiner Kallweit
2021-07-04Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-06-20i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_accessHeiner Kallweit
2021-06-20i2c: i801: Improve i801_setup_hstcfgHeiner Kallweit
2021-06-20i2c: i801: Use driver name constant instead of function dev_driver_stringHeiner Kallweit
2021-06-20i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_s...Heiner Kallweit
2021-06-20i2c: i801: Improve status pollingHeiner Kallweit
2021-05-27i2c: i801: Use standard PCI constants instead of own onesHeiner Kallweit
2021-05-27i2c: i801: Replace waitqueue with completion APIHeiner Kallweit
2021-05-27i2c: i801: Remove unneeded warning after wait_event_timeout timeoutHeiner Kallweit
2021-05-27i2c: i801: Don't generate an interrupt on bus resetJean Delvare
2021-04-17i2c: i801: Add support for Intel Alder Lake PCH-MJarkko Nikula
2021-02-09i2c: i801: Add support for Intel Alder Lake PCH-PJarkko Nikula
2021-01-28Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang
2021-01-05i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko
2021-01-05i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko
2021-01-04i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede
2020-10-21Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-09-29i2c: i801: Add support for Intel Alder Lake PCH-SJarkko Nikula
2020-09-21i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare
2020-09-14i2c: i801: Simplify the suspend callbackJean Delvare
2020-09-14i2c: i801: Fix resume bugVolker RĂ¼melin
2020-09-09i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480Jeffrey Lin
2020-08-05i2c: i801: Add support for Intel Tiger Lake PCH-HJarkko Nikula
2020-08-05i2c: i801: Add support for Intel Emmitsburg PCHMika Westerberg
2020-07-23i2c: busses: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula
2020-05-29i2c: i801: Instantiate SPD EEPROMs automaticallyJean Delvare
2020-04-15i2c: i801: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven
2020-03-10i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt deviceMika Westerberg
2020-01-29i2c: i801: Add support for Intel Comet Lake PCH-VJarkko Nikula
2020-01-15i2c: i801: convert to use i2c_new_client_device()Wolfram Sang
2019-11-25i2c: i801: Correct Intel Jasper Lake SOC namingAndy Shevchenko
2019-10-24i2c: i801: Add support for Intel Comet Lake PCH-HJarkko Nikula
2019-10-24i2c: i801: Add support for Intel Jasper LakeJarkko Nikula
2019-09-28i2c: i801: Bring back Block Process Call support for certain platformsJarkko Nikula
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds
2019-09-03i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyondMika Westerberg
2019-08-29i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()Andy Shevchenko
2019-08-01i2c: busses: Use dev_get_drvdata where possibleChuhong Yuan
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab