2023-07-28 15:56:49

by Piyush Malgujar

[permalink] [raw]
Subject: [PATCH v2 0/4] i2c: thunderx: Marvell thunderx i2c changes

The changes are for Marvell OcteonTX2 SOC family:

- Handling clock divisor logic using subsytem ID
- Support for high speed mode
- Handle watchdog timeout
- Added ioclk support

Changes since V1:
- Addressed comments, added defines as required
- Removed unnecessary code
- Added a patch to support ioclk if sclk not present in ACPI table

Piyush Malgujar (1):
i2c: thunderx: Adding ioclk support

Suneel Garapati (3):
i2c: thunderx: Clock divisor logic changes
i2c: thunderx: Add support for High speed mode
i2c: octeon: Handle watchdog timeout

drivers/i2c/busses/i2c-octeon-core.c | 96 ++++++++++++++++++------
drivers/i2c/busses/i2c-octeon-core.h | 27 +++++++
drivers/i2c/busses/i2c-thunderx-pcidrv.c | 23 ++++--
3 files changed, 115 insertions(+), 31 deletions(-)

--
2.17.1



2023-08-05 12:47:07

by Andi Shyti

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] i2c: thunderx: Marvell thunderx i2c changes

Hi Robert,

On Fri, Jul 28, 2023 at 05:00:00AM -0700, Piyush Malgujar wrote:
> The changes are for Marvell OcteonTX2 SOC family:
>
> - Handling clock divisor logic using subsytem ID
> - Support for high speed mode
> - Handle watchdog timeout
> - Added ioclk support
>
> Changes since V1:
> - Addressed comments, added defines as required
> - Removed unnecessary code
> - Added a patch to support ioclk if sclk not present in ACPI table
>
> Piyush Malgujar (1):
> i2c: thunderx: Adding ioclk support
>
> Suneel Garapati (3):
> i2c: thunderx: Clock divisor logic changes
> i2c: thunderx: Add support for High speed mode
> i2c: octeon: Handle watchdog timeout

any chance you could take a look at this series?

Thanks,
Andi

2023-10-24 20:14:50

by Andi Shyti

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] i2c: thunderx: Marvell thunderx i2c changes

Hi Piyush,

On Fri, Jul 28, 2023 at 05:00:00AM -0700, Piyush Malgujar wrote:
> The changes are for Marvell OcteonTX2 SOC family:
>
> - Handling clock divisor logic using subsytem ID
> - Support for high speed mode
> - Handle watchdog timeout
> - Added ioclk support
>
> Changes since V1:
> - Addressed comments, added defines as required
> - Removed unnecessary code
> - Added a patch to support ioclk if sclk not present in ACPI table
>
> Piyush Malgujar (1):
> i2c: thunderx: Adding ioclk support
>
> Suneel Garapati (3):
> i2c: thunderx: Clock divisor logic changes
> i2c: thunderx: Add support for High speed mode
> i2c: octeon: Handle watchdog timeout
>
> drivers/i2c/busses/i2c-octeon-core.c | 96 ++++++++++++++++++------
> drivers/i2c/busses/i2c-octeon-core.h | 27 +++++++
> drivers/i2c/busses/i2c-thunderx-pcidrv.c | 23 ++++--
> 3 files changed, 115 insertions(+), 31 deletions(-)

I was going through the patches that failed to receive an answer,
is this series still valid? Do you still need a round of review
here?

Andi

2023-10-26 12:54:54

by Piyush Malgujar

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] i2c: thunderx: Marvell thunderx i2c changes

On Tue, Oct 24, 2023 at 10:14:40PM +0200, Andi Shyti wrote:
> Hi Piyush,
>
> On Fri, Jul 28, 2023 at 05:00:00AM -0700, Piyush Malgujar wrote:
> > The changes are for Marvell OcteonTX2 SOC family:
> >
> > - Handling clock divisor logic using subsytem ID
> > - Support for high speed mode
> > - Handle watchdog timeout
> > - Added ioclk support
> >
> > Changes since V1:
> > - Addressed comments, added defines as required
> > - Removed unnecessary code
> > - Added a patch to support ioclk if sclk not present in ACPI table
> >
> > Piyush Malgujar (1):
> > i2c: thunderx: Adding ioclk support
> >
> > Suneel Garapati (3):
> > i2c: thunderx: Clock divisor logic changes
> > i2c: thunderx: Add support for High speed mode
> > i2c: octeon: Handle watchdog timeout
> >
> > drivers/i2c/busses/i2c-octeon-core.c | 96 ++++++++++++++++++------
> > drivers/i2c/busses/i2c-octeon-core.h | 27 +++++++
> > drivers/i2c/busses/i2c-thunderx-pcidrv.c | 23 ++++--
> > 3 files changed, 115 insertions(+), 31 deletions(-)
>
> I was going through the patches that failed to receive an answer,
> is this series still valid? Do you still need a round of review
> here?
>
> Andi

Hi Andi,

Yes, these patches are still valid. These have been acked by you
and were waiting to get reply from Robert.
Please review the patches.

Thanks,
Piyush

2024-01-04 22:06:56

by Andi Shyti

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] i2c: thunderx: Marvell thunderx i2c changes

Hi Piyush,

