All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yakir Yang <ykk@rock-chips.com>
To: Thierry Reding <thierry.reding@gmail.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh+dt@kernel.org>
Cc: Kumar Gala <galak@codeaurora.org>,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	David Airlie <airlied@linux.ie>,
	Russell King <linux@armlinux.org.uk>,
	devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-rockchip@lists.infradead.org,
	Yakir Yang <ykk@rock-chips.com>
Subject: [PATCH v1 0/5] Enable graphic support on RK3288 EVB boards
Date: Tue, 28 Jun 2016 12:48:08 +0800	[thread overview]
Message-ID: <1467089288-18355-1-git-send-email-ykk@rock-chips.com> (raw)


Hi Heiko,

   This series just want to enable the graphic support on RK3288 EVB
boards, most of them are DTS changes, but still have one change about
new eDP panel support.

Thanks,
- Yakir


Yakir Yang (5):
  dt-bindings: Add support for LG LP079QX1-SP0V 1536x2048 panel
  drm/panel: simple: Add support for LG LP079QX1-SP0V 1536x2048 panel
  ARM: dts: rockchip: add eDP/panel display device nodes for rk3288-evb
  ARM: dts: rockchip: add the panel power supply for rk3288-evb board
    with act8846 pmu
  ARM: dts: rockchip: add the panel power supply for rk3288-evb board
    with rk808 pmu

 .../bindings/display/panel/lg,lp079qx1-sp0v.txt    |  7 ++++
 arch/arm/boot/dts/rk3288-evb-act8846.dts           |  4 ++
 arch/arm/boot/dts/rk3288-evb-rk808.dts             |  4 ++
 arch/arm/boot/dts/rk3288-evb.dtsi                  | 43 +++++++++++++++++++++-
 drivers/gpu/drm/panel/panel-simple.c               | 26 +++++++++++++
 5 files changed, 83 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt

-- 
1.9.1

WARNING: multiple messages have this Message-ID (diff)
From: Yakir Yang <ykk@rock-chips.com>
To: Thierry Reding <thierry.reding@gmail.com>,
	Heiko Stuebner <heiko@sntech.de>,
	Rob Herring <robh+dt@kernel.org>
Cc: devicetree@vger.kernel.org,
	Ian Campbell <ijc+devicetree@hellion.org.uk>,
	Russell King <linux@armlinux.org.uk>,
	dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org,
	linux-rockchip@lists.infradead.org,
	Kumar Gala <galak@codeaurora.org>,
	linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/5] Enable graphic support on RK3288 EVB boards
Date: Tue, 28 Jun 2016 12:48:08 +0800	[thread overview]
Message-ID: <1467089288-18355-1-git-send-email-ykk@rock-chips.com> (raw)


Hi Heiko,

   This series just want to enable the graphic support on RK3288 EVB
boards, most of them are DTS changes, but still have one change about
new eDP panel support.

Thanks,
- Yakir


Yakir Yang (5):
  dt-bindings: Add support for LG LP079QX1-SP0V 1536x2048 panel
  drm/panel: simple: Add support for LG LP079QX1-SP0V 1536x2048 panel
  ARM: dts: rockchip: add eDP/panel display device nodes for rk3288-evb
  ARM: dts: rockchip: add the panel power supply for rk3288-evb board
    with act8846 pmu
  ARM: dts: rockchip: add the panel power supply for rk3288-evb board
    with rk808 pmu

 .../bindings/display/panel/lg,lp079qx1-sp0v.txt    |  7 ++++
 arch/arm/boot/dts/rk3288-evb-act8846.dts           |  4 ++
 arch/arm/boot/dts/rk3288-evb-rk808.dts             |  4 ++
 arch/arm/boot/dts/rk3288-evb.dtsi                  | 43 +++++++++++++++++++++-
 drivers/gpu/drm/panel/panel-simple.c               | 26 +++++++++++++
 5 files changed, 83 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt

-- 
1.9.1


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

WARNING: multiple messages have this Message-ID (diff)
From: ykk@rock-chips.com (Yakir Yang)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v1 0/5] Enable graphic support on RK3288 EVB boards
Date: Tue, 28 Jun 2016 12:48:08 +0800	[thread overview]
Message-ID: <1467089288-18355-1-git-send-email-ykk@rock-chips.com> (raw)


