* [U-Boot] Pull request: u-boot-video next
@ 2009-05-15 23:24 Anatolij Gustschin
2009-05-16 7:29 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Anatolij Gustschin @ 2009-05-15 23:24 UTC (permalink / raw)
To: u-boot
Dear Wolfgang,
The following changes since commit 89dbfe0fc21d9f2840add7b1a75bbba1bfda38e8:
Wolfgang Denk (1):
Merge branch 'master' into next
are available in the git repository at:
git://git.denx.de/u-boot-video.git next
Wolfgang Denk (2):
drv_video_init(): simplify logic
video: Add an option to skip video initialization
drivers/video/cfb_console.c | 82 ++++++++++++++++++++++--------------------
1 files changed, 43 insertions(+), 39 deletions(-)
Best regards,
Anatolij
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Pull request: u-boot-video next
2009-05-15 23:24 [U-Boot] Pull request: u-boot-video next Anatolij Gustschin
@ 2009-05-16 7:29 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2009-05-16 7:29 UTC (permalink / raw)
To: u-boot
Dear Anatolij Gustschin,
In message <4A0DF992.5010103@denx.de> you wrote:
> Dear Wolfgang,
>
> The following changes since commit 89dbfe0fc21d9f2840add7b1a75bbba1bfda38e8:
> Wolfgang Denk (1):
> Merge branch 'master' into next
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-video.git next
>
> Wolfgang Denk (2):
> drv_video_init(): simplify logic
> video: Add an option to skip video initialization
>
> drivers/video/cfb_console.c | 82 ++++++++++++++++++++++--------------------
> 1 files changed, 43 insertions(+), 39 deletions(-)
Done. 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
Real computer scientists despise the idea of actual hardware. Hard-
ware has limitations, software doesn't. It's a real shame that Turing
machines are so poor at I/O.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Pull request: u-boot-video next
@ 2009-10-31 12:04 Anatolij Gustschin
2009-10-31 15:13 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Anatolij Gustschin @ 2009-10-31 12:04 UTC (permalink / raw)
To: u-boot
Dear Wolfgang,
The following changes since commit f2b4bc04d6aed6be712d236dab48ac4c4da22cbf:
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 next
Anatolij Gustschin (1):
video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode
Wolfgang Grandegger (2):
video: mb862xx: improve board-specific Lime configuration
video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
board/lwmon5/lwmon5.c | 7 ------
board/socrates/socrates.c | 46 ++++++---------------------------------
drivers/video/cfb_console.c | 4 ++-
drivers/video/mb862xx.c | 50 +++++++++++++++++++++++++++++++++++++++++-
include/configs/lwmon5.h | 12 +++++-----
include/configs/socrates.h | 7 ++++++
include/mb862xx.h | 5 ++++
7 files changed, 76 insertions(+), 55 deletions(-)
Best regards,
Anatolij
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Pull request: u-boot-video next
2009-10-31 12:04 Anatolij Gustschin
@ 2009-10-31 15:13 ` Wolfgang Denk
2009-10-31 15:26 ` Anatolij Gustschin
0 siblings, 1 reply; 5+ messages in thread
From: Wolfgang Denk @ 2009-10-31 15:13 UTC (permalink / raw)
To: u-boot
Dear Anatolij Gustschin,
In message <20091031130444.06efca9a@wker> you wrote:
> Dear Wolfgang,
>
> The following changes since commit f2b4bc04d6aed6be712d236dab48ac4c4da22cbf:
> 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 next
>
> Anatolij Gustschin (1):
> video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode
>
> Wolfgang Grandegger (2):
> video: mb862xx: improve board-specific Lime configuration
> video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
>
> board/lwmon5/lwmon5.c | 7 ------
> board/socrates/socrates.c | 46 ++++++---------------------------------
> drivers/video/cfb_console.c | 4 ++-
> drivers/video/mb862xx.c | 50 +++++++++++++++++++++++++++++++++++++++++-
> include/configs/lwmon5.h | 12 +++++-----
> include/configs/socrates.h | 7 ++++++
> include/mb862xx.h | 5 ++++
> 7 files changed, 76 insertions(+), 55 deletions(-)
I understand this was intended for the "next" branch? Applied.
Thanks.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The use of COBOL cripples the mind; its teaching should, therefore,
be regarded as a criminal offence.
-- Edsger W. Dijkstra, SIGPLAN Notices, Volume 17, Number 5
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] Pull request: u-boot-video next
2009-10-31 15:13 ` Wolfgang Denk
@ 2009-10-31 15:26 ` Anatolij Gustschin
0 siblings, 0 replies; 5+ messages in thread
From: Anatolij Gustschin @ 2009-10-31 15:26 UTC (permalink / raw)
To: u-boot
Dear Wolfgang,
Wolfgang Denk <wd@denx.de> wrote:
> Dear Anatolij Gustschin,
>
> In message <20091031130444.06efca9a@wker> you wrote:
> > Dear Wolfgang,
> >
> > The following changes since commit f2b4bc04d6aed6be712d236dab48ac4c4da22cbf:
> > 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 next
> >
> > Anatolij Gustschin (1):
> > video: mb862xx: add option CONFIG_VIDEO_MB862xx_ACCEL for 32bpp mode
> >
> > Wolfgang Grandegger (2):
> > video: mb862xx: improve board-specific Lime configuration
> > video: mb862xx: add option VIDEO_FB_16BPP_WORD_SWAP for IPEK01
> >
> > board/lwmon5/lwmon5.c | 7 ------
> > board/socrates/socrates.c | 46 ++++++---------------------------------
> > drivers/video/cfb_console.c | 4 ++-
> > drivers/video/mb862xx.c | 50 +++++++++++++++++++++++++++++++++++++++++-
> > include/configs/lwmon5.h | 12 +++++-----
> > include/configs/socrates.h | 7 ++++++
> > include/mb862xx.h | 5 ++++
> > 7 files changed, 76 insertions(+), 55 deletions(-)
>
> I understand this was intended for the "next" branch? Applied.
> Thanks.
yes, this is correct. Thanks.
Best regards,
Anatolij
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2009-10-31 15:26 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-15 23:24 [U-Boot] Pull request: u-boot-video next Anatolij Gustschin
2009-05-16 7:29 ` Wolfgang Denk
-- strict thread matches above, loose matches on Subject: below --
2009-10-31 12:04 Anatolij Gustschin
2009-10-31 15:13 ` Wolfgang Denk
2009-10-31 15:26 ` Anatolij Gustschin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox