mbox series

[0/4] Davinci remoteproc cleanups/fixes

Message ID 20170518220902.2846-1-s-anna@ti.com
Headers show
Series Davinci remoteproc cleanups/fixes | expand

Message

Suman Anna May 18, 2017, 10:08 p.m. UTC
Hi Bjorn,

The following series includes various fixes and cleanups for the TI's
Davinci DSP remoteproc driver. Patches are based on 4.12-rc1. Following
is the patch summary:

 - Patch1 updates/fixes the build dependency on DMA_CMA which is not
   selected by default in the davinci_defconfig.
 - Patch 3 fixes a DSP boot/functionality issue with repeated 'start'
   and 'stop' commands using the sysfs 'state' variable.
 - Patch 2 and 4 are cleanups/code simplifications.

regards
Suman

Suman Anna (4):
  remoteproc/davinci: Update Kconfig to depend on DMA_CMA
  remoteproc/davinci: simplify the reset function
  remoteproc/davinci: fix unbalanced reset between start and stop ops
  remoteproc/davinci: streamline the interrupt management

 drivers/remoteproc/Kconfig            |  2 +-
 drivers/remoteproc/da8xx_remoteproc.c | 60 ++++++++---------------------------
 2 files changed, 15 insertions(+), 47 deletions(-)

-- 
2.12.0

Comments

Suman Anna June 8, 2017, 8:47 p.m. UTC | #1
Bjorn,

On 05/18/2017 05:08 PM, Suman Anna wrote:
> Hi Bjorn,

> 

> The following series includes various fixes and cleanups for the TI's

> Davinci DSP remoteproc driver. Patches are based on 4.12-rc1. Following

> is the patch summary:

> 

>  - Patch1 updates/fixes the build dependency on DMA_CMA which is not

>    selected by default in the davinci_defconfig.

>  - Patch 3 fixes a DSP boot/functionality issue with repeated 'start'

>    and 'stop' commands using the sysfs 'state' variable.

>  - Patch 2 and 4 are cleanups/code simplifications.


If you don't have any comments, can you queue these patches for v4.13?

Thanks
Suman

> 

> regards

> Suman

> 

> Suman Anna (4):

>   remoteproc/davinci: Update Kconfig to depend on DMA_CMA

>   remoteproc/davinci: simplify the reset function

>   remoteproc/davinci: fix unbalanced reset between start and stop ops

>   remoteproc/davinci: streamline the interrupt management

> 

>  drivers/remoteproc/Kconfig            |  2 +-

>  drivers/remoteproc/da8xx_remoteproc.c | 60 ++++++++---------------------------

>  2 files changed, 15 insertions(+), 47 deletions(-)

>
Suman Anna June 23, 2017, 9:29 p.m. UTC | #2
On 06/08/2017 03:47 PM, Suman Anna wrote:
> Bjorn,

> 

> On 05/18/2017 05:08 PM, Suman Anna wrote:

>> Hi Bjorn,

>>

>> The following series includes various fixes and cleanups for the TI's

>> Davinci DSP remoteproc driver. Patches are based on 4.12-rc1. Following

>> is the patch summary:

>>

>>  - Patch1 updates/fixes the build dependency on DMA_CMA which is not

>>    selected by default in the davinci_defconfig.

>>  - Patch 3 fixes a DSP boot/functionality issue with repeated 'start'

>>    and 'stop' commands using the sysfs 'state' variable.

>>  - Patch 2 and 4 are cleanups/code simplifications.

> 

> If you don't have any comments, can you queue these patches for v4.13?


ping on this..

> 

> Thanks

> Suman

> 

>>

>> regards

>> Suman

>>

>> Suman Anna (4):

>>   remoteproc/davinci: Update Kconfig to depend on DMA_CMA

>>   remoteproc/davinci: simplify the reset function

>>   remoteproc/davinci: fix unbalanced reset between start and stop ops

>>   remoteproc/davinci: streamline the interrupt management

>>

>>  drivers/remoteproc/Kconfig            |  2 +-

>>  drivers/remoteproc/da8xx_remoteproc.c | 60 ++++++++---------------------------

>>  2 files changed, 15 insertions(+), 47 deletions(-)

>>

>
Bjorn Andersson June 25, 2017, 9:19 p.m. UTC | #3
On Thu 18 May 15:08 PDT 2017, Suman Anna wrote:

> Hi Bjorn,

> 

> The following series includes various fixes and cleanups for the TI's

> Davinci DSP remoteproc driver. Patches are based on 4.12-rc1. Following

> is the patch summary:

> 

>  - Patch1 updates/fixes the build dependency on DMA_CMA which is not

>    selected by default in the davinci_defconfig.

>  - Patch 3 fixes a DSP boot/functionality issue with repeated 'start'

>    and 'stop' commands using the sysfs 'state' variable.

>  - Patch 2 and 4 are cleanups/code simplifications.

> 


Patches 1, 2 and 3 applied to rproc-next.

Regards,
Bjorn