Re: [PATCH] ti: keystone: Don't select GPIO_EXTRA_HEADER

2022-07-25 Thread Tom Rini
On Fri, Jul 08, 2022 at 11:14:52AM +0200, Michal Simek wrote: > keystone doesn't have custom gpio.h that's why don't select > GPIO_EXTRA_HEADER which points to it. > > Logic in arch/arm/include/asm/gpio.h is very clear > > #ifdef CONFIG_GPIO_EXTRA_HEADER > #include > #endif > #include >

Re: [PATCH] ti: keystone: Don't select GPIO_EXTRA_HEADER

2022-07-15 Thread Michal Simek
On 7/8/22 11:14, Michal Simek wrote: keystone doesn't have custom gpio.h that's why don't select GPIO_EXTRA_HEADER which points to it. Logic in arch/arm/include/asm/gpio.h is very clear #ifdef CONFIG_GPIO_EXTRA_HEADER #include #endif #include Where it is visible that there is no

Re: [PATCH] ti: keystone: Don't select GPIO_EXTRA_HEADER

2022-07-08 Thread Tom Rini
On Fri, Jul 08, 2022 at 11:14:52AM +0200, Michal Simek wrote: > keystone doesn't have custom gpio.h that's why don't select > GPIO_EXTRA_HEADER which points to it. > > Logic in arch/arm/include/asm/gpio.h is very clear > > #ifdef CONFIG_GPIO_EXTRA_HEADER > #include > #endif > #include >

[PATCH] ti: keystone: Don't select GPIO_EXTRA_HEADER

2022-07-08 Thread Michal Simek
keystone doesn't have custom gpio.h that's why don't select GPIO_EXTRA_HEADER which points to it. Logic in arch/arm/include/asm/gpio.h is very clear #ifdef CONFIG_GPIO_EXTRA_HEADER #include #endif #include Where it is visible that there is no gpio.h in platform headers: $ ls