From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Wed, 10 May 2017 16:18:30 +0200 Subject: [U-Boot] [PATCH 0/5] dm: gpio: add BMIPS gpio support In-Reply-To: <1493816847-30393-1-git-send-email-noltari@gmail.com> References: <1493816847-30393-1-git-send-email-noltari@gmail.com> Message-ID: <2b0ccef9-1173-bb92-9988-45526ec85773@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de Am 03.05.2017 um 15:07 schrieb Álvaro Fernández Rojas: > Broadcom MIPS SoCs have one or two GPIO banks, depending on the number of > gpios present: > BCM6345 => 16 GPIOs / 1 bank > BCM6328 => 32 GPIOs / 1 bank > BCM6358 => 40 GPIOs / 2 banks > BCM63268 => 52 GPIOs / 2 banks > > typedef struct GpioControl { > uint32 GPIODirHi; /* 0 */ > uint32 GPIODir; /* 4 */ > uint32 GPIOioHi; /* 8 */ > uint32 GPIOio; /* C */ > } > > Álvaro Fernández Rojas (5): > dm: gpio: add BCM6345 gpio driver > mips: bmips: add bcm6345-gpio driver support for BCM6358 > mips: bmips: add bcm6345-gpio driver support for BCM6328 > mips: bmips: add bcm6345-gpio driver support for BCM63268 > mips: bmips: add Huawei HG556a gpio-leds > > arch/mips/dts/brcm,bcm63268.dtsi | 19 ++++++ > arch/mips/dts/brcm,bcm6328.dtsi | 9 +++ > arch/mips/dts/brcm,bcm6358.dtsi | 19 ++++++ > arch/mips/dts/huawei,hg556a.dts | 73 +++++++++++++++++++++ > configs/huawei_hg556a_ram_defconfig | 4 ++ > drivers/gpio/Kconfig | 6 ++ > drivers/gpio/Makefile | 1 + > drivers/gpio/bcm6345_gpio.c | 125 ++++++++++++++++++++++++++++++++++++ > 8 files changed, 256 insertions(+) > create mode 100644 drivers/gpio/bcm6345_gpio.c > series applied to u-boot-mips/next, thanks -- - Daniel -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: