public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request: u-boot-video
@ 2008-10-27 23:43 Anatolij Gustschin
  2008-10-28  7:40 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2008-10-27 23:43 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit d9d8c7c696dec370ca714c03beb6e79d4c90bd5e:
  Wolfgang Denk (1):
        Fix strmhz(): avoid printing negative fractions

are available in the git repository at:

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

Haavard Skinnemoen (5):
      atmel_lcdfb: Eliminate unneeded #include <asm/arch/hardware.h>
      atmel_lcdfb: Straighten out funky vl_sync logic
      lcd: Implement lcd_printf()
      lcd: Set lcd_is_enabled before clearing the screen
      lcd: Let the board code show board-specific info

 board/atmel/at91cap9adk/at91cap9adk.c     |   29 ++++++++
 board/atmel/at91sam9261ek/at91sam9261ek.c |   29 ++++++++
 board/atmel/at91sam9263ek/at91sam9263ek.c |   29 ++++++++
 board/atmel/at91sam9rlek/at91sam9rlek.c   |   29 ++++++++
 board/lwmon/lwmon.c                       |   29 ++++++++
 board/tqc/tqm8xx/tqm8xx.c                 |   26 ++++++++
 common/lcd.c                              |  100 ++++++-----------------------
 drivers/video/atmel_lcdfb.c               |    6 +--
 include/asm-arm/arch-at91/gpio.h          |    1 +
 include/lcd.h                             |    2 +
 10 files changed, 195 insertions(+), 85 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2008-12-09 17:35 Anatolij Gustschin
  2008-12-12 23:24 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2008-12-09 17:35 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

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

are available in the git repository at:

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

Anatolij Gustschin (1):
      video: fix FADS823 and RRvision compiling issues

 cpu/mpc8xx/video.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2009-02-24 10:39 Anatolij Gustschin
  2009-02-24 21:59 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2009-02-24 10:39 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit bd76729bcbfd64b5d016a9b936f058931fc06eaf:
  Becky Bruce (1):
        MPC86xx: set CONFIG_MAX_MEM_MAPPED to 2G by default

are available in the git repository at:

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

Guennadi Liakhovetski (7):
      i.MX31: fix SPI driver for shorter than 32 bit
      i.MX31: add a simple gpio driver
      i.MX31: support GPIO as a chip-select in the mxc_spi driver
      A driver for the S6E63D6 SPI display controller from Samsung
      LCD: support 8bpp BMPs on 16bpp displays
      video: add an i.MX31 framebuffer driver
      ARM: add an "eet" variant of the imx31_phycore board

Mark Jackson (1):
      Add 16bpp BMP support

 Makefile                              |    6 +-
 board/imx31_phycore/imx31_phycore.c   |   57 +++
 common/lcd.c                          |  100 +++--
 drivers/gpio/Makefile                 |    3 +-
 drivers/gpio/mx31_gpio.c              |   73 +++
 drivers/spi/mxc_spi.c                 |   93 +++-
 drivers/video/Makefile                |    2 +
 drivers/video/mx3fb.c                 |  856 +++++++++++++++++++++++++++++++++
 drivers/video/s6e63d6.c               |   76 +++
 include/asm-arm/arch-mx31/mx31-regs.h |   16 +
 include/asm-arm/arch-mx31/mx31.h      |   20 +
 include/configs/imx31_phycore.h       |   23 +
 include/lcd.h                         |   21 +-
 include/s6e63d6.h                     |   37 ++
 14 files changed, 1325 insertions(+), 58 deletions(-)
 create mode 100644 drivers/gpio/mx31_gpio.c
 create mode 100644 drivers/video/mx3fb.c
 create mode 100644 drivers/video/s6e63d6.c
 create mode 100644 include/s6e63d6.h

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2009-02-25 19:57 Anatolij Gustschin
  2009-02-25 21:44 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2009-02-25 19:57 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit f5a77a09c93fe7f04c0c56f64ea436f7d318d674:
  Graeme Russ (1):
        Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)

are available in the git repository at:

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

Anatolij Gustschin (1):
      lcd: Fix compilation warning in common/lcd.c

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

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2009-04-28  9:04 Anatolij Gustschin
  2009-04-30 20:59 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2009-04-28  9:04 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit 28afe0160f87ff74574150d703055a965f91422a:
  Heiko Schocher (1):
        ids8247: Remove legacy NAND defines

