* [U-Boot] Pull request: u-boot-video/master (updated)
2011-07-04 22:48 [U-Boot] Pull request: u-boot-video/master Anatolij Gustschin
@ 2011-08-02 20:53 ` Anatolij Gustschin
2011-08-04 20:57 ` Wolfgang Denk
0 siblings, 1 reply; 8+ messages in thread
From: Anatolij Gustschin @ 2011-08-02 20:53 UTC (permalink / raw)
To: u-boot
Dear Wolfgang,
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!
Best regards,
Anatolij
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] Pull request: u-boot-video/master (updated)
2011-08-02 20:53 ` [U-Boot] Pull request: u-boot-video/master (updated) Anatolij Gustschin
@ 2011-08-04 20:57 ` Wolfgang Denk
0 siblings, 0 replies; 8+ messages in thread
From: Wolfgang Denk @ 2011-08-04 20:57 UTC (permalink / raw)
To: u-boot
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: wd at denx.de
"Plan to throw one away. You will anyway."
- Fred Brooks, "The Mythical Man Month"
^ permalink raw reply [flat|nested] 8+ 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
2013-07-08 19:19 ` [U-Boot] Pull request: u-boot-video/master (updated) Anatolij Gustschin
0 siblings, 2 replies; 8+ 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] 8+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
2013-07-01 22:13 [U-Boot] Pull request: u-boot-video/master Anatolij Gustschin
@ 2013-07-02 2:11 ` Otavio Salvador
2013-07-02 6:00 ` Anatolij Gustschin
2013-07-08 19:19 ` [U-Boot] Pull request: u-boot-video/master (updated) Anatolij Gustschin
1 sibling, 1 reply; 8+ messages in thread
From: Otavio Salvador @ 2013-07-02 2:11 UTC (permalink / raw)
To: u-boot
On Mon, Jul 1, 2013 at 7:13 PM, Anatolij Gustschin <agust@denx.de> 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 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()
You didn' t put the splashpos fix.
--
Otavio Salvador O.S. Systems
http://www.ossystems.com.br http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
2013-07-02 2:11 ` Otavio Salvador
@ 2013-07-02 6:00 ` Anatolij Gustschin
2013-07-02 11:59 ` Otavio Salvador
0 siblings, 1 reply; 8+ messages in thread
From: Anatolij Gustschin @ 2013-07-02 6:00 UTC (permalink / raw)
To: u-boot
On Mon, 1 Jul 2013 23:11:07 -0300
Otavio Salvador <otavio@ossystems.com.br> 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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] Pull request: u-boot-video/master
2013-07-02 6:00 ` Anatolij Gustschin
@ 2013-07-02 11:59 ` Otavio Salvador
0 siblings, 0 replies; 8+ messages in thread
From: Otavio Salvador @ 2013-07-02 11:59 UTC (permalink / raw)
To: u-boot
On Tue, Jul 2, 2013 at 3:00 AM, Anatolij Gustschin <agust@denx.de> wrote:
> On Mon, 1 Jul 2013 23:11:07 -0300
> Otavio Salvador <otavio@ossystems.com.br> 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.br http://projetos.ossystems.com.br
Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] Pull request: u-boot-video/master (updated)
2013-07-01 22:13 [U-Boot] Pull request: u-boot-video/master Anatolij Gustschin
2013-07-02 2:11 ` Otavio Salvador
@ 2013-07-08 19:19 ` Anatolij Gustschin
2013-07-10 12:44 ` Tom Rini
1 sibling, 1 reply; 8+ messages in thread
From: Anatolij Gustschin @ 2013-07-08 19:19 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 8+ messages in thread
* [U-Boot] Pull request: u-boot-video/master (updated)
2013-07-08 19:19 ` [U-Boot] Pull request: u-boot-video/master (updated) Anatolij Gustschin
@ 2013-07-10 12:44 ` Tom Rini
0 siblings, 0 replies; 8+ messages in thread
From: Tom Rini @ 2013-07-10 12:44 UTC (permalink / raw)
To: u-boot
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130710/39dddd17/attachment.pgp>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2013-07-10 12:44 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-01 22:13 [U-Boot] Pull request: u-boot-video/master Anatolij Gustschin
2013-07-02 2:11 ` Otavio Salvador
2013-07-02 6:00 ` Anatolij Gustschin
2013-07-02 11:59 ` Otavio Salvador
2013-07-08 19:19 ` [U-Boot] Pull request: u-boot-video/master (updated) Anatolij Gustschin
2013-07-10 12:44 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2011-07-04 22:48 [U-Boot] Pull request: u-boot-video/master Anatolij Gustschin
2011-08-02 20:53 ` [U-Boot] Pull request: u-boot-video/master (updated) Anatolij Gustschin
2011-08-04 20:57 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox