mbox series

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

Message ID 4e4ec801-474c-472f-b90d-edd1efd68d24@gmail.com
Headers show
Series i2c: i801: collection of further improvements / refactorings | expand

Message

Heiner Kallweit Feb. 2, 2024, 7 a.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
v3
- fix comment style in patch 4

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 | 212 ++++++++++++++++++----------------
 1 file changed, 112 insertions(+), 100 deletions(-)

Comments

Andi Shyti Feb. 8, 2024, 10:33 p.m. UTC | #1
Hi

On Fri, 02 Feb 2024 08:00:46 +0100, Heiner Kallweit wrote:
> 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
> v3
> - fix comment style in patch 4
> 
> [...]

Applied to i2c/i2c-host-next on

git://git.kernel.org/pub/scm/linux/kernel/git/local tree

Thank you,
Andi

Patches applied
===============
[1/5] i2c: i801: Define FEATURES_ICH5 as an extension of FEATURES_ICH4
      commit: ea4f32970b69aa0eb3c74ae23662f97366bf6968
[2/5] i2c: i801: Add helper i801_check_and_clear_pec_error
      commit: 03f9863b1afa37779e82b18999a5e16aa759a397
[3/5] i2c: i801: Split i801_block_transaction
      commit: 6ff9d46cd36fbd004b1cd7c9173af5cdfbcd1df1
[4/5] i2c: i801: Add SMBUS_LEN_SENTINEL
      commit: 29dae4572efb676e4831eee68bc423b9f32c05d0
[5/5] i2c: i801: Add helper i801_get_block_len
      commit: 857cc04cdf508d043a062fff3aea8ca01303b731