mbox series

[v2,0/5] i2c: i801: collection of further improvements / refactorings

Message ID 54845225-ffa5-4983-8bb5-3aa70ef72c72@gmail.com
Headers show
Series i2c: i801: collection of further improvements / refactorings | expand

Message

Heiner Kallweit Feb. 1, 2024, 8:08 p.m. UTC
This series contains further improvements and refactorings.

v2:
- omit patches 1 and 2 as they have been applied already
- remove patch 3 for now
- patch 4 in new series: add comments

Heiner Kallweit (5):
  i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4
  i2c: i801: Add helper i801_check_and_clear_pec_error
  i2c: i801: Split i801_block_transaction
  i2c: i801: Add SMBUS_LEN_SENTINEL
  i2c: i801: Add helper i801_get_block_len

 drivers/i2c/busses/i2c-i801.c | 209 ++++++++++++++++++----------------
 1 file changed, 109 insertions(+), 100 deletions(-)