mbox series

[v4,0/2] drm: add DisplayPort connector

Message ID 20201130112919.241054-1-tomi.valkeinen@ti.com
Headers show
Series drm: add DisplayPort connector | expand

Message

Tomi Valkeinen Nov. 30, 2020, 11:29 a.m. UTC
Hi,

This series adds the DT bindings and a driver for DisplayPort connector.

Minor changes since v3:
- Added Laurent's reviewed-bys
- Added $ref to graph schema
- Use 'ret' instead of 'r'
- Add the missing period

 Tomi

Tomi Valkeinen (2):
  dt-bindings: dp-connector: add binding for DisplayPort connector
  drm/bridge: display-connector: add DP support

 .../display/connector/dp-connector.yaml       | 56 +++++++++++++++++++
 drivers/gpu/drm/bridge/display-connector.c    | 46 ++++++++++++++-
 2 files changed, 100 insertions(+), 2 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/display/connector/dp-connector.yaml

Comments

Tomi Valkeinen Dec. 8, 2020, 9:14 a.m. UTC | #1
On 03/12/2020 23:24, Sam Ravnborg wrote:
> Hi Tomi,
> On Thu, Dec 03, 2020 at 01:52:21PM +0200, Tomi Valkeinen wrote:
>> Hi DRM Bridge maintainers,
>>
>> On 30/11/2020 13:29, Tomi Valkeinen wrote:
>>> Hi,
>>>
>>> This series adds the DT bindings and a driver for DisplayPort connector.
>>>
>>> Minor changes since v3:
>>> - Added Laurent's reviewed-bys
>>> - Added $ref to graph schema
>>> - Use 'ret' instead of 'r'
>>> - Add the missing period
>>>
>>>  Tomi
>>>
>>> Tomi Valkeinen (2):
>>>   dt-bindings: dp-connector: add binding for DisplayPort connector
>>>   drm/bridge: display-connector: add DP support
>>>
>>>  .../display/connector/dp-connector.yaml       | 56 +++++++++++++++++++
>>>  drivers/gpu/drm/bridge/display-connector.c    | 46 ++++++++++++++-
>>>  2 files changed, 100 insertions(+), 2 deletions(-)
>>>  create mode 100644 Documentation/devicetree/bindings/display/connector/dp-connector.yaml
>>>
>>
>> Is it ok for me to push this to drm-misc-next, or does one of the bridge maintainers want to handle
>> that?
> 
> IMO apply them to drm-misc-next.
> But I am not bridge maintainer so...

There has been no comments, so pushing today.

 Tomi