* [U-Boot] Pull request: u-boot-video/next
@ 2012-07-18 7:39 Anatolij Gustschin
2012-07-18 8:47 ` Wolfgang Denk
0 siblings, 1 reply; 4+ messages in thread
From: Anatolij Gustschin @ 2012-07-18 7:39 UTC (permalink / raw)
To: u-boot
Hello Wolfgang,
The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:
Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200)
are available in the git repository at:
git://git.denx.de/u-boot-video.git next
Eric Nelson (1):
ipu_common: Add ldb_clk for use in parenting the pixel clock
Fabio Estevam (6):
mx6: Allow mx6 to access the IPUv3 registers
video: Rename CONFIG_VIDEO_MX5
ipu_common: Only apply the erratum to MX51
ipu_common: Let clk_ipu_enable/disable only run on MX51 and MX53
ipu_common: Rename MXC_CCM_BASE
ipu_common: Do not hardcode the ipu_clk frequency
Nikita Kiryanov (1):
common lcd: minor coding style changes
arch/arm/include/asm/arch-mx5/imx-regs.h | 2 -
arch/arm/include/asm/arch-mx6/imx-regs.h | 3 +
common/lcd.c | 245 +++++++++++++++---------------
drivers/video/Makefile | 2 +-
drivers/video/cfb_console.c | 2 +-
drivers/video/ipu_common.c | 23 +++-
drivers/video/ipu_disp.c | 3 +-
drivers/video/ipu_regs.h | 12 ++-
include/configs/mx51evk.h | 3 +-
include/configs/mx53loco.h | 3 +-
include/configs/vision2.h | 3 +-
11 files changed, 166 insertions(+), 135 deletions(-)
Please pull. Thanks!
Anatolij
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request: u-boot-video/next
2012-07-18 7:39 Anatolij Gustschin
@ 2012-07-18 8:47 ` Wolfgang Denk
0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2012-07-18 8:47 UTC (permalink / raw)
To: u-boot
Dear Anatolij Gustschin,
In message <20120718093939.4f7f0fd9@wker> you wrote:
> Hello Wolfgang,
>
> The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4:
>
> Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200)
>
> are available in the git repository at:
> git://git.denx.de/u-boot-video.git next
>
> Eric Nelson (1):
> ipu_common: Add ldb_clk for use in parenting the pixel clock
>
> Fabio Estevam (6):
> mx6: Allow mx6 to access the IPUv3 registers
> video: Rename CONFIG_VIDEO_MX5
> ipu_common: Only apply the erratum to MX51
> ipu_common: Let clk_ipu_enable/disable only run on MX51 and MX53
> ipu_common: Rename MXC_CCM_BASE
> ipu_common: Do not hardcode the ipu_clk frequency
>
> Nikita Kiryanov (1):
> common lcd: minor coding style changes
>
> arch/arm/include/asm/arch-mx5/imx-regs.h | 2 -
> arch/arm/include/asm/arch-mx6/imx-regs.h | 3 +
> common/lcd.c | 245 +++++++++++++++---------------
> drivers/video/Makefile | 2 +-
> drivers/video/cfb_console.c | 2 +-
> drivers/video/ipu_common.c | 23 +++-
> drivers/video/ipu_disp.c | 3 +-
> drivers/video/ipu_regs.h | 12 ++-
> include/configs/mx51evk.h | 3 +-
> include/configs/mx53loco.h | 3 +-
> include/configs/vision2.h | 3 +-
> 11 files changed, 166 insertions(+), 135 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: wd at denx.de
Repeat after me:
Usenet is not a word processor; it's a medium where aesthetics count.
Mozilla is not a newsreader; it's a web browser.
Windows is not an operating system; it's a GUI on a program loader.
-- Tom Christiansen in <6bq0g5$lr4$2@csnews.cs.colorado.edu>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request: u-boot-video/next
@ 2015-01-14 21:20 Anatolij Gustschin
2015-01-15 14:57 ` Tom Rini
0 siblings, 1 reply; 4+ messages in thread
From: Anatolij Gustschin @ 2015-01-14 21:20 UTC (permalink / raw)
To: u-boot
Hey Tom,
The following changes since commit 4c8c485ad9249e1ca1822474954b78799ca937e9:
arc: introduce "mdbtrick" target (2015-01-09 23:59:54 +0300)
are available in the git repository at:
git://git.denx.de/u-boot-video.git next
for you to fetch changes up to 73b462b84568ac887ae9ad083580289175202327:
lcd_console: remove unused defines (2015-01-10 17:54:23 +0100)
----------------------------------------------------------------
Nikita Kiryanov (12):
lcd: remove CONFIG_SYS_INVERT_COLORS
lcd: cleanup lcd_drawchars
mpc8xx_lcd: get rid of CONFIG_EDT32F10
lcd: remove LCD_MONOCHROME
lcd: rename console_(row|col)
lcd: replace CONSOLE_(ROWS|COLS) with variables
lcd: expand console api
lcd: get rid of COLOR_MASK
lcd: introduce getters for bg/fg color
lcd: make lcd_drawchars() independant of lcd_base
lcd: refactor lcd console stuff into its own file
lcd_console: remove unused defines
common/Makefile | 2 +-
common/lcd.c | 313 +++++---------------------------------------
common/lcd_console.c | 211 +++++++++++++++++++++++++++++
drivers/video/mpc8xx_lcd.c | 49 +------
drivers/video/pxa_lcd.c | 15 ---
include/lcd.h | 25 ++--
include/lcd_console.h | 86 ++++++++++++
7 files changed, 347 insertions(+), 354 deletions(-)
create mode 100644 common/lcd_console.c
create mode 100644 include/lcd_console.h
Please pull. Thanks!
Anatolij
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] Pull request: u-boot-video/next
2015-01-14 21:20 [U-Boot] Pull request: u-boot-video/next Anatolij Gustschin
@ 2015-01-15 14:57 ` Tom Rini
0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2015-01-15 14:57 UTC (permalink / raw)
To: u-boot
On Wed, Jan 14, 2015 at 10:20:54PM +0100, Anatolij Gustschin wrote:
> Hey Tom,
>
> The following changes since commit 4c8c485ad9249e1ca1822474954b78799ca937e9:
>
> arc: introduce "mdbtrick" target (2015-01-09 23:59:54 +0300)
>
> are available in the git repository at:
>
> git://git.denx.de/u-boot-video.git next
>
> for you to fetch changes up to 73b462b84568ac887ae9ad083580289175202327:
>
> lcd_console: remove unused defines (2015-01-10 17:54:23 +0100)
>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20150115/f176d29e/attachment.pgp>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-15 14:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-14 21:20 [U-Boot] Pull request: u-boot-video/next Anatolij Gustschin
2015-01-15 14:57 ` Tom Rini
-- strict thread matches above, loose matches on Subject: below --
2012-07-18 7:39 Anatolij Gustschin
2012-07-18 8:47 ` Wolfgang Denk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox