summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-i801.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao2022-11-011-0/+1
* i2c: i801: Prefer async probeMani Milani2022-10-021-0/+1
* i2c: move drivers from strlcpy to strscpyWolfram Sang2022-08-111-2/+2
* Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-08-041-30/+9
|\
| * i2c: i801: convert to use common P2SB accessorAndy Shevchenko2022-07-141-30/+9
* | i2c: i801: Add support for Intel Meteor Lake-PJarkko Nikula2022-07-061-0/+3
|/
* i2c: i801: Drop two outdated commentsJean Delvare2022-03-111-5/+0
* i2c: i801: Add support for the Process Call commandJean Delvare2022-03-021-1/+11
* i2c: i801: Drop useless masking in i801_accessJean Delvare2022-03-021-2/+2
* i2c: i801: Add support for Intel Raptor Lake PCH-SJarkko Nikula2022-02-151-0/+3
* i2c: i801: Don't clear status flags twice in interrupt modeHeiner Kallweit2021-12-091-11/+5
* i2c: i801: Don't read back cleared status in i801_check_pre()Heiner Kallweit2021-12-091-19/+3
* i2c: i801: Improve handling platform data for tco deviceHeiner Kallweit2021-11-291-15/+12
* i2c: i801: Improve handling of chip-specific feature definitionsHeiner Kallweit2021-11-291-125/+66
* i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit2021-11-291-12/+5
* i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit2021-11-291-10/+5
* i2c: i801: Fix interrupt storm from SMB_ALERT signalJarkko Nikula2021-11-231-6/+19
* i2c: i801: Restore INTREN on unloadJean Delvare2021-11-231-1/+6
* i2c: i801: Add support for Intel Ice Lake PCH-NAndy Shevchenko2021-11-071-0/+4
* i2c: i801: Fix incorrect and needless software PEC disablingJarkko Nikula2021-10-291-1/+0
* i2c: i801: Stop using pm_runtime_set_autosuspend_delay(-1)Heiner Kallweit2021-09-291-4/+5
* i2c: i801: Use PCI bus rescan mutex to protect P2SB accessHeiner Kallweit2021-09-291-3/+2
* i2c: i801: Improve i801_add_muxHeiner Kallweit2021-09-291-11/+7
* i2c: i801: Improve i801_acpi_probe/remove functionsHeiner Kallweit2021-09-291-16/+7
* i2c: i801: Remove not needed check for PCI_COMMAND_INTX_DISABLEHeiner Kallweit2021-09-291-8/+1
* i2c: i801: Improve is_dell_system_with_lis3lv02dHeiner Kallweit2021-09-291-9/+5
* i2c: i801: Remove not needed debug messageHeiner Kallweit2021-08-101-4/+0
* i2c: i801: make p2sb_spinlock a mutexHeiner Kallweit2021-08-101-4/+4
* i2c: i801: Improve disabling runtime pmHeiner Kallweit2021-08-101-6/+1
* i2c: i801: Fix handling SMBHSTCNT_PEC_ENHeiner Kallweit2021-07-281-16/+11
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-07-041-85/+51
|\
| * i2c: i801: Improve i801_setup_hstcfgHeiner Kallweit2021-06-201-6/+4
| * i2c: i801: Use driver name constant instead of function dev_driver_stringHeiner Kallweit2021-06-201-5/+5
| * i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_s...Heiner Kallweit2021-06-201-4/+4
| * i2c: i801: Improve status pollingHeiner Kallweit2021-06-201-23/+13
| * i2c: i801: Use standard PCI constants instead of own onesHeiner Kallweit2021-05-271-14/+6
| * i2c: i801: Replace waitqueue with completion APIHeiner Kallweit2021-05-271-29/+19
| * i2c: i801: Remove unneeded warning after wait_event_timeout timeoutHeiner Kallweit2021-05-271-8/+4
* | i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_accessHeiner Kallweit2021-06-201-0/+3
* | i2c: i801: Don't generate an interrupt on bus resetJean Delvare2021-05-271-4/+2
|/
* i2c: i801: Add support for Intel Alder Lake PCH-MJarkko Nikula2021-04-171-0/+4
* i2c: i801: Add support for Intel Alder Lake PCH-PJarkko Nikula2021-02-091-0/+4
* Merge tag 'v5.11-rc5' into i2c/for-5.12Wolfram Sang2021-01-281-1/+1
|\
| * i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminatedHans de Goede2021-01-041-1/+1
* | i2c: i801: Refactor mux code since platform_device_unregister() is NULL awareAndy Shevchenko2021-01-051-7/+3
* | i2c: i801: Drop duplicate NULL check in i801_del_mux()Andy Shevchenko2021-01-051-2/+1
|/
* Merge branch 'i2c/for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-211-0/+5
|\
| * i2c: i801: Add support for Intel Alder Lake PCH-SJarkko Nikula2020-09-291-0/+4
| * i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480Jeffrey Lin2020-09-091-0/+1
* | i2c: i801: Exclude device from suspend direct complete optimizationJean Delvare2020-09-211-0/+1