are available in the git repository at:

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

Anatolij Gustschin (1):
      video: fix bug in cfb_console.c code

 drivers/video/cfb_console.c |   36 +++++++++++++++++++++++++++++++++---
 1 files changed, 33 insertions(+), 3 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2009-07-07 19:29 Anatolij Gustschin
  2009-07-07 21:19 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2009-07-07 19:29 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit 3e88337b225bf796f6df21d0a7f591530e9d4ce0:
  Mike Frysinger (1):
        Blackfin: move ALL += u-boot.ldr to blackfin_config.mk

are available in the git repository at:

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

Mark Jackson (1):
      Atmel LCD driver GUARDTIME fix

 drivers/video/atmel_lcdfb.c |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2009-07-17 13:51 Anatolij Gustschin
  2009-07-17 21:08 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2009-07-17 13:51 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit bfadb17f69c256196620c32164775f063a59c34f:
  Anton Vorontsov (1):
        mpc83xx: MPC837xEMDS: Use hwconfig instead of pci_external_arbiter variable

are available in the git repository at:

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

Anatolij Gustschin (3):
      video: mb862xx: fix coding style and remove dead code
      video: mb862xx: use macros instead of magic numbers
      video: mb862xx: replace printf with puts

Matthias Weisser (1):
      Added support for splash screen positioning

 README                      |   20 +++
 common/lcd.c                |   39 ++++++-
 drivers/video/cfb_console.c |   36 ++++++-
 drivers/video/mb862xx.c     |  271 +++++++++++++++++++++++--------------------
 include/mb862xx.h           |   69 +++++++++++
 5 files changed, 304 insertions(+), 131 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2009-07-18 20:58 Anatolij Gustschin
  2009-07-18 22:11 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2009-07-18 20:58 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,
 
The following changes since commit 462b1038738dd86f8dd70595f250ce792e90d244:
  Wolfgang Denk (1):
        Merge branch 'master' of /home/wd/git/u-boot/custodians

are available in the git repository at:

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

Dimitar Dimitrov (1):
      Add inverted clock polarity support for Atmel LCD driver

 README                      |    6 ++++++
 drivers/video/atmel_lcdfb.c |    3 +++
 2 files changed, 9 insertions(+), 0 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2009-07-26 11:54 Anatolij Gustschin
  2009-07-26 21:16 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2009-07-26 11:54 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit f33b325af666b12eafa9ab235b2cd59832d6e51c:
  Wolfgang Denk (1):
        Revert "zlib: updated to v.1.2.3"

are available in the git repository at:

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

Alessandro Rubini (2):
      video: move extern declarations from C to headers
      lcd.h: define extern vidinfo_t for all cases

Anatolij Gustschin (3):
      lib_avr32/board.c: fix too long line added by 716ece1d
      mimc200.c: fix too long lines added by f68378d6
      video: bus_vcxk.c: fix style issues added by 50217dee

Jens Scharsig (2):
      new video driver for bus vcxk framebuffers
      update the EB+MCF-EV123 board support

Mark Jackson (3):
      Add AVR32 LCD support
      Add 16bit colour support in lcd.h
      Add LCD support to MIMC200 board

 board/BuS/EB+MCF-EV123/EB+MCF-EV123.c              |  104 ++++-
 board/BuS/EB+MCF-EV123/Makefile                    |    2 +-
 board/BuS/EB+MCF-EV123/VCxK.c                      |  136 ------
 board/mimc/mimc200/mimc200.c                       |   34 ++
 common/cmd_bmp.c                                   |    1 +
 common/lcd.c                                       |   16 -
 cpu/at32ap/at32ap700x/clk.c                        |    5 +
 cpu/at32ap/at32ap700x/portmux.c                    |   90 ++++
 doc/README.bus_vcxk                                |   85 ++++
 drivers/video/Makefile                             |    1 +
 drivers/video/bus_vcxk.c                           |  440 ++++++++++++++++++++
 include/asm-avr32/arch-at32ap700x/chip-features.h  |    5 +
 include/asm-avr32/arch-at32ap700x/clk.h            |    6 +
 include/asm-avr32/arch-at32ap700x/portmux.h        |    3 +
 include/asm-avr32/global_data.h                    |    3 +
 .../BuS/EB+MCF-EV123/VCxK.h => include/bus_vcxk.h  |   36 +-
 include/configs/EB+MCF-EV123.h                     |  176 +++++----
 include/configs/mimc200.h                          |   16 +
 include/lcd.h                                      |   22 +-
 lib_avr32/board.c                                  |   12 +
 20 files changed, 914 insertions(+), 279 deletions(-)
 delete mode 100644 board/BuS/EB+MCF-EV123/VCxK.c
 create mode 100644 doc/README.bus_vcxk
 create mode 100644 drivers/video/bus_vcxk.c
 rename board/BuS/EB+MCF-EV123/VCxK.h => include/bus_vcxk.h (52%)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2009-08-11 12:07 Anatolij Gustschin
  2009-08-11 19:48 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2009-08-11 12:07 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following fixes since commit eb1a4d0a471505c169bef19a73a60f8641f0b875:
  Wolfgang Denk (1):
        Prepare 2009.08-rc2

