From: kyungmin.park@samsung.com (Kyungmin Park)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/5] sdhci-s3c: depend on plat-samsung
Date: Fri, 11 Jun 2010 14:42:07 +0900 [thread overview]
Message-ID: <AANLkTildPiWp2BZvTm8sOvaMy1gRSTH8RHqvZQRdYP6-@mail.gmail.com> (raw)
In-Reply-To: <20100611052407.GX7248@trinity.fluff.org>
On Fri, Jun 11, 2010 at 2:24 PM, Ben Dooks <ben-linux@fluff.org> wrote:
> On Fri, Jun 11, 2010 at 09:29:38AM +0900, Kukjin Kim wrote:
>> Marek Szyprowski wrote:
>> >
>> > Most Samsung SoC have support for SDHCI block, so make the driver
>> > dependent on the Samsung platform instead on listing all SoCs in the
>> > Kconfig (and updating it again when support for the new SoC variant is
>> > added).
>> >
>> Hi, Marek
>>
>> Kyungmin Park already submitted same patch.
>
> Hmm, Mr Park and Co really need to learn how to handle the treatment of
> patches. I'm really disapointed that these patches get submitted without
> the proper authour accreditation. If this isn't sorted out then I for
> one will start thinking about giving this stuff an automatic reject.
It's just Marek missed the previous my patch, and I reply there's
duplicated patch already.
Thank you,
Kyungmin Park
>
> Please ensure that the original authour of a patch is accredited for
> the work, and the right sign-off and any other ack data is kept with
> the patch. There's documentation about most of this in the kernel
> already at Documentation/SubmittingPatches.
>
>> And Andrew Morton added to the -mm tree.
>> http://www.spinics.net/lists/mm-commits/msg79159.html
>>
>> But, I think your comment is better...
>>
>> > Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
>> > Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
>> > ---
>> > ?drivers/mmc/host/Kconfig | ? ?2 +-
>> > ?1 files changed, 1 insertions(+), 1 deletions(-)
>> >
>> > diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig
>> > index e171e77..acf5bf6 100644
>> > --- a/drivers/mmc/host/Kconfig
>> > +++ b/drivers/mmc/host/Kconfig
>> > @@ -123,7 +123,7 @@ config MMC_SDHCI_PLTFM
>> >
>> > ?config MMC_SDHCI_S3C
>> > ? ? tristate "SDHCI support on Samsung S3C SoC"
>> > - ? depends on MMC_SDHCI && (PLAT_S3C24XX || PLAT_S3C64XX)
>> > + ? depends on MMC_SDHCI && PLAT_SAMSUNG
>> > ? ? help
>> > ? ? ? This selects the Secure Digital Host Controller Interface (SDHCI)
>> > ? ? ? often referrered to as the HSMMC block in some of the Samsung S3C
>> > --
>>
>>
>> Thanks.
>>
>> Best regards,
>> Kgene.
>> --
>> Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
>> SW Solution Development Team, Samsung Electronics Co., Ltd.
>>
>>
>> _______________________________________________
>> linux-arm-kernel mailing list
>> linux-arm-kernel at lists.infradead.org
>> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
> --
> --
> Ben
>
> Q: ? ? ?What's a light-year?
> A: ? ? ?One-third less calories than a regular year.
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
>
next prev parent reply other threads:[~2010-06-11 5:42 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-06-09 9:39 [PATCH] SDHCI-S3C fixes and enhancements (driver specific code) Marek Szyprowski
2010-06-09 9:39 ` [PATCH 1/5] sdhci-s3c: depend on plat-samsung Marek Szyprowski
2010-06-11 0:29 ` Kukjin Kim
2010-06-11 5:24 ` Ben Dooks
2010-06-11 5:42 ` Kyungmin Park [this message]
2010-06-11 10:30 ` Mark Brown
2010-06-09 9:39 ` [PATCH 2/5] sdhci-s3c: add missing remove function Marek Szyprowski
2010-06-09 9:39 ` [PATCH 3/5] sdhci-s3c: increase the timeout value Marek Szyprowski
2010-06-10 10:46 ` Kukjin Kim
2010-08-27 19:53 ` Chris Ball
2010-06-09 9:39 ` [PATCH 4/5] sdhci-s3c: add support for the non standard minimal clock value Marek Szyprowski
2010-08-27 19:54 ` Chris Ball
2010-08-28 0:54 ` Kukjin Kim
2010-06-09 9:39 ` [PATCH 5/5] sdhci-s3c: add support for new card detection methods Marek Szyprowski
2010-06-10 12:06 ` [PATCH 5/5 fixed] " Marek Szyprowski
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=AANLkTildPiWp2BZvTm8sOvaMy1gRSTH8RHqvZQRdYP6-@mail.gmail.com \
--to=kyungmin.park@samsung.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).