All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eugen.Hristev@microchip.com (Eugen.Hristev at microchip.com)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/3] drm: Add panel support for PDA 91-00156-A0
Date: Wed, 21 Nov 2018 08:47:54 +0000	[thread overview]
Message-ID: <1542789804-4584-1-git-send-email-eugen.hristev@microchip.com> (raw)

Hello,

This patch series adds support for PDA (Precision Design Associates, Inc.)
vendor, and for the PDA 91-00156-A0 simple panel, together with the bindings.

The series is on top of http://anongit.freedesktop.org/git/drm/drm.git drm-next
branch.

Cristian Birsan (1):
  dt-bindings: drm/panel: simple: add support for PDA 91-00156-A0

Eugen Hristev (2):
  dt-bindings: add vendor prefix for PDA Precision Design Associates,
    Inc.
  drm/panel: simple: add support for PDA 91-00156-A0 panel

 .../bindings/display/panel/pda,91-00156-a0.txt     |  7 ++++++
 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 drivers/gpu/drm/panel/panel-simple.c               | 27 ++++++++++++++++++++++
 3 files changed, 35 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/pda,91-00156-a0.txt

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: <Eugen.Hristev@microchip.com>
To: robh+dt@kernel.org, mark.rutland@arm.com,
	devicetree@vger.kernel.org, thierry.reding@gmail.com,
	airlied@linux.ie, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	Nicolas.Ferre@microchip.com
Cc: Cristian.Birsan@microchip.com, Eugen.Hristev@microchip.com
Subject: [PATCH 0/3] drm: Add panel support for PDA 91-00156-A0
Date: Wed, 21 Nov 2018 08:47:54 +0000	[thread overview]
Message-ID: <1542789804-4584-1-git-send-email-eugen.hristev@microchip.com> (raw)

Hello,

This patch series adds support for PDA (Precision Design Associates, Inc.)
vendor, and for the PDA 91-00156-A0 simple panel, together with the bindings.

The series is on top of http://anongit.freedesktop.org/git/drm/drm.git drm-next
branch.

Cristian Birsan (1):
  dt-bindings: drm/panel: simple: add support for PDA 91-00156-A0

Eugen Hristev (2):
  dt-bindings: add vendor prefix for PDA Precision Design Associates,
    Inc.
  drm/panel: simple: add support for PDA 91-00156-A0 panel

 .../bindings/display/panel/pda,91-00156-a0.txt     |  7 ++++++
 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 drivers/gpu/drm/panel/panel-simple.c               | 27 ++++++++++++++++++++++
 3 files changed, 35 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/pda,91-00156-a0.txt

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: <Eugen.Hristev@microchip.com>
To: <robh+dt@kernel.org>, <mark.rutland@arm.com>,
	<devicetree@vger.kernel.org>, <thierry.reding@gmail.com>,
	<airlied@linux.ie>, <dri-devel@lists.freedesktop.org>,
	<linux-kernel@vger.kernel.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<Nicolas.Ferre@microchip.com>
Cc: <Cristian.Birsan@microchip.com>, <Eugen.Hristev@microchip.com>
Subject: [PATCH 0/3] drm: Add panel support for PDA 91-00156-A0
Date: Wed, 21 Nov 2018 08:47:54 +0000	[thread overview]
Message-ID: <1542789804-4584-1-git-send-email-eugen.hristev@microchip.com> (raw)

Hello,

This patch series adds support for PDA (Precision Design Associates, Inc.)
vendor, and for the PDA 91-00156-A0 simple panel, together with the bindings.

The series is on top of http://anongit.freedesktop.org/git/drm/drm.git drm-next
branch.

Cristian Birsan (1):
  dt-bindings: drm/panel: simple: add support for PDA 91-00156-A0

Eugen Hristev (2):
  dt-bindings: add vendor prefix for PDA Precision Design Associates,
    Inc.
  drm/panel: simple: add support for PDA 91-00156-A0 panel

 .../bindings/display/panel/pda,91-00156-a0.txt     |  7 ++++++
 .../devicetree/bindings/vendor-prefixes.txt        |  1 +
 drivers/gpu/drm/panel/panel-simple.c               | 27 ++++++++++++++++++++++
 3 files changed, 35 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/display/panel/pda,91-00156-a0.txt

-- 
2.7.4


             reply	other threads:[~2018-11-21  8:47 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-21  8:47 Eugen.Hristev at microchip.com [this message]
2018-11-21  8:47 ` [PATCH 0/3] drm: Add panel support for PDA 91-00156-A0 Eugen.Hristev
2018-11-21  8:47 ` Eugen.Hristev
2018-11-21  8:47 ` [PATCH 1/3] dt-bindings: add vendor prefix for PDA Precision Design Associates, Inc Eugen.Hristev at microchip.com
2018-11-21  8:47   ` Eugen.Hristev
2018-11-21  8:47   ` Eugen.Hristev
2018-12-06 23:44   ` Rob Herring
2018-12-06 23:44     ` Rob Herring
2018-12-06 23:44     ` Rob Herring
2018-11-21  8:48 ` [PATCH 2/3] dt-bindings: drm/panel: simple: add support for PDA 91-00156-A0 Eugen.Hristev at microchip.com
2018-11-21  8:48   ` Eugen.Hristev
2018-11-21  8:48   ` Eugen.Hristev
2018-12-06 23:45   ` Rob Herring
2018-12-06 23:45     ` Rob Herring
2018-11-21  8:48 ` [PATCH 3/3] drm/panel: simple: add support for PDA 91-00156-A0 panel Eugen.Hristev at microchip.com
2018-11-21  8:48   ` Eugen.Hristev
2018-11-21  8:48   ` Eugen.Hristev

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=1542789804-4584-1-git-send-email-eugen.hristev@microchip.com \
    --to=eugen.hristev@microchip.com \
    --cc=linux-arm-kernel@lists.infradead.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.