index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-i801.c
Age
Commit message (
Expand
)
Author
2023-08-08
i2c: i801: Remove #ifdef guards for PM related functions
Paul Cercueil
2023-06-05
i2c: i801: Add support for Intel Meteor Lake PCH-S
Jarkko Nikula
2023-06-05
i2c: i801: Add support for Intel Meteor Lake SoC-S
Jarkko Nikula
2023-06-05
i2c: i801: Enlarge device name field in i801_ids table
Jarkko Nikula
2023-02-17
i2c: i801: Call i801_check_post() from i801_access()
Heiner Kallweit
2023-02-17
i2c: i801: Call i801_check_pre() from i801_access()
Heiner Kallweit
2023-02-17
i2c: i801: Centralize configuring block commands in i801_block_transaction
Heiner Kallweit
2023-02-17
i2c: i801: Centralize configuring non-block commands in i801_simple_transaction
Heiner Kallweit
2023-02-17
i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block only
Heiner Kallweit
2023-02-17
i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()
Heiner Kallweit
2023-02-12
i2c: i801: add helper i801_set_hstadd()
Heiner Kallweit
2023-02-12
i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFER
Heiner Kallweit
2023-02-12
i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQ
Heiner Kallweit
2023-02-12
i2c: i801: improve interrupt handler
Heiner Kallweit
2022-11-01
i2c: i801: add lis3lv02d's I2C address for Vostro 5568
Nam Cao
2022-10-02
i2c: i801: Prefer async probe
Mani Milani
2022-08-11
i2c: move drivers from strlcpy to strscpy
Wolfram Sang
2022-08-04
Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-07-14
i2c: i801: convert to use common P2SB accessor
Andy Shevchenko
2022-07-06
i2c: i801: Add support for Intel Meteor Lake-P
Jarkko Nikula
2022-03-11
i2c: i801: Drop two outdated comments
Jean Delvare
2022-03-02
i2c: i801: Add support for the Process Call command
Jean Delvare
2022-03-02
i2c: i801: Drop useless masking in i801_access
Jean Delvare
2022-02-15
i2c: i801: Add support for Intel Raptor Lake PCH-S
Jarkko Nikula
2021-12-09
i2c: i801: Don't clear status flags twice in interrupt mode
Heiner Kallweit
2021-12-09
i2c: i801: Don't read back cleared status in i801_check_pre()
Heiner Kallweit
2021-11-29
i2c: i801: Improve handling platform data for tco device
Heiner Kallweit
2021-11-29
i2c: i801: Improve handling of chip-specific feature definitions
Heiner Kallweit
2021-11-29
i2c: i801: Remove i801_set_block_buffer_mode
Heiner Kallweit
2021-11-29
i2c: i801: Don't silently correct invalid transfer size
Heiner Kallweit
2021-11-23
i2c: i801: Fix interrupt storm from SMB_ALERT signal
Jarkko Nikula
2021-11-23
i2c: i801: Restore INTREN on unload
Jean Delvare
2021-11-07
i2c: i801: Add support for Intel Ice Lake PCH-N
Andy Shevchenko
2021-10-29
i2c: i801: Fix incorrect and needless software PEC disabling
Jarkko Nikula
2021-09-29
i2c: i801: Stop using pm_runtime_set_autosuspend_delay(-1)
Heiner Kallweit
2021-09-29
i2c: i801: Use PCI bus rescan mutex to protect P2SB access
Heiner Kallweit
2021-09-29
i2c: i801: Improve i801_add_mux
Heiner Kallweit
2021-09-29
i2c: i801: Improve i801_acpi_probe/remove functions
Heiner Kallweit
2021-09-29
i2c: i801: Remove not needed check for PCI_COMMAND_INTX_DISABLE
Heiner Kallweit
2021-09-29
i2c: i801: Improve is_dell_system_with_lis3lv02d
Heiner Kallweit
2021-08-10
i2c: i801: Remove not needed debug message
Heiner Kallweit
2021-08-10
i2c: i801: make p2sb_spinlock a mutex
Heiner Kallweit
2021-08-10
i2c: i801: Improve disabling runtime pm
Heiner Kallweit
2021-07-28
i2c: i801: Fix handling SMBHSTCNT_PEC_EN
Heiner Kallweit
2021-07-04
Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-06-20
i2c: i801: Ensure that SMBHSTSTS_INUSE_STS is cleared when leaving i801_access
Heiner Kallweit
2021-06-20
i2c: i801: Improve i801_setup_hstcfg
Heiner Kallweit
2021-06-20
i2c: i801: Use driver name constant instead of function dev_driver_string
Heiner Kallweit
2021-06-20
i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_s...
Heiner Kallweit
2021-06-20
i2c: i801: Improve status polling
Heiner Kallweit
[next]