public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Anatolij Gustschin <agust@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] Please pull u-boot-video/master
Date: Mon, 9 Oct 2017 10:17:29 +0200	[thread overview]
Message-ID: <20171009101729.1b1fa897@crub> (raw)

Hi Tom,

The following changes since commit ec4e99a4a24c84069c710df3202ecb1e501ff60f:

  Merge git://git.denx.de/u-boot-mmc (2017-09-28 23:31:11 -0400)

are available in the git repository at:

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

for you to fetch changes up to 40186ee213794d1a6e47e787aa424b3587711289:

  video: test: Add ANSI escape sequence tests (2017-09-29 17:59:58 +0200)

----------------------------------------------------------------
Rob Clark (5):
      dm: video: Fix cache flushes
      dm: video: Add basic ANSI escape sequence support
      dm: video: Add color ANSI escape sequence support
      video: test: Helper for writing strings
      video: test: Add ANSI escape sequence tests

Wenyou Yang (5):
      board: sama5d2_xplained: Convert to CONFIG_DM_VIDEO
      board: sama5d3xek: Convert to CONFIG_DM_VIDEO
      board: sama5d4ek: Convert to CONFIG_DM_VIDEO
      board: sama5d4_xplained: Convert to CONFIG_DM_VIDEO
      board: at91sam9x5ek: Convert to CONFIG_DM_VIDEO

 arch/arm/dts/at91-sama5d2_xplained.dts          |  60 +++++++
 arch/arm/dts/at91-sama5d4_xplained.dts          |  25 +++
 arch/arm/dts/at91-sama5d4ek.dts                 |  26 +++
 arch/arm/dts/sama5d2.dtsi                       |   7 +
 arch/arm/dts/sama5d36ek_cmp.dts                 |   1 +
 arch/arm/dts/sama5d3_lcd.dtsi                   |  21 +--
 arch/arm/dts/sama5d3xdm.dtsi                    |  26 +++
 arch/arm/dts/sama5d4.dtsi                       |  21 +--
 arch/arm/mach-at91/Kconfig                      |   4 +
 board/atmel/at91sam9x5ek/at91sam9x5ek.c         | 111 +------------
 board/atmel/common/video_display.c              |   2 +-
 board/atmel/sama5d2_xplained/sama5d2_xplained.c |  95 +----------
 board/atmel/sama5d3xek/sama5d3xek.c             |  83 +---------
 board/atmel/sama5d4_xplained/sama5d4_xplained.c | 102 +-----------
 board/atmel/sama5d4ek/sama5d4ek.c               |  97 +----------
 configs/at91sam9x5ek_dataflash_defconfig        |   3 +-
 configs/at91sam9x5ek_mmc_defconfig              |   3 +-
 configs/at91sam9x5ek_nandflash_defconfig        |   3 +-
 configs/at91sam9x5ek_spiflash_defconfig         |   3 +-
 configs/sama5d2_xplained_mmc_defconfig          |   2 +
 configs/sama5d2_xplained_spiflash_defconfig     |   2 +
 configs/sama5d36ek_cmp_mmc_defconfig            |   3 +-
 configs/sama5d36ek_cmp_nandflash_defconfig      |   3 +-
 configs/sama5d36ek_cmp_spiflash_defconfig       |   3 +-
 configs/sama5d3xek_mmc_defconfig                |   3 +-
 configs/sama5d3xek_nandflash_defconfig          |   3 +-
 configs/sama5d3xek_spiflash_defconfig           |   3 +-
 configs/sama5d4_xplained_mmc_defconfig          |   2 +
 configs/sama5d4_xplained_nandflash_defconfig    |   2 +
 configs/sama5d4_xplained_spiflash_defconfig     |   2 +
 configs/sama5d4ek_mmc_defconfig                 |   3 +-
 configs/sama5d4ek_nandflash_defconfig           |   3 +-
 configs/sama5d4ek_spiflash_defconfig            |   3 +-
 drivers/video/Kconfig                           |   8 +
 drivers/video/vidconsole-uclass.c               | 205 ++++++++++++++++++++++++
 drivers/video/video-uclass.c                    |   4 +-
 include/configs/at91sam9x5ek.h                  |  10 --
 include/configs/sama5d2_xplained.h              |  12 --
 include/configs/sama5d3xek.h                    |   9 --
 include/configs/sama5d4_xplained.h              |  11 --
 include/configs/sama5d4ek.h                     |   9 --
 include/video.h                                 |   7 +
 include/video_console.h                         |  11 ++
 test/dm/video.c                                 |  58 +++++--
 44 files changed, 495 insertions(+), 579 deletions(-)

