All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Pull request: u-boot-video/master
Date: Fri, 08 Jun 2012 00:10:02 +0200	[thread overview]
Message-ID: <20120607221002.E509520005C@gemini.denx.de> (raw)
In-Reply-To: <20120605095753.0b080872@wker>

Dear Anatolij Gustschin,

In message <20120605095753.0b080872@wker> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit 4398d55991eb3c2484a2a8e991d701e5d7a64874:
> 
>   net: sh-eth: Add support Gigabit of SH7734 (2012-05-23 17:53:09 -0500)
> 
> are available in the git repository at:
>   git://git.denx.de/u-boot-video.git master
> 
> Anatolij Gustschin (6):
>       include/video.h: drop unused video_printf()
>       cmd_bmp.c: make bmp_display() usable by drivers or board code
>       common/lcd.c: use ARRAY_SIZE
>       common/lcd.c: reduce some CONFIG_LCD_*_LOGO ifdefs
>       common/lcd.c: reduce one CONFIG_LCD_LOGO ifdef
>       video: cfb_console: flush dcache for frame buffer in DRAM
> 
> Bo Shen (1):
>       video: atmel/lcd: add LCD driver for new Atmel SoC
> 
> Donghwa Lee (5):
>       LCD: change s6e8ax0 panel gamma value
>       LCD: support another s6e8ax0 panel type
>       LCD: display 32bpp decompressed bitmap image
>       create lib/tizen directory
>       EXYNOS: display 32bpp bitmap TIZEN logo
> 
> Fabio Estevam (4):
>       mx51evk: Add LCD support
>       mx53: Allow IPUv3 driver to also work on mx53
>       mx5: Rename mx51_fb_init()
>       mx53loco: Add LCD support
> 
> Jeroen Hofstee (2):
>       omap3_dss: add optional framebuffer
>       omap3_dss: cosmetic changes
> 
> Pali Roh=E1r (3):
>       cfb_console: Fix function console_back
>       cfb_console: Add console_clear_line function
>       cfb_console: Ignore bell character
> 
>  Makefile                                     |    3 +
>  arch/arm/include/asm/arch-exynos/mipi_dsim.h |    1 +
>  arch/arm/include/asm/arch-mx5/imx-regs.h     |    8 +-
>  arch/arm/include/asm/arch-omap3/dss.h        |   61 +-
>  board/freescale/mx51evk/mx51evk.c            |   59 +
>  board/freescale/mx53loco/mx53loco.c          |   72 +
>  board/samsung/trats/trats.c                  |   16 +
>  board/ttcontrol/vision2/vision2.c            |    2 +-
>  common/cmd_bmp.c                             |    3 +-
>  common/lcd.c                                 |   45 +-
>  drivers/video/Makefile                       |    3 +-
>  drivers/video/atmel_hlcdfb.c                 |  211 ++
>  drivers/video/cfb_console.c                  |   89 +-
>  drivers/video/exynos_fb.c                    |   19 +
>  drivers/video/exynos_fb.h                    |    7 -
>  drivers/video/exynos_fimd.c                  |    2 +-
>  drivers/video/ipu_regs.h                     |   42 +-
>  drivers/video/mxc_ipuv3_fb.c                 |    2 +-
>  drivers/video/omap3_dss.c                    |   77 +-
>  drivers/video/s6e8ax0.c                      |   25 +-
>  include/atmel_hlcdc.h                        |  231 ++
>  include/configs/mx51evk.h                    |   13 +-
>  include/configs/mx53loco.h                   |   13 +-
>  include/configs/trats.h                      |    6 +-
>  include/ipu_pixfmt.h                         |    2 +-
>  include/lcd.h                                |   17 +-
>  include/libtizen.h                           |   29 +
>  include/video.h                              |    1 -
>  lib/tizen/Makefile                           |   46 +
>  lib/tizen/tizen.c                            |   40 +
>  lib/tizen/tizen_hd_logo.h                    | 5071 ++++++++++++++++++++++=
> ++++
>  lib/tizen/tizen_hd_logo_data.h               |   29 +
>  32 files changed, 6123 insertions(+), 122 deletions(-)
>  create mode 100644 drivers/video/atmel_hlcdfb.c
>  create mode 100644 include/atmel_hlcdc.h
>  create mode 100644 include/libtizen.h
>  create mode 100644 lib/tizen/Makefile
>  create mode 100644 lib/tizen/tizen.c
>  create mode 100644 lib/tizen/tizen_hd_logo.h
>  create mode 100644 lib/tizen/tizen_hd_logo_data.h

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"He was so narrow minded he could see through  a  keyhole  with  both
eyes ..."

  reply	other threads:[~2012-06-07 22:10 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-05  7:57 [U-Boot] Pull request: u-boot-video/master Anatolij Gustschin
2012-06-07 22:10 ` Wolfgang Denk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-02-22 17:15 Anatolij Gustschin
2016-02-23 20:35 ` Tom Rini
2016-02-11 20:47 Anatolij Gustschin
2016-02-12 15:42 ` Tom Rini
2016-01-30 13:12 Anatolij Gustschin
2016-01-30 22:11 ` Tom Rini
2016-01-30 22:41   ` Simon Glass
2016-01-26  7:14 Anatolij Gustschin
2016-01-26 22:45 ` Tom Rini
2016-01-19  7:58 Anatolij Gustschin
2016-01-19 18:07 ` Tom Rini
2015-12-02 14:54 Anatolij Gustschin
2015-12-04 22:51 ` Tom Rini
2015-11-30  8:28 Anatolij Gustschin
2015-11-30 20:17 ` Tom Rini
2015-11-05  8:02 Anatolij Gustschin
2015-11-05 15:50 ` Tom Rini
2015-08-30 23:00 Anatolij Gustschin
2015-08-31 12:16 ` Tom Rini
2015-04-20  7:56 Anatolij Gustschin
2015-04-20 17:58 ` Tom Rini
2015-02-10 14:12 Anatolij Gustschin
2015-02-10 20:09 ` Tom Rini
2015-01-29  9:06 Anatolij Gustschin
2015-01-29 14:00 ` Tom Rini
2014-11-14 18:55 Anatolij Gustschin
2014-11-17  0:46 ` Tom Rini
2014-10-20 21:15 Anatolij Gustschin
2014-10-21 19:55 ` Tom Rini
2014-08-11 16:13 Anatolij Gustschin
2014-08-12 17:38 ` Tom Rini
2014-05-12 19:56 Anatolij Gustschin
2014-05-13 12:11 ` Tom Rini
2014-01-12 22:41 Anatolij Gustschin
2014-01-13 19:41 ` Tom Rini
2013-12-16 14:25 Anatolij Gustschin
2013-12-16 16:39 ` Tom Rini
2013-11-12  9:49 Anatolij Gustschin
2013-11-12 14:45 ` Tom Rini
2013-10-30 12:32 Anatolij Gustschin
2013-10-30 19:43 ` Tom Rini
2013-08-12 21:42 Anatolij Gustschin
2013-08-13 12:57 ` Tom Rini
2013-07-01 22:13 Anatolij Gustschin
2013-07-02  2:11 ` Otavio Salvador
2013-07-02  6:00   ` Anatolij Gustschin
2013-07-02 11:59     ` Otavio Salvador
2013-06-05 22:38 Anatolij Gustschin
2013-06-07 18:19 ` Tom Rini
2013-03-29 14:18 Anatolij Gustschin
2013-03-31 12:21 ` Tom Rini
2013-01-14 22:30 Anatolij Gustschin
2013-01-14 22:49 ` Tom Rini
2012-11-14 13:56 Anatolij Gustschin
2012-11-19 19:59 ` Tom Rini
2012-09-25 22:16 Anatolij Gustschin
2012-09-26  0:14 ` Tom Rini
2012-09-21 22:10 Anatolij Gustschin
2012-09-21 23:21 ` Tom Rini
2012-09-25 20:12   ` Anatolij Gustschin
2012-09-28  7:40     ` Igor Grinberg
2012-09-28  7:43       ` Igor Grinberg
2012-09-28  8:21       ` Anatolij Gustschin
2012-09-28  8:50         ` Igor Grinberg
2011-12-05 22:35 Anatolij Gustschin
2011-12-07  8:07 ` Wolfgang Denk
2011-11-27 19:20 Anatolij Gustschin
2011-11-28 18:54 ` Wolfgang Denk
2011-11-15 23:06 Anatolij Gustschin
2011-11-16 19:44 ` Wolfgang Denk
2011-10-15 19:54 Anatolij Gustschin
2011-10-17 19:50 ` Wolfgang Denk
2011-09-06  6:55 Anatolij Gustschin
2011-09-07 20:20 ` Wolfgang Denk
2011-07-04 22:48 Anatolij Gustschin
2011-04-28 20:18 Anatolij Gustschin
2011-04-28 21:45 ` Wolfgang Denk
2011-02-09 20:59 Anatolij Gustschin
2011-02-11 20:20 ` Wolfgang Denk
2011-01-26 23:32 Anatolij Gustschin
2011-01-31 21:51 ` Wolfgang Denk
2010-12-04 20:42 Anatolij Gustschin
2010-12-06 22:46 ` Wolfgang Denk
2010-04-08 14:47 Anatolij Gustschin
2010-04-09 19:41 ` Wolfgang Denk
2010-03-24 10:48 Anatolij Gustschin
2010-03-24 13:12 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120607221002.E509520005C@gemini.denx.de \
    --to=wd@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.