From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 19 Dec 2020 08:40:16 -0800 Subject: [PATCH v3 19/28] gpio: Update for new sequence numbers In-Reply-To: <20201217042034.411902-17-sjg@chromium.org> References: <20201217042034.411902-17-sjg@chromium.org> <20201217042034.411902-1-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 Use the dev_seq() sequence number in all cases. Signed-off-by: Simon Glass --- (no changes since v1) drivers/gpio/imx_rgpio2p.c | 2 +- drivers/gpio/iproc_gpio.c | 2 +- drivers/gpio/mvebu_gpio.c | 2 +- drivers/gpio/mxc_gpio.c | 2 +- drivers/gpio/vybrid_gpio.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) Applied to u-boot-dm/next, thanks!