Re: [U-Boot] Pull request: u-boot-video/master

2016-02-23 Thread Tom Rini
On Mon, Feb 22, 2016 at 06:15:25PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2016-02-12 Thread Tom Rini
On Thu, Feb 11, 2016 at 09:47:20PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2016-01-30 Thread Simon Glass
Hi Tom,

On 30 January 2016 at 15:11, Tom Rini  wrote:
> On Sat, Jan 30, 2016 at 02:12:39PM +0100, Anatolij Gustschin wrote:
>
>> 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)
>>
>
> Applied to u-boot/master, thanks!
>
> But do note:
> 20: video: Correct 'tor' typo in comment
>sandbox: (for 1/1 boards)  all +189440.0  data +384.0  rodata +164352.0  
> text +24704.0
> sandbox:  all +189440  data +384  rodata +164352  text 
> +24704
>arm: (for 495/495 boards)  all -33.1  bss +0.0  data -26.2  rodata 
> -0.2  text -6.7
> rock2  :  all -5464  bss -20  data -4328  rodata -36  
> text -1080
> chromebook_jerry:  all -5464  bss +12  data -4328  rodata -36  
> text -1112
> firefly-rk3288 :  all -5464  bss +12  data -4328  rodata -36  
> text -1112
>
> So was something disabled by accident for Rockchip, Simon?

Yes, the rotated console. I do want it disabled but here it was done
by accident. I'll send a patch to tidy it up.

Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2016-01-30 Thread Tom Rini
On Sat, Jan 30, 2016 at 02:12:39PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

But do note:
20: video: Correct 'tor' typo in comment
   sandbox: (for 1/1 boards)  all +189440.0  data +384.0  rodata +164352.0  
text +24704.0 
sandbox:  all +189440  data +384  rodata +164352  text 
+24704 
   arm: (for 495/495 boards)  all -33.1  bss +0.0  data -26.2  rodata -0.2  
text -6.7 
rock2  :  all -5464  bss -20  data -4328  rodata -36  text 
-1080 
chromebook_jerry:  all -5464  bss +12  data -4328  rodata -36  text 
-1112 
firefly-rk3288 :  all -5464  bss +12  data -4328  rodata -36  text 
-1112 

So was something disabled by accident for Rockchip, Simon?

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2016-01-26 Thread Tom Rini
On Tue, Jan 26, 2016 at 08:14:43AM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2016-01-19 Thread Tom Rini
On Tue, Jan 19, 2016 at 08:58:45AM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2015-12-04 Thread Tom Rini
On Wed, Dec 02, 2015 at 03:54:03PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2015-11-30 Thread Tom Rini
On Mon, Nov 30, 2015 at 09:28:03AM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2015-11-05 Thread Tom Rini
On Thu, Nov 05, 2015 at 09:02:06AM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2015-08-31 Thread Tom Rini
On Mon, Aug 31, 2015 at 01:00:44AM +0200, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2015-04-20 Thread Tom Rini
On Mon, Apr 20, 2015 at 09:56:55AM +0200, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2015-02-10 Thread Tom Rini
On Tue, Feb 10, 2015 at 03:12:12PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2015-01-29 Thread Tom Rini
On Thu, Jan 29, 2015 at 10:06:57AM +0100, Anatolij Gustschin wrote:

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

Sorry, I had this change queued up already.

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2014-11-16 Thread Tom Rini
On Fri, Nov 14, 2014 at 07:55:29PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2014-10-21 Thread Tom Rini
On Mon, Oct 20, 2014 at 11:15:15PM +0200, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2014-08-12 Thread Tom Rini
On Mon, Aug 11, 2014 at 06:13:14PM +0200, Anatolij Gustschin wrote:

> Hi Tom,
> 
> The following changes since commit 6d1966e1236838c8c59d58459901283a0e72:
> 
>   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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2014-05-13 Thread Tom Rini
On Mon, May 12, 2014 at 09:56:41PM +0200, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2014-01-13 Thread Tom Rini
On Sun, Jan 12, 2014 at 11:41:10PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-12-16 Thread Tom Rini
On Mon, Dec 16, 2013 at 03:25:40PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-11-12 Thread Tom Rini
On Tue, Nov 12, 2013 at 10:49:39AM +0100, Anatolij Gustschin wrote:

> 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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-10-30 Thread Tom Rini
On Wed, Oct 30, 2013 at 01:32:32PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-08-13 Thread Tom Rini
On Mon, Aug 12, 2013 at 11:42:50PM +0200, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master (updated)

2013-07-10 Thread Tom Rini
On Mon, Jul 08, 2013 at 09:19:08PM +0200, Anatolij Gustschin wrote:

> Hey Tom,
> 
> here is an updated pull request, please pull. Thanks!
> 
> Anatolij
> 
> 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 ff8fb56b6f7edafc1bcba8ef008b3f368cabe60d:
> 
>   video: consolidate splash screen alignment code (2013-07-08 20:21:24 +0200)
> 
> 
> Anatolij Gustschin (1):
>   video: consolidate splash screen alignment code
> 
> 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   |   45 ++--
>  common/lcd.c   |   41 ++---
>  common/splash.c|   56 
> 
>  doc/README.splashprepare   |8 ++
>  drivers/video/cfb_console.c|   29 -
>  drivers/video/s6e8ax0.c|   26 +--
>  include/configs/cm_t35.h   |1 -
>  include/lcd.h  |4 +--
>  include/splash.h   |   36 ++
>  12 files changed, 161 insertions(+), 96 deletions(-)
>  create mode 100644 common/splash.c
>  create mode 100644 doc/README.splashprepare
>  create mode 100644 include/splash.h

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-07-02 Thread Otavio Salvador
On Tue, Jul 2, 2013 at 3:00 AM, Anatolij Gustschin  wrote:
> On Mon, 1 Jul 2013 23:11:07 -0300
> Otavio Salvador  wrote:
> ...
>> You didn' t put the splashpos fix.
>
> I would prefer to wait a few days, so other people will have a chance
> to review and comment. Also I didn't test the splashpos fix yet, it
> was only compile-tested.

Ok.

--
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-07-01 Thread Anatolij Gustschin
On Mon, 1 Jul 2013 23:11:07 -0300
Otavio Salvador  wrote:
...
> You didn' t put the splashpos fix.

I would prefer to wait a few days, so other people will have a chance
to review and comment. Also I didn't test the splashpos fix yet, it
was only compile-tested.

Thanks,

Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-07-01 Thread Otavio Salvador
On Mon, Jul 1, 2013 at 7:13 PM, Anatolij Gustschin  wrote:
> 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 327598945b1365ca6ba3fe96c9bd45320999:
>
>   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()

You didn' t put the splashpos fix.

--
Otavio Salvador O.S. Systems
http://www.ossystems.com.brhttp://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854Mobile: +1 (347) 903-9750
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-06-07 Thread Tom Rini
On Thu, Jun 06, 2013 at 12:38:23AM +0200, Anatolij Gustschin wrote:

> 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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-03-31 Thread Tom Rini
On Fri, Mar 29, 2013 at 03:18:00PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2013-01-14 Thread Tom Rini
On Mon, Jan 14, 2013 at 11:30:05PM +0100, Anatolij Gustschin wrote:

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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2012-11-19 Thread Tom Rini
On Wed, Nov 14, 2012 at 02:56:49PM +0100, Anatolij Gustschin wrote:

> 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

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2012-09-28 Thread Igor Grinberg
On 09/28/12 10:21, Anatolij Gustschin wrote:
> On Fri, 28 Sep 2012 09:40:49 +0200
> Igor Grinberg  wrote:
> ...
>> You can still trust the submitter, Nikita ran the MAKEALL for arm and ppc.
>> The problem is that it was back in the beginning of August...
>> It is just the time frame between the submission and
>> the pickup that changed things and probably made a difference.
> 
> Yes, I think so. The fault is on my side, sorry.

