From: Marcel Ziswiler <marcel@ziswiler.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model
Date: Sun, 17 Jan 2016 01:50:27 +0100 [thread overview]
Message-ID: <1452991827.3246.23.camel@ziswiler.com> (raw)
In-Reply-To: <CAPnjgZ3GiE_fY+Y84E6_hwQsDNLV3GRt_aDNzgRwY=2GP-iCdg@mail.gmail.com>
Hi Simon
On Sat, 2016-01-16 at 10:14 -0700, Simon Glass wrote:
<snip>
> > I wanted to give that patch set a shot but could not figure out
> > against
> > what to get it cleanly applied. Could you reveal its baseline or
> > better
> > yet a git branch ready for testing?
>
> Yes, this plus the next series is at u-boot-dm/rkf-working. Sorry I
> didn't point that out.
OK, that looks much better now. However I noticed a few things:
Apalis T30 has Ethernet broken but that's the same on master. Good news
your u-boot-dm/eth-working branch actually makes it work againTM (;-p).
So I assume your just about to post some fixes in that regard.
Colibri T20 is completely broken. Bisecting it showed a simple
configuration issue which I will report ASAP on resp. patch.
Unfortunately with that Colibri T20 still does not show anything on the
screen anymore but rather reports the following:
stdio_add_devices: Video device failed (ret=-22)
Are you familiar with what could be the issue there?
Colibri T20/T30 have Ethernet broken as well but that's the same on
master. Unfortunately I don't think u-boot-dm/eth-working does anything
on that front I guess. I will report this ASAP in a separate email.
Thanks Simon.
<snip>
Cheers
Marcel
next prev parent reply other threads:[~2016-01-17 0:50 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-14 18:28 [U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 01/23] tegra: keyboard: Fix the init order Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 02/23] dm: video: Flush the cache after a puts() Simon Glass
2016-01-18 22:29 ` Tom Warren
2016-01-19 2:02 ` Simon Glass
2016-01-19 16:53 ` Tom Warren
2016-01-20 4:35 ` Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 03/23] tegra: mmc: Fix comments in the MMC driver init Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 04/23] tegra: dts: Sync up the tegra124 device tree files with Linux Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 05/23] tegra: dts: Sync up nyan-big " Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 06/23] tegra: gpio: Show the GPIO value for outputs Simon Glass
2016-01-14 20:40 ` Joe Hershberger
2016-01-14 18:28 ` [U-Boot] [PATCH 07/23] tegra: pwm: Add a driver for the tegra PWM Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 08/23] tegra: lcd: Merge tegra124-lcd.c into display.c Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 09/23] tegra: Allow driver model to be used for the PWM Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 10/23] tegra: Allow CONFIG_DM_VIDEO to be used as well as CONFIG_LCD Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 11/23] tegra: nyan-big: Move the LCD driver to driver model Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 12/23] tegra: video: Rename CONFIG_VIDEO_TEGRA to CONFIG_VIDEO_TEGRA20 Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 13/23] tegra: dts: Sync tegra20.dtsi with Linux v4.4 Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 14/23] tegra: video: Merge the display driver into one file Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 15/23] tegra: video: Move the check for CONFIG_OF_CONTROL to Kconfig Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 16/23] tegra: video: Merge the two config structures together Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 17/23] tegra: video: Convert tegra20 LCD driver to driver model Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 18/23] tegra: video: Remove the static variables Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 19/23] tegra: video: Move LCD enums into the driver Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 20/23] tegra: video: Move all fdt-decoding into a single function Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 21/23] tegra: Convert CONFIG_PWM_TEGRA to Kconfig Simon Glass
2016-01-17 0:50 ` Marcel Ziswiler
2016-01-14 18:28 ` [U-Boot] [PATCH 22/23] tegra: video: Move LCD driver to use the DM PWM driver Simon Glass
2016-01-14 18:28 ` [U-Boot] [PATCH 23/23] tegra: video: Clean up the old LCD/PWM driver code Simon Glass
2016-01-16 2:36 ` [U-Boot] [PATCH 00/23] dm: tegra: Convert tegra20 and tegra124 video drivers to driver model Marcel Ziswiler
2016-01-16 17:14 ` Simon Glass
2016-01-17 0:50 ` Marcel Ziswiler [this message]
2016-01-21 3:07 ` Simon Glass
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=1452991827.3246.23.camel@ziswiler.com \
--to=marcel@ziswiler.com \
--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