From: Rob Herring <robh@kernel.org>
To: "Chrisanthus, Anitha" <anitha.chrisanthus@intel.com>
Cc: Neil Armstrong <narmstrong@baylibre.com>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
"Vetter, Daniel" <daniel.vetter@intel.com>,
"Dea, Edmund J" <edmund.j.dea@intel.com>,
"sam@ravnborg.org" <sam@ravnborg.org>
Subject: Re: [PATCH v9 1/5] dt-bindings: display: Add support for Intel KeemBay Display
Date: Tue, 13 Oct 2020 10:42:36 -0500 [thread overview]
Message-ID: <20201013154236.GA3562909@bogus> (raw)
In-Reply-To: <BY5PR11MB41827BBE3556CD7972E6C4328C040@BY5PR11MB4182.namprd11.prod.outlook.com>
On Tue, Oct 13, 2020 at 12:24:38AM +0000, Chrisanthus, Anitha wrote:
> Hi Neil,
>
> Thanks for your review, please see my reply inline.
>
> > -----Original Message-----
> > From: Neil Armstrong <narmstrong@baylibre.com>
> > Sent: Friday, October 9, 2020 2:10 AM
> > To: Chrisanthus, Anitha <anitha.chrisanthus@intel.com>; dri-
> > devel@lists.freedesktop.org; devicetree@vger.kernel.org; Vetter, Daniel
> > <daniel.vetter@intel.com>
> > Cc: Dea, Edmund J <edmund.j.dea@intel.com>; sam@ravnborg.org
> > Subject: Re: [PATCH v9 1/5] dt-bindings: display: Add support for Intel
> > KeemBay Display
> >
> > Hi,
> >
> > On 09/10/2020 03:03, Anitha Chrisanthus wrote:
> > > This patch adds bindings for Intel KeemBay Display
> > >
> > > v2: review changes from Rob Herring
> > >
> > > Signed-off-by: Anitha Chrisanthus <anitha.chrisanthus@intel.com>
> > > ---
> > > .../bindings/display/intel,keembay-display.yaml | 99
> > ++++++++++++++++++++++
> > > 1 file changed, 99 insertions(+)
> > > create mode 100644
> > Documentation/devicetree/bindings/display/intel,keembay-display.yaml
> > >
> > > diff --git a/Documentation/devicetree/bindings/display/intel,keembay-
> > display.yaml b/Documentation/devicetree/bindings/display/intel,keembay-
> > display.yaml
> > > new file mode 100644
> > > index 0000000..a38493d
> > > --- /dev/null
> > > +++ b/Documentation/devicetree/bindings/display/intel,keembay-
> > display.yaml
> > > @@ -0,0 +1,99 @@
> > > +# SPDX-License-Identifier: GPL-2.0-only
> > > +%YAML 1.2
> > > +---
> > > +$id: http://devicetree.org/schemas/display/intel,keembay-
> > display.yaml#
> > > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > > +
> > > +title: Devicetree bindings for Intel Keem Bay display controller
> > > +
> > > +maintainers:
> > > + - Anitha Chrisanthus <anitha.chrisanthus@intel.com>
> > > + - Edmond J Dea <edmund.j.dea@intel.com>
> > > +
> > > +properties:
> > > + compatible:
> > > + const: intel,kmb_display
> > > +
> > > + reg:
> > > + items:
> > > + - description: Lcd registers range
> > > + - description: Mipi registers range
> >
> > Looking at the registers, the MIPI transceiver seems to be a separate IP,
> > same for D-PHY which should have a proper PHY driver instead of beeing
> > handled
> > here.
> >
> The LCD, MIPI DSI, DPHY and MSSCAM as a group, are considered the
> display subsystem for Keem Bay. As such, there are several
> interdependencies that make splitting them up next to impossible and
Please detail what those inter-dependencies are. It's doubtful that you
have anything we have not had to deal with in other SoCs.
> currently we do not have the resources available for that effort.
That is certainly not justification for accepting this.
Rob
WARNING: multiple messages have this Message-ID (diff)
From: Rob Herring <robh@kernel.org>
To: "Chrisanthus, Anitha" <anitha.chrisanthus@intel.com>
Cc: "devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
Neil Armstrong <narmstrong@baylibre.com>,
"Dea, Edmund J" <edmund.j.dea@intel.com>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
"Vetter, Daniel" <daniel.vetter@intel.com>,
"sam@ravnborg.org" <sam@ravnborg.org>
Subject: Re: [PATCH v9 1/5] dt-bindings: display: Add support for Intel KeemBay Display
Date: Tue, 13 Oct 2020 10:42:36 -0500 [thread overview]
Message-ID: <20201013154236.GA3562909@bogus> (raw)
In-Reply-To: <BY5PR11MB41827BBE3556CD7972E6C4328C040@BY5PR11MB4182.namprd11.prod.outlook.com>
On Tue, Oct 13, 2020 at 12:24:38AM +0000, Chrisanthus, Anitha wrote:
> Hi Neil,
>
> Thanks for your review, please see my reply inline.
>
> > -----Original Message-----
> > From: Neil Armstrong <narmstrong@baylibre.com>
> > Sent: Friday, October 9, 2020 2:10 AM
> > To: Chrisanthus, Anitha <anitha.chrisanthus@intel.com>; dri-
> > devel@lists.freedesktop.org; devicetree@vger.kernel.org; Vetter, Daniel
> > <daniel.vetter@intel.com>
> > Cc: Dea, Edmund J <edmund.j.dea@intel.com>; sam@ravnborg.org
> > Subject: Re: [PATCH v9 1/5] dt-bindings: display: Add support for Intel
> > KeemBay Display
> >
> > Hi,
> >
> > On 09/10/2020 03:03, Anitha Chrisanthus wrote:
> > > This patch adds bindings for Intel KeemBay Display
> > >
> > > v2: review changes from Rob Herring
> > >
> > > Signed-off-by: Anitha Chrisanthus <anitha.chrisanthus@intel.com>
> > > ---
> > > .../bindings/display/intel,keembay-display.yaml | 99
> > ++++++++++++++++++++++
> > > 1 file changed, 99 insertions(+)
> > > create mode 100644
> > Documentation/devicetree/bindings/display/intel,keembay-display.yaml
> > >
> > > diff --git a/Documentation/devicetree/bindings/display/intel,keembay-
> > display.yaml b/Documentation/devicetree/bindings/display/intel,keembay-
> > display.yaml
> > > new file mode 100644
> > > index 0000000..a38493d
> > > --- /dev/null
> > > +++ b/Documentation/devicetree/bindings/display/intel,keembay-
> > display.yaml
> > > @@ -0,0 +1,99 @@
> > > +# SPDX-License-Identifier: GPL-2.0-only
> > > +%YAML 1.2
> > > +---
> > > +$id: http://devicetree.org/schemas/display/intel,keembay-
> > display.yaml#
> > > +$schema: http://devicetree.org/meta-schemas/core.yaml#
> > > +
> > > +title: Devicetree bindings for Intel Keem Bay display controller
> > > +
> > > +maintainers:
> > > + - Anitha Chrisanthus <anitha.chrisanthus@intel.com>
> > > + - Edmond J Dea <edmund.j.dea@intel.com>
> > > +
> > > +properties:
> > > + compatible:
> > > + const: intel,kmb_display
> > > +
> > > + reg:
> > > + items:
> > > + - description: Lcd registers range
> > > + - description: Mipi registers range
> >
> > Looking at the registers, the MIPI transceiver seems to be a separate IP,
> > same for D-PHY which should have a proper PHY driver instead of beeing
> > handled
> > here.
> >
> The LCD, MIPI DSI, DPHY and MSSCAM as a group, are considered the
> display subsystem for Keem Bay. As such, there are several
> interdependencies that make splitting them up next to impossible and
Please detail what those inter-dependencies are. It's doubtful that you
have anything we have not had to deal with in other SoCs.
> currently we do not have the resources available for that effort.
That is certainly not justification for accepting this.
Rob
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2020-10-13 15:42 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-09 1:03 [PATCH v9 0/5] Add support for KeemBay DRM driver Anitha Chrisanthus
2020-10-09 1:03 ` Anitha Chrisanthus
2020-10-09 1:03 ` [PATCH v9 1/5] dt-bindings: display: Add support for Intel KeemBay Display Anitha Chrisanthus
2020-10-09 1:03 ` Anitha Chrisanthus
2020-10-09 9:09 ` Neil Armstrong
2020-10-09 9:09 ` Neil Armstrong
2020-10-09 14:37 ` Chrisanthus, Anitha
2020-10-09 14:37 ` Chrisanthus, Anitha
2020-10-09 15:07 ` Daniel Vetter
2020-10-09 15:07 ` Daniel Vetter
2020-10-12 6:12 ` Sam Ravnborg
2020-10-12 6:12 ` Sam Ravnborg
2020-10-13 0:24 ` Chrisanthus, Anitha
2020-10-13 0:24 ` Chrisanthus, Anitha
2020-10-13 15:42 ` Rob Herring [this message]
2020-10-13 15:42 ` Rob Herring
2020-10-13 23:30 ` Paauwe, Bob J
2020-10-13 23:30 ` Paauwe, Bob J
2020-10-09 1:04 ` [PATCH v9 2/5] drm/kmb: Keem Bay driver register definition Anitha Chrisanthus
2020-10-09 1:04 ` Anitha Chrisanthus
2020-10-09 1:04 ` [PATCH v9 3/5] drm/kmb: Add support for KeemBay Display Anitha Chrisanthus
2020-10-09 1:04 ` Anitha Chrisanthus
2020-10-09 7:00 ` Daniel Vetter
2020-10-09 7:00 ` Daniel Vetter
2020-10-09 15:29 ` Daniel Vetter
2020-10-09 15:29 ` Daniel Vetter
2020-10-09 1:04 ` [PATCH v9 4/5] drm/kmb: Mipi DSI part of the display driver Anitha Chrisanthus
2020-10-09 1:04 ` Anitha Chrisanthus
2020-10-09 1:04 ` [PATCH v9 5/5] drm/kmb: Build files for KeemBay Display driver Anitha Chrisanthus
2020-10-09 1:04 ` Anitha Chrisanthus
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=20201013154236.GA3562909@bogus \
--to=robh@kernel.org \
--cc=anitha.chrisanthus@intel.com \
--cc=daniel.vetter@intel.com \
--cc=devicetree@vger.kernel.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=edmund.j.dea@intel.com \
--cc=narmstrong@baylibre.com \
--cc=sam@ravnborg.org \
/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.