Files
u-boot/drivers
Lokesh Vutla 5a07cf5e7a pinctrl: Fix build warning with ARM64
Following build warning appears when pinctrl-single is built for ARM64:

In file included from drivers/pinctrl/pinctrl-single.c:10:0:
drivers/pinctrl/pinctrl-single.c: In function ‘single_configure_pins’:
./arch/arm/include/asm/io.h:43:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
 #define __arch_getw(a)   (*(volatile unsigned short *)(a))

Fix this by using phys_addr_t for variable reg instead of u32

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
2018-09-10 20:48:20 -04:00
..
2018-08-03 19:53:10 -04:00
2018-07-26 10:59:35 -07:00
2018-08-08 13:38:17 +02:00
2018-09-10 20:48:19 -04:00
2018-08-17 13:03:54 -04:00
2018-08-14 11:31:19 +02:00
2018-07-20 15:55:05 -04:00
2018-09-10 20:48:12 -04:00
2018-07-19 16:31:38 -04:00
2018-08-03 11:14:08 +05:30
2018-08-29 03:10:30 +02:00
2018-08-11 08:07:36 +02:00
2018-08-11 08:07:36 +02:00