Hi Heiko,

   This series just want to enable the graphic support on RK3288 EVB
boards, most of them are DTS changes, but still have one change about
new eDP panel support.

Thanks,
- Yakir


Yakir Yang (5):
  dt-bindings: Add support for LG LP079QX1-SP0V 1536x2048 panel
  drm/panel: simple: Add support for LG LP079QX1-SP0V 1536x2048 panel
  ARM: dts: rockchip: add eDP/panel display device nodes for rk3288-evb
  ARM: dts: rockchip: add the panel power supply for rk3288-evb board
    with act8846 pmu
  ARM: dts: rockchip: add the panel power supply for rk3288-evb board
    with rk808 pmu

 .../bindings/display/panel/lg,lp079qx1-sp0v.txt    |  7 ++++
 arch/arm/boot/dts/rk3288-evb-act8846.dts           |  4 ++
 arch/arm/boot/dts/rk3288-evb-rk808.dts             |  4 ++
 arch/arm/boot/dts/rk3288-evb.dtsi                  | 43 +++++++++++++++++++++-
 drivers/gpu/drm/panel/panel-simple.c               | 26 +++++++++++++
 5 files changed, 83 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/devicetree/bindings/display/panel/lg,lp079qx1-sp0v.txt

-- 
1.9.1

             reply	other threads:[~2016-06-28  4:50 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-28  4:48 Yakir Yang [this message]
2016-06-28  4:48 ` [PATCH v1 0/5] Enable graphic support on RK3288 EVB boards Yakir Yang
2016-06-28  4:48 ` Yakir Yang
2016-06-28  4:51 ` [PATCH v1 1/5] dt-bindings: Add support for LG LP079QX1-SP0V 1536x2048 panel Yakir Yang
2016-06-28  4:51   ` Yakir Yang
2016-06-28  4:51   ` Yakir Yang
2016-06-28 20:59   ` Rob Herring
2016-06-28 20:59     ` Rob Herring
2016-06-28 20:59     ` Rob Herring
2016-06-29  3:31     ` Yakir Yang
2016-06-29  3:31       ` Yakir Yang
2016-06-29  3:31       ` Yakir Yang
2016-07-07 21:52   ` Thierry Reding
2016-07-07 21:52     ` Thierry Reding
2016-07-07 21:52     ` Thierry Reding
2016-06-28  4:51 ` [PATCH v1 2/5] drm/panel: simple: " Yakir Yang
2016-06-28  4:51   ` Yakir Yang
2016-07-07 21:52   ` Thierry Reding
2016-07-07 21:52     ` Thierry Reding
2016-07-07 21:52     ` Thierry Reding
2016-06-28  4:51 ` [PATCH v1 3/5] ARM: dts: rockchip: add eDP/panel display device nodes for rk3288-evb Yakir Yang
2016-06-28  4:51   ` Yakir Yang
2016-06-28  4:51   ` Yakir Yang
2016-07-07 22:31   ` Heiko Stuebner
2016-07-07 22:31     ` Heiko Stuebner
2016-07-07 22:31     ` Heiko Stuebner
2016-06-28  4:51 ` [PATCH v1 4/5] ARM: dts: rockchip: add the panel power supply for rk3288-evb board with act8846 pmu Yakir Yang
2016-06-28  4:51   ` Yakir Yang
2016-07-07 22:31   ` Heiko Stuebner
2016-07-07 22:31     ` Heiko Stuebner
2016-07-07 22:31     ` Heiko Stuebner
2016-06-28  4:51 ` [PATCH v1 5/5] ARM: dts: rockchip: add the panel power supply for rk3288-evb board with rk808 pmu Yakir Yang
2016-06-28  4:51   ` Yakir Yang
2016-07-07 22:35   ` Heiko Stuebner
2016-07-07 22:35     ` Heiko Stuebner
2016-07-07 22:35     ` Heiko Stuebner

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=1467089288-18355-1-git-send-email-ykk@rock-chips.com \
    --to=ykk@rock-chips.com \
    --cc=airlied@linux.ie \
    --cc=devicetree@vger.kernel.org \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=galak@codeaurora.org \
    --cc=heiko@sntech.de \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=robh+dt@kernel.org \
    --cc=thierry.reding@gmail.com \
    /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.