All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [PATCH] arm: sunxi: disable obsolete VIDEO config
Date: Mon, 19 Oct 2020 10:50:49 -0400	[thread overview]
Message-ID: <20201019145049.GM14816@bill-the-cat> (raw)
In-Reply-To: <20201019091754.bsiz4vyvrqczbyf3@gilmour.lan>

On Mon, Oct 19, 2020 at 11:17:54AM +0200, Maxime Ripard wrote:
> On Sun, Oct 18, 2020 at 09:18:15PM +0200, Anatolij Gustschin wrote:
> > DM_VIDEO conversion deadline has passed, disable VIDEO config
> > option by default. Boards should convert to DM_VIDEO if they
> > need video console support.
> > 
> > Signed-off-by: Anatolij Gustschin <agust@denx.de>
> > Cc: Jagan Teki <jagan@amarulasolutions.com>
> > Cc: Maxime Ripard <mripard@kernel.org>
> > ---
> >  arch/arm/mach-sunxi/Kconfig | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/arch/arm/mach-sunxi/Kconfig b/arch/arm/mach-sunxi/Kconfig
> > index be0822bfb7..f672bb8b4e 100644
> > --- a/arch/arm/mach-sunxi/Kconfig
> > +++ b/arch/arm/mach-sunxi/Kconfig
> > @@ -760,7 +760,7 @@ config VIDEO_SUNXI
> >  	depends on !MACH_SUN50I_H6
> >  	select VIDEO
> >  	imply VIDEO_DT_SIMPLEFB
> > -	default y
> > +	default n
> 
> default n is the default with Kconfig iirc
> 
> Otherwise, I can't say that I agree with the forced conversion strategy
> to the DM in general. We're struggling to keep U-Boot working from one
> release to the other, so adding pressure to convert drivers feels a bit
> too much.
> 
> I can see where you're coming from though, so I guess that's a
> reluctantly-acked-by ? :)

Can you please elaborate on your struggles?  The only thing right now
keeping me from having some sunxi target in my HW CI loop is I didn't
have anything that wasn't leaking in power via UART, even, seemingly.
Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201019/bdeaa92f/attachment.sig>

  reply	other threads:[~2020-10-19 14:50 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-18 19:18 [PATCH] arm: sunxi: disable obsolete VIDEO config Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] at91sam9: " Anatolij Gustschin
2020-10-26 20:23   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] at91sam9n12ek: " Anatolij Gustschin
2020-10-26 20:23   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] eb_cpu5282: fix CONFIG_DM_VIDEO build warnings Anatolij Gustschin
2020-10-26 20:23   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] imx: mx6sxsabresd: disable obsolete VIDEO config Anatolij Gustschin
2020-10-26 20:24   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] imx: mx7dsabresd: " Anatolij Gustschin
2020-10-26 20:24   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] ls1021aqds: " Anatolij Gustschin
2020-10-26 20:25   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] ls1021atwr: " Anatolij Gustschin
2020-10-26 20:27   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] mx23evk: " Anatolij Gustschin
2020-10-26 20:28   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] nokia_rx51: " Anatolij Gustschin
2020-10-18 20:41   ` Pali Rohár
2020-10-18 20:54     ` Anatolij Gustschin
2020-10-18 20:59       ` Pali Rohár
2020-10-19  1:17         ` Tom Rini
2020-10-20  9:30           ` Pali Rohár
2020-10-20 14:17             ` Tom Rini
2020-10-20 17:34               ` Anatolij Gustschin
2020-10-21  9:08               ` Pali Rohár
2020-10-21 12:47                 ` Tom Rini
2020-10-24 10:06                   ` Pali Rohár
     [not found]                     ` <defdeadd-1640-82bc-b6da-0fd5dc9911fa@wizzup.org>
2020-10-24 12:19                       ` [maemo-leste] " Tom Rini
2020-10-25 23:04                         ` Pali Rohár
2020-10-25 23:55                           ` Tom Rini
2020-10-26  0:19                             ` Pali Rohár
2020-10-26  0:25                               ` Tom Rini
2020-10-25 23:59                           ` Anatolij Gustschin
2020-10-29  8:36                         ` Lokesh Vutla
2020-10-30 19:09                           ` Pali Rohár
2020-10-26 18:58   ` [PATCH v2] " Anatolij Gustschin
2020-10-26 20:29     ` Anatolij Gustschin
2020-10-26 23:51     ` Pali Rohár
2020-10-27  7:17       ` Anatolij Gustschin
2020-10-27  8:42         ` Pali Rohár
2020-10-27  8:54           ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] picosam9g45: " Anatolij Gustschin
2020-10-26 20:28   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] sansa_fuze_plus: " Anatolij Gustschin
2020-10-26 20:29   ` Anatolij Gustschin
2020-10-18 19:18 ` [PATCH] xfi3: " Anatolij Gustschin
2020-10-26 20:29   ` Anatolij Gustschin
2020-10-19  9:17 ` [PATCH] arm: sunxi: " Maxime Ripard
2020-10-19 14:50   ` Tom Rini [this message]
2020-10-27 21:21     ` Maxime Ripard
2020-10-21 19:04 ` Jagan Teki
2020-10-21 19:14   ` Anatolij Gustschin

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=20201019145049.GM14816@bill-the-cat \
    --to=trini@konsulko.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.