Anatolij, please, don't get it this way.
I'm not trying to accuse anyone, we all have lots of stuff
going on in parallel and we all make mistakes.
These kind of problems are pretty common in Linux kernel where multiple
subsystems touch same files and things get merged in _parallel_
resulting in newly merged files that are already broken etc.

I just want to thank Tom for spotting the breakage and to thank you
for the fast response and fix for that breakage.
After all, we are working on the same stuff and I consider our work
a common effort to make U-Boot a better boot loader.

-- 
Regards,
Igor.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2012-09-28 Thread Anatolij Gustschin
On Fri, 28 Sep 2012 09:40:49 +0200
Igor Grinberg  wrote:
...
> You can still trust the submitter, Nikita ran the MAKEALL for arm and ppc.
> The problem is that it was back in the beginning of August...
> It is just the time frame between the submission and
> the pickup that changed things and probably made a difference.

Yes, I think so. The fault is on my side, sorry.

Thanks,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2012-09-28 Thread Igor Grinberg


On 09/28/12 09:40, Igor Grinberg wrote:
> On 09/25/12 22:12, Anatolij Gustschin wrote:
>> On Fri, 21 Sep 2012 16:21:22 -0700
>> Tom Rini  wrote:
>> ...
>>> lcd.c: In function 'configuration_get_cmap':
>>> lcd.c:513:29: error: 'struct vidinfo' has no member named 'cmap'
>>> lcd.c: In function 'lcd_display_bitmap':
>>> lcd.c:787:6: warning: implicit declaration of function 'FB_PUT_BYTE' 
>>> [-Wimplicit-function-declaration]
>>> lcd.c: In function 'configuration_get_cmap':
>>> lcd.c:515:1: warning: control reaches end of non-void function 
>>> [-Wreturn-type]
>>> make[1]: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/lcd.o] Error 1
>>> make[1]: *** Waiting for unfinished jobs
>>> make: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/libcommon.o] 
>>> Error 2
>>> make: *** Waiting for unfinished jobs
>>>
>>> - SUMMARY 
>>> Boards compiled: 1
>>> Boards with errors: 1 ( trats )
>>> --
>>>
>>> Rejected, please fix and re-submit.  Thanks!
>>
>> Sorry, I trusted the statement of the submitter that he did run
>> MAKEALL for arm and powerpc for these lcd patches, and thus didn't
>> verify by my own MAKEALL tests. I'll fix and resubmit.
> 
> You can still trust the submitter, Nikita ran the MAKEALL for arm and ppc.
> The problem is that it was back in the beginning of August...
> It is just the time frame between the submission and
> the pickup that changed things and probably made a difference.
> 
> Nikita, has not been around for a while and
> therefore had no chance to look into your fix and ack it.

Oh, he actually did ack it - I'v missed this, sorry.

> Nevertheless, thanks for your patch, that fixed the failing boards.
> 

-- 
Regards,
Igor.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2012-09-28 Thread Igor Grinberg
On 09/25/12 22:12, Anatolij Gustschin wrote:
> On Fri, 21 Sep 2012 16:21:22 -0700
> Tom Rini  wrote:
> ...
>> lcd.c: In function 'configuration_get_cmap':
>> lcd.c:513:29: error: 'struct vidinfo' has no member named 'cmap'
>> lcd.c: In function 'lcd_display_bitmap':
>> lcd.c:787:6: warning: implicit declaration of function 'FB_PUT_BYTE' 
>> [-Wimplicit-function-declaration]
>> lcd.c: In function 'configuration_get_cmap':
>> lcd.c:515:1: warning: control reaches end of non-void function 
>> [-Wreturn-type]
>> make[1]: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/lcd.o] Error 1
>> make[1]: *** Waiting for unfinished jobs
>> make: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/libcommon.o] 
>> Error 2
>> make: *** Waiting for unfinished jobs
>>
>> - SUMMARY 
>> Boards compiled: 1
>> Boards with errors: 1 ( trats )
>> --
>>
>> Rejected, please fix and re-submit.  Thanks!
> 
> Sorry, I trusted the statement of the submitter that he did run
> MAKEALL for arm and powerpc for these lcd patches, and thus didn't
> verify by my own MAKEALL tests. I'll fix and resubmit.

