Re: pinctrl: imx: Checking reuse of grouping functionality

2017-04-17 Thread SF Markus Elfring
> However the imx pinctrl driver _absolutely_ needs this configuration to work. Thanks for your explanation that the file “drivers/pinctrl/freescale/Kconfig” will usually provide needed information for this software module. Would it make sense to document such a requirement also by a preprocessor

Re: pinctrl: imx: Checking reuse of grouping functionality

2017-04-17 Thread Gary Bisson
Hi Markus, All, On Sat, Apr 15, 2017 at 9:55 PM, SF Markus Elfring wrote: > Hello, > > A preprocessor symbol like “CONFIG_GENERIC_PINCTRL_GROUPS” was introduced > by the commit c033a718f615b6b3ddc83ce3e0a217c30bd09cb5 (“pinctrl: stricten up > generic group code”) on 2017-01-03. Some functions are

pinctrl: imx: Checking reuse of grouping functionality

2017-04-15 Thread SF Markus Elfring
Hello, A preprocessor symbol like “CONFIG_GENERIC_PINCTRL_GROUPS” was introduced by the commit c033a718f615b6b3ddc83ce3e0a217c30bd09cb5 (“pinctrl: stricten up generic group code”) on 2017-01-03. Some functions are only available then when this macro is defined. I have got the impression that the