[U-Boot] [PATCH v3 0/2] rework common/lcd

Andreas Bießmann andreas.devel at googlemail.com
Tue Nov 6 11:13:47 CET 2012


This series rework the CLUT management in common/lcd and use the driver API
lcd_setcolreg() for that. The change was first requested from Marek Vasut due to
a compiler warning (type-punned pointer stuff) encountered with eldk 4.2 and
introduced in 203c37b8c5556aad1901ce4954792afd718c7d42

BEWARE this change is only tested on atmel devices so far

Andreas Bießmann (1):
  common/lcd: use lcd_setcolreg() to setup CLUT

Bo Shen (1):
  video: atmel: implement lcd_setcolreg funtion

 common/lcd.c                 |   79 +++++++++---------------------------------
 drivers/video/atmel_hlcdfb.c |    6 ++++
 2 files changed, 22 insertions(+), 63 deletions(-)

-- 
1.7.10.4



More information about the U-Boot mailing list