u-boot/drivers/video/rockchip
Simon Glass 095e6c1f2d rockchip: video: Avoid using u8 in the HDMI driver
It makes not sense using u8 to hold a value on a 32-bit or 64-bit machine.
It can only bloat the code by forcing the compiler to mask the value.
Change it to uint.

Signed-off-by: Simon Glass <sjg@chromium.org>
2016-11-25 17:59:32 -07:00
..
Makefile rockchip: video: Add a display driver for rockchip LVDS 2016-03-14 22:06:33 +01:00
rk_edp.c clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
rk_hdmi.c rockchip: video: Avoid using u8 in the HDMI driver 2016-11-25 17:59:32 -07:00
rk_lvds.c clk: convert API to match reset/mailbox style 2016-06-19 17:05:55 -06:00
rk_vop.c rockchip: video: Check for device in use 2016-11-25 17:59:31 -07:00