On Tue, Jun 25, 2019 at 04:14:35PM +0530, sudheer.v wrote:
> From: sudheer veliseti <[email protected]>
> 
> defconfig changes to add DMA based UART in AST2500
> Maintainers File updated.
> Signed-off-by: sudheer veliseti <[email protected]>

Blank line needed before signed-off-by.


> ---
> 
> Changes in v3:
> - Added changes logs 
> 
>  MAINTAINERS                          | 13 +++++++++++++
>  arch/arm/configs/aspeed_g5_defconfig |  1 +
>  2 files changed, 14 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 997e27ab492f..c9a9790b97f6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1347,6 +1347,19 @@ F:     drivers/crypto/axis
>  F:   drivers/pinctrl/pinctrl-artpec*
>  F:   Documentation/devicetree/bindings/pinctrl/axis,artpec6-pinctrl.txt
>  
> +ARM/ASPEED DMA UART DRIVER
> +M:   sudheer v <[email protected]>
> +M:   ShivahShankar <[email protected]>
> +R:   Joel Stanley <[email protected]>
> +R:   Andrew Jeffery <[email protected]>
> +R:   Vinod Koul <[email protected]>
> +L:   [email protected]
> +L:   [email protected]
> +L:   [email protected]
> +S:   Maintained
> +F:   drivers/tty/serial/8250/8250_aspeed_uart_dma.c
> +F:   Documentation/devicetree/bindings/serial/ast-sdma-uart.txt
> +
>  ARM/ASPEED I2C DRIVER
>  M:   Brendan Higgins <[email protected]>
>  R:   Benjamin Herrenschmidt <[email protected]>
> diff --git a/arch/arm/configs/aspeed_g5_defconfig 
> b/arch/arm/configs/aspeed_g5_defconfig
> index 1849cbc161b4..25bf26630939 100644
> --- a/arch/arm/configs/aspeed_g5_defconfig
> +++ b/arch/arm/configs/aspeed_g5_defconfig
> @@ -144,6 +144,7 @@ CONFIG_SERIAL_8250=y
>  CONFIG_SERIAL_8250_CONSOLE=y
>  CONFIG_SERIAL_8250_NR_UARTS=6
>  CONFIG_SERIAL_8250_RUNTIME_UARTS=6
> +CONFIG_AST_SERIAL_DMA_UART=y

This shows that the config option should be:
        CONFIG_SERIAL_AST_DMA_UART
right?

thanks,

greg k-h

Reply via email to