From: Sylwester Nawrocki <s.nawrocki@samsung.com>
To: Kukjin Kim <kgene.kim@samsung.com>
Cc: linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, ben-linux@fluff.org,
m.szyprowski@samsung.com, kyungmin.park@samsung.com,
inki.dae@samsung.com
Subject: Re: [PATCH 1/3] ARM: S5P: Rename MIPI-CSIS header and update Copyright
Date: Thu, 03 Mar 2011 10:34:21 +0100 [thread overview]
Message-ID: <4D6F609D.3020501@samsung.com> (raw)
In-Reply-To: <01a501cbd95c$37069cf0$a513d6d0$%kim@samsung.com>
On 03/03/2011 05:33 AM, Kukjin Kim wrote:
> Sylwester Nawrocki wrote:
>>
>> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>> ---
>> arch/arm/plat-s5p/dev-csis0.c | 2 +-
>> arch/arm/plat-s5p/dev-csis1.c | 2 +-
>> arch/arm/plat-s5p/include/plat/csis.h | 28
> --------------------------
>> --
>> arch/arm/plat-s5p/include/plat/mipi_csis.h | 28
>> ++++++++++++++++++++++++++++
>> 4 files changed, 30 insertions(+), 30 deletions(-)
>> delete mode 100644 arch/arm/plat-s5p/include/plat/csis.h
>> create mode 100644 arch/arm/plat-s5p/include/plat/mipi_csis.h
>>
> Oops, why didn't use '-M'?
> It can show me this like following.
>
Yes, I could do better. Sorry, I had two version of the patch
and somehow ended up with te wrong one being send.
> .../plat-s5p/include/plat/{csis.h => mipi_csis.h} | 10 +++++-----
> 3 files changed, 7 insertions(+), 7 deletions(-)
> rename arch/arm/plat-s5p/include/plat/{csis.h => mipi_csis.h} (68%)
>
> Secondly, I remember this...
> Following is your response at that time.
> http://lists.infradead.org/pipermail/linux-arm-kernel/2011-January/038037.ht
> ml
>
Yes, but afterwards I realized there will be issues when one is trying
to build common kernel binary for multiple SoCs.
Nevertheless I will prepare common code for S5P and a callback into platform
code, so at least we can move on with the v4l driver.
Thanks,
--
Sylwester Nawrocki
Samsung Poland R&D Center
WARNING: multiple messages have this Message-ID (diff)
From: s.nawrocki@samsung.com (Sylwester Nawrocki)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: S5P: Rename MIPI-CSIS header and update Copyright
Date: Thu, 03 Mar 2011 10:34:21 +0100 [thread overview]
Message-ID: <4D6F609D.3020501@samsung.com> (raw)
In-Reply-To: <01a501cbd95c$37069cf0$a513d6d0$%kim@samsung.com>
On 03/03/2011 05:33 AM, Kukjin Kim wrote:
> Sylwester Nawrocki wrote:
>>
>> Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
>> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>> ---
>> arch/arm/plat-s5p/dev-csis0.c | 2 +-
>> arch/arm/plat-s5p/dev-csis1.c | 2 +-
>> arch/arm/plat-s5p/include/plat/csis.h | 28
> --------------------------
>> --
>> arch/arm/plat-s5p/include/plat/mipi_csis.h | 28
>> ++++++++++++++++++++++++++++
>> 4 files changed, 30 insertions(+), 30 deletions(-)
>> delete mode 100644 arch/arm/plat-s5p/include/plat/csis.h
>> create mode 100644 arch/arm/plat-s5p/include/plat/mipi_csis.h
>>
> Oops, why didn't use '-M'?
> It can show me this like following.
>
Yes, I could do better. Sorry, I had two version of the patch
and somehow ended up with te wrong one being send.
> .../plat-s5p/include/plat/{csis.h => mipi_csis.h} | 10 +++++-----
> 3 files changed, 7 insertions(+), 7 deletions(-)
> rename arch/arm/plat-s5p/include/plat/{csis.h => mipi_csis.h} (68%)
>
> Secondly, I remember this...
> Following is your response at that time.
> http://lists.infradead.org/pipermail/linux-arm-kernel/2011-January/038037.ht
> ml
>
Yes, but afterwards I realized there will be issues when one is trying
to build common kernel binary for multiple SoCs.
Nevertheless I will prepare common code for S5P and a callback into platform
code, so at least we can move on with the v4l driver.
Thanks,
--
Sylwester Nawrocki
Samsung Poland R&D Center
next prev parent reply other threads:[~2011-03-03 9:34 UTC|newest]
Thread overview: 42+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-02 17:34 [PATCH/RFC 0/3] ARM: S5P: Add common DPHY control code for MIPI-CSIS/MIPI-DSIM devices Sylwester Nawrocki
2011-03-02 17:34 ` Sylwester Nawrocki
2011-03-02 17:34 ` [PATCH 1/3] ARM: S5P: Rename MIPI-CSIS header and update Copyright Sylwester Nawrocki
2011-03-02 17:34 ` Sylwester Nawrocki
2011-03-03 4:33 ` Kukjin Kim
2011-03-03 4:33 ` Kukjin Kim
2011-03-03 9:34 ` Sylwester Nawrocki [this message]
2011-03-03 9:34 ` Sylwester Nawrocki
2011-03-02 17:34 ` [PATCH 2/3] ARM: S5PV210: Add clock entries for MIPI DPHY control Sylwester Nawrocki
2011-03-02 17:34 ` Sylwester Nawrocki
2011-03-02 17:34 ` [PATCH 3/3] ARM: EXYNOS4: " Sylwester Nawrocki
2011-03-02 17:34 ` Sylwester Nawrocki
2011-03-03 4:43 ` [PATCH/RFC 0/3] ARM: S5P: Add common DPHY control code for MIPI-CSIS/MIPI-DSIM devices Kukjin Kim
2011-03-03 4:43 ` Kukjin Kim
2011-03-03 19:04 ` [PATCH v2 0/3] ARM: S5P: Add D-PHY control platform helpers for MIPI-CSIS/DSIM drivers Sylwester Nawrocki
2011-03-03 19:04 ` Sylwester Nawrocki
2011-03-08 23:05 ` Kukjin Kim
2011-03-08 23:05 ` Kukjin Kim
2011-03-03 19:04 ` [PATCH v2 1/3] ARM: S5P: Rename MIPI-CSIS driver header and update Copyright Sylwester Nawrocki
2011-03-03 19:04 ` Sylwester Nawrocki
2011-03-03 19:04 ` [PATCH v2 2/3] ARM: S5P: Extend MIPI-CSIS platform_data with the PHY control callback Sylwester Nawrocki
2011-03-03 19:04 ` Sylwester Nawrocki
2011-03-09 15:44 ` [PATCH v2] " Sylwester Nawrocki
2011-03-09 15:44 ` Sylwester Nawrocki
2011-03-03 19:04 ` [PATCH v2 3/3] ARM: S5P: Add support for common MIPI CSIS/DSIM D-PHY control Sylwester Nawrocki
2011-03-03 19:04 ` Sylwester Nawrocki
2011-03-09 22:55 ` Kukjin Kim
2011-03-09 22:55 ` Kukjin Kim
2011-03-10 11:06 ` [PATCH v3 0/3] ARM: S5P: Add platform helpers for MIPI-CSIS/DSIM DPHY Sylwester Nawrocki
2011-03-10 11:06 ` Sylwester Nawrocki
2011-03-10 11:06 ` [PATCH v3 1/3] ARM: S5P: Rename MIPI-CSIS driver header and update Copyright Sylwester Nawrocki
2011-03-10 11:06 ` Sylwester Nawrocki
2011-03-10 11:13 ` Kukjin Kim
2011-03-10 11:13 ` Kukjin Kim
2011-03-10 11:06 ` [PATCH v3 2/3] ARM: S5P: Extend MIPI-CSIS platform_data with the PHY control callback Sylwester Nawrocki
2011-03-10 11:06 ` Sylwester Nawrocki
2011-03-10 11:29 ` Kukjin Kim
2011-03-10 11:29 ` Kukjin Kim
2011-03-10 11:06 ` [PATCH v3 3/3] ARM: S5P: Add support for common MIPI CSIS/DSIM D-PHY control Sylwester Nawrocki
2011-03-10 11:06 ` Sylwester Nawrocki
2011-03-10 11:20 ` [PATCH v2 " Sylwester Nawrocki
2011-03-10 11:20 ` Sylwester Nawrocki
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=4D6F609D.3020501@samsung.com \
--to=s.nawrocki@samsung.com \
--cc=ben-linux@fluff.org \
--cc=inki.dae@samsung.com \
--cc=kgene.kim@samsung.com \
--cc=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@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.