You can still trust the submitter, Nikita ran the MAKEALL for arm and ppc.
The problem is that it was back in the beginning of August...
It is just the time frame between the submission and
the pickup that changed things and probably made a difference.

Nikita, has not been around for a while and
therefore had no chance to look into your fix and ack it.
Nevertheless, thanks for your patch, that fixed the failing boards.

-- 
Regards,
Igor.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2012-09-25 Thread Tom Rini
On Wed, Sep 26, 2012 at 12:16:13AM +0200, Anatolij Gustschin wrote:
> 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!

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2012-09-25 Thread Anatolij Gustschin
On Fri, 21 Sep 2012 16:21:22 -0700
Tom Rini  wrote:
...
> lcd.c: In function 'configuration_get_cmap':
> lcd.c:513:29: error: 'struct vidinfo' has no member named 'cmap'
> lcd.c: In function 'lcd_display_bitmap':
> lcd.c:787:6: warning: implicit declaration of function 'FB_PUT_BYTE' 
> [-Wimplicit-function-declaration]
> lcd.c: In function 'configuration_get_cmap':
> lcd.c:515:1: warning: control reaches end of non-void function [-Wreturn-type]
> make[1]: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/lcd.o] Error 1
> make[1]: *** Waiting for unfinished jobs
> make: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/libcommon.o] Error 
> 2
> make: *** Waiting for unfinished jobs
> 
> - SUMMARY 
> Boards compiled: 1
> Boards with errors: 1 ( trats )
> --
> 
> Rejected, please fix and re-submit.  Thanks!

Sorry, I trusted the statement of the submitter that he did run
MAKEALL for arm and powerpc for these lcd patches, and thus didn't
verify by my own MAKEALL tests. I'll fix and resubmit.

Thanks,
Anatolij
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2012-09-21 Thread Tom Rini
On Sat, Sep 22, 2012 at 12:10:07AM +0200, Anatolij Gustschin wrote:

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

One of these changes introduced:
Testing trats on -00680-g2dfe86b
Fri Sep 21 16:20:07 MST 2012
Configuring for trats board...
lcd.c:513:29: error: 'struct vidinfo' has no member named 'cmap'
make[1]: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/lcd.o] Error 1
make: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/libcommon.o] Error 2
arm-linux-gnueabi-size: 'trats/u-boot': No such file
lcd.c: In function 'configuration_get_cmap':
lcd.c:513:29: error: 'struct vidinfo' has no member named 'cmap'
lcd.c: In function 'lcd_display_bitmap':
lcd.c:787:6: warning: implicit declaration of function 'FB_PUT_BYTE' 
[-Wimplicit-function-declaration]
lcd.c: In function 'configuration_get_cmap':
lcd.c:515:1: warning: control reaches end of non-void function [-Wreturn-type]
make[1]: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/lcd.o] Error 1
make[1]: *** Waiting for unfinished jobs
make: *** [/home/trini/work/ssd/u-boot/u-boot/trats/common/libcommon.o] Error 2
make: *** Waiting for unfinished jobs

- SUMMARY 
Boards compiled: 1
Boards with errors: 1 ( trats )
--

Rejected, please fix and re-submit.  Thanks!

-- 
Tom


