public inbox for linux-i2c@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v11 0/2] i2c: octeon: Add block-mode r/w
@ 2025-01-20  2:33 Aryan Srivastava
  2025-01-20  2:33 ` [PATCH v11 1/2] i2c: octeon: refactor common i2c operations Aryan Srivastava
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Aryan Srivastava @ 2025-01-20  2:33 UTC (permalink / raw)
  To: Andi Shyti, Markus Elfring; +Cc: linux-i2c, linux-kernel, Aryan Srivastava

Add support for block mode read/write operations on
Thunderx chips.

-Refactor common code for i2c transactions.
-Add block mode transaction functionality.

Signed-off-by: Aryan Srivastava <aryan.srivastava@alliedtelesis.co.nz>
---
Changes in v2:
- comment style and formatting.

Changes in v3:
- comment style and formatting.

Changes in v4:
- Refactoring common code.
- Additional comments.

Changes in v5:
- Further refactoring.
- Split refactoring into separate patch in series.
- Add more comments + details to comments.

Changes in v6:
- Reword/reformat commit messages

Changes in v7:
- Fix typo in commit message.
- Remove usage of r/w and hlc abbreviations from commits.

Changes in v8:
- Updated refactor commit msg with more information.
- Rebased patch

Changes in v9:
- Rebased patch against i2c-host

Changes in v10:
- Fixed unitialised variable

Changes in v10:
- Rebased patch against i2c-host

Aryan Srivastava (2):
  i2c: octeon: refactor common i2c operations
  i2c: octeon: Add block-mode i2c operations

 drivers/i2c/busses/i2c-octeon-core.c     | 241 +++++++++++++++++++----
 drivers/i2c/busses/i2c-octeon-core.h     |  13 +-
 drivers/i2c/busses/i2c-thunderx-pcidrv.c |   3 +
 3 files changed, 213 insertions(+), 44 deletions(-)

-- 
2.47.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-02-18 22:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-20  2:33 [PATCH v11 0/2] i2c: octeon: Add block-mode r/w Aryan Srivastava
2025-01-20  2:33 ` [PATCH v11 1/2] i2c: octeon: refactor common i2c operations Aryan Srivastava
2025-01-20  2:33 ` [PATCH v11 2/2] i2c: octeon: Add block-mode " Aryan Srivastava
2025-02-13 22:19 ` [PATCH v11 0/2] i2c: octeon: Add block-mode r/w Andi Shyti
2025-02-14  9:10   ` Wolfram Sang
2025-02-14 13:50     ` Andi Shyti
2025-02-18 22:04 ` Andi Shyti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox