u-boot-brain/arch/powerpc
Madalin Bucur 9e998d5dc1 powerpc/mpc85xx: Fix compiling error with DM_GPIO
P4080DS compilation fails with DM_GPIO enabled:

drivers/gpio/gpio-uclass.c:355:5: error: redefinition of 'gpio_request'
 int gpio_request(unsigned gpio, const char *label)
     ^~~~~~~~~~~~
In file included from ./arch/powerpc/include/asm/arch/gpio.h:17:0,
                 from ./arch/powerpc/include/asm/gpio.h:1,
                 from drivers/gpio/gpio-uclass.c:16:
./arch/powerpc/include/asm/mpc85xx_gpio.h:68:19: note: previous definition of 'gpio_request' was here
 static inline int gpio_request(unsigned gpio, const char *label)
                   ^~~~~~~~~~~~

Signed-off-by: Madalin Bucur <madalin.bucur@oss.nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
2020-06-03 12:14:27 +05:30
..
cpu mpc83xx, abb: remove suvd3 board 2020-05-19 14:01:47 -04:00
dts powerpc: dts: p1010: add i2c node 2020-05-04 09:12:37 +05:30
include/asm powerpc/mpc85xx: Fix compiling error with DM_GPIO 2020-06-03 12:14:27 +05:30
lib common: Drop linux/delay.h from common header 2020-05-18 21:19:23 -04:00
config.mk kconfig / kbuild: Re-sync with Linux 4.19 2020-04-10 11:18:32 -04:00
Kconfig powerpc: Migrate HIGH_BATS to Kconfig 2019-05-21 07:52:33 +02:00
Makefile SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00