summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-i801.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06i2c: i801: remove printout on handled timeoutsWolfram Sang1-3/+1
2024-05-06i2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit1-1/+1
2024-05-06i2c: i801: Remove usage of I2C_CLASS_SPDHeiner Kallweit1-4/+0
2024-05-06i2c: i801: Fix missing Kconfig dependencyHeiner Kallweit1-4/+4
2024-05-06i2c: i801: Call i2c_register_spd for muxed child segmentsHeiner Kallweit1-0/+23
2024-03-26i2c: i801: Fix a refactoring that broke a touchpad on Lenovo P1Maxim Levitsky1-3/+4
2024-03-15Merge tag 'i2c-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-107/+117
2024-03-12Merge tag 'i2c-host-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/and...Wolfram Sang1-107/+117
2024-03-08i2c: i801: Avoid potential double call to gpiod_remove_lookup_tableHeiner Kallweit1-1/+3
2024-03-08i2c: i801: Fix using mux_pdev before it's setHeiner Kallweit1-1/+1
2024-02-15i2c: i801: Fix block process call transactionsJean Delvare1-2/+2
2024-02-08i2c: i801: Add helper i801_get_block_lenHeiner Kallweit1-15/+20
2024-02-08i2c: i801: Add SMBUS_LEN_SENTINELHeiner Kallweit1-6/+16
2024-02-08i2c: i801: Split i801_block_transactionHeiner Kallweit1-62/+50
2024-02-08i2c: i801: Add helper i801_check_and_clear_pec_errorHeiner Kallweit1-14/+24
2024-02-08i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4Heiner Kallweit1-3/+2
2024-02-08i2c: i801: Remove unused argument from tco functionsHeiner Kallweit1-6/+4
2024-02-08i2c: i801: Replace magic value with constant in dmi_check_onboard_devicesHeiner Kallweit1-1/+1
2024-01-18i2c: i801: Add lis3lv02d for Dell XPS 15 7590Paul Menzel1-0/+1
2024-01-18i2c: i801: Add lis3lv02d for Dell Precision 3540Paul Menzel1-0/+1
2023-10-28i2c: i801: Use new helper acpi_use_parent_companionHeiner Kallweit1-1/+1
2023-10-21i2c: i801: Simplify class-based client device instantiationHeiner Kallweit1-31/+7
2023-10-10i2c: i801: Add support for Intel Birch Stream SoCJarkko Nikula1-0/+3
2023-09-22i2c: i801: replace acpi_lock with I2C bus lockHeiner Kallweit1-10/+4
2023-09-22i2c: i801: use i2c_mark_adapter_suspended/resumedHeiner Kallweit1-0/+2
2023-09-19i2c: i801: simplify module boilerplate codeHeiner Kallweit1-9/+3
2023-09-19i2c: i801: add helper i801_restore_regsHeiner Kallweit1-7/+13
2023-09-19Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang1-0/+1
2023-09-19i2c: i801: unregister tco_pdev in i801_probe() error pathHeiner Kallweit1-0/+1
2023-09-19i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit1-10/+9
2023-08-08i2c: i801: Remove #ifdef guards for PM related functionsPaul Cercueil1-4/+2
2023-06-05i2c: i801: Add support for Intel Meteor Lake PCH-SJarkko Nikula1-0/+3
2023-06-05i2c: i801: Add support for Intel Meteor Lake SoC-SJarkko Nikula1-0/+3
2023-06-05i2c: i801: Enlarge device name field in i801_ids tableJarkko Nikula1-61/+61
2023-02-18i2c: i801: Call i801_check_post() from i801_access()Heiner Kallweit1-11/+9
2023-02-18i2c: i801: Call i801_check_pre() from i801_access()Heiner Kallweit1-8/+5
2023-02-18i2c: i801: Centralize configuring block commands in i801_block_transactionHeiner Kallweit1-49/+35
2023-02-18i2c: i801: Centralize configuring non-block commands in i801_simple_transactionHeiner Kallweit1-17/+14
2023-02-18i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block onlyHeiner Kallweit1-9/+12
2023-02-18i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()Heiner Kallweit1-37/+55
2023-02-13i2c: i801: add helper i801_set_hstadd()Heiner Kallweit1-20/+16
2023-02-13i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFERHeiner Kallweit1-0/+4
2023-02-13i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQHeiner Kallweit1-5/+9
2023-02-13i2c: i801: improve interrupt handlerHeiner Kallweit1-17/+8
2022-11-01i2c: i801: add lis3lv02d's I2C address for Vostro 5568Nam Cao1-0/+1
2022-10-02i2c: i801: Prefer async probeMani Milani1-0/+1
2022-08-12i2c: move drivers from strlcpy to strscpyWolfram Sang1-2/+2
2022-08-05Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-30/+9
2022-07-14i2c: i801: convert to use common P2SB accessorAndy Shevchenko1-30/+9
2022-07-06i2c: i801: Add support for Intel Meteor Lake-PJarkko Nikula1-0/+3