All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-video/master
@ 2012-09-21 22:10 Anatolij Gustschin
  2012-09-21 23:21 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2012-09-21 22:10 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Nikita Kiryanov (5):
      common lcd: simplify lcd_logo
      common lcd: simplify lcd_display
      common lcd: simplify core functions
      common lcd: simplify lcd_display_bitmap
      common/lcd: add protection from null bmp pointer

Timur Tabi (1):
      video/powerpc: don't touch DIU registers that we don't need

 board/mcc200/lcd.c         |   20 ++++++
 common/lcd.c               |  147 +++++++++++++++++++++++---------------------
 drivers/video/fsl_diu_fb.c |   21 +------
 3 files changed, 99 insertions(+), 89 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2016-02-22 17:15 Anatolij Gustschin
  2016-02-23 20:35 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2016-02-22 17:15 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 595af9db2422fa5ae734cfe615415b17a5098f34:

  Merge branch 'master' of git://www.denx.de/git/u-boot-imx (2016-02-21 07:56:16 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 703c751169feafecb0abfd730e287986cf4ac4e1:

  video: Add S3C24xx framebuffer support (2016-02-22 18:07:17 +0100)

----------------------------------------------------------------
Marek Vasut (1):
      video: Add S3C24xx framebuffer support

Simon Glass (2):
      video: truetype: Fix a memory leak on error
      video: freetype: Fix a memory leak with a bad parameter

 drivers/video/Makefile           |    1 +
 drivers/video/cfb_console.c      |    2 +-
 drivers/video/console_truetype.c |    1 +
 drivers/video/s3c-fb.c           |  172 ++++++++++++++++++++++++++++++++++++++
 drivers/video/stb_truetype.h     |    5 +-
 5 files changed, 179 insertions(+), 2 deletions(-)
 create mode 100644 drivers/video/s3c-fb.c

Please pull. Thanks!

--
Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2016-02-11 20:47 Anatolij Gustschin
  2016-02-12 15:42 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2016-02-11 20:47 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 94985cc9d3d7ed991ca8b2627d5894df5ea68f49:

  Merge branch 'master' of git://git.denx.de/u-boot-usb (2016-02-04 06:56:23 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 6c88b51305d69b9728c56f27f363530a7f3d7e83:

  video: tegra: Enable the 'lcd' env variable work-around (2016-02-11 21:39:38 +0100)

----------------------------------------------------------------
Simon Glass (2):
      dm: video: Add a temporary work-around for old stdout var
      video: tegra: Enable the 'lcd' env variable work-around

Stephen Warren (1):
      video: bcm2835: use bus_to_phys() on FB address

 arch/arm/mach-tegra/Kconfig |    1 +
 common/console.c            |    8 ++++++++
 drivers/video/Kconfig       |   10 ++++++++++
 drivers/video/bcm2835.c     |    4 +++-
 4 files changed, 22 insertions(+), 1 deletion(-)

Please pull. Thanks!

--
Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2016-01-30 13:12 Anatolij Gustschin
  2016-01-30 22:11 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2016-01-30 13:12 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 8a36287a019f5d7532a8a1a7da6aa96e490dbb8a:

  Merge git://git.denx.de/u-boot-dm (2016-01-29 13:47:38 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 8cdae1dacde7dbe74d53a8ac1a05761a53c4f191:

  video: Correct 'tor' typo in comment (2016-01-30 10:58:47 +0100)

----------------------------------------------------------------
Simon Glass (19):
      video: Add stb TrueType font renderer
      Makefile: Add rules to build in .ttf files
      video kconfig console_normal
      video: Use fractional units for X coordinates
      video: Handle the 'bell' character
      video: Provide a left margin for the text console
      video: Provide a signal when a new console line is started
      video: Provide a backspace method
      video: Add a console driver that uses TrueType fonts
      video: Add the Nimbus sans font
      video: Add the AnkaCoder mono-spaced font
      video: Add the Rufscript handwriting font
      video: Add the Cantoraone decorative font
      License: Add the Open Font License
      video: Allow selection of the driver and font size
      video: sandbox: Allow selection of font size and console name
      video: sandbox: Enable truetype fonts for sandbox
      video: test: Add console tests for truetype
      video: Correct 'tor' typo in comment

 Licenses/OFL.txt                              |   97 +
 Licenses/README                               |    1 +
 configs/sandbox_defconfig                     |    4 +-
 drivers/video/Kconfig                         |   36 +-
 drivers/video/Makefile                        |    6 +-
 drivers/video/console_normal.c                |   24 +-
 drivers/video/console_rotate.c                |   65 +-
 drivers/video/console_truetype.c              |  550 +++++
 drivers/video/fonts/Kconfig                   |   51 +
 drivers/video/fonts/Makefile                  |   11 +
 drivers/video/fonts/ankacoder_c75_r.ttf       |  Bin 0 -> 65596 bytes
 drivers/video/fonts/cantoraone_regular.ttf    |  Bin 0 -> 163116 bytes
 drivers/video/fonts/nimbus_sans_l_regular.ttf |  Bin 0 -> 61660 bytes
 drivers/video/fonts/rufscript010.ttf          |  Bin 0 -> 23080 bytes
 drivers/video/sandbox_sdl.c                   |    2 +
 drivers/video/stb_truetype.h                  | 3240 +++++++++++++++++++++++++
 drivers/video/vidconsole-uclass.c             |   84 +-
 drivers/video/video-uclass.c                  |   29 +-
 include/dm/test.h                             |    2 +
 include/video.h                               |    7 +-
 include/video_console.h                       |   70 +-
 scripts/Makefile.lib                          |   21 +
 test/dm/video.c                               |   90 +-
 23 files changed, 4325 insertions(+), 65 deletions(-)
 create mode 100644 Licenses/OFL.txt
 create mode 100644 drivers/video/console_truetype.c
 create mode 100644 drivers/video/fonts/Kconfig
 create mode 100644 drivers/video/fonts/Makefile
 create mode 100644 drivers/video/fonts/ankacoder_c75_r.ttf
 create mode 100644 drivers/video/fonts/cantoraone_regular.ttf
 create mode 100644 drivers/video/fonts/nimbus_sans_l_regular.ttf
 create mode 100644 drivers/video/fonts/rufscript010.ttf
 create mode 100644 drivers/video/stb_truetype.h

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2016-01-26  7:14 Anatolij Gustschin
  2016-01-26 22:45 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2016-01-26  7:14 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 12f229ea8f6c8e20f8fd07906eafc853c4c354a9:

  Merge git://git.denx.de/u-boot-fdt (2016-01-22 17:01:22 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 7588c312528eea9e24ef5c1b9a29a256ac5024d4:

  video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default (2016-01-26 08:06:13 +0100)