On Thu, Oct 26, 2023 at 05:54:29AM -0700, Piyush Malgujar wrote:
> On Tue, Oct 24, 2023 at 10:14:40PM +0200, Andi Shyti wrote:
> > Hi Piyush,
> >
> > On Fri, Jul 28, 2023 at 05:00:00AM -0700, Piyush Malgujar wrote:
> > > The changes are for Marvell OcteonTX2 SOC family:
> > >
> > > - Handling clock divisor logic using subsytem ID
> > > - Support for high speed mode
> > > - Handle watchdog timeout
> > > - Added ioclk support
> > >
> > > Changes since V1:
> > > - Addressed comments, added defines as required
> > > - Removed unnecessary code
> > > - Added a patch to support ioclk if sclk not present in ACPI table
> > >
> > > Piyush Malgujar (1):
> > > i2c: thunderx: Adding ioclk support
> > >
> > > Suneel Garapati (3):
> > > i2c: thunderx: Clock divisor logic changes
> > > i2c: thunderx: Add support for High speed mode
> > > i2c: octeon: Handle watchdog timeout
> > >
> > > drivers/i2c/busses/i2c-octeon-core.c | 96 ++++++++++++++++++------
> > > drivers/i2c/busses/i2c-octeon-core.h | 27 +++++++
> > > drivers/i2c/busses/i2c-thunderx-pcidrv.c | 23 ++++--
> > > 3 files changed, 115 insertions(+), 31 deletions(-)
> >
> > I was going through the patches that failed to receive an answer,
> > is this series still valid? Do you still need a round of review
> > here?
> >
> > Andi
>
> Hi Andi,
>
> Yes, these patches are still valid. These have been acked by you
> and were waiting to get reply from Robert.
> Please review the patches.

sorry for the very late response... I guess we won't receive any
answer from Robert... do you mind respinning the series as this
doesn't apply anymore?

Thanks,
Andi

2024-01-05 11:10:32

by Robert Richter

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] i2c: thunderx: Marvell thunderx i2c changes

On 04.01.24 23:06:35, Andi Shyti wrote:
> On Thu, Oct 26, 2023 at 05:54:29AM -0700, Piyush Malgujar wrote:
> > On Tue, Oct 24, 2023 at 10:14:40PM +0200, Andi Shyti wrote:
> > > On Fri, Jul 28, 2023 at 05:00:00AM -0700, Piyush Malgujar wrote:

> > > > drivers/i2c/busses/i2c-octeon-core.c | 96 ++++++++++++++++++------
> > > > drivers/i2c/busses/i2c-octeon-core.h | 27 +++++++
> > > > drivers/i2c/busses/i2c-thunderx-pcidrv.c | 23 ++++--
> > > > 3 files changed, 115 insertions(+), 31 deletions(-)
> > >
> > > I was going through the patches that failed to receive an answer,
> > > is this series still valid? Do you still need a round of review
> > > here?
> > >
> > > Andi
> >
> > Hi Andi,
> >
> > Yes, these patches are still valid. These have been acked by you
> > and were waiting to get reply from Robert.
> > Please review the patches.
>
> sorry for the very late response... I guess we won't receive any
> answer from Robert... do you mind respinning the series as this
> doesn't apply anymore?

I would prefer if someone from Marvell could take over maintainership
for those ThunderX drivers.

Thanks,

-Robert

2024-02-08 21:06:22

by Andi Shyti

[permalink] [raw]
Subject: Re: [PATCH v2 0/4] i2c: thunderx: Marvell thunderx i2c changes

Hi Robert,

On Fri, Jan 05, 2024 at 12:10:14PM +0100, Robert Richter wrote:
> On 04.01.24 23:06:35, Andi Shyti wrote:
> > On Thu, Oct 26, 2023 at 05:54:29AM -0700, Piyush Malgujar wrote:
> > > On Tue, Oct 24, 2023 at 10:14:40PM +0200, Andi Shyti wrote:
> > > > On Fri, Jul 28, 2023 at 05:00:00AM -0700, Piyush Malgujar wrote:
>
> > > > > drivers/i2c/busses/i2c-octeon-core.c | 96 ++++++++++++++++++------
> > > > > drivers/i2c/busses/i2c-octeon-core.h | 27 +++++++
> > > > > drivers/i2c/busses/i2c-thunderx-pcidrv.c | 23 ++++--
> > > > > 3 files changed, 115 insertions(+), 31 deletions(-)
> > > >
> > > > I was going through the patches that failed to receive an answer,
> > > > is this series still valid? Do you still need a round of review
> > > > here?
> > > >
> > > > Andi
> > >
> > > Hi Andi,
> > >
> > > Yes, these patches are still valid. These have been acked by you
> > > and were waiting to get reply from Robert.
> > > Please review the patches.
> >
> > sorry for the very late response... I guess we won't receive any
> > answer from Robert... do you mind respinning the series as this
> > doesn't apply anymore?
>
> I would prefer if someone from Marvell could take over maintainership
> for those ThunderX drivers.

As long as it will be

CAVIUM I2C DRIVER
M: Robert Richter <[email protected]>
S: Odd Fixes
W: http://www.marvell.com
F: drivers/i2c/busses/i2c-octeon*
F: drivers/i2c/busses/i2c-thunderx*

people will refer to you about this driver. If you really don't
want to be referred to these patches you can consider removing
the entry or I can do it for you.

Meantime, I can accept candidates from Marvell/Cavium.

Andi