aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-i801.c
AgeCommit message (Expand)AuthorFilesLines
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-14i2c: 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-17i2c: i801: Call i801_check_post() from i801_access()Heiner Kallweit1-11/+9
2023-02-17i2c: i801: Call i801_check_pre() from i801_access()Heiner Kallweit1-8/+5
2023-02-17i2c: i801: Centralize configuring block commands in i801_block_transactionHeiner Kallweit1-49/+35
2023-02-17i2c: i801: Centralize configuring non-block commands in i801_simple_transactionHeiner Kallweit1-17/+14
2023-02-17i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block onlyHeiner Kallweit1-9/+12
2023-02-17i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()Heiner Kallweit1-37/+55
2023-02-12i2c: i801: add helper i801_set_hstadd()Heiner Kallweit1-20/+16
2023-02-12i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFERHeiner Kallweit1-0/+4
2023-02-12i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQHeiner Kallweit1-5/+9
2023-02-12i2c: 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-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-2/+2
2022-08-04Merge 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
2022-03-11i2c: i801: Drop two outdated commentsJean Delvare1-5/+0
2022-03-02i2c: i801: Add support for the Process Call commandJean Delvare1-1/+11
2022-03-02i2c: 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-29i2c: 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
2020-05-29i2c: i801: Instantiate SPD EEPROMs automaticallyJean Delvare1-0/+6
2020-04-15i2c: i801: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven1-3/+3
2020-03-10i2c: i801: Do not add ICH_RES_IO_SMI for the iTCO_wdt deviceMika Westerberg1-33/+12
2020-01-29i2c: i801: Add support for Intel Comet Lake PCH-VJarkko Nikula1-0/+4
2020-01-15i2c: i801: convert to use i2c_new_client_device()Wolfram Sang1-3/+3
2019-11-25i2c: i801: Correct Intel Jasper Lake SOC namingAndy Shevchenko1-4/+4
2019-10-24i2c: i801: Add support for Intel Comet Lake PCH-HJarkko Nikula1-0/+4
2019-10-24i2c: i801: Add support for Intel Jasper LakeJarkko Nikula1-0/+4
2019-09-28i2c: i801: Bring back Block Process Call support for certain platformsJarkko Nikula1-0/+1
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-56/+89
2019-09-17Merge tag 'docs-5.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-09-03i2c: i801: Use iTCO version 6 in Cannon Lake PCH and beyondMika Westerberg1-54/+88
2019-08-29i2c: i801: Avoid memory leak in check_acpi_smo88xx_device()Andy Shevchenko1-3/+12
2019-08-01i2c: busses: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-31docs: i2c: convert to ReST and add to driver-api booksetMauro Carvalho Chehab1-1/+1
2019-07-15Merge branch 'i2c/for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-14/+192
2019-07-05i2c: i801: Add support for Intel Tiger LakeJarkko Nikula1-0/+4
2019-07-05i2c: i801: Fix PCI ID sortingJarkko Nikula1-2/+2
2019-06-29Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang1-7/+30
2019-06-22i2c: mux/i801: Switch to use descriptor passingLinus Walleij1-7/+30
2019-06-21i2c: i801: Add support for Intel Elkhart LakeJarkko Nikula1-0/+4
2019-06-21i2c: i801: Add Block Write-Block Read Process Call supportAlexander Sverdlin1-6/+37
2019-06-21i2c: i801: Use match_string() helper to simplify the codeAndy Shevchenko1-7/+6
2019-06-14i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d()Andy Shevchenko1-1/+1
2019-06-08i2c: i801: Register optional lis3lv02d I2C device on Dell machinesPali Rohár1-0/+117
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2019-03-20i2c: i801: Add support for Intel Comet LakeJarkko Nikula1-0/+4
2018-09-04i2c: i801: fix DNV's SMBCTRL register offsetFelipe Balbi1-1/+6
2018-08-30i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBusMika Westerberg1-1/+8
2018-07-03i2c: i801: Add support for Intel Ice LakeMika Westerberg1-0/+4
2018-05-17Merge branch 'i2c/platform_data-immutable' into i2c/for-4.18Wolfram Sang1-1/+1
2018-05-17i2c: mux: gpio: move header to platform_dataWolfram Sang1-1/+1
2018-05-17i2c: i801: fix unused-function warningAnders Roxell1-1/+1
2018-04-30i2c: i801: Don't restore config registers on runtime PMJean Delvare1-2/+1
2018-04-11i2c: i801: Restore configuration at shutdownJean Delvare1-0/+10
2018-04-11i2c: i801: Save register SMBSLVCMD value only onceJean Delvare1-2/+4
2018-02-21i2c: i801: Add missing documentation entries for Braswell and Kaby LakeJarkko Nikula1-0/+1
2017-11-27i2c: i801: Fix Failed to allocate irq -2147483648 errorHans de Goede1-0/+3
2017-10-05i2c: i801: Add support for Intel Cedar ForkJarkko Nikula1-0/+4
2017-08-28i2c: i801: Restore the presence state of P2SB PCI device after reading BARQiuxu Zhuo1-4/+8
2017-06-19i2c: i801: Add support for Intel Cannon LakeSrinivas Pandruvada1-0/+8
2017-02-09i2c: i801: Add support for Intel Gemini LakeMika Westerberg1-0/+3
2016-11-24i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires1-25/+7
2016-11-24i2c: i801: remove SMBNTFDDAT reads as they always seem to return 0Benjamin Tissoires1-4/+6
2016-11-24i2c: i801: use the BIT() macro for FEATURES_* alsoBenjamin Tissoires1-8/+8
2016-11-24i2c: i801: use BIT() macro for bits definitionBenjamin Tissoires1-26/+26
2016-11-24i2c: i801: minor formatting issuesBenjamin Tissoires1-4/+2
2016-11-24i2c: i801: store and restore the SLVCMD register at load and unloadBenjamin Tissoires1-1/+16
2016-10-25i2c: i801: Fix I2C Block Read on 8-Series/C220 and laterJean Delvare1-3/+13
2016-10-07Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-1/+4
2016-09-28i2c: i801: Do not create iTCO watchdog when WDAT table existsMika Westerberg1-1/+3
2016-09-24i2c: i801: Add support for Kaby Lake PCH-HAndy Shevchenko1-0/+4
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-1/+0
2016-07-26i2c: i801: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-6/+3
2016-07-06i2c: i801: add support of Host NotifyBenjamin Tissoires1-3/+85
2016-07-01i2c: i801: recover from hardware PEC errorsEllen Wang1-2/+51
2016-06-13i2c: i801: Drop needless bit-wise ORJean Delvare1-1/+1
2016-06-09i2c: i801: Allow ACPI SystemIO OpRegion to conflict with PCI BARMika Westerberg1-3/+96
2016-04-12i2c: i801: Add runtime PM support with autosuspendJarkko Nikula1-6/+22
2016-04-12i2c: i801: Convert to struct dev_pm_ops for suspend/resumeJarkko Nikula1-13/+11
2016-03-22Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2016-03-12i2c: i801: sort IDs alphabeticallyAndy Shevchenko1-4/+4
2016-02-18i2c: i801: Adding Intel Lewisburg support for iTCOAlexandra Yates1-0/+2
2015-11-20i2c: i801: add Intel Lewisburg device IDsAlexandra Yates1-0/+6
2015-10-25i2c: add ACPI support for I2C mux portsDustin Byford1-6/+3
2015-10-23i2c: i801: Add support for Intel BroxtonJarkko Nikula1-0/+3
2015-10-23i2c: i801: Add support for Intel DNVMika Westerberg1-0/+4
2015-08-11i2c: i801: Create iTCO device on newer Intel PCHsMika Westerberg1-1/+119
2015-03-09i2c: i801: Use managed pcim_* PCI device initialization and reservationJarkko Nikula1-16/+9
2015-03-09i2c: i801: Remove pci_enable_device() call from i801_resume()Jarkko Nikula1-1/+1
2015-03-09i2c: i801: Use managed devm_* memory and irq allocationJarkko Nikula1-11/+6
2015-03-09i2c: i801: Remove i801_driver forward declarationJarkko Nikula1-4/+2
2015-03-09i2c: i801: Don't break user-visible stringsJarkko Nikula1-4/+5
2014-11-12i2c: i801: Add DeviceIDs for SunrisePoint LPDevin Ryles1-0/+3
2014-11-12i2c: i801: Drop useless debug messageJean Delvare1-3/+0
2014-11-12i2c: i801: Check if interrupts are disabledJean Delvare1-0/+20
2014-11-12i2c: i801: Fallback to polling if request_irq() failsJean Delvare1-3/+3
2014-11-12i2c: i801: Use wait_event_timeout to wait for interruptsJean Delvare1-3/+22
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-10-16i2c: i801: Add Device IDs for Intel Sunrise Point PCHjames.d.ralston@intel.com1-0/+3
2014-08-19i2c: i801: Add PCI ID for Intel BraswellAlan Cox1-0/+2
2014-07-17i2c: i801: Add device ID for Intel Wildcat Point PCHJean Delvare1-0/+3
2014-07-17i2c: i801: Fix the alignment of the device tableJean Delvare1-68/+68
2014-03-13i2c: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2014-03-09i2c: i801: enable Intel BayTrail SMBUSChew, Kean ho1-0/+3
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-3/+2
2013-11-14i2c: i801: Add Device IDs for Intel Wildcat Point-LP PCHJames Ralston1-0/+3
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-2/+0
2013-06-20i2c: i801: SMBus patch for Intel Coleto Creek DeviceIDsSeth Heasley1-0/+3
2013-05-17i2c: i801: Document feature bits in modinfoJean Delvare1-1/+5
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-1/+0
2013-02-15i2c: i801: Add Device IDs for Intel Wellsburg PCHJames Ralston1-0/+15
2013-02-08i2c: i801: SMBus patch for Intel Avoton DeviceIDsSeth Heasley1-0/+3
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-15/+13
2012-12-16i2c-i801: Enable interrupts for all post-ICH5 chipsJean Delvare1-10/+1
2012-12-16i2c-i801: Add device tree supportThierry Reding1-0/+2
2012-10-28i2c-i801: Fix commentJean Delvare1-1/+1
2012-10-28i2c-i801: Simplify dependency towards GPIOLIBJean Delvare1-3/+6
2012-10-05i2c-i801: Let i2c-mux-gpio find the GPIO chipJean Delvare1-33/+4
2012-10-05i2c-i801: Support SMBus multiplexing on Asus Z8 seriesJean Delvare1-1/+213
2012-09-10i2c-i801: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston1-0/+3
2012-07-24i2c-i801: Enable IRQ for byte_by_byte transactionsDaniel Kurtz1-7/+78
2012-07-24i2c-i801: Enable interrupts on ICH5/7/8/9/10Jean Delvare1-4/+9
2012-07-24i2c-i801: Enable IRQ for SMBus transactionsDaniel Kurtz1-4/+95
2012-07-24i2c-i801: Consolidate pollingJean Delvare1-55/+53