[PATCH v3 2/2] driver: pinctrl: imx: Add pinctrl driver support for imx6sll
Fabio Estevam
festevam at gmail.com
Tue Feb 6 19:01:07 PST 2018
On Wed, Feb 7, 2018 at 12:07 AM, Bai Ping <ping.bai at nxp.com> wrote:
> --- /dev/null
> +++ b/drivers/pinctrl/freescale/pinctrl-imx6sll.c
> @@ -0,0 +1,427 @@
> +/*
> + * Copyright (C) 2016 Freescale Semiconductor, Inc.
> + * Copyright 2017-2018 NXP.
> + *
> + * This program is free software; you can redistribute it and/or modify
> + * it under the terms of the GNU General Public License version 2 as
> + * published by the Free Software Foundation.
> + */
You could use SPDX identifier.
> +static int imx6sll_pinctrl_probe(struct platform_device *pdev)
> +{
> + pr_info("imx6sll pinctrl probe\n\n\n");
Please remove this pr_info() line.
More information about the linux-arm-kernel
mailing list