summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-i801.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: reword according to newest specificationWolfram Sang2024-07-111-6/+6
* i2c: i801: Add support for Intel Arrow Lake-HJarkko Nikula2024-07-091-0/+3
* i2c: i801: remove printout on handled timeoutsWolfram Sang2024-05-061-3/+1
* i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit2024-05-061-1/+1
* i2c: i801: Remove usage of I2C_CLASS_SPDHeiner Kallweit2024-05-061-4/+0
* i2c: i801: Fix missing Kconfig dependencyHeiner Kallweit2024-05-061-4/+4
* i2c: i801: Call i2c_register_spd for muxed child segmentsHeiner Kallweit2024-05-061-0/+23
* i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1Maxim Levitsky2024-03-261-3/+4
* Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-151-107/+117
|\
| * Merge tag 'i2c-host-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/and...Wolfram Sang2024-03-121-107/+117
| |\
| | * i2c: i801: Add helper i801_get_block_lenHeiner Kallweit2024-02-081-15/+20
| | * i2c: i801: Add SMBUS_LEN_SENTINELHeiner Kallweit2024-02-081-6/+16
| | * i2c: i801: Split i801_block_transactionHeiner Kallweit2024-02-081-62/+50
| | * i2c: i801: Add helper i801_check_and_clear_pec_errorHeiner Kallweit2024-02-081-14/+24
| | * i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4Heiner Kallweit2024-02-081-3/+2
| | * i2c: i801: Remove unused argument from tco functionsHeiner Kallweit2024-02-081-6/+4
| | * i2c: i801: Replace magic value with constant in dmi_check_onboard_devicesHeiner Kallweit2024-02-081-1/+1
* | | i2c: i801: Avoid potential double call to gpiod_remove_lookup_tableHeiner Kallweit2024-03-081-1/+3
* | | i2c: i801: Fix using mux_pdev before it's setHeiner Kallweit2024-03-081-1/+1
|/ /
* / i2c: i801: Fix block process call transactionsJean Delvare2024-02-141-2/+2
|/
* i2c: i801: Add lis3lv02d for Dell XPS 15 7590Paul Menzel2024-01-181-0/+1
* i2c: i801: Add lis3lv02d for Dell Precision 3540Paul Menzel2024-01-181-0/+1
* i2c: i801: Use new helper acpi_use_parent_companionHeiner Kallweit2023-10-281-1/+1
* i2c: i801: Simplify class-based client device instantiationHeiner Kallweit2023-10-211-31/+7
* i2c: i801: Add support for Intel Birch Stream SoCJarkko Nikula2023-10-101-0/+3
* i2c: i801: replace acpi_lock with I2C bus lockHeiner Kallweit2023-09-221-10/+4
* i2c: i801: use i2c_mark_adapter_suspended/resumedHeiner Kallweit2023-09-221-0/+2
* i2c: i801: simplify module boilerplate codeHeiner Kallweit2023-09-191-9/+3
* i2c: i801: add helper i801_restore_regsHeiner Kallweit2023-09-191-7/+13
* Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang2023-09-191-0/+1
|\
| * i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit2023-09-191-0/+1
* | i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit2023-09-191-10/+9
|/
* i2c: i801: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-081-4/+2
* 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-041-30/+9
|\