All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kever Yang <kever.yang@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/7] Enable MIPI dsi display for rk3399
Date: Wed, 5 Apr 2017 16:47:48 +0800	[thread overview]
Message-ID: <c594a7ad-69bb-f26f-ff4f-da1eafe8c9d9@rock-chips.com> (raw)
In-Reply-To: <1491057777-1640-1-git-send-email-eric.gao@rock-chips.com>

Hi Eric,


1. Please use full name in you signature;

2. add commit message for all your commits;

3. add 'rockchip' and module name for all your patches.

4. 'From: ' in not need for patch from yourself.

Thanks,
- Kever
On 04/01/2017 10:42 PM, eric.gao at rock-chips.com wrote:
> From: "eric.gao" <eric.gao@rock-chips.com>
>
>    This serial patchs enable mipi dsi display for rk3399,and let the
> system log print to lcd. The function of each patch is decribe in
> the following.Thank you.
> Patch 1: Fix system halt when we enable bucks of PMIC rk808.
> Patch 2: Enable i2c for rk3399.
> Patch 3: Enable PMIC rk808 for display system using.
> Patch 4: Enable rkclk init,prepare aclk dclk for vop.
> Patch 5: Add mipi display,panel driver and so on.
> Patch 6: Enable print log to lcd.
> Patch 7: Fix crash when scrolling screen.
>
>
> eric.gao (7):
>    system halt when we enable bucks of PMIC rk808
>    Enable i2c for rk3399
>    Enable RK808 for rk3399 evb
>    Enable rkclk init function
>    Add mipi display support for rk3399 && rk3288
>    Enable print log file to lcd
>    crash when scroll screen
>
>   arch/arm/dts/rk3399-evb.dts                      | 141 +++++++++
>   arch/arm/dts/rk3399.dtsi                         |  88 ++++++
>   arch/arm/include/asm/arch-rockchip/cru_rk3399.h  |   2 +-
>   arch/arm/include/asm/arch-rockchip/mipi_rk3399.h | 203 +++++++++++++
>   arch/arm/include/asm/arch-rockchip/vop_rk3288.h  |   1 +
>   arch/arm/mach-rockchip/rk3399/syscon_rk3399.c    |   1 +
>   configs/evb-rk3399_defconfig                     |  11 +
>   drivers/clk/rockchip/clk_rk3399.c                |   4 +
>   drivers/i2c/rk_i2c.c                             |   1 +
>   drivers/video/Kconfig                            |   2 +
>   drivers/video/console_normal.c                   |   2 +-
>   drivers/video/rockchip/Kconfig                   |  44 +++
>   drivers/video/rockchip/Makefile                  |   7 +-
>   drivers/video/rockchip/panel.c                   |  81 +++++
>   drivers/video/rockchip/rk_mipi.c                 | 371 +++++++++++++++++++++++
>   drivers/video/rockchip/rk_vop.c                  |  12 +-
>   include/configs/rk3399_common.h                  |   5 +-
>   17 files changed, 969 insertions(+), 7 deletions(-)
>   create mode 100644 arch/arm/include/asm/arch-rockchip/mipi_rk3399.h
>   create mode 100644 drivers/video/rockchip/Kconfig
>   create mode 100644 drivers/video/rockchip/panel.c
>   create mode 100644 drivers/video/rockchip/rk_mipi.c
>

  parent reply	other threads:[~2017-04-05  8:47 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-01 14:42 [U-Boot] [PATCH 0/7] Enable MIPI dsi display for rk3399 eric.gao at rock-chips.com
2017-04-01 14:42 ` [U-Boot] [PATCH 1/7] system halt when we enable bucks of PMIC rk808 eric.gao at rock-chips.com
2017-04-06  3:44   ` Simon Glass
2017-04-01 14:42 ` [U-Boot] [PATCH 2/7] Enable i2c for rk3399 eric.gao at rock-chips.com
2017-04-03  4:16   ` Heiko Schocher
2017-04-01 14:42 ` [U-Boot] [PATCH 3/7] Enable RK808 for rk3399 evb eric.gao at rock-chips.com
2017-04-06  3:44   ` Simon Glass
2017-04-01 14:42 ` [U-Boot] [PATCH 4/7] Enable rkclk init function eric.gao at rock-chips.com
2017-04-02 11:52   ` Heiko Stuebner
2017-04-06  8:45     ` Eric
2017-04-01 14:42 ` [U-Boot] [PATCH 5/7] Add mipi display support for rk3399 && rk3288 eric.gao at rock-chips.com
2017-04-05  3:52   ` Jacob Chen
2017-04-06  3:44   ` Simon Glass
2017-04-01 14:42 ` [U-Boot] [PATCH 6/7] Enable print log file to lcd eric.gao at rock-chips.com
2017-04-06  3:44   ` Simon Glass
2017-04-06  8:48     ` Eric
2017-04-01 14:42 ` [U-Boot] [PATCH 7/7] crash when scroll screen eric.gao at rock-chips.com
2017-04-06  3:44   ` Simon Glass
2017-04-05  8:47 ` Kever Yang [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-04-01 14:30 [U-Boot] [PATCH 0/7] Enable MIPI dsi display for rk3399 eric.gao at rock-chips.com

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=c594a7ad-69bb-f26f-ff4f-da1eafe8c9d9@rock-chips.com \
    --to=kever.yang@rock-chips.com \
    --cc=u-boot@lists.denx.de \
    /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.