[PATCH v2 05/10] gpio: dw: Fix warnings about casting int to pointer
Tan, Ley Foon
ley.foon.tan at intel.com
Tue Jun 9 03:20:21 CEST 2020
> -----Original Message-----
> From: Sean Anderson <seanga2 at gmail.com>
> Sent: Monday, June 8, 2020 9:27 AM
> To: u-boot at lists.denx.de
> Cc: Tom Rini <trini at konsulko.com>; Bin Meng <bmeng.cn at gmail.com>;
> Rick Chen <rickchen36 at gmail.com>; Simon Glass <sjg at chromium.org>;
> Sean Anderson <seanga2 at gmail.com>; Anatolij Gustschin <agust at denx.de>;
> Tan, Ley Foon <ley.foon.tan at intel.com>; Marek Vasut <marex at denx.de>;
> Simon Goldschmidt <simon.k.r.goldschmidt at gmail.com>
> 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 <seanga2 at gmail.com>
> Reviewed-by: Bin Meng <bmeng.cn at gmail.com>
> ---
> This patch was previously submitted as part of
> https://patchwork.ozlabs.org/project/uboot/list/?series=161576
>
> (no changes since v1)
>
> drivers/gpio/dwapb_gpio.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
Reviewed-by: Ley Foon Tan <ley.foon.tan at intel.com>
More information about the U-Boot
mailing list