Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1449445
| Path | csiph.com!news.mixmin.net!aioe.org!gothmog.csi.it!bofh.it!news.nic.it!robomod |
|---|---|
| From | Russell King - ARM Linux <linux@armlinux.org.uk> |
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] drm/i2c: tda998x: don't register the connector |
| Date | Mon, 25 Jul 2016 14:30:01 +0200 |
| Message-ID | <rYNbb-4vR-27@gated-at.bofh.it> (permalink) |
| References | <rYLM5-3yP-3@gated-at.bofh.it> |
| Dkim-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=armlinux.org.uk; s=pandora-2014; h=Sender:In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=sAUdbwuU69+vsUUyGLY6ydmy87gYixHci98UybGhl6s=; b=TAy6SUzuUpdnWGyPtl/XRnJjEI9s/zlyjyN4Az2kKXs8YIo74a6KsXwCibfraLT20zf27WOsFsZdsdSjKbfHKSwOcyFh8QrDcDQik1FgYLeupDvN52Y6e+he+TiV9/9Iy76ENkUk5KoYX9oc28PmNnr84zExlGLzUsvYJqUEFSo=; |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.23 (2014-03-12) |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 18 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | dri-devel@lists.freedesktop.org, airlied@linux.ie, linux-kernel@vger.kernel.org, Liviu.Dudau@arm.com |
| X-Original-Date | Mon, 25 Jul 2016 13:25:04 +0100 |
| X-Original-Message-ID | <20160725122504.GS1041@n2100.armlinux.org.uk> |
| X-Original-References | <1469444148-19003-1-git-send-email-brian.starkey@arm.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1449445 |
Show key headers only | View raw
On Mon, Jul 25, 2016 at 11:55:48AM +0100, Brian Starkey wrote: > The connector shouldn't be registered until the rest of the whole device > is set up, so that consistent state is presented to userspace. > > As drm_dev_register() now registers all of the connectors anyway, > there's no need to explicitly do it in individual drivers so remove > the calls to drm_connector_register()/drm_connector_unregister(). > > This allows componentised drivers to use tda998x without having racy > initialisation. Is there a corresponding patch for armada-drm so that the cubox doesn't regress? Has it already been merged? -- RMK's Patch system: http://www.armlinux.org.uk/developer/patches/ FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] drm/i2c: tda998x: don't register the connector Brian Starkey <brian.starkey@arm.com> - 2016-07-25 13:00 +0200
Re: [PATCH] drm/i2c: tda998x: don't register the connector Russell King - ARM Linux <linux@armlinux.org.uk> - 2016-07-25 14:30 +0200
Re: [PATCH] drm/i2c: tda998x: don't register the connector Brian Starkey <brian.starkey@arm.com> - 2016-07-25 15:00 +0200
Re: [PATCH] drm/i2c: tda998x: don't register the connector Daniel Vetter <daniel@ffwll.ch> - 2016-07-25 17:10 +0200
csiph-web