All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Thomas Abraham <thomas.abraham@linaro.org>
Cc: Seungwon Jeon <tgih.jun@samsung.com>,
	linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, kgene.kim@samsung.com,
	girish.shivananjappa@linaro.org, jh80.chung@samsung.com,
	yuvaraj.cd@gmail.com
Subject: Re: [PATCH] ARM: Exynos: Remove unused non-dt support for dwmci controller
Date: Wed, 28 Nov 2012 08:31:30 +0900	[thread overview]
Message-ID: <50B54D52.8070209@samsung.com> (raw)
In-Reply-To: <CAJuYYwT+p3PdALE8uHQ9hszbYBxnjg-joZZtU3_gmDfjG4FL=g@mail.gmail.com>

On 11/27/12 17:50, Thomas Abraham wrote:
> On 27 November 2012 10:31, Seungwon Jeon<tgih.jun@samsung.com>  wrote:
>> On Monday, November 26, 2012, Thomas Abraham<thomas.abraham@linaro.org>  wrote:
>>> With device tree support enabled for dwmci controller, the unused non-dt support
>>> for dwmci controller can be removed.
>>>
>>> Signed-off-by: Thomas Abraham<thomas.abraham@linaro.org>
>>> ---
>>>   arch/arm/mach-exynos/Makefile             |    1 -
>>>   arch/arm/mach-exynos/dev-dwmci.c          |   75 -----------------------------
>>>   arch/arm/mach-exynos/include/mach/dwmci.h |   20 --------
>>>   3 files changed, 0 insertions(+), 96 deletions(-)
>>>   delete mode 100644 arch/arm/mach-exynos/dev-dwmci.c
>>>   delete mode 100644 arch/arm/mach-exynos/include/mach/dwmci.h
>>
>> Hi Thomas,
>>
>> The following parts are remained. Also, no used code.
>> Could you check it?
>>
>> ./plat-samsung/include/plat/devs.h:126:extern struct platform_device exynos4_device_dwmci;
>> ./Kconfig:111:config EXYNOS4_DEV_DWMCI
>
> Hi Seungwon,
>
> Yes, I have missed that. Thanks for pointing this out. I will take care of this.
>
I amended the commit as per Seungwon's pointing out.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: Exynos: Remove unused non-dt support for dwmci controller
Date: Wed, 28 Nov 2012 08:31:30 +0900	[thread overview]
Message-ID: <50B54D52.8070209@samsung.com> (raw)
In-Reply-To: <CAJuYYwT+p3PdALE8uHQ9hszbYBxnjg-joZZtU3_gmDfjG4FL=g@mail.gmail.com>

On 11/27/12 17:50, Thomas Abraham wrote:
> On 27 November 2012 10:31, Seungwon Jeon<tgih.jun@samsung.com>  wrote:
>> On Monday, November 26, 2012, Thomas Abraham<thomas.abraham@linaro.org>  wrote:
>>> With device tree support enabled for dwmci controller, the unused non-dt support
>>> for dwmci controller can be removed.
>>>
>>> Signed-off-by: Thomas Abraham<thomas.abraham@linaro.org>
>>> ---
>>>   arch/arm/mach-exynos/Makefile             |    1 -
>>>   arch/arm/mach-exynos/dev-dwmci.c          |   75 -----------------------------
>>>   arch/arm/mach-exynos/include/mach/dwmci.h |   20 --------
>>>   3 files changed, 0 insertions(+), 96 deletions(-)
>>>   delete mode 100644 arch/arm/mach-exynos/dev-dwmci.c
>>>   delete mode 100644 arch/arm/mach-exynos/include/mach/dwmci.h
>>
>> Hi Thomas,
>>
>> The following parts are remained. Also, no used code.
>> Could you check it?
>>
>> ./plat-samsung/include/plat/devs.h:126:extern struct platform_device exynos4_device_dwmci;
>> ./Kconfig:111:config EXYNOS4_DEV_DWMCI
>
> Hi Seungwon,
>
> Yes, I have missed that. Thanks for pointing this out. I will take care of this.
>
I amended the commit as per Seungwon's pointing out.

Thanks.

Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.

  reply	other threads:[~2012-11-27 23:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-26  7:15 [PATCH] ARM: Exynos: Remove unused non-dt support for dwmci controller Thomas Abraham
2012-11-26  7:15 ` Thomas Abraham
2012-11-26 11:27 ` Kyungmin Park
2012-11-26 11:27   ` Kyungmin Park
2012-11-27  1:01   ` Kukjin Kim
2012-11-27  1:01     ` Kukjin Kim
2012-11-27  5:07   ` Thomas Abraham
2012-11-27  5:07     ` Thomas Abraham
2012-11-27  0:53 ` Kukjin Kim
2012-11-27  0:53   ` Kukjin Kim
2012-11-27  5:01 ` Seungwon Jeon
2012-11-27  5:01   ` Seungwon Jeon
2012-11-27  8:50   ` Thomas Abraham
2012-11-27  8:50     ` Thomas Abraham
2012-11-27 23:31     ` Kukjin Kim [this message]
2012-11-27 23:31       ` Kukjin Kim

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=50B54D52.8070209@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=girish.shivananjappa@linaro.org \
    --cc=jh80.chung@samsung.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=tgih.jun@samsung.com \
    --cc=thomas.abraham@linaro.org \
    --cc=yuvaraj.cd@gmail.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.