From mboxrd@z Thu Jan 1 00:00:00 1970 From: marex@denx.de (Marek Vasut) Date: Sat, 14 Apr 2018 02:11:38 +0200 Subject: [U-Boot, v2, u-boot, 1/2] reset: Add get/assert/deassert/release for bulk of reset signals In-Reply-To: <20180411140518.GC10996@bill-the-cat.ec.rr.com> References: <1522748451-21209-2-git-send-email-narmstrong@baylibre.com> <20180411140518.GC10996@bill-the-cat.ec.rr.com> Message-ID: <0c8c73af-7a00-128a-1193-a0d797e708fc@denx.de> To: linus-amlogic@lists.infradead.org List-Id: linus-amlogic.lists.infradead.org On 04/11/2018 04:05 PM, Tom Rini wrote: > On Tue, Apr 03, 2018 at 11:40:50AM +0200, Neil Armstrong wrote: > >> This patch adds a "bulk" API to the reset API in order to get/deassert/ >> assert/release a group of reset signals associated with a device. >> >> This bulk API will avoid adding a copy of the same code to manage >> a group of reset signals in drivers. >> >> Signed-off-by: Neil Armstrong >> Reviewed-by: Simon Glass > > Applied to u-boot/master, thanks! Breaks building of designware_i2c.c and also isn't checkpatch clean. ERROR: trailing whitespace #90: FILE: drivers/reset/reset-uclass.c:87: +^I$ total: 1 errors, 0 warnings, 0 checks, 229 lines checked -- Best regards, Marek Vasut