----------------------------------------------------------------
Anatolij Gustschin (1):
      video: add CONFIG_I2C_EDID and disable CONFIG_DISPLAY by default

Andreas Neubacher (1):
      lcd: fix the color testpattern in 16bit mode

Stefan Roese (1):
      video: Add support for Armada XP LCD controller

 arch/arm/mach-mvebu/include/mach/cpu.h |   13 +
 arch/arm/mach-mvebu/include/mach/soc.h |    1 +
 common/lcd.c                           |   16 +-
 configs/chromebook_jerry_defconfig     |    2 +
 configs/firefly-rk3288_defconfig       |    2 +
 configs/nyan-big_defconfig             |    1 +
 configs/rock2_defconfig                |    2 +
 drivers/video/Kconfig                  |   17 +-
 drivers/video/Makefile                 |    1 +
 drivers/video/mvebu_lcd.c              |  532 ++++++++++++++++++++++++++++++++
 include/configs/chromebook_jerry.h     |    1 -
 include/configs/firefly-rk3288.h       |    1 -
 include/configs/nyan-big.h             |    2 -
 include/configs/rock2.h                |    1 -
 include/lcd.h                          |   11 +-
 15 files changed, 594 insertions(+), 9 deletions(-)
 create mode 100644 drivers/video/mvebu_lcd.c

Please pull. Thanks!

