On Wed, Nov 6, 2013 at 9:52 AM, Denis Carikli <[email protected]> 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 <[email protected]> > Cc: Pawel Moll <[email protected]> > Cc: Mark Rutland <[email protected]> > Cc: Stephen Warren <[email protected]> > Cc: Ian Campbell <[email protected]> > Cc: [email protected] > Cc: Shawn Guo <[email protected]> > Cc: Sascha Hauer <[email protected]> > Cc: [email protected] > Cc: Russell King <[email protected]> > Cc: Linus Walleij <[email protected]> > Cc: Eric Bénard <[email protected]> > Signed-off-by: Denis Carikli <[email protected]> > Acked-by: Sascha Hauer <[email protected]> > --- > 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... > +++ b/drivers/pinctrl/pinctrl-imx25.c > @@ -0,0 +1,351 @@ > +/* > + * imx25 pinctrl driver. > + * > + * Copyright 2013 Eukréa Electromatique <[email protected]> > + * > + * 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 <[email protected]> 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 [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
