summaryrefslogtreecommitdiff
path: root/include/usb/ehci-fsl.h
diff options
context:
space:
mode:
authorMateusz Kulikowski <mateusz.kulikowski@gmail.com>2016-03-31 23:12:21 +0200
committerTom Rini <trini@konsulko.com>2016-04-01 17:18:09 -0400
commitd3d844f84acf3d079959894709607188620989c5 (patch)
tree1a39c7ec88991556428c06a6d6883d410bf45c97 /include/usb/ehci-fsl.h
parent2cbe57cf26769cff6f8e79c0c9afe6773edbf16b (diff)
downloadu-boot-imx-d3d844f84acf3d079959894709607188620989c5.zip
u-boot-imx-d3d844f84acf3d079959894709607188620989c5.tar.gz
u-boot-imx-d3d844f84acf3d079959894709607188620989c5.tar.bz2
usb: ulpi: Fix compile warning in read/write on 64-bit machines.
ulpi_read and ulpi_write are used to read/write registers via ULPI bus. Code generates compilation warnings on 64-bit machines where pointer is cast to u32. This patch drops all but last 8 bits of register address. It is possible, because addresses on ULPI bus are 6- or 8-bit. It is not possible (according to ULPI 1.1 spec) to have more than 8-bit addressing. This patch should not cause regressions as all calls to ulpi_read/write use either structure pointer (@ address 0) or integer offsets cast to pointer - addresses requested are way below 8-bit range. Signed-off-by: Mateusz Kulikowski <mateusz.kulikowski@gmail.com> Acked-by: Marek Vasut <marex@denx.de>
Diffstat (limited to 'include/usb/ehci-fsl.h')
0 files changed, 0 insertions, 0 deletions