mbox series

[next,v2,0/6] soc: ti: k3-ringacc: updates

Message ID 20200717132019.20427-1-grygorii.strashko@ti.com (mailing list archive)
Headers show
Series soc: ti: k3-ringacc: updates | expand

Message

Grygorii Strashko July 17, 2020, 1:20 p.m. UTC
Hi Santosh,

This series is a set of non critical  updates for The TI K3 AM654x/J721E
Ring Accelerator driver.

Patch 1 - convert bindings to json-schema
Patches 2,3,5 - code reworking
Patch 4 - adds new API to request pair of rings k3_ringacc_request_rings_pair()
Patch 6 - updates K3 UDMA to use new API

Changes in v2:
- fixed build warning with patch 6
- added "Reviewed-by:" and "Acked-by:" tags.

v1: https://lore.kernel.org/patchwork/cover/1266231/

Grygorii Strashko (4):
  dt-bindings: soc: ti: k3-ringacc: convert bindings to json-schema
  soc: ti: k3-ringacc: add ring's flags to dump
  soc: ti: k3-ringacc: add request pair of rings api.
  soc: ti: k3-ringacc: separate soc specific initialization

Peter Ujfalusi (2):
  soc: ti: k3-ringacc: Move state tracking variables under a struct
  dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pair

 .../devicetree/bindings/soc/ti/k3-ringacc.txt |  59 ------
 .../bindings/soc/ti/k3-ringacc.yaml           | 102 +++++++++
 drivers/dma/ti/k3-udma-glue.c                 |  42 ++--
 drivers/dma/ti/k3-udma.c                      |  34 +--
 drivers/soc/ti/k3-ringacc.c                   | 194 ++++++++++++------
 include/linux/soc/ti/k3-ringacc.h             |   4 +
 6 files changed, 261 insertions(+), 174 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/soc/ti/k3-ringacc.txt
 create mode 100644 Documentation/devicetree/bindings/soc/ti/k3-ringacc.yaml

Comments

Santosh Shilimkar July 17, 2020, 4:55 p.m. UTC | #1
On 7/17/20 6:20 AM, Grygorii Strashko wrote:
> Hi Santosh,
> 
> This series is a set of non critical  updates for The TI K3 AM654x/J721E
> Ring Accelerator driver.
>
Thanks. Will have a look and if all looks good, add it to next.

> Patch 1 - convert bindings to json-schema
> Patches 2,3,5 - code reworking
> Patch 4 - adds new API to request pair of rings k3_ringacc_request_rings_pair()
> Patch 6 - updates K3 UDMA to use new API
> 
> Changes in v2:
> - fixed build warning with patch 6
> - added "Reviewed-by:" and "Acked-by:" tags.
> 
> v1: https://lore.kernel.org/patchwork/cover/1266231/
> 
> Grygorii Strashko (4):
>    dt-bindings: soc: ti: k3-ringacc: convert bindings to json-schema
>    soc: ti: k3-ringacc: add ring's flags to dump
>    soc: ti: k3-ringacc: add request pair of rings api.
>    soc: ti: k3-ringacc: separate soc specific initialization
> 
> Peter Ujfalusi (2):
>    soc: ti: k3-ringacc: Move state tracking variables under a struct
>    dmaengine: ti: k3-udma: Switch to k3_ringacc_request_rings_pair
> 
>   .../devicetree/bindings/soc/ti/k3-ringacc.txt |  59 ------
>   .../bindings/soc/ti/k3-ringacc.yaml           | 102 +++++++++
>   drivers/dma/ti/k3-udma-glue.c                 |  42 ++--
>   drivers/dma/ti/k3-udma.c                      |  34 +--
>   drivers/soc/ti/k3-ringacc.c                   | 194 ++++++++++++------
>   include/linux/soc/ti/k3-ringacc.h             |   4 +
>   6 files changed, 261 insertions(+), 174 deletions(-)
>   delete mode 100644 Documentation/devicetree/bindings/soc/ti/k3-ringacc.txt
>   create mode 100644 Documentation/devicetree/bindings/soc/ti/k3-ringacc.yaml
>