summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-i801.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-11i2c: i801: Drop two outdated commentsJean Delvare1-5/+0
2022-03-03i2c: i801: Add support for the Process Call commandJean Delvare1-1/+11
2022-03-03i2c: i801: Drop useless masking in i801_accessJean Delvare1-2/+2
2022-02-15i2c: i801: Add support for Intel Raptor Lake PCH-SJarkko Nikula1-0/+3
2021-12-09i2c: i801: Don't clear status flags twice in interrupt modeHeiner Kallweit1-11/+5
2021-12-09i2c: i801: Don't read back cleared status in i801_check_pre()Heiner Kallweit1-19/+3
2021-11-30i2c: i801: Improve handling platform data for tco deviceHeiner Kallweit1-15/+12
2021-11-29i2c: i801: Improve handling of chip-specific feature definitionsHeiner Kallweit1-125/+66
2021-11-29i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit1-12/+5
2021-11-29i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit1-10/+5
2021-11-23i2c: i801: Fix interrupt storm from SMB_ALERT signalJarkko Nikula1-6/+19
2021-11-23i2c: i801: Restore INTREN on unloadJean Delvare1-1/+6
2021-11-07i2c: i801: Add support for Intel Ice Lake PCH-NAndy Shevchenko1-0/+4
2021-10-29i2c: i801: Fix incorrect and needless software PEC disablingJarkko Nikula1-1/+0
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-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-07-28i2c: i801: Fix handling SMBHSTCNT_PEC_ENHeiner Kallweit1-16/+11
2021-07-04Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-85/+51
2021-06-20i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_accessHeiner Kallweit1-0/+3
2021-06-20i2c: i801: Improve i801_setup_hstcfgHeiner Kallweit1-6/+4
2021-06-20i2c: i801: Use driver name constant instead of function dev_driver_stringHeiner Kallweit1-5/+5
2021-06-20i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_s...Heiner Kallweit1-4/+4
2021-06-20i2c: i801: Improve status pollingHeiner Kallweit1-23/+13
2021-05-27i2c: i801: Use standard PCI constants instead of own onesHeiner Kallweit1-14/+6
2021-05-27i2c: i801: Replace waitqueue with completion APIHeiner Kallweit1-29/+19
2021-05-27i2c: i801: Remove unneeded warning after wait_event_timeout timeoutHeiner Kallweit1-8/+4
2021-05-27i2c: i801: Don't generate an interrupt on bus resetJean Delvare1-4/+2
2021-04-17i2c: i801: Add support for Intel Alder Lake PCH-MJarkko Nikula1-0/+4
2021-02-09i2c: i801: Add support for Intel Alder Lake PCH-PJarkko Nikula1-0/+4
2021-01-28Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang1-1/+1
2021-01-05i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko1-7/+3
2021-01-05i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko1-2/+1
2021-01-04i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede1-1/+1
2020-10-21Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2020-09-29i2c: i801: Add support for Intel Alder Lake PCH-SJarkko Nikula1-0/+4
2020-09-21i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare1-0/+1
2020-09-14i2c: i801: Simplify the suspend callbackJean Delvare1-3/+2
2020-09-14i2c: i801: Fix resume bugVolker RĂ¼melin1-7/+14
2020-09-09i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480Jeffrey Lin1-0/+1
2020-08-05i2c: i801: Add support for Intel Tiger Lake PCH-HJarkko Nikula1-0/+4
2020-08-05i2c: i801: Add support for Intel Emmitsburg PCHMika Westerberg1-0/+4
2020-07-23i2c: busses: Use fallthrough pseudo-keywordGustavo A. R. Silva1-4/+4
2020-07-04i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula1-1/+2