Re: [PATCH 02/05 v2] pinctrl: sh-pfc: r7s72100 base support

2013-12-18 Thread Magnus Damm
On Wed, Dec 18, 2013 at 7:05 PM, Wolfram Sang wrote: > >> >> +#define _P_DATA(bank, pin, name, sfx) >> >> \ >> >> + PINMUX_DATA(name##_DATA, name##_PMC_0, name##_PIPC_0, \ >> >> + name##_PIBC_1, name##_PBDC_1) >> >> + >> >> +#de

Re: [PATCH 02/05 v2] pinctrl: sh-pfc: r7s72100 base support

2013-12-18 Thread Wolfram Sang
> >> +#define _P_DATA(bank, pin, name, sfx) > >>\ > >> + PINMUX_DATA(name##_DATA, name##_PMC_0, name##_PIPC_0, \ > >> + name##_PIBC_1, name##_PBDC_1) > >> + > >> +#define _P_FN(n, fn, pfcae, pfce, pfc)

Re: [PATCH 02/05 v2] pinctrl: sh-pfc: r7s72100 base support

2013-12-17 Thread Magnus Damm
Hi Wolfram, On Wed, Dec 18, 2013 at 6:04 AM, Wolfram Sang wrote: > Hi, > >> +#define _P_DATA(bank, pin, name, sfx) >> \ >> + PINMUX_DATA(name##_DATA, name##_PMC_0, name##_PIPC_0, \ >> + name##_PIBC_1, name##_PBDC_1) >> + >> +#d

Re: [PATCH 02/05 v2] pinctrl: sh-pfc: r7s72100 base support

2013-12-17 Thread Wolfram Sang
Hi, > +#define _P_DATA(bank, pin, name, sfx) > \ > + PINMUX_DATA(name##_DATA, name##_PMC_0, name##_PIPC_0, \ > + name##_PIBC_1, name##_PBDC_1) > + > +#define _P_FN(n, fn, pfcae, pfce, pfc)

Re: [PATCH 02/05 v2] pinctrl: sh-pfc: r7s72100 base support

2013-12-17 Thread Laurent Pinchart
Hi Magnus, Thank you for the patch. On Tuesday 17 December 2013 11:38:04 Magnus Damm wrote: > From: Magnus Damm > > Add r7s72100 PINCTRL support via sh-pfc V2. At this point the code > provides enough support to allow use together with the gpio-rz > driver. Incremental per-device patches will i

[PATCH 02/05 v2] pinctrl: sh-pfc: r7s72100 base support

2013-12-16 Thread Magnus Damm
From: Magnus Damm Add r7s72100 PINCTRL support via sh-pfc V2. At this point the code provides enough support to allow use together with the gpio-rz driver. Incremental per-device patches will in the future be submitted on top of this base patch to allow PINCTRL enablement for each individual devi