signature.asc
Description: Digital signature
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2012-06-07 Thread Wolfgang Denk
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: w...@denx.de
"He was so narrow minded he could see through  a  keyhole  with  both
eyes ..."
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2011-12-07 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20111205233532.125ce470@wker> you wrote:
> 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(-)

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: w...@denx.de
What the gods would destroy they first submit to  an  IEEE  standards
committee.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2011-11-28 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <2027202055.15fa9fe2@wker> you wrote:
> Hello Wolfgang,
> 
> The following changes since commit fdbe8b9a2d1858ba35dd6214315563ad44d4a0e3:
> 
>   Merge branch 'h...@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(-)

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: w...@denx.de
I think it's a new feature. Don't tell anyone it was an accident. :-)
  -- Larry Wall on s/foo/bar/eieio in <10...@jpl-devvax.jpl.nasa.gov>
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2011-11-16 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <2016000607.43a91f9b@wker> you wrote:
> 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

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: w...@denx.de
Never underestimate the power of human stupidity  when  it  comes  to
using technology they don't understand.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2011-10-17 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20111015215457.04c4056f@wker> you wrote:
> 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

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: w...@denx.de
If I can have honesty, it's easier to overlook mistakes.
-- Kirk, "Space Seed", stardate 3141.9
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2011-09-07 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20110906085501.6c70daa2@wker> you wrote:
> 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(-)

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: w...@denx.de
"There was no difference between  the  behavior  of  a  god  and  the
operations of pure chance..."   - Thomas Pynchon, _Gravity's Rainbow_
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master (updated)

2011-08-04 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20110802225309.3c06d68c@wker> you wrote:
> 
> The following changes since commit d50a8f45c9a640b3bcbd0ede91f83c8646cca018:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mmc (2011-08-02 22:39:36 
> +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-video.git master
> 
> Anatolij Gustschin (2):
>   video: mb862xx: support Coral-PA controller
>   video: mb862xx: change controller detection message
> 
> 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   |   34 -
>  drivers/video/mb86r0xgdc.c|3 +-
>  drivers/video/omap3_dss.c |  130 +++
>  include/fsl_diu_fb.h  |2 +-
>  10 files changed, 373 insertions(+), 27 deletions(-)
>  create mode 100644 arch/arm/include/asm/arch-omap3/dss.h
>  create mode 100644 drivers/video/omap3_dss.c
> 
> Please pull. Thanks!

Applied - except for the two OMAP3 DSS driver patches, which I had to
exclude due to licensing issues. 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: w...@denx.de
"Plan to throw one away.  You will anyway."
  - Fred Brooks, "The Mythical Man Month"
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2011-04-28 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20110428221830.5922672e@wker> you wrote:
> 
> 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

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: w...@denx.de
A door is what a dog is perpetually on the wrong side of.
- Ogden Nash
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2011-02-11 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20110209215908.496be169@wker> you wrote:
> 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(-)

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: w...@denx.de
Not one hundred percent efficient, of course ... but nothing ever is.
-- Kirk, "Metamorphosis", stardate 3219.8
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2011-01-31 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20110127003229.4a6f09ac@wker> you wrote:
> 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-vi...@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(-)

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: w...@denx.de
It is much easier to suggest solutions when you know nothing
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2010-12-06 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20101204214204.26e1e...@wker> you wrote:
> 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%)

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: w...@denx.de
"If you want to eat hippopatomus, you've got to pay the  freight."  -
attributed to an IBM guy, about why IBM software uses so much memory
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2010-04-09 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20100408164739.2f3a2...@wker> you wrote:
> 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(-)

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: w...@denx.de
We are all agreed that your  theory  is  crazy.  The  question  which
divides  us  is  whether it is crazy enough to have a chance of being
correct. My own feeling is that it is not crazy enough.  - Niels Bohr
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] Pull request: u-boot-video/master

2010-03-24 Thread Wolfgang Denk
Dear Anatolij Gustschin,

In message <20100324114850.68b46...@wker> you wrote:
> 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(-)

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: w...@denx.de
The use of anthropomorphic terminology when  dealing  with  computing
systems is a symptom of professional immaturity.   -- Edsger Dijkstra
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot