mbox series

[0/2] Add AM64x Support to PRUSS and PRU_RPROC driver

Message ID 20240430104633.1445311-1-danishanwar@ti.com
Headers show
Series Add AM64x Support to PRUSS and PRU_RPROC driver | expand

Message

MD Danish Anwar April 30, 2024, 10:46 a.m. UTC
This series adds AM64x related compatibles to PRUSS and PRU_RPROC drivers.
This series is a prerequisite for ICSSG Ethernet driver.

Once Support for AM64x is added to PRUSS and PRU_RPROC driver, I'll send
another series to enable ICSSG Ethernet driver for AM64x as well.

MD Danish Anwar (2):
  remoteproc: pru: Add support for AM64x PRU / RTU cores
  soc: ti: pruss: Add support for AM64x

 drivers/remoteproc/pru_rproc.c | 9 +++++++--
 drivers/soc/ti/pruss.c         | 1 +
 2 files changed, 8 insertions(+), 2 deletions(-)


base-commit: ff0de1f0557ed7d2dab47ba976a37347a1fdc432

Comments

Tom Rini May 10, 2024, 7:32 p.m. UTC | #1
On Tue, 30 Apr 2024 16:16:31 +0530, MD Danish Anwar wrote:

> This series adds AM64x related compatibles to PRUSS and PRU_RPROC drivers.
> This series is a prerequisite for ICSSG Ethernet driver.
> 
> Once Support for AM64x is added to PRUSS and PRU_RPROC driver, I'll send
> another series to enable ICSSG Ethernet driver for AM64x as well.
> 
> MD Danish Anwar (2):
>   remoteproc: pru: Add support for AM64x PRU / RTU cores
>   soc: ti: pruss: Add support for AM64x
> 
> [...]

Applied to u-boot/next, thanks!
MD Danish Anwar May 21, 2024, 9:01 a.m. UTC | #2
Hi Tom,

On 11/05/24 1:02 am, Tom Rini wrote:
> On Tue, 30 Apr 2024 16:16:31 +0530, MD Danish Anwar wrote:
> 
>> This series adds AM64x related compatibles to PRUSS and PRU_RPROC drivers.
>> This series is a prerequisite for ICSSG Ethernet driver.
>>
>> Once Support for AM64x is added to PRUSS and PRU_RPROC driver, I'll send
>> another series to enable ICSSG Ethernet driver for AM64x as well.
>>
>> MD Danish Anwar (2):
>>   remoteproc: pru: Add support for AM64x PRU / RTU cores
>>   soc: ti: pruss: Add support for AM64x
>>
>> [...]
> 
> Applied to u-boot/next, thanks!
> 

I was working on the latest u-boot/next (d4781422d1 (origin/next) "Merge
tag 'v2024.07-rc3' into next") and I don't see this series being part of
u-boot/next.

I checked the git logs, you had merged this series but on 18th may you
committed [1] ("Revert "Merge patch series "arm: dts: am62-beagleplay:
Fix Beagleplay Ethernet""") which reverts bunch of changes and as part
of this commit, this series was also reverted.

Now when I am trying to verify ICSSG, it doesn't work as this series is
not part of u-boot/next anymore.

Can you please pull / merge this series again to u-boot/next? Or do I
need to send these patches for merge again?

Please let me know.

[1]
https://source.denx.de/u-boot/u-boot/-/commit/d678a59d2d719da9e807495b4b021501f2836ca5
Tom Rini May 21, 2024, 4:39 p.m. UTC | #3
On Tue, May 21, 2024 at 02:31:44PM +0530, MD Danish Anwar wrote:
> Hi Tom,
> 
> On 11/05/24 1:02 am, Tom Rini wrote:
> > On Tue, 30 Apr 2024 16:16:31 +0530, MD Danish Anwar wrote:
> > 
> >> This series adds AM64x related compatibles to PRUSS and PRU_RPROC drivers.
> >> This series is a prerequisite for ICSSG Ethernet driver.
> >>
> >> Once Support for AM64x is added to PRUSS and PRU_RPROC driver, I'll send
> >> another series to enable ICSSG Ethernet driver for AM64x as well.
> >>
> >> MD Danish Anwar (2):
> >>   remoteproc: pru: Add support for AM64x PRU / RTU cores
> >>   soc: ti: pruss: Add support for AM64x
> >>
> >> [...]
> > 
> > Applied to u-boot/next, thanks!
> > 
> 
> I was working on the latest u-boot/next (d4781422d1 (origin/next) "Merge
> tag 'v2024.07-rc3' into next") and I don't see this series being part of
> u-boot/next.
> 
> I checked the git logs, you had merged this series but on 18th may you
> committed [1] ("Revert "Merge patch series "arm: dts: am62-beagleplay:
> Fix Beagleplay Ethernet""") which reverts bunch of changes and as part
> of this commit, this series was also reverted.
> 
> Now when I am trying to verify ICSSG, it doesn't work as this series is
> not part of u-boot/next anymore.
> 
> Can you please pull / merge this series again to u-boot/next? Or do I
> need to send these patches for merge again?
> 
> Please let me know.
> 
> [1]
> https://source.denx.de/u-boot/u-boot/-/commit/d678a59d2d719da9e807495b4b021501f2836ca5

Please re-post based on current next, sorry for the rework.
MD Danish Anwar May 22, 2024, 5:56 a.m. UTC | #4
Hi Tom,

On 21/05/24 10:09 pm, Tom Rini wrote:
> On Tue, May 21, 2024 at 02:31:44PM +0530, MD Danish Anwar wrote:
>> Hi Tom,
>>
>> On 11/05/24 1:02 am, Tom Rini wrote:
>>> On Tue, 30 Apr 2024 16:16:31 +0530, MD Danish Anwar wrote:
>>>
>>>> This series adds AM64x related compatibles to PRUSS and PRU_RPROC drivers.
>>>> This series is a prerequisite for ICSSG Ethernet driver.
>>>>
>>>> Once Support for AM64x is added to PRUSS and PRU_RPROC driver, I'll send
>>>> another series to enable ICSSG Ethernet driver for AM64x as well.
>>>>
>>>> MD Danish Anwar (2):
>>>>   remoteproc: pru: Add support for AM64x PRU / RTU cores
>>>>   soc: ti: pruss: Add support for AM64x
>>>>
>>>> [...]
>>>
>>> Applied to u-boot/next, thanks!
>>>
>>
>> I was working on the latest u-boot/next (d4781422d1 (origin/next) "Merge
>> tag 'v2024.07-rc3' into next") and I don't see this series being part of
>> u-boot/next.
>>
>> I checked the git logs, you had merged this series but on 18th may you
>> committed [1] ("Revert "Merge patch series "arm: dts: am62-beagleplay:
>> Fix Beagleplay Ethernet""") which reverts bunch of changes and as part
>> of this commit, this series was also reverted.
>>
>> Now when I am trying to verify ICSSG, it doesn't work as this series is
>> not part of u-boot/next anymore.
>>
>> Can you please pull / merge this series again to u-boot/next? Or do I
>> need to send these patches for merge again?
>>
>> Please let me know.
>>
>> [1]
>> https://source.denx.de/u-boot/u-boot/-/commit/d678a59d2d719da9e807495b4b021501f2836ca5
> 
> Please re-post based on current next, sorry for the rework.
> 

I see that now this series is part of u-boot/next. Your commit [1] has
restored the changes. Thanks for that.

[1]
https://source.denx.de/u-boot/u-boot/-/commit/03de305ec48b0bb28554372abb40ccd46dbe0bf9