Re: [PATCH v2 05/10] gpio: dw: Fix warnings about casting int to pointer

2020-06-16 Thread Simon Glass
On Sun, 7 Jun 2020 at 19:27, Sean Anderson wrote: > > Change the type of gpio_dwabp_platdata.base from fdt_addr_t to a void > pointer, since we pass it to readl. > > Signed-off-by: Sean Anderson > Reviewed-by: Bin Meng > --- > This patch was previously submitted as part of >

RE: [PATCH v2 05/10] gpio: dw: Fix warnings about casting int to pointer

2020-06-08 Thread Tan, Ley Foon
> Subject: [PATCH v2 05/10] gpio: dw: Fix warnings about casting int to pointer > > Change the type of gpio_dwabp_platdata.base from fdt_addr_t to a void > pointer, since we pass it to readl. > > Signed-off-by: Sean Anderson > Reviewed-by: Bin Meng > --- >

[PATCH v2 05/10] gpio: dw: Fix warnings about casting int to pointer

2020-06-07 Thread Sean Anderson
Change the type of gpio_dwabp_platdata.base from fdt_addr_t to a void pointer, since we pass it to readl. 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)