summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-i801.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: Add support for Intel Meteor Lake PCH-SJarkko Nikula2023-06-051-0/+3
* i2c: i801: Add support for Intel Meteor Lake SoC-SJarkko Nikula2023-06-051-0/+3
* i2c: i801: Enlarge device name field in i801_ids tableJarkko Nikula2023-06-051-61/+61
* i2c: i801: Call i801_check_post() from i801_access()Heiner Kallweit2023-02-171-11/+9
* i2c: i801: Call i801_check_pre() from i801_access()Heiner Kallweit2023-02-171-8/+5
* i2c: i801: Centralize configuring block commands in i801_block_transactionHeiner Kallweit2023-02-171-49/+35
* i2c: i801: Centralize configuring non-block commands in i801_simple_transactionHeiner Kallweit2023-02-171-17/+14
* i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block onlyHeiner Kallweit2023-02-171-9/+12
* i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()Heiner Kallweit2023-02-171-37/+55
* i2c: i801: add helper i801_set_hstadd()Heiner Kallweit2023-02-121-20/+16
* i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFERHeiner Kallweit2023-02-121-0/+4
* i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQHeiner Kallweit2023-02-121-5/+9
* i2c: i801: improve interrupt handlerHeiner Kallweit2023-02-121-17/+8
* 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-051-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