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 bios_emulator: Fix cast for 64-bit compilation 2016-10-11 11:55:33 +08:00
block dm: blk: Enable CONFIG_BLK if DM_MMC is enabled 2016-10-11 10:15:53 -06:00
bootcount
clk rockchip: clk: Support setting ACLK 2016-11-25 17:59:31 -07:00
core Fix codying style broken by recent libfdt sync 2016-10-24 08:04:42 -04:00
cpu cpu: Add get_vendor callback 2016-10-19 09:01:51 +02:00
crypto
ddr ddr: altera: Configuring SDRAM extra cycles timing parameters 2016-10-27 08:03:07 +02:00
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 libfdt: Bring in upstream stringlist functions 2016-10-13 13:54:10 -06:00
memory
misc Merge git://git.denx.de/u-boot-dm 2016-10-12 20:48:43 -04:00
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 libfdt: Sync fdt_for_each_subnode() with upstream 2016-10-13 14:10:32 -06:00
pinctrl Fix codying style broken by recent libfdt sync 2016-10-24 08:04:42 -04:00
power power: regulator: Add limits checking while setting current 2016-11-25 17:59:26 -07:00
pwm
qe
ram
remoteproc
reset libfdt: Bring in upstream stringlist functions 2016-10-13 13:54:10 -06:00
rtc rtc: Use CONFIG_X86 instead of __I386__ 2016-10-11 11:55:33 +08:00
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 thermal: Kconfig: Add IMX_THERMAL entry 2016-10-26 16:53:16 +02:00
timer
tpm tpm: Tidy up use of size_t 2016-10-11 11:55:33 +08:00
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