[U-Boot] [PATCH V2 00/13] common lcd refactor

Anatolij Gustschin agust at denx.de
Tue Feb 10 13:43:03 CET 2015


Hi Nikita,

On Tue,  3 Feb 2015 13:32:19 +0200
Nikita Kiryanov <nikita at compulab.co.il> wrote:
...
> Nikita Kiryanov (13):
>   lcd: move platform-specific structs to their own headers
>   lcd: split configuration_get_cmap
>   lcd: atmel: move atmel-specific fb_put_word to atmel_lcdfb
>   lcd: mpc8xx: move mpc823-specific fb_put_byte to mpc8xx_lcd.c
>   lcd: atmel: introduce lcd_logo_set_cmap
>   lcd: mpc823: move mpc823-specific lcd_logo_set_cmap code to
>     mpc8xx_lcd.c
>   lcd: logo: move generic cmap setting to lcd_logo_set_cmap()
>   lcd: introduce lcd_set_cmap
>   lcd: remove unused includes
>   lcd: various cleanups
>   lcd: rename bitmap_plot to better represent its functionality
>   lcd: dt: extract simplefb support
>   lcd: split splash code into its own function
> 
>  board/raspberrypi/rpi/rpi.c  |   1 +
>  common/Makefile              |   1 +
>  common/lcd.c                 | 358 ++++++++++---------------------------------
>  common/lcd_simplefb.c        |  59 +++++++
>  common/splash.c              |  16 ++
>  drivers/video/atmel_hlcdfb.c |  13 ++
>  drivers/video/atmel_lcdfb.c  |  51 ++++++
>  drivers/video/exynos_fb.c    |   9 ++
>  drivers/video/mpc8xx_lcd.c   |  29 ++++
>  drivers/video/pxa_lcd.c      |   6 +
>  include/atmel_lcd.h          |  38 +++++
>  include/exynos_lcd.h         |  81 ++++++++++
>  include/fdt_simplefb.h       |  14 ++
>  include/lcd.h                | 311 ++++++-------------------------------
>  include/mpc823_lcd.h         |  43 ++++++
>  include/pxa_lcd.h            |  80 ++++++++++
>  include/splash.h             |  11 +-
>  17 files changed, 574 insertions(+), 547 deletions(-)
>  create mode 100644 common/lcd_simplefb.c
>  create mode 100644 include/atmel_lcd.h
>  create mode 100644 include/exynos_lcd.h
>  create mode 100644 include/fdt_simplefb.h
>  create mode 100644 include/mpc823_lcd.h
>  create mode 100644 include/pxa_lcd.h

Series applied to u-boot-video/master. Thanks!

Anatolij


More information about the U-Boot mailing list