Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753231AbcD2MIP (ORCPT ); Fri, 29 Apr 2016 08:08:15 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:58734 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752764AbcD2MIO (ORCPT ); Fri, 29 Apr 2016 08:08:14 -0400 Subject: Re: [PATCH 0/3] phy: exynos-mipi-video: add support for Exynos 54xx SoCs To: Marek Szyprowski , , References: <1458731358-773-1-git-send-email-m.szyprowski@samsung.com> CC: Sylwester Nawrocki , Inki Dae , Krzysztof Kozlowski , Bartlomiej Zolnierkiewicz From: Kishon Vijay Abraham I Message-ID: <572328E7.8050101@ti.com> Date: Fri, 29 Apr 2016 14:57:03 +0530 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: <1458731358-773-1-git-send-email-m.szyprowski@samsung.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 993 Lines: 37 On Wednesday 23 March 2016 04:39 PM, Marek Szyprowski wrote: > Hello, > > This patch series adds upport for MIPI Video DPHY found in Exynos > 5420/5422/5800 and 5433 SoCs. Fixed the below checkpatch error and merged. ERROR: open brace '{' following struct go on the same line #292: FILE: drivers/phy/phy-exynos-mipi-video.c:40: +struct mipi_phy_device_desc +{ Thanks Kishon > > Best regards > Marek Szyprowski > Samsung R&D Institute Poland > > > Patch summary: > > Marek Szyprowski (2): > phy: exynos-mipi-video: rewrite handling of phy registers > phy: exynos-mipi-video: add support for Exynos 5420 and 5433 SoCs > > Sylwester Nawrocki (1): > phy: exynos-mipi-video: Drop support for direct access to PMU > > .../devicetree/bindings/phy/samsung-phy.txt | 18 +- > drivers/phy/phy-exynos-mipi-video.c | 322 ++++++++++++++++----- > include/linux/mfd/syscon/exynos5-pmu.h | 3 + > 3 files changed, 276 insertions(+), 67 deletions(-) >