2021-01-04 18:34:28

by David Lechner

[permalink] [raw]
Subject: [PATCH 0/2] Add support for TI AM18XX/OMAP-L138 PRUSS

This is the first step for adding support for the PRUSS on TI AM18XX/OMAP-L138
SoCs. This series adds support in the top-level PRUSS driver. (Patches for the
interrupt controller and individual PRUs are independent of this change and
will be submitted separately.)

David Lechner (2):
dt-bindings: soc: ti: ti,pruss: add ti,am1806-pruss
soc: ti: pruss: add support for AM18XX/OMAP-L138 PRUSS

.../devicetree/bindings/soc/ti/ti,pruss.yaml | 2 +
drivers/soc/ti/Kconfig | 2 +-
drivers/soc/ti/pruss.c | 76 +++++++++++--------
3 files changed, 47 insertions(+), 33 deletions(-)

--
2.25.1


2021-01-25 04:48:18

by Santosh Shilimkar

[permalink] [raw]
Subject: Re: [PATCH 0/2] Add support for TI AM18XX/OMAP-L138 PRUSS

On 1/4/21 10:30 AM, David Lechner wrote:
> This is the first step for adding support for the PRUSS on TI AM18XX/OMAP-L138
> SoCs. This series adds support in the top-level PRUSS driver. (Patches for the
> interrupt controller and individual PRUs are independent of this change and
> will be submitted separately.)
>
> David Lechner (2):
> dt-bindings: soc: ti: ti,pruss: add ti,am1806-pruss
> soc: ti: pruss: add support for AM18XX/OMAP-L138 PRUSS
>
Please post updated series after fixing patch 2 as discussed with Suman.

Regards,
Santosh