From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Apr 2017 10:08:07 -0600 Subject: [U-Boot] [PATCH v2 7/9] dm: led: Add support for blinking LEDs In-Reply-To: References: <20170410173459.30461-1-sjg@chromium.org> <20170410173459.30461-8-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12 April 2017 at 02:52, Ziping Chen wrote: > > > 2017-04-11 1:34 GMT+08:00 Simon Glass : >> >> Allow LEDs to be blinked if the driver supports it. Enable this for >> sandbox so that the tests run. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Control this feature via a new CONFIG_LED_BLINK option >> >> configs/sandbox_defconfig | 1 + >> configs/sandbox_noblk_defconfig | 1 + >> configs/sandbox_spl_defconfig | 1 + >> drivers/led/Kconfig | 9 +++++++++ >> drivers/led/led-uclass.c | 12 ++++++++++++ >> include/led.h | 35 +++++++++++++++++++++++++++++++++++ >> test/dm/led.c | 24 ++++++++++++++++++++++++ >> 7 files changed, 83 insertions(+) >> > > Reviewed-by: Ziping Chen > Applied to u-boot-dm