Re: [U-Boot] [PATCH] dma: ti: k3-udma: Do not touch RT registers before channel configuration

2019-05-03 Thread Tom Rini
On Thu, Apr 25, 2019 at 12:08:15PM +0530, Vignesh Raghavendra wrote: > From: Peter Ujfalusi > > Upcoming sysfw (2019.03) will not open the channelized firewalls during > init, it only going to do so in response to the channel configuration > message. > > Remove the channel state checks done bef

Re: [U-Boot] [PATCH] dma: ti: k3-udma: Do not touch RT registers before channel configuration

2019-05-02 Thread Keerthy
On 25/04/19 11:49 PM, Grygorii Strashko wrote: On 25.04.19 09:38, Vignesh Raghavendra wrote: From: Peter Ujfalusi Upcoming sysfw (2019.03) will not open the channelized firewalls during init, it only going to do so in response to the channel configuration message. Remove the channel state

Re: [U-Boot] [PATCH] dma: ti: k3-udma: Do not touch RT registers before channel configuration

2019-04-25 Thread Grygorii Strashko
On 25.04.19 09:38, Vignesh Raghavendra wrote: > From: Peter Ujfalusi > > Upcoming sysfw (2019.03) will not open the channelized firewalls during > init, it only going to do so in response to the channel configuration > message. > > Remove the channel state checks done before the channel config

[U-Boot] [PATCH] dma: ti: k3-udma: Do not touch RT registers before channel configuration

2019-04-24 Thread Vignesh Raghavendra
From: Peter Ujfalusi Upcoming sysfw (2019.03) will not open the channelized firewalls during init, it only going to do so in response to the channel configuration message. Remove the channel state checks done before the channel configuration and move it after the configuration for warning purpos