index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-i801.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: i801: Add support for Intel Meteor Lake PCH-S
Jarkko Nikula
2023-06-05
1
-0
/
+3
*
i2c: i801: Add support for Intel Meteor Lake SoC-S
Jarkko Nikula
2023-06-05
1
-0
/
+3
*
i2c: i801: Enlarge device name field in i801_ids table
Jarkko Nikula
2023-06-05
1
-61
/
+61
*
i2c: i801: Call i801_check_post() from i801_access()
Heiner Kallweit
2023-02-17
1
-11
/
+9
*
i2c: i801: Call i801_check_pre() from i801_access()
Heiner Kallweit
2023-02-17
1
-8
/
+5
*
i2c: i801: Centralize configuring block commands in i801_block_transaction
Heiner Kallweit
2023-02-17
1
-49
/
+35
*
i2c: i801: Centralize configuring non-block commands in i801_simple_transaction
Heiner Kallweit
2023-02-17
1
-17
/
+14
*
i2c: i801: Handle SMBAUXCTL_E32B in i801_block_transaction_by_block only
Heiner Kallweit
2023-02-17
1
-9
/
+12
*
i2c: i801: Add i801_simple_transaction(), complementing i801_block_transaction()
Heiner Kallweit
2023-02-17
1
-37
/
+55
*
i2c: i801: add helper i801_set_hstadd()
Heiner Kallweit
2023-02-12
1
-20
/
+16
*
i2c: i801: make FEATURE_BLOCK_PROC dependent on FEATURE_BLOCK_BUFFER
Heiner Kallweit
2023-02-12
1
-0
/
+4
*
i2c: i801: make FEATURE_HOST_NOTIFY dependent on FEATURE_IRQ
Heiner Kallweit
2023-02-12
1
-5
/
+9
*
i2c: i801: improve interrupt handler
Heiner Kallweit
2023-02-12
1
-17
/
+8
*
i2c: i801: add lis3lv02d's I2C address for Vostro 5568
Nam Cao
2022-11-01
1
-0
/
+1
*
i2c: i801: Prefer async probe
Mani Milani
2022-10-02
1
-0
/
+1
*
i2c: move drivers from strlcpy to strscpy
Wolfram Sang
2022-08-11
1
-2
/
+2
*
Merge tag 'platform-drivers-x86-v6.0-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2022-08-05
1
-30
/
+9
|
\
|
*
i2c: i801: convert to use common P2SB accessor
Andy Shevchenko
2022-07-14
1
-30
/
+9
*
|
i2c: i801: Add support for Intel Meteor Lake-P
Jarkko Nikula
2022-07-06
1
-0
/
+3
|
/
*
i2c: i801: Drop two outdated comments
Jean Delvare
2022-03-11
1
-5
/
+0
*
i2c: i801: Add support for the Process Call command
Jean Delvare
2022-03-02
1
-1
/
+11
*
i2c: i801: Drop useless masking in i801_access
Jean Delvare
2022-03-02
1
-2
/
+2
*
i2c: i801: Add support for Intel Raptor Lake PCH-S
Jarkko Nikula
2022-02-15
1
-0
/
+3
*
i2c: i801: Don't clear status flags twice in interrupt mode
Heiner Kallweit
2021-12-09
1
-11
/
+5
*
i2c: i801: Don't read back cleared status in i801_check_pre()
Heiner Kallweit
2021-12-09
1
-19
/
+3
*
i2c: i801: Improve handling platform data for tco device
Heiner Kallweit
2021-11-29
1
-15
/
+12
*
i2c: i801: Improve handling of chip-specific feature definitions
Heiner Kallweit
2021-11-29
1
-125
/
+66
*
i2c: i801: Remove i801_set_block_buffer_mode
Heiner Kallweit
2021-11-29
1
-12
/
+5
*
i2c: i801: Don't silently correct invalid transfer size
Heiner Kallweit
2021-11-29
1
-10
/
+5
*
i2c: i801: Fix interrupt storm from SMB_ALERT signal
Jarkko Nikula
2021-11-23
1
-6
/
+19
*
i2c: i801: Restore INTREN on unload
Jean Delvare
2021-11-23
1
-1
/
+6
*
i2c: i801: Add support for Intel Ice Lake PCH-N
Andy Shevchenko
2021-11-07
1
-0
/
+4
*
i2c: i801: Fix incorrect and needless software PEC disabling
Jarkko Nikula
2021-10-29
1
-1
/
+0
*
i2c: i801: Stop using pm_runtime_set_autosuspend_delay(-1)
Heiner Kallweit
2021-09-29
1
-4
/
+5
*
i2c: i801: Use PCI bus rescan mutex to protect P2SB access
Heiner Kallweit
2021-09-29
1
-3
/
+2
*
i2c: i801: Improve i801_add_mux
Heiner Kallweit
2021-09-29
1
-11
/
+7
*
i2c: i801: Improve i801_acpi_probe/remove functions
Heiner Kallweit
2021-09-29
1
-16
/
+7
*
i2c: i801: Remove not needed check for PCI_COMMAND_INTX_DISABLE
Heiner Kallweit
2021-09-29
1
-8
/
+1
*
i2c: i801: Improve is_dell_system_with_lis3lv02d
Heiner Kallweit
2021-09-29
1
-9
/
+5
*
i2c: i801: Remove not needed debug message
Heiner Kallweit
2021-08-10
1
-4
/
+0
*
i2c: i801: make p2sb_spinlock a mutex
Heiner Kallweit
2021-08-10
1
-4
/
+4
*
i2c: i801: Improve disabling runtime pm
Heiner Kallweit
2021-08-10
1
-6
/
+1
*
i2c: i801: Fix handling SMBHSTCNT_PEC_EN
Heiner Kallweit
2021-07-28
1
-16
/
+11
*
Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-07-04
1
-85
/
+51
|
\
|
*
i2c: i801: Improve i801_setup_hstcfg
Heiner Kallweit
2021-06-20
1
-6
/
+4
|
*
i2c: i801: Use driver name constant instead of function dev_driver_string
Heiner Kallweit
2021-06-20
1
-5
/
+5
|
*
i2c: i801: Simplify initialization of i2c_board_info in i801_probe_optional_s...
Heiner Kallweit
2021-06-20
1
-4
/
+4
|
*
i2c: i801: Improve status polling
Heiner Kallweit
2021-06-20
1
-23
/
+13
|
*
i2c: i801: Use standard PCI constants instead of own ones
Heiner Kallweit
2021-05-27
1
-14
/
+6
|
*
i2c: i801: Replace waitqueue with completion API
Heiner Kallweit
2021-05-27
1
-29
/
+19
[next]