From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Wed, 3 May 2017 15:08:22 +0200 Subject: [U-Boot] [PATCH 0/5] dm: led: add BCM6328 led support Message-ID: <1493816907-30486-1-git-send-email-noltari@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 BCM6328 supports controlling LEDs both by using the GPIO controller and the LED controller. However, LED controller allows HW blinking and supports serial LEDs. Álvaro Fernández Rojas (5): dm: led: add BCM6328 led driver mips: bmips: add bcm6328-led driver support for BCM6328 mips: bmips: add bcm6328-led driver support for BCM63268 mips: bmips: add Comtrend AR-5387un bcm6328-leds mips: bmips: add Comtrend VR-3032u bcm6328-leds arch/mips/dts/brcm,bcm63268.dtsi | 9 ++ arch/mips/dts/brcm,bcm6328.dtsi | 9 ++ arch/mips/dts/comtrend,ar-5387un.dts | 30 ++++ arch/mips/dts/comtrend,vr-3032u.dts | 43 ++++++ configs/comtrend_ar5387un_ram_defconfig | 4 + configs/comtrend_vr3032u_ram_defconfig | 4 + drivers/led/Kconfig | 7 + drivers/led/Makefile | 1 + drivers/led/led_bcm6328.c | 262 ++++++++++++++++++++++++++++++++ 9 files changed, 369 insertions(+) create mode 100644 drivers/led/led_bcm6328.c -- 2.1.4