lkml.org 
[lkml]   [2021]   [Jan]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 5.10 30/51] dmaengine: stm32-mdma: fix STM32_MDMA_VERY_HIGH_PRIORITY value
    Date
    From: Amelie Delaunay <amelie.delaunay@foss.st.com>

    [ Upstream commit e1263f9277bad198c2acc8092a41aea1edbea0e4 ]

    STM32_MDMA_VERY_HIGH_PRIORITY is b11 not 0x11, so fix it with 0x3.

    Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
    Link: https://lore.kernel.org/r/20210104142045.25583-1-amelie.delaunay@foss.st.com
    Signed-off-by: Vinod Koul <vkoul@kernel.org>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/dma/stm32-mdma.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/dma/stm32-mdma.c b/drivers/dma/stm32-mdma.c
    index 08cfbfab837bb..ca97cbe433651 100644
    --- a/drivers/dma/stm32-mdma.c
    +++ b/drivers/dma/stm32-mdma.c
    @@ -199,7 +199,7 @@
    #define STM32_MDMA_MAX_CHANNELS 63
    #define STM32_MDMA_MAX_REQUESTS 256
    #define STM32_MDMA_MAX_BURST 128
    -#define STM32_MDMA_VERY_HIGH_PRIORITY 0x11
    +#define STM32_MDMA_VERY_HIGH_PRIORITY 0x3

    enum stm32_mdma_trigger_mode {
    STM32_MDMA_BUFFER,
    --
    2.27.0
    \
     
     \ /
      Last update: 2021-01-12 14:19    [W:5.638 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site