From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Thu, 2 Jul 2020 18:46:16 -0600 Subject: [PATCH v4 05/12] gpio: sifive: Use generic reg read function In-Reply-To: <20200624102947.359794-6-seanga2@gmail.com> References: <20200624102947.359794-1-seanga2@gmail.com> <20200624102947.359794-6-seanga2@gmail.com> 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 Wed, 24 Jun 2020 at 04:30, Sean Anderson wrote: > > Using an fdt-specific function causes problems with a live tree. > > Signed-off-by: Sean Anderson > Reviewed-by: Bin Meng > --- > This patch was previously submitted as part of > https://patchwork.ozlabs.org/project/uboot/list/?series=161576 > > (no changes since v1) > > drivers/gpio/sifive-gpio.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Simon Glass