are available in the git repository at:

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

Mark Jackson (1):
      MIMC200: reduce LCD pixclock

 board/mimc/mimc200/mimc200.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2010-01-27 21:00 Anatolij Gustschin
  2010-02-03 19:05 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2010-01-27 21:00 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

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

are available in the git repository at:

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

Alessandro Rubini (2):
      video: add amba-clcd prime-cell
      include/nomadik.h: add physical address for cldc

Anatolij Gustschin (1):
      lcd: remove CONFIG_ATMEL_LCD ifdefs from lcd_setfgcolor

 common/lcd.c           |    8 -----
 drivers/video/Makefile |    1 +
 drivers/video/amba.c   |   79 ++++++++++++++++++++++++++++++++++++++++++++++++
 include/amba_clcd.h    |   77 ++++++++++++++++++++++++++++++++++++++++++++++
 include/nomadik.h      |    1 +
 5 files changed, 158 insertions(+), 8 deletions(-)
 create mode 100644 drivers/video/amba.c
 create mode 100644 include/amba_clcd.h

Best regards,
Anatolij

^ permalink raw reply	[flat|nested] 25+ messages in thread
* [U-Boot] Pull request: u-boot-video
@ 2010-03-13 16:00 Anatolij Gustschin
  2010-03-13 23:59 ` Wolfgang Denk
  0 siblings, 1 reply; 25+ messages in thread
From: Anatolij Gustschin @ 2010-03-13 16:00 UTC (permalink / raw)
  To: u-boot

Dear Wolfgang,

The following changes since commit 93910edb595a88d394da3eb2cf5148096155dfe9:
  Wolfgang Denk (1):
        Prepare v2010.03-rc1

are available in the git repository at:

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

Matthias Weisser (1):
      video: Fix console display when splashscreen is used

 drivers/video/cfb_console.c |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

Best regards,
Anatolij

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

end of thread, other threads:[~2010-03-13 23:59 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-27 23:43 [U-Boot] Pull request: u-boot-video Anatolij Gustschin
2008-10-28  7:40 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2008-12-09 17:35 Anatolij Gustschin
2008-12-12 23:24 ` Wolfgang Denk
2009-02-24 10:39 Anatolij Gustschin
2009-02-24 21:59 ` Wolfgang Denk
2009-02-25 19:57 Anatolij Gustschin
2009-02-25 21:44 ` Wolfgang Denk
2009-04-28  9:04 Anatolij Gustschin
2009-04-30 20:59 ` Wolfgang Denk
2009-07-07 19:29 Anatolij Gustschin
2009-07-07 21:19 ` Wolfgang Denk
2009-07-17 13:51 Anatolij Gustschin
2009-07-17 21:08 ` Wolfgang Denk
2009-07-18 20:58 Anatolij Gustschin
2009-07-18 22:11 ` Wolfgang Denk
2009-07-18 22:51   ` Anatolij Gustschin
2009-07-26 11:54 Anatolij Gustschin
2009-07-26 21:16 ` Wolfgang Denk
2009-08-11 12:07 Anatolij Gustschin
2009-08-11 19:48 ` Wolfgang Denk
2010-01-27 21:00 Anatolij Gustschin
2010-02-03 19:05 ` Wolfgang Denk
2010-03-13 16:00 Anatolij Gustschin
2010-03-13 23:59 ` Wolfgang Denk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox