[PATCH 06/12] tty: serial: samsung: Add Exynos850 SoC data

Andy Shevchenko andy.shevchenko at gmail.com
Fri Jul 30 08:05:37 PDT 2021


On Fri, Jul 30, 2021 at 5:50 PM Sam Protsenko
<semen.protsenko at linaro.org> wrote:
>
> Add serial driver data for Exynos850 SoC. This driver data is basically
> reusing EXYNOS_COMMON_SERIAL_DRV_DATA, which is common for all Exynos
> chips, but also enables USI init, which was added in previous commit:
> "tty: serial: samsung: Init USI to keep clocks running".

...

> +static struct s3c24xx_serial_drv_data exynos850_serial_drv_data = {
> +       EXYNOS_COMMON_SERIAL_DRV_DATA_USI(1),

> +       .fifosize = { 0, },

0 is the default for static globally defined variables.

> +};

-- 
With Best Regards,
Andy Shevchenko



More information about the linux-arm-kernel mailing list