u-boot/drivers/video
Tom Rini 751641814c video-uclass: Fix logical-not-parentheses warning
With clang-4.0 and later we see:
warning: logical not is only applied to the left hand side of this bitwise
operator [-Wlogical-not-parentheses]
        if ((!gd->flags & GD_FLG_RELOC))
             ^          ~

And while the compiler suggests adding parenthesis around gd->flags, a
reading of the code says that we want to know when GD_FLG_RELOC is not
set and then return.

Cc: Simon Glass <sjg@chromium.org>
Cc: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
2018-04-24 20:57:14 +02:00
..
bridge video: add anx6345 DM driver 2017-10-26 15:43:11 +02:00
exynos video: exynos: remove redundant assignments 2018-03-19 10:02:05 +01:00
fonts
rockchip video: rk3288_mipi: Combine NULL check into IS_ERR_OR_NULL() 2018-03-28 23:44:58 +02:00
stm32 video: stm32: stm32_ltdc: set the blending factor 2018-03-19 10:52:30 +01:00
sunxi sunxi: video: mark framebuffer as EFI reserved memory 2018-03-09 18:24:49 +01:00
tegra124 dm: video: tegra124: Convert to livetree 2017-07-28 12:02:47 -06:00
am335x-fb.c am335x-fb: setup display PLL 2018-01-11 15:19:12 +01:00
am335x-fb.h am335x-fb: setup display PLL 2018-01-11 15:19:12 +01:00
anx98xx-edp.h video: anx9804: split out registers definitions into a separate header 2017-10-26 14:31:42 +02:00
anx9804.c treewide: fix up files incorrectly marked executable 2018-04-09 15:16:31 +02:00
anx9804.h
ati_ids.h
ati_radeon_fb.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
ati_radeon_fb.h
atmel_hlcdfb.c wait_bit: use wait_for_bit_le32 and remove wait_for_bit 2018-01-24 12:03:43 +05:30
atmel_lcdfb.c avr32: Retire AVR32 for good 2017-07-06 16:17:19 -04:00
backlight_gpio.c dm: backlight: Add a driver for GPIO backlight 2017-09-12 13:40:47 +02:00
backlight-uclass.c
bcm2835.c
broadwell_igd.c
bus_vcxk.c
cfb_console.c video: cfb_console: simplify logical constraint 2018-03-19 09:35:57 +01:00
console_normal.c
console_rotate.c
console_truetype.c
coreboot.c
da8xx-fb.c video, da8xx-fb: fix time out in wait_for_event() 2018-03-19 09:49:20 +01:00
da8xx-fb.h
display-uclass.c
dw_hdmi.c
formike.c
fsl_dcu_fb.c
fsl_diu_fb.c
hitachi_tx18d42vm_lcd.c
hitachi_tx18d42vm_lcd.h
i915_reg.h
ipu_common.c video: ipu: Fix dereferencing NULL pointer problem 2018-01-03 09:46:52 +01:00
ipu_disp.c
ipu_regs.h
ipu.h video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before 2017-09-04 23:33:45 +02:00
ivybridge_igd.c video: ivybridge_igd: Fix compiler warning 2018-02-13 20:34:07 -05:00
Kconfig sunxi: revert disabling of features 2018-04-04 14:15:40 +05:30
ld9040.c
lg4573.c
Makefile video: simplefb 2017-09-12 13:40:47 +02:00
mb862xx.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
mvebu_lcd.c
mx3fb.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
mxc_ipuv3_fb.c video: ipuv3_fb: skip IPU shutdown if IPU was not enabled before 2017-09-04 23:33:45 +02:00
mxcfb.h
mxsfb.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
omap3_dss.c
panel-uclass.c
pwm_backlight.c pwm-backlight: make power-supply as option 2018-03-06 10:17:15 +01:00
pxa_lcd.c
s6e8ax0.c
s6e63d6.c
sandbox_sdl.c
scf0403_lcd.c
simple_panel.c video: simple-panel: Add a little more debugging 2017-07-11 10:08:20 -06:00
simplefb.c video: simplefb 2017-09-12 13:40:47 +02:00
ssd2828.c
ssd2828.h
stb_truetype.h video: stb_truetype: simplify expression 2018-03-19 09:47:02 +01:00
tegra.c dm: Rename dev_addr..() functions 2017-06-01 07:03:01 -06:00
vesa.c
vidconsole-uclass.c video: indicate code page of bitmap fonts 2018-03-06 10:22:37 +01:00
video_bmp.c
video-uclass.c video-uclass: Fix logical-not-parentheses warning 2018-04-24 20:57:14 +02:00
videomodes.c env: Rename getenv/_f() to env_get() 2017-08-16 08:30:24 -04:00
videomodes.h