Message ID | 20200706075627.17212-1-vigneshr@ti.com |
---|---|
Headers | show |
Series | TI: AM654/j721e: Ringacc and UDMA updates | expand |
On 06/07/2020 10:56, Vignesh Raghavendra wrote: > Align Ringacc and UDMA driver with kernel updates. > > Depends on [1] > > [1] https://patchwork.ozlabs.org/project/uboot/list/?series=186589 > > Vignesh Raghavendra (6): > soc: ti: k3-ringacc: Move state tracking variables under a struct > soc: ti: k3-ringacc: Add an API to request pair of rings > soc: ti: k3-ringacc: Separate soc specific initialization > dma: ti: k3-udma: Introduce udma_chan_config struct > dma: ti: k3-udma: Move RX descriptor ring entries to rflow struct > dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pair > > drivers/dma/ti/k3-udma.c | 281 ++++++++++++------------ > drivers/soc/ti/k3-navss-ringacc.c | 161 +++++++++----- > include/linux/soc/ti/k3-navss-ringacc.h | 4 + > 3 files changed, 254 insertions(+), 192 deletions(-) > Thank you. Reviewed-by: Grygorii Strashko <grygorii.strashko at ti.com>
On 06/07/20 1:26 pm, Vignesh Raghavendra wrote: > Align Ringacc and UDMA driver with kernel updates. > > Depends on [1] > > [1] https://patchwork.ozlabs.org/project/uboot/list/?series=186589 Applied to u-boot-ti. Thanks and regards, Lokesh > > Vignesh Raghavendra (6): > soc: ti: k3-ringacc: Move state tracking variables under a struct > soc: ti: k3-ringacc: Add an API to request pair of rings > soc: ti: k3-ringacc: Separate soc specific initialization > dma: ti: k3-udma: Introduce udma_chan_config struct > dma: ti: k3-udma: Move RX descriptor ring entries to rflow struct > dma: ti: k3-udma: Switch to k3_ringacc_request_rings_pair > > drivers/dma/ti/k3-udma.c | 281 ++++++++++++------------ > drivers/soc/ti/k3-navss-ringacc.c | 161 +++++++++----- > include/linux/soc/ti/k3-navss-ringacc.h | 4 + > 3 files changed, 254 insertions(+), 192 deletions(-) >