Re: [PATCHv12][ 4/8] pinctrl: pinctrl-imx: add imx25 pinctrl driver
From: Linus Walleij <hidden>
Date: 2013-11-19 20:06:16
Also in:
linux-arm-kernel
On Wed, Nov 6, 2013 at 9:52 AM, Denis Carikli [off-list ref] wrote:
This is mostly cut and paste from the imx35 pinctrl driver. The data was generated using sed and awk on arch/arm/plat-mxc/include/mach/iomux-mx25.h. Cc: Rob Herring <rob.herring-bsGFqQB8/DxBDgjK7y7TUQ@public.gmane.org> Cc: Pawel Moll <redacted> Cc: Mark Rutland <redacted> Cc: Stephen Warren <redacted> Cc: Ian Campbell <redacted> Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Shawn Guo <redacted> Cc: Sascha Hauer <redacted> Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Russell King <linux-lFZ/pmaqli7XmaaqVzeoHQ@public.gmane.org> Cc: Linus Walleij <redacted> Cc: Eric Bénard <redacted> Signed-off-by: Denis Carikli <redacted> Acked-by: Sascha Hauer <redacted> --- ChangeLog v10->v11: - Added Shawn Guo in the Cc list. - Splitted the patch to be only pinctrl driver specific. - Removed the group control registers, and the PAD_CTL_DRIVE_VOLAGAGE_* pad configurations. (They were not used).
OK this has Sascha's ACK and Shawn is not complaining about it so patch applied! However...
quoted hunk
+++ b/drivers/pinctrl/pinctrl-imx25.c@@ -0,0 +1,351 @@ +/* + * imx25 pinctrl driver. + * + * Copyright 2013 Eukréa Electromatique <denis-fO0SIAKYzcbQT0dZR+AlfA@public.gmane.org> + * + * This driver was mostly copied from the imx51 pinctrl driver which has: + * + * Copyright (C) 2012 Freescale Semiconductor, Inc. + * Copyright (C) 2012 Linaro, Inc. + * + * Author: Dong Aisheng <dong.aisheng-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
I changed this to your name when applying. Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html