On Sun, 2016-01-10 at 17:00 +0100, John Crispin wrote: > Add the driver and header files required to make pinctrl work on MediaTek > MT7623. > > Signed-off-by: John Crispin <blogic@xxxxxxxxxxx> > --- > drivers/pinctrl/mediatek/Kconfig | 5 + > drivers/pinctrl/mediatek/Makefile | 1 + > drivers/pinctrl/mediatek/pinctrl-mt7623.c | 380 +++++ > drivers/pinctrl/mediatek/pinctrl-mtk-mt7623.h | 1936 +++++++++++++++++++++++++ > include/dt-bindings/pinctrl/mt7623-pinfunc.h | 520 +++++++ > 5 files changed, 2842 insertions(+) > create mode 100644 drivers/pinctrl/mediatek/pinctrl-mt7623.c > create mode 100644 drivers/pinctrl/mediatek/pinctrl-mtk-mt7623.h > create mode 100644 include/dt-bindings/pinctrl/mt7623-pinfunc.h > > diff --git a/drivers/pinctrl/mediatek/Kconfig b/drivers/pinctrl/mediatek/Kconfig > index 13e9939..8cc6b8a 100644 > --- a/drivers/pinctrl/mediatek/Kconfig > +++ b/drivers/pinctrl/mediatek/Kconfig > @@ -13,6 +13,11 @@ config PINCTRL_MT2701 > bool "Mediatek MT2701 pin control" if COMPILE_TEST && !MACH_MT2701 > depends on OF > default MACH_MT2701 > + > +config PINCTRL_MT7623 > + bool "Mediatek MT7623 pin control" if COMPILE_TEST && !MACH_MT7623 > + depends on OF > + default MACH_MT7623 > select PINCTRL_MTK_COMMON Hi John, You removed 'select PINCTRL_MTK_COMMON' form PINCTRL_MT2701. Please add it back. <...> > diff --git a/include/dt-bindings/pinctrl/mt7623-pinfunc.h b/include/dt-bindings/pinctrl/mt7623-pinfunc.h > new file mode 100644 > index 0000000..d8a0f2e > --- /dev/null > +++ b/include/dt-bindings/pinctrl/mt7623-pinfunc.h > @@ -0,0 +1,520 @@ > +#ifndef __DTS_MT7623_PINFUNC_H > +#define __DTS_MT7623_PINFUNC_H > + > +#include <dt-bindings/pinctrl/mt65xx.h> > + <...> This is part of dt-binding. I think it should be a separate patch or go with the dt-binding patch. Joe.C -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html