From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964953AbbLPAuY (ORCPT ); Tue, 15 Dec 2015 19:50:24 -0500 Received: from lucky1.263xmail.com ([211.157.147.132]:47044 "EHLO lucky1.263xmail.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754424AbbLPAuV (ORCPT ); Tue, 15 Dec 2015 19:50:21 -0500 X-263anti-spam: KSV:0; X-MAIL-GRAY: 1 X-MAIL-DELIVERY: 0 X-KSVirus-check: 0 X-ABS-CHECKED: 4 X-ADDR-CHECKED: 0 X-RL-SENDER: ykk@rock-chips.com X-FST-TO: linux-arm-kernel@lists.infradead.org X-SENDER-IP: 58.22.7.114 X-LOGIN-NAME: ykk@rock-chips.com X-UNIQUE-TAG: X-ATTACHMENT-NUM: 0 X-DNS-TYPE: 0 Subject: Re: [PATCH v10 0/17] Add Analogix Core Display Port Driver To: =?UTF-8?Q?Heiko_St=c3=bcbner?= References: <1449470239-30667-1-git-send-email-ykk@rock-chips.com> <4659407.pYb0RRCQQX@diego> Cc: Inki Dae , Mark Yao , Jingoo Han , Thierry Reding , Krzysztof Kozlowski , Rob Herring , Andrzej Hajda , Joonyoung Shim , Seung-Woo Kim , Kyungmin Park , Russell King , emil.l.velikov@gmail.com, Gustavo Padovan , Kishon Vijay Abraham I , ajaynumb@gmail.com, javier@osg.samsung.com, Andy Yan , dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org From: Yakir Yang Message-ID: <5670B542.4060402@rock-chips.com> Date: Wed, 16 Dec 2015 08:50:10 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <4659407.pYb0RRCQQX@diego> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Heiko, On 12/15/2015 08:06 AM, Heiko Stübner wrote: > Hi Yakir, > > Am Montag, 7. Dezember 2015, 14:37:19 schrieb Yakir Yang: >> The Samsung Exynos eDP controller and Rockchip RK3288 eDP controller >> share the same IP, so a lot of parts can be re-used. I split the common >> code into bridge directory, then rk3288 and exynos only need to keep >> some platform code. Cause I can't find the exact IP name of exynos dp >> controller, so I decide to name dp core driver with "analogix" which I >> find in rk3288 eDP TRM > so it looks like the hotplug works nicely now. I was able to test it > sucessfully on both a Jerry and a Minnie device without needing to force > hotplug :-) . > > As I needed to adapt some patches when applying the lastest ones, I think it > would be good for a full send of the latest version as v11. Got it, will send soon ;) > When going over the patches before sending, please also fix the indentation > issues in analogix_dp_core.h - both newly added elements to analogix_dp_device > use spaces between type and name, where the rest uses tabs. > [This should of course be fixed in the patches adding these lines :-) ] Done, Thanks, - Yakir > > Heiko > > >