--
Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2016-01-19  7:58 Anatolij Gustschin
  2016-01-19 18:07 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2016-01-19  7:58 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 52bc7c7e2b31d6ba8d394f3d22b551abfa365363:

  eeprom: fix eeprom write procedure (2015-12-16 10:31:31 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 535cce0f90b06f4555ba2e3090ca8118ae724751:

  video: Typo cleanup in drivers/video/da8xx-fb.c (2015-12-16 21:02:03 +0100)

----------------------------------------------------------------
Robert P. J. Day (2):
      video: Clean up formatting, spelling mistakes in exynos_dp*
      video: Typo cleanup in drivers/video/da8xx-fb.c

 drivers/video/da8xx-fb.c           |   10 +++++-----
 drivers/video/exynos_dp.c          |   16 ++++++++--------
 drivers/video/exynos_dp_lowlevel.c |   26 +++++++++++++-------------
 3 files changed, 26 insertions(+), 26 deletions(-)

Please pull, Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2015-12-02 14:54 Anatolij Gustschin
  2015-12-04 22:51 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2015-12-02 14:54 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit be30dfbabbee12770221f434d2aa08627e712b97:

  iocon: Disable FIT_VERBOSE (2015-12-01 15:49:42 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to f5bcfe151e61558572b9f9036c67d51bd831a436:

  Revert "LCD: Add an option to skip registration as an stdio output" (2015-12-02 15:46:58 +0100)

----------------------------------------------------------------
Anatolij Gustschin (1):
      Revert "LCD: Add an option to skip registration as an stdio output"

 common/lcd.c |   13 -------------
 1 file changed, 13 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2015-11-30  8:28 Anatolij Gustschin
  2015-11-30 20:17 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2015-11-30  8:28 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit 736d1746fb7b8f7cd70657a4a72db2b6bd8de40e:

  itest: add missing break statements to evalexp() (2015-11-18 15:29:00 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 3dbdb4dd4f8e5847b8f7d6dbd849e0b9a0907a5b:

  video: ipu: fix out of bounds access (2015-11-30 09:18:36 +0100)

----------------------------------------------------------------
Peng Fan (1):
      video: ipu: fix out of bounds access

Stephane Ayotte (1):
      LCD: Add an option to skip registration as an stdio output

 common/lcd.c             |   13 +++++++++++++
 drivers/video/ipu_disp.c |    2 +-
 drivers/video/ipu_regs.h |    1 +
 3 files changed, 15 insertions(+), 1 deletion(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2015-11-05  8:02 Anatolij Gustschin
  2015-11-05 15:50 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2015-11-05  8:02 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit 8168ee38c26be586012743ded262145081d49d05:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc85xx (2015-11-04 18:30:51 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 4b6d09449fdeaa5659c5d277bdf133457521e70b:

  video: Drop DEV_EXT_VIDEO flag (2015-11-05 08:24:42 +0100)

----------------------------------------------------------------
Bin Meng (2):
      video: Drop DEV_FLAGS_SYSTEM flag
      video: Drop DEV_EXT_VIDEO flag

 arch/blackfin/cpu/jtag-console.c |    2 +-
 arch/powerpc/cpu/mpc8xx/video.c  |    1 -
 board/bf527-ezkit/video.c        |    2 --
 board/bf533-stamp/video.c        |    2 --
 board/bf548-ezkit/video.c        |    2 --
 board/cm-bf548/video.c           |    2 --
 board/kosagi/novena/novena.c     |    2 +-
 board/mpl/common/kbd.c           |    2 +-
 board/mpl/pati/pati.c            |    2 +-
 common/cmd_console.c             |    3 +--
 common/stdio.c                   |    4 ++--
 common/usb_kbd.c                 |    2 +-
 drivers/input/cros_ec_keyb.c     |    2 +-
 drivers/input/keyboard.c         |    2 +-
 drivers/input/tegra-kbc.c        |    2 +-
 drivers/net/netconsole.c         |    2 +-
 drivers/video/cfb_console.c      |    3 +--
 include/stdio_dev.h              |    2 --
 18 files changed, 13 insertions(+), 26 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2015-08-30 23:00 Anatolij Gustschin
  2015-08-31 12:16 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2015-08-30 23:00 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit b217c89e8565ade3aaa9f74c33c93236bf151187:

  Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq (2015-07-20 17:12:52 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to c385ac283023a4fdd304674a8163ac271a1fb758:

  video: discard empty video_set_lut implementation (2015-08-30 23:57:07 +0200)

----------------------------------------------------------------
Hannes Petermaier (1):
      common/lcd_simplefb: Add support for 32bit organized framebuffers

Peng Fan (1):
      video: discard empty video_set_lut implementation

 common/lcd_simplefb.c        |    5 ++++-
 drivers/video/da8xx-fb.c     |   10 ----------
 drivers/video/mx3fb.c        |    9 ---------
 drivers/video/mxc_ipuv3_fb.c |    9 ---------
 4 files changed, 4 insertions(+), 29 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2015-04-20  7:56 Anatolij Gustschin
  2015-04-20 17:58 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2015-04-20  7:56 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit 4564faeafbf11feb839e2e3f927be2f1a919ba96:

  ti: dwc3: Enable clocks in enable_basic_clocks() in hw_data.c (2015-04-16 15:08:36 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to fc1a79d95e9038e9cf53f99c1825005b4dfaf7f4:

  video, lg4573: add support for the lg4573 display (2015-04-20 09:47:28 +0200)

----------------------------------------------------------------
Hannes Petermaier (4):
      common/lcd_console: cleanup lcd_drawchars/lcd_putc_xy
      common/lcd_console: ask only one-time for bg/fg-color per call
      common/lcd_console: move single static variables into common (static) structure
      common/lcd_console: introduce display/framebuffer rotation

Heiko Schocher (3):
      video, ipu: make ldb_clock configurable
      video, ipu: make ldb clock frequency overwritable through board code
      video, lg4573: add support for the lg4573 display

 README                                  |   20 +++
 arch/arm/include/asm/imx-common/video.h |    1 +
 common/Makefile                         |    1 +
 common/lcd.c                            |   18 ++-
 common/lcd_console.c                    |  203 ++++++++++++++-------------
 common/lcd_console_rotation.c           |  195 ++++++++++++++++++++++++++
 drivers/video/Makefile                  |    1 +
 drivers/video/ipu.h                     |    1 -
 drivers/video/ipu_common.c              |   14 +-
 drivers/video/lg4573.c                  |  231 +++++++++++++++++++++++++++++++
 include/atmel_lcd.h                     |    3 +-
 include/exynos_lcd.h                    |    1 +
 include/lcd.h                           |    9 ++
 include/lcd_console.h                   |   28 +++-
 include/mpc823_lcd.h                    |    1 +
 include/pxa_lcd.h                       |    1 +
 include/video.h                         |    4 +
 17 files changed, 618 insertions(+), 114 deletions(-)
 create mode 100644 common/lcd_console_rotation.c
 create mode 100644 drivers/video/lg4573.c

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2015-02-10 14:12 Anatolij Gustschin
  2015-02-10 20:09 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2015-02-10 14:12 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit 7f641d53bbb3a426a3bfb132d8346153e86a9d08:

  Merge branch 'master' of git://git.denx.de/u-boot-ubi (2015-02-04 13:30:00 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 7bf71d1f55d31a81ade8dd0fc72f06e4672689d0:

  lcd: split splash code into its own function (2015-02-10 13:31:58 +0100)

----------------------------------------------------------------
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

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2015-01-29  9:06 Anatolij Gustschin
  2015-01-29 14:00 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2015-01-29  9:06 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit ab92da9f47d51d363c7de42e2a7bd807e2c1bd54:

  Merge branch 'master' of git://git.denx.de/u-boot-x86 (2015-01-26 17:44:49 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 717e3a74fa71fac9b60e70c5c6a0decc11e54b10:

  lcd: fix console address is not initialized (2015-01-29 09:29:30 +0100)

----------------------------------------------------------------
Bo Shen (1):
      lcd: fix console address is not initialized

 common/lcd.c |    1 +
 1 file changed, 1 insertion(+)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2014-11-14 18:55 Anatolij Gustschin
  2014-11-17  0:46 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2014-11-14 18:55 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

  arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to d37e96ecb9886714e0b5e167a91404cde8351b19:

  video: speedup writing strings to fb console (2014-10-30 21:45:25 +0100)

----------------------------------------------------------------
Soeren Moch (1):
      video: speedup writing strings to fb console

 drivers/video/cfb_console.c |    9 +++++++++
 1 file changed, 9 insertions(+)


Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2014-10-20 21:15 Anatolij Gustschin
  2014-10-21 19:55 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2014-10-20 21:15 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit c43fd23cf619856b0763a64a6a3bcf3663058c49:

  Prepare v2014.10 (2014-10-14 04:47:15 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 3e780af127282e5e24fa737a5b56d7c4523a72c9:

  video: ipu_disp: remove pixclk fixup (2014-10-16 11:00:26 +0200)

----------------------------------------------------------------
Jeroen Hofstee (2):
      video: ipu: fix debug and comment
      video: ipu_disp: remove pixclk fixup

Simon Glass (1):
      lcd: Fix build error with CONFIG_LCD_BMP_RLE8

 common/lcd.c                 |    4 ++--
 drivers/video/ipu_disp.c     |   33 +++++++--------------------------
 drivers/video/mxc_ipuv3_fb.c |    7 +++----
 include/configs/sandbox.h    |    1 +
 4 files changed, 13 insertions(+), 32 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2014-08-11 16:13 Anatolij Gustschin
  2014-08-12 17:38 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2014-08-11 16:13 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit 6d1966e1236838c8c59d58459901283a0e72dddd:

  env_fat.c: Make sure our buffer is cache aligned (2014-08-09 11:26:34 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to a305fb155ea3d9c3c3859bd04737e3e260344e4c:

  lcd: support displaying 24bpp BMPs on >= 24bpp LCDs (2014-08-11 18:07:09 +0200)

----------------------------------------------------------------
Hannes Petermaier (4):
      Add support for 32-bit organized framebuffers
      lcd: cleanup unused functions
      video: Add support for TI's AM335x LCD-Controller
      lcd: support displaying 24bpp BMPs on >= 24bpp LCDs

Jeroen Hofstee (2):
      video: ipu_disp: squash clang warning
      lcd: remove unused lcd_puts_xy

Liu Ying (1):
      video: ipu_disp: wait for DP SF end irq when disabling sync BG flows

 common/lcd.c              |   85 ++++++++++++++---------
 drivers/video/Makefile    |    1 +
 drivers/video/am335x-fb.c |  169 +++++++++++++++++++++++++++++++++++++++++++++
 drivers/video/am335x-fb.h |   67 ++++++++++++++++++
 drivers/video/ipu.h       |    8 +++
 drivers/video/ipu_disp.c  |   29 +++-----
 drivers/video/ipu_regs.h  |    3 +
 include/lcd.h             |   19 ++++-
 8 files changed, 326 insertions(+), 55 deletions(-)
 create mode 100644 drivers/video/am335x-fb.c
 create mode 100644 drivers/video/am335x-fb.h

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2014-05-12 19:56 Anatolij Gustschin
  2014-05-13 12:11 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2014-05-12 19:56 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit a405764c1ec835a41ccda943b9156aee25e15d5e:

  drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write (2014-04-29 07:10:58 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 1161f98db687a1cb263cbacdc7eb548a0354218d:

  at91: video: atmel_hlcdfb.c: fix bad timing configuration (2014-05-05 11:50:16 +0200)

----------------------------------------------------------------
Eric Nelson (1):
      video: mxc_ipuv3_fb: stash frame buffer pointer in global data.

Stephen Warren (1):
      config: enable CMD_BMP when API+LCD is enabled

Thomas Diener (1):
      logos: Update of the syteco company logo

Wu, Josh (1):
      at91: video: atmel_hlcdfb.c: fix bad timing configuration

 drivers/video/atmel_hlcdfb.c |    8 ++++----
 drivers/video/mxc_ipuv3_fb.c |    5 +++++
 include/config_fallbacks.h   |    4 ++++
 tools/logos/syteco.bmp       |  Bin 11414 -> 11414 bytes
 4 files changed, 13 insertions(+), 4 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2014-01-12 22:41 Anatolij Gustschin
  2014-01-13 19:41 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2014-01-12 22:41 UTC (permalink / raw)
  To: u-boot

Hey Tom,

please pull two minor fixes for release. Thanks!

Anatolij

The following changes since commit 7f673c99c2d8d1aa21996c5b914f06d784b080ca:

  Merge branch 'master' of git://git.denx.de/u-boot-arm (2014-01-10 10:56:00 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to d47c961695dd60ed7e54dc61c16ef3f3173fe3ea:

  video: ipu reg: Correct reserved array size in struct ipu_idmac (2014-01-12 23:00:06 +0100)

----------------------------------------------------------------
Liu Ying (2):
      video: ipu reg: Correct reserved1 array size in struct ipu_cm
      video: ipu reg: Correct reserved array size in struct ipu_idmac

 drivers/video/ipu_regs.h |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2013-12-16 14:25 Anatolij Gustschin
  2013-12-16 16:39 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2013-12-16 14:25 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit f44483b57c49282299da0e5c10073b909cdad979:

  Merge branch 'serial' of git://git.denx.de/u-boot-microblaze (2013-12-02 08:48:02 -0500)

are available in the git repository at:


  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to d1486e3352c8e6b91da8e610993ea591466cb223:

  video: ipu_disp: Return a negative value on error (2013-12-04 13:27:55 +0100)

----------------------------------------------------------------
Fabio Estevam (1):
      video: ipu_disp: Return a negative value on error

 drivers/video/ipu_disp.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2013-11-12  9:49 Anatolij Gustschin
  2013-11-12 14:45 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2013-11-12  9:49 UTC (permalink / raw)
  To: u-boot

Hi Tom,

here are LCD panel support patches for cm_t35 board and a fix for
Raspberry Pi LCD driver.

Please pull. Thanks!

Anatolij

The following changes since commit 649acfe149e8a534a17eab54004a51d69b5556ed:

  MPC824x: remove obsolete "PN62" board (2013-11-11 14:46:24 -0500)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 63c4f17b2f8017d22241522a48c765073b8791b0:

  cm_t35: use scf0403 driver (2013-11-12 10:12:07 +0100)

----------------------------------------------------------------
Anatolij Gustschin (1):
      lcd: allow overriding lcd_get_size()

Andre Heider (2):
      ARM: bcm2835: add missing mbox overscan response field
      video: bcm2835: respect the pitch value

Nikita Kiryanov (6):
      spi: omap3: remove semicolon from #define
      spi: omap3: add support for more word lengths
      spi: define SPI_XFER_ONCE
      lcd: add DataImage SCF0403x LCD panel support
      omap3_dss: define DSS_ONOFF
      cm_t35: use scf0403 driver

 arch/arm/include/asm/arch-bcm2835/mbox.h |    1 +
 arch/arm/include/asm/arch-omap3/dss.h    |    9 +-
 board/compulab/cm_t35/cm_t35.c           |   12 ++
 board/compulab/common/omap3_display.c    |   46 ++++-
 common/lcd.c                             |   10 +-
 drivers/spi/omap3_spi.c                  |   71 ++++---
 drivers/spi/omap3_spi.h                  |    8 +-
 drivers/spi/spi.c                        |   13 ++
 drivers/video/Makefile                   |    1 +
 drivers/video/bcm2835.c                  |   11 ++
 drivers/video/scf0403_lcd.c              |  296 ++++++++++++++++++++++++++++++
 include/configs/cm_t35.h                 |    3 +
 include/scf0403_lcd.h                    |   11 ++
 include/spi.h                            |   17 ++
 14 files changed, 475 insertions(+), 34 deletions(-)
 create mode 100644 drivers/video/scf0403_lcd.c
 create mode 100644 include/scf0403_lcd.h

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2013-10-30 12:32 Anatolij Gustschin
  2013-10-30 19:43 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2013-10-30 12:32 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit 7e575c46c34b5f1316eab39025fdced197629ccb:

  usb: rename board_usb_init_type to usb_init_type (2013-10-22 17:33:09 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 1c6e9de53ba47afacd26fb784818aeb63a01baad:

  video, formike: change tag/val write (2013-10-30 10:48:41 +0100)

----------------------------------------------------------------
Fabio Estevam (1):
      video: ipu_disp: Fix clock polarity logic

Heiko Schocher (2):
      video, cfb_console: make background and foreground color configurable
      video, formike: change tag/val write

 README                      |    5 +++++
 drivers/video/cfb_console.c |   38 ++++++++++++++++++++------------------
 drivers/video/formike.c     |    7 ++++---
 drivers/video/ipu_disp.c    |    2 +-
 include/video_fb.h          |    5 +++++
 5 files changed, 35 insertions(+), 22 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2013-08-12 21:42 Anatolij Gustschin
  2013-08-13 12:57 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2013-08-12 21:42 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit a78dac79ede7fbb4c9e816abc879655540c3f076:

  nds32: fix the missing COBJS-y change (2013-08-09 01:51:24 +0800)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 1dc793dd2b8fb97dddf437547d86bd5bcfdb8b29:

  edid: rename struct member to fix two EDID_* macros (2013-08-12 23:32:20 +0200)

----------------------------------------------------------------
Christian Gmeiner (1):
      edid: rename struct member to fix two EDID_* macros

Donghwa Lee (1):
      exynos: video: change mipi dsi write function parameters correctly

Heiko Schocher (6):
      video, da8xx: move da8xx-fb.h to drivers/video
      arm, am33xx: add clk_get prototype
      video, da8xx-fb: changes for am335x usage
      video, da8xx-fb: show fb addr in bdinfo
      tools, bmp_logo: fix index from uint16_t to int to allow bigger logos
      video: add an option to skip cfb console init

Hyungwon Hwang (1):
      video: add L5F31188 TFT-LCD panel driver

Marek Vasut (7):
      dma: apbh: Add special circular mode for LCD
      video: Allocate the MXSFB framebuffer aligned
      video: Add System-Mode configuration hook into mxsfb
      video: Implement continuous screen refresh for SmartLCD into mxsfb
      video: Fix cfb_console for 4-bit wide font
      video: Encapsulate font in video_font_data.h
      video: Add small 4x6 font from Linux

 arch/arm/include/asm/arch-am33xx/hardware.h        |    1 +
 arch/arm/include/asm/arch-exynos/mipi_dsim.h       |    2 +-
 arch/arm/include/asm/imx-common/dma.h              |    2 +
 arch/powerpc/cpu/mpc8xx/video.c                    |    1 -
 board/davinci/ea20/ea20.c                          |   28 +-
 common/lcd.c                                       |    1 -
 drivers/dma/apbh_dma.c                             |   22 +
 drivers/video/Makefile                             |    1 +
 drivers/video/cfb_console.c                        |   37 +-
 drivers/video/da8xx-fb.c                           |  338 ++-
 .../asm/arch-davinci => drivers/video}/da8xx-fb.h  |    7 +-
 drivers/video/exynos_mipi_dsi_common.c             |   62 +-
 drivers/video/exynos_mipi_dsi_common.h             |    2 +-
 drivers/video/exynos_mipi_dsi_lowlevel.c           |    2 +-
 drivers/video/exynos_mipi_dsi_lowlevel.h           |    2 +-
 drivers/video/l5f31188.c                           |  192 ++
 drivers/video/mxsfb.c                              |   45 +-
 drivers/video/s6e8ax0.c                            |   59 +-
 drivers/video/sed156x.c                            |    1 -
 include/edid.h                                     |    2 +-
 include/video_font.h                               |    9 +-
 include/video_font_4x6.h                           | 2154 ++++++++++++++++++++
 include/video_font_data.h                          |    7 +-
 tools/bmp_logo.c                                   |    2 +-
 24 files changed, 2843 insertions(+), 136 deletions(-)
 rename {arch/arm/include/asm/arch-davinci => drivers/video}/da8xx-fb.h (94%)
 create mode 100644 drivers/video/l5f31188.c
 create mode 100644 include/video_font_4x6.h

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2013-07-01 22:13 Anatolij Gustschin
  2013-07-02  2:11 ` Otavio Salvador
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2013-07-01 22:13 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit e6bf18dba2a21bebf2c421b1c2e188225f6485a1:

  Prepare v2013.07-rc2 (2013-06-28 18:03:51 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to 327598945b13000065ca6ba3fe96c9bd45320999:

  omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare (2013-07-01 21:47:40 +0200)

----------------------------------------------------------------
Piotr Wilczek (2):
      drivers:video:s6e8ax0: change data_to_send array to static
      lcd: align bmp header when uncopmressing image

Robert Winkler (3):
      video: lcd: Add CONFIG_SPLASH_SCREEN_PREPARE support to CONFIG_VIDEO
      video: lcd: Make splash_screen_prepare weak, remove config macro
      omap: cm_t35: Fix cm_t35 for weak splash_screen_prepare

Stephen Warren (1):
      lcd: remove unaligned access in lcd_dt_simplefb_configure_node()

 README                         |    8 --------
 board/compulab/cm_t35/cm_t35.c |    2 +-
 common/Makefile                |    1 +
 common/cmd_bmp.c               |   42 ++++++++++++++++++++++++++--------------
 common/lcd.c                   |   22 ++++++---------------
 common/splash.c                |   31 +++++++++++++++++++++++++++++
 doc/README.splashprepare       |    8 ++++++++
 drivers/video/cfb_console.c    |    5 +++--
 drivers/video/s6e8ax0.c        |   26 ++++++++++++-------------
 include/configs/cm_t35.h       |    1 -
 include/lcd.h                  |    4 ++--
 include/splash.h               |   29 +++++++++++++++++++++++++++
 12 files changed, 122 insertions(+), 57 deletions(-)
 create mode 100644 common/splash.c
 create mode 100644 doc/README.splashprepare
 create mode 100644 include/splash.h

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2013-06-05 22:38 Anatolij Gustschin
  2013-06-07 18:19 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2013-06-05 22:38 UTC (permalink / raw)
  To: u-boot

Hey Tom,

The following changes since commit 5ed6f447af60aabd2669d913f673793c1ce48f47:

  P1022DS: Set CONFIG_SPL_MAX_SIZE directly (2013-05-03 09:19:43 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

for you to fetch changes up to ea697ae7eb059d7467c6854ce562c31df510eb59:

  ARM: bcm2835: add simplefb DT node during bootz/m (2013-06-05 22:40:38 +0200)

----------------------------------------------------------------
Eric Nelson (1):
      cfb_console: flush FB cache at end of public functions

Stephen Warren (2):
      lcd: add functions to set up simplefb device tree
      ARM: bcm2835: add simplefb DT node during bootz/m

 board/raspberrypi/rpi_b/rpi_b.c                    |   14 +++-
 common/lcd.c                                       |   87 ++++++++++++++++++++
 .../video/simple-framebuffer.txt                   |   25 ++++++
 drivers/video/cfb_console.c                        |   15 ++--
 include/configs/rpi_b.h                            |    2 +
 include/lcd.h                                      |    3 +
 6 files changed, 139 insertions(+), 7 deletions(-)
 create mode 100644 doc/device-tree-bindings/video/simple-framebuffer.txt

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2013-03-29 14:18 Anatolij Gustschin
  2013-03-31 12:21 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2013-03-29 14:18 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit 009d75ccc11d27b9a083375a88bb93cb746b4800:

  Merge branch 'u-boot/master' into 'u-boot-arm/master' (2013-03-28 18:50:01 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Anatolij Gustschin (2):
      Merge branch 'for-v2013.04'
      video: bcm2835: fix build issues

Andre Renaud (1):
      Fix bitmap offsets for non 8-bit LCDs

Jeroen Hofstee (10):
      lcd, amba: remove this driver since it is not used
      lcd, tegra: remove unused cursor functions
      lcd, mpc8xx: move the mpc8xx driver to drivers/video
      lcd, pxafb: move the pxafb to drivers/video
      common/lcd.c: cleanup use of global variables
      common/lcd.c: remove global lcd_base
      common/lcd: cosmetic: clean up a bit
      lcd, fb: remove duplicated prototypes and unused code
      api/api_display: use the getters for console size info
      common/lcd.c: move the macro's to the c file

Matthias Weisser (1):
      video: Fix splash screen alignment

Wolfgang Denk (1):
      common/lcd.c: cleanup use of global variables

 api/api_display.c                                  |    4 +-
 arch/arm/cpu/pxa/Makefile                          |    1 -
 arch/powerpc/cpu/mpc8xx/Makefile                   |    1 -
 board/cm_t35/display.c                             |    8 -
 board/mcc200/lcd.c                                 |   24 +---
 common/lcd.c                                       |  143 ++++++++++++--------
 drivers/video/Makefile                             |    3 +-
 drivers/video/amba.c                               |   79 -----------
 drivers/video/atmel_hlcdfb.c                       |   10 --
 drivers/video/atmel_lcdfb.c                        |   10 --
 drivers/video/bcm2835.c                            |   11 --
 drivers/video/cfb_console.c                        |   14 +-
 drivers/video/exynos_fb.c                          |   16 +--
 .../cpu/mpc8xx/lcd.c => drivers/video/mpc8xx_lcd.c |   61 +--------
 .../arm/cpu/pxa/pxafb.c => drivers/video/pxa_lcd.c |   43 ------
 drivers/video/tegra.c                              |   66 +---------
 include/configs/R360MPI.h                          |    1 +
 include/configs/RBC823.h                           |    1 +
 include/configs/RPXlite_DW.h                       |    1 +
 include/configs/RRvision.h                         |    4 +-
 include/configs/TQM823L.h                          |    1 +
 include/configs/TQM823M.h                          |    1 +
 include/configs/lubbock.h                          |    1 +
 include/configs/lwmon.h                            |    1 +
 include/configs/palmld.h                           |    1 +
 include/configs/palmtc.h                           |    1 +
 include/configs/pxa255_idp.h                       |    1 +
 include/configs/svm_sc8xx.h                        |    1 +
 include/configs/v37.h                              |    1 +
 include/configs/zipitz2.h                          |    1 +
 include/lcd.h                                      |   74 +++--------
 31 files changed, 138 insertions(+), 447 deletions(-)
 delete mode 100644 drivers/video/amba.c
 rename arch/powerpc/cpu/mpc8xx/lcd.c => drivers/video/mpc8xx_lcd.c (92%)
 rename arch/arm/cpu/pxa/pxafb.c => drivers/video/pxa_lcd.c (93%)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2013-01-14 22:30 Anatolij Gustschin
  2013-01-14 22:49 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2013-01-14 22:30 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit fd70aa41468be4324275910f85578cb5be6a0439:

  m68k/lib: fix serial driver relocation (2013-01-11 14:41:14 -0700)

are available in the git repository at:
  git://git.denx.de/u-boot-video.git master

Nikita Kiryanov (1):
      lcd: restore ability to display 8 bpp BMPs on 16 bpp LCDs

Wolfgang Denk (1):
      VIDEO: better document the correct use of CONFIG_FB_ADDR

 README       |   11 +++++++----
 common/lcd.c |    2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2012-11-14 13:56 Anatolij Gustschin
  2012-11-19 19:59 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2012-11-14 13:56 UTC (permalink / raw)
  To: u-boot

Hello Tom,

The following changes since commit 1cc619be8b73abbee2fd6faf2cd4ade27b516531:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-11-05 09:46:45 -0700)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

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

Jens Scharsig (BuS Elektronik) (1):
      Video: fix compiler warnings in bus_vcxk

Liu Ying (1):
      ipu common: reset ipuv3 correctly

Stefan Reinauer (2):
      video: Provide an API to access video parameters
      video: Implement additional video API functions in cfb_console

Tom Wai-Hong Tam (2):
      lcd: Fix BMP decode bug that skips the wrong padded row
      lcd: Implement RLE8 bitmap decoding

Vadim Bendebury (2):
      lcd: Provide an API to access LCD parameters
      video: Skip bitmaps which do not fit into the screen in cfb_console

Vikram Narayanan (2):
      mx51evk: Fix build error when CONFIG_VIDEO is disabled
      mx53loco: Fix build error when CONFIG_VIDEO is disabled

 README                                      |    5 +
 arch/arm/include/asm/imx-common/mx5_video.h |   21 +++
 board/freescale/mx51evk/Makefile            |    4 +-
 board/freescale/mx51evk/mx51evk.c           |   57 +--------
 board/freescale/mx51evk/mx51evk_video.c     |   81 ++++++++++++
 board/freescale/mx53loco/Makefile           |    4 +-
 board/freescale/mx53loco/mx53loco.c         |   66 +----------
 board/freescale/mx53loco/mx53loco_video.c   |   94 ++++++++++++++
 common/cmd_bmp.c                            |    5 +-
 common/lcd.c                                |  178 ++++++++++++++++++++++++++-
 drivers/video/atmel_hlcdfb.c                |   12 ++
 drivers/video/bus_vcxk.c                    |    2 +-
 drivers/video/cfb_console.c                 |   49 ++++++++
 drivers/video/ipu_common.c                  |   10 ++
 include/atmel_hlcdc.h                       |    7 +
 include/lcd.h                               |   36 ++++++
 include/video.h                             |   48 +++++++
 17 files changed, 550 insertions(+), 129 deletions(-)
 create mode 100644 arch/arm/include/asm/imx-common/mx5_video.h
 create mode 100644 board/freescale/mx51evk/mx51evk_video.c
 create mode 100644 board/freescale/mx53loco/mx53loco_video.c

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2012-09-25 22:16 Anatolij Gustschin
  2012-09-26  0:14 ` Tom Rini
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2012-09-25 22:16 UTC (permalink / raw)
  To: u-boot

Hi Tom,

The following changes since commit a6f0c4faa4c65a7b7048b12c9d180d7e1aad1721:

  Merge branch 'master' of git://git.denx.de/u-boot-avr32 (2012-09-04 09:17:27 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Anatolij Gustschin (1):
      common/lcd: fix build breakage for at91sam9x5ek and trats boards

Nikita Kiryanov (5):
      common lcd: simplify lcd_logo
      common lcd: simplify lcd_display
      common lcd: simplify core functions
      common lcd: simplify lcd_display_bitmap
      common/lcd: add protection from null bmp pointer

Timur Tabi (1):
      video/powerpc: don't touch DIU registers that we don't need

 board/mcc200/lcd.c         |   20 ++++++
 common/lcd.c               |  153 ++++++++++++++++++++++++--------------------
 drivers/video/fsl_diu_fb.c |   21 +------
 3 files changed, 105 insertions(+), 89 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2012-06-05  7:57 Anatolij Gustschin
  2012-06-07 22:10 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2012-06-05  7:57 UTC (permalink / raw)
  To: u-boot

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?r (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

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2011-12-05 22:35 Anatolij Gustschin
  2011-12-07  8:07 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2011-12-05 22:35 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 7708d8b352e9e595f6f08afd3206af6495c7dc09:

  Merge branch 'master' of ssh://gemini/home/wd/git/u-boot/master (2011-12-02 00:17:49 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Gabe Black (1):
      video: cfb_console: Make the software cursor non-destructive

 drivers/video/cfb_console.c |  109 +++++++++++++++++++++----------------------
 1 files changed, 53 insertions(+), 56 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2011-11-27 19:20 Anatolij Gustschin
  2011-11-28 18:54 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2011-11-27 19:20 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3:

  Merge branch 'hs at denx.de' of git://git.denx.de/u-boot-staging (2011-11-23 21:23:45 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Jerry Huang (1):
      DIU: 1080P and 720P support

Marek Vasut (1):
      CFB: Fix font rendering on mx5 framebuffer

 drivers/video/cfb_console.c |    2 +-
 drivers/video/fsl_diu_fb.c  |   38 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+), 1 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2011-11-15 23:06 Anatolij Gustschin
  2011-11-16 19:44 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2011-11-15 23:06 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Che-Liang Chiou (4):
      lcd: add clear and draw bitmap declaration
      tools: logo: split bmp arrays from bmp_logo.h
      font: split font data from video_font.h
      api: export LCD device to external apps

Jerry Huang (1):
      Powerpc/DIU: Fixed the 800x600 and 1024x768 resolution bug

Stefano Babic (1):
      VIDEO: mx3fb: GCC4.6 fix build warnings

 Makefile                        |    1 +
 api/Makefile                    |    3 +-
 api/api.c                       |   47 +
 api/api_display.c               |   74 +
 api/api_private.h               |    4 +
 arch/powerpc/cpu/mpc8xx/video.c |    1 +
 board/mcc200/lcd.c              |    4 +-
 common/cmd_bmp.c                |    4 +-
 common/lcd.c                    |   18 +-
 drivers/video/cfb_console.c     |    2 +
 drivers/video/fsl_diu_fb.c      |    2 +
 drivers/video/mx3fb.c           |    3 +-
 drivers/video/sed156x.c         |    1 +
 examples/api/demo.c             |   31 +
 examples/api/glue.c             |   31 +
 examples/api/glue.h             |    5 +
 include/.gitignore              |    1 +
 include/api_public.h            |   16 +
 include/lcd.h                   |    2 +
 include/video_font.h            | 4614 +--------------------------------------
 include/video_font_data.h       | 4639 +++++++++++++++++++++++++++++++++++++++
 tools/Makefile                  |    8 +-
 tools/bmp_logo.c                |   80 +-
 23 files changed, 4944 insertions(+), 4647 deletions(-)
 create mode 100644 api/api_display.c
 create mode 100644 include/video_font_data.h

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2011-10-15 19:54 Anatolij Gustschin
  2011-10-17 19:50 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2011-10-15 19:54 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit d8fffa057c9430fd0c5104ab6ff7db4cdb03db51:

  Merge branch 'master' of git://git.denx.de/u-boot-mips (2011-10-12 22:47:15 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Helmut Raiger (2):
      mx31: make HSP clock for mx3fb driver available
      video: Moving mx3fb.c to CONFIG_VIDEO

Marek Vasut (1):
      MX5: Make IPU display output and pixel format configurable

Stefano Babic (2):
      VIDEO: MX5: Switch MX5 to CONFIG_VIDEO
      VIDEO: MX5: export pix format

Timur Tabi (1):
      video: update the Freescale DIU driver to use linux/fb.h

 arch/arm/cpu/arm1136/mx31/generic.c       |   40 ++-
 arch/arm/include/asm/arch-mx31/clock.h    |    1 +
 arch/arm/include/asm/arch-mx31/imx-regs.h |   14 +
 board/ttcontrol/vision2/vision2.c         |   40 ++-
 drivers/video/Makefile                    |    2 +-
 drivers/video/cfb_console.c               |    7 +
 drivers/video/fsl_diu_fb.c                |   54 +---
 drivers/video/ipu.h                       |   46 +---
 drivers/video/mx3fb.c                     |  459 +++++++++++++++++------------
 drivers/video/mxc_ipuv3_fb.c              |  119 +++-----
 include/configs/imx31_phycore.h           |   24 +-
 include/configs/qong.h                    |   14 +-
 include/configs/vision2.h                 |   11 +-
 include/ipu_pixfmt.h                      |   81 +++++
 14 files changed, 497 insertions(+), 415 deletions(-)
 create mode 100644 include/ipu_pixfmt.h

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2011-09-06  6:55 Anatolij Gustschin
  2011-09-07 20:20 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2011-09-06  6:55 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 99ffccbd3e5b7bc715e2eed6ea6d36f4020b56d8:

  Flush cache after the OS image is loaded into the memory. (2011-09-05 16:07:44 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-video.git master

Wolfgang Denk (1):
      VIDEO: mb86r0xgdc.c: fix warning: unused variable 'i'

 drivers/video/mb86r0xgdc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2011-07-04 22:48 Anatolij Gustschin
  0 siblings, 0 replies; 89+ messages in thread
From: Anatolij Gustschin @ 2011-07-04 22:48 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit 79642098a8345e2506ab0ff02e8c7ac4da405d0c:

  Add support for Network Space v2 and parents (2011-07-04 10:55:28 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-video.git master

Anatolij Gustschin (1):
      video: mb862xx: support Coral-PA controller

Jason Kridner (1):
      video: update Makefile to include OMAP3 DSS driver

Matthias Weisser (1):
      video: Use memset instead of loop

Syed Mohammed Khasim (1):
      OMAP3: Add DSS driver for OMAP3

Timur Tabi (1):
      video: Add SHARP LQ084S3LG01 LCD support on P1022DS

 arch/arm/include/asm/arch-omap3/dss.h         |  173 +++++++++++++++++++++++++
 arch/powerpc/cpu/mpc512x/diu.c                |    2 +-
 board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |    2 +-
 board/freescale/p1022ds/diu.c                 |    2 +-
 drivers/video/Makefile                        |    1 +
 drivers/video/fsl_diu_fb.c                    |   51 +++++--
 drivers/video/mb862xx.c                       |   32 ++++-
 drivers/video/mb86r0xgdc.c                    |    3 +-
 drivers/video/omap3_dss.c                     |  130 +++++++++++++++++++
 include/fsl_diu_fb.h                          |    2 +-
 10 files changed, 372 insertions(+), 26 deletions(-)
 create mode 100644 arch/arm/include/asm/arch-omap3/dss.h
 create mode 100644 drivers/video/omap3_dss.c

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2011-04-28 20:18 Anatolij Gustschin
  2011-04-28 21:45 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2011-04-28 20:18 UTC (permalink / raw)
  To: u-boot

Hello Wolfgang,

The following changes since commit a000b7950da938d2df37ec5e081cd0680e6e4bbe:

  common: add a grepenv command (2011-04-28 01:00:07 +0200)

are available in the git repository at:
  git://git.denx.de/u-boot-video.git master

Anatolij Gustschin (1):
      cfb_console: fix RLE bitmap drawing code

Timur Tabi (2):
      video: parse the video-mode environment variable
      powerpc: use 'video-mode' environment variable to configure DIU

 README                                        |   11 +-
 arch/powerpc/cpu/mpc512x/diu.c                |   16 +-
 board/freescale/mpc8610hpcd/mpc8610hpcd_diu.c |   73 ++--
 board/freescale/p1022ds/diu.c                 |   27 +-
 doc/README.video                              |   19 +
 drivers/video/Makefile                        |    2 +-
 drivers/video/cfb_console.c                   |   19 +-
 drivers/video/fsl_diu_fb.c                    |  530 +++++++++++--------------
 drivers/video/videomodes.c                    |   64 +++
 drivers/video/videomodes.h                    |    3 +
 include/configs/MPC8610HPCD.h                 |   10 +-
 include/configs/P1022DS.h                     |    8 +-
 include/configs/pdm360ng.h                    |    2 -
 include/fsl_diu_fb.h                          |   43 +--
 14 files changed, 395 insertions(+), 432 deletions(-)

Please pull. Thanks!

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2011-02-09 20:59 Anatolij Gustschin
  2011-02-11 20:20 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2011-02-09 20:59 UTC (permalink / raw)
  To: u-boot

Hallo Wolfgang,

The following changes since commit 494a7d215bfba17f1a94736df40c332c8713c30e:

  Merge branch 'master' of git://git.denx.de/u-boot-nand-flash (2011-02-09 21:22:58 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Wolfgang Denk (1):
      cmd_bmp.c: message about compressed formats is debug info only.

 common/cmd_bmp.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2011-01-26 23:32 Anatolij Gustschin
  2011-01-31 21:51 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2011-01-26 23:32 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit 8aba9dceebb14144e07d19593111ee3a999c37fc:

  Divides variable of linker flags to LDFLAGS-u-boot and LDFLAGS (2011-01-25 22:22:30 +0100)

are available in the git repository at:
  ssh://gu-video at git.denx.de/u-boot-video.git master

Liu Ying (1):
      lcd: align fb writing address for horizontal display offset

 common/lcd.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Best regards,

Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2010-12-04 20:42 Anatolij Gustschin
  2010-12-06 22:46 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2010-12-04 20:42 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit 49733aa0b9d29803384ad4bce74985f4bbe7e9aa:

  Merge branch 'master' of /home/wd/git/u-boot/custodians (2010-11-30 22:13:32 +0100)

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Anatolij Gustschin (2):
      video: move fsl_diu_fb driver to drivers/video
      mpc512x: aria: cleanup board config file

 Makefile                                           |    3 ---
 board/freescale/common/Makefile                    |    1 -
 drivers/video/Makefile                             |    1 +
 .../common => drivers/video}/fsl_diu_fb.c          |    0
 include/configs/aria.h                             |    1 -
 5 files changed, 1 insertions(+), 5 deletions(-)
 rename {board/freescale/common => drivers/video}/fsl_diu_fb.c (100%)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2010-04-08 14:47 Anatolij Gustschin
  2010-04-09 19:41 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2010-04-08 14:47 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit a233631095eba3e853049f6656642e3a7ef1d73c:
  Wolfgang Denk (1):
        Merge branch 'master' of git://git.denx.de/u-boot-cfi-flash

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Anatolij Gustschin (2):
      video: cfb_console.c: add support for RLE8 bitmaps
      video: ati_radeon_fb.c: fix warning while compiling with DEBUG

Ed Swarthout (2):
      ati_radeon: return with error when emulator fails
      ati_radeon: Support PCI virtual not eq bus mapping.

 README                          |    6 +
 drivers/bios_emulator/atibios.c |   13 ++-
 drivers/video/ati_radeon_fb.c   |   50 +++++-----
 drivers/video/ati_radeon_fb.h   |    4 +-
 drivers/video/cfb_console.c     |  200 ++++++++++++++++++++++++++++++++++++++-
 5 files changed, 241 insertions(+), 32 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
@ 2010-03-24 10:48 Anatolij Gustschin
  2010-03-24 13:12 ` Wolfgang Denk
  0 siblings, 1 reply; 89+ messages in thread
From: Anatolij Gustschin @ 2010-03-24 10:48 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit 152dda3d94e97ede7af3f9560a59a659384d4585:
  Wolfgang Denk (1):
        Prepare v2010.03-rc2

are available in the git repository at:

  git://git.denx.de/u-boot-video.git master

Alessandro Rubini (1):
      lcd: make 16bpp work

 common/lcd.c |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 89+ messages in thread

end of thread, other threads:[~2016-02-23 20:35 UTC | newest]

Thread overview: 89+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-21 22:10 [U-Boot] Pull request: u-boot-video/master 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
  -- 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-06-05  7:57 Anatolij Gustschin
2012-06-07 22:10 ` Wolfgang Denk
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

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.