mbox series

[0/2] J721S2: Add initial support

Message ID 20211119132315.15901-1-a-govindraju@ti.com (mailing list archive)
Headers show
Series J721S2: Add initial support | expand

Message

Aswath Govindraju Nov. 19, 2021, 1:23 p.m. UTC
The following series of patches add support for J721S2 SoC.

Currently, the PSIL source and destination thread IDs for only a few of the
IPs have been added. The remaning ones will be added as and when they are
tested.

The following series of patches are dependent on,
- http://lists.infradead.org/pipermail/linux-arm-kernel/2021-November/697574.html

Aswath Govindraju (2):
  dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoC
  drivers: dma: ti: k3-psil: Add support for J721S2

 drivers/dma/ti/Makefile         |   3 +-
 drivers/dma/ti/k3-psil-j721s2.c | 167 ++++++++++++++++++++++++++++++++
 drivers/dma/ti/k3-psil-priv.h   |   1 +
 drivers/dma/ti/k3-psil.c        |   1 +
 drivers/dma/ti/k3-udma.c        |   1 +
 5 files changed, 172 insertions(+), 1 deletion(-)
 create mode 100644 drivers/dma/ti/k3-psil-j721s2.c

Comments

Péter Ujfalusi Nov. 22, 2021, 6:08 p.m. UTC | #1
Hi Aswath,

On 19/11/2021 15:23, Aswath Govindraju wrote:
> The following series of patches add support for J721S2 SoC.
> 
> Currently, the PSIL source and destination thread IDs for only a few of the
> IPs have been added. The remaning ones will be added as and when they are
> tested.

I would have added the complete map as the hardware is not going to
change (likely), but fine this way as well.

> The following series of patches are dependent on,
> - http://lists.infradead.org/pipermail/linux-arm-kernel/2021-November/697574.html

It is runtime dependency, so not an issue.

Acked-by: Peter Ujfalusi <peter.ujfalusi@gmail.com>

> Aswath Govindraju (2):
>   dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoC
>   drivers: dma: ti: k3-psil: Add support for J721S2
> 
>  drivers/dma/ti/Makefile         |   3 +-
>  drivers/dma/ti/k3-psil-j721s2.c | 167 ++++++++++++++++++++++++++++++++
>  drivers/dma/ti/k3-psil-priv.h   |   1 +
>  drivers/dma/ti/k3-psil.c        |   1 +
>  drivers/dma/ti/k3-udma.c        |   1 +
>  5 files changed, 172 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/dma/ti/k3-psil-j721s2.c
>
Aswath Govindraju Dec. 7, 2021, 2:21 p.m. UTC | #2
Hi Vinod,

On 19/11/21 6:53 pm, Aswath Govindraju wrote:
> The following series of patches add support for J721S2 SoC.
> 
> Currently, the PSIL source and destination thread IDs for only a few of the
> IPs have been added. The remaning ones will be added as and when they are
> tested.
> 
> The following series of patches are dependent on,
> - http://lists.infradead.org/pipermail/linux-arm-kernel/2021-November/697574.html
> 

May I know if this patch series can be applied to next? This series is a
dependency for [1].

[1] -
https://lore.kernel.org/linux-arm-kernel/20211207080904.14324-3-a-govindraju@ti.com/T/

Thanks,
Aswath

> Aswath Govindraju (2):
>   dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoC
>   drivers: dma: ti: k3-psil: Add support for J721S2
> 
>  drivers/dma/ti/Makefile         |   3 +-
>  drivers/dma/ti/k3-psil-j721s2.c | 167 ++++++++++++++++++++++++++++++++
>  drivers/dma/ti/k3-psil-priv.h   |   1 +
>  drivers/dma/ti/k3-psil.c        |   1 +
>  drivers/dma/ti/k3-udma.c        |   1 +
>  5 files changed, 172 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/dma/ti/k3-psil-j721s2.c
>
Vinod Koul Dec. 13, 2021, 6:02 a.m. UTC | #3
On 19-11-21, 18:53, Aswath Govindraju wrote:
> The following series of patches add support for J721S2 SoC.
> 
> Currently, the PSIL source and destination thread IDs for only a few of the
> IPs have been added. The remaning ones will be added as and when they are
> tested.
> 
> The following series of patches are dependent on,
> - http://lists.infradead.org/pipermail/linux-arm-kernel/2021-November/697574.html

Applied, thanks