From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 15 Apr 2017 10:08:04 -0600 Subject: [U-Boot] [PATCH v2 6/9] dm: led: Support toggling LEDs In-Reply-To: References: <20170410173459.30461-1-sjg@chromium.org> <20170410173459.30461-7-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 : >> >> Add support for toggling an LED into the uclass interface. This can be >> efficiently implemented by the driver. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v2: >> - Drop the explicit assignment to LEDST_TOGGLE >> >> drivers/led/led_gpio.c | 7 +++++++ >> include/led.h | 1 + >> test/dm/led.c | 25 +++++++++++++++++++++++++ >> 3 files changed, 33 insertions(+) >> > > Reviewed-by: Ziping Chen Applied to u-boot-dm