[PATCH v10 0/2] i2c: octeon: Add block-mode r/w

Aryan Srivastava posted 2 patches 1 year, 4 months ago
There is a newer version of this series
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(-)
[PATCH v10 0/2] i2c: octeon: Add block-mode r/w
Posted by Aryan Srivastava 1 year, 4 months ago
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

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.46.0
Re: [PATCH v10 0/2] i2c: octeon: Add block-mode r/w
Posted by Aryan Srivastava 1 year, 3 months ago
Hi Andi, did you have anymore comments for this patch series?

Thanks,
Aryan.
Re: [PATCH v10 0/2] i2c: octeon: Add block-mode r/w
Posted by Andy Shevchenko 12 months ago
Mon, Nov 11, 2024 at 01:36:22AM +0000, Aryan Srivastava kirjoitti:
> Hi Andi, did you have anymore comments for this patch series?

I have comments. Can you address them, please?

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v10 0/2] i2c: octeon: Add block-mode r/w
Posted by Wolfram Sang 11 months, 4 weeks ago
On Fri, Feb 14, 2025 at 12:50:30AM +0200, Andy Shevchenko wrote:
> Mon, Nov 11, 2024 at 01:36:22AM +0000, Aryan Srivastava kirjoitti:
> > Hi Andi, did you have anymore comments for this patch series?
> 
> I have comments. Can you address them, please?

There is already v11 but AFAICS your comments still apply.