Thanks,

Anatolij

             reply	other threads:[~2017-10-09  8:17 UTC|newest]

Thread overview: 74+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-09  8:17 Anatolij Gustschin [this message]
2017-10-10  0:09 ` [U-Boot] Please pull u-boot-video/master Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2018-11-26 20:43 Anatolij Gustschin
2018-11-27  3:12 ` Tom Rini
2018-09-29 21:48 Anatolij Gustschin
2018-09-30 11:53 ` Tom Rini
2018-08-11 17:15 Anatolij Gustschin
2018-08-13  0:21 ` Tom Rini
2018-08-07  7:25 Anatolij Gustschin
2018-08-07 15:32 ` Tom Rini
2018-07-08 22:14 Anatolij Gustschin
2018-07-09  3:21 ` Tom Rini
2018-05-15  9:50 Anatolij Gustschin
2018-05-15 15:57 ` Tom Rini
2018-04-24 19:10 Anatolij Gustschin
2018-04-25  3:10 ` Tom Rini
2018-03-19 13:53 Anatolij Gustschin
2018-02-23 23:39 Anatolij Gustschin
2018-02-24 13:38 ` Tom Rini
2018-01-11 17:57 Anatolij Gustschin
2018-01-12 12:17 ` Tom Rini
2018-01-03 14:56 Anatolij Gustschin
2018-01-04  1:10 ` Tom Rini
2017-10-29 13:50 Anatolij Gustschin
2017-10-29 22:02 ` Tom Rini
2017-09-11 18:44 Anatolij Gustschin
2017-09-12 13:31 ` Tom Rini
2017-09-05 11:41 Anatolij Gustschin
2017-09-06  0:35 ` Tom Rini
2017-09-01 16:50 Anatolij Gustschin
2017-09-01 16:57 ` Tom Rini
2017-09-01 20:16   ` Tom Rini
2017-09-05 11:28     ` Anatolij Gustschin
2017-08-19 18:57 Anatolij Gustschin
2017-08-20  2:11 ` Tom Rini
2017-08-07 19:53 Anatolij Gustschin
2017-08-08 21:03 ` Tom Rini
2017-06-09 15:01 Anatolij Gustschin
2017-06-10 22:00 ` Tom Rini
2017-05-15 22:05 Anatolij Gustschin
2017-05-16 12:11 ` Tom Rini
2017-04-14 19:00 Anatolij Gustschin
2017-04-16  2:40 ` Tom Rini
2017-03-07 20:25 Anatolij Gustschin
2017-03-09 13:07 ` Tom Rini
2017-02-27 15:22 Anatolij Gustschin
2017-03-01 15:38 ` Tom Rini
2017-02-22 20:56 Anatolij Gustschin
2017-02-22 20:58 ` Tom Rini
2017-02-09 19:16 Anatolij Gustschin
2017-02-09 19:55 ` Tom Rini
2017-01-16 18:42 Anatolij Gustschin
2017-01-18  2:55 ` Tom Rini
2016-11-13 18:08 [U-Boot] Please pull: u-boot-video/master Anatolij Gustschin
2016-11-13 20:59 ` Tom Rini
2016-07-25 21:06 Anatolij Gustschin
2016-07-25 21:18 ` Stephen Warren
2016-07-25 21:46   ` Tom Rini
2016-07-27 19:17     ` Anatolij Gustschin
2016-07-27 23:26       ` Tom Rini
2016-04-28 15:13 Anatolij Gustschin
2016-04-28 22:45 ` Tom Rini
2016-04-25 20:10 Anatolij Gustschin
2016-04-26  0:15 ` Tom Rini
2016-03-15  8:14 [U-Boot] Please pull : u-boot-video/master Anatolij Gustschin
2016-03-15 12:01 ` Tom Rini
2010-10-21 22:32 [U-Boot] Please pull u-boot-video/master Anatolij Gustschin
2010-10-23 19:59 ` Wolfgang Denk
2010-09-15 22:50 Anatolij Gustschin
2010-09-18 21:26 ` Wolfgang Denk
2010-09-21 22:44   ` Anatolij Gustschin
2010-09-22 20:44     ` Wolfgang Denk
2010-07-16 22:12 Anatolij Gustschin
2010-07-17 18:50 ` Wolfgang Denk

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171009101729.1b1fa897@crub \
    --to=agust@denx.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox