From: Kishon Vijay Abraham I <kishon@ti.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>,
linux-kernel@vger.kernel.org, linux-samsung-soc@vger.kernel.org
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>,
Inki Dae <inki.dae@samsung.com>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH 0/3] phy: exynos-mipi-video: add support for Exynos 54xx SoCs
Date: Fri, 29 Apr 2016 14:57:03 +0530 [thread overview]
Message-ID: <572328E7.8050101@ti.com> (raw)
In-Reply-To: <1458731358-773-1-git-send-email-m.szyprowski@samsung.com>
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(-)
>
WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Marek Szyprowski <m.szyprowski@samsung.com>,
<linux-kernel@vger.kernel.org>,
<linux-samsung-soc@vger.kernel.org>
Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>,
Inki Dae <inki.dae@samsung.com>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Subject: Re: [PATCH 0/3] phy: exynos-mipi-video: add support for Exynos 54xx SoCs
Date: Fri, 29 Apr 2016 14:57:03 +0530 [thread overview]
Message-ID: <572328E7.8050101@ti.com> (raw)
In-Reply-To: <1458731358-773-1-git-send-email-m.szyprowski@samsung.com>
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(-)
>
next prev parent reply other threads:[~2016-04-29 12:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-23 11:09 [PATCH 0/3] phy: exynos-mipi-video: add support for Exynos 54xx SoCs Marek Szyprowski
2016-03-23 11:09 ` [PATCH 1/3] phy: exynos-mipi-video: Drop support for direct access to PMU Marek Szyprowski
2016-03-23 11:09 ` [PATCH 2/3] phy: exynos-mipi-video: Rewrite handling of phy registers Marek Szyprowski
2016-03-24 11:48 ` Sylwester Nawrocki
2016-03-23 11:09 ` [PATCH 3/3] phy: exynos-mipi-video: Add support for Exynos 5420 and 5433 SoCs Marek Szyprowski
2016-03-24 12:05 ` Sylwester Nawrocki
2016-04-29 9:27 ` Kishon Vijay Abraham I [this message]
2016-04-29 9:27 ` [PATCH 0/3] phy: exynos-mipi-video: add support for Exynos 54xx SoCs Kishon Vijay Abraham I
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=572328E7.8050101@ti.com \
--to=kishon@ti.com \
--cc=b.zolnierkie@samsung.com \
--cc=inki.dae@samsung.com \
--cc=k.kozlowski@samsung.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=s.nawrocki@samsung.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.