uboot/drivers
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
..
adc
bios_emulator
block
bootcount
clk rockchip: clk: Support setting ACLK 2016-11-25 17:59:31 -07:00
core
cpu
crypto
ddr
demo
dfu dfu: align array in dfu_get_dev_type with enum dfu_device_type 2016-11-03 11:55:25 +01:00
dma
fpga
gpio gpio: dwapb: Add support for port B 2016-11-21 14:07:26 -05:00
hwmon
i2c sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI 2016-10-30 11:38:04 +01:00
input
led
mailbox
memory
misc
mmc mmc: sunxi: Enable 8bits bus width for sun8i 2016-11-16 13:30:17 +09:00
mtd spi: Add of-platdata support to SPI and SPI flash 2016-11-25 17:59:30 -07:00
net Patch queue for efi - 2016-11-17 2016-11-17 11:46:45 -05:00
pch
pci pci: Move CONFIG_PCI_PNP to Kconfig 2016-10-28 07:13:52 -04:00
pcmcia
phy/marvell
pinctrl
power power: regulator: Add limits checking while setting current 2016-11-25 17:59:26 -07:00
pwm
qe
ram
remoteproc
reset
rtc
serial Merge branch 'master' of git://git.denx.de/u-boot-atmel 2016-10-28 14:14:18 -04:00
soc
sound
spi spi: Add a debug() on bind failure 2016-11-25 17:59:30 -07:00
spmi
sysreset
thermal
timer
tpm
twserial
usb Fix spelling of "resetting". 2016-10-31 10:13:17 -04:00
video rockchip: video: Avoid using u8 in the HDMI driver 2016-11-25 17:59:32 -07:00
watchdog
Kconfig
Makefile