From: Kukjin Kim <kgene.kim@samsung.com>
To: Arnd Bergmann <arnd@arndb.de>, 'Olof Johansson' <olof@lixom.net>
Cc: "linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-samsung-soc@vger.kernel.org"
<linux-samsung-soc@vger.kernel.org>,
Kukjin Kim <kgene.kim@samsung.com>, Chris Ball <cjb@laptop.org>
Subject: [GIT PULL 3/4] Samsung devel-mmc for v3.4
Date: Sat, 10 Mar 2012 08:08:45 -0800 [thread overview]
Message-ID: <4F5B7C8D.5000805@samsung.com> (raw)
Hi Arnd, Olof
This is regarding Samsung mmc for v3.4.
As a note, v3.4-for-cjb branch is merged into mmc/mmc-next like following:
http://git.kernel.org/?p=linux/kernel/git/cjb/mmc.git;a=commit;h=fcd9bdae386753531a9cb6b2577359a83f4e121c
And others are accordingly changes on regarding mmc.
Please pull and if any problems, please kindly let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:
Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-samsung-mmc
Jaehoon Chung (3):
ARM: SAMSUNG: support the second capability for samsung-soc
mmc: sdhci-s3c: add platform data for the second capability
ARM: SAMSUNG: change the name from s3c-sdhci to exynos4-sdhci
Kukjin Kim (1):
Merge branch 'v3.4-for-cjb' into next/devel-samsung-mmc
Thomas Abraham (6):
mmc: sdhci-s3c: Remove usage of clk_type member in platform data
ARM: EXYNOS: use 'exynos4-sdhci' as device name for sdhci controllers
ARM: SAMSUNG: remove all uses of clk_type member in sdhci
platform data
mmc: sdhci-s3c: derive transfer width host capability from
max_width in platform data
mmc: sdhci-s3c: Keep a copy of platform data and use it
mmc: sdhci-s3c: Add device tree support
.../devicetree/bindings/mmc/samsung-sdhci.txt | 70 ++++++
arch/arm/mach-exynos/clock.c | 24 +-
arch/arm/mach-exynos/common.c | 5 +
arch/arm/mach-exynos/mach-armlex4210.c | 3 -
arch/arm/mach-exynos/mach-nuri.c | 7 +-
arch/arm/mach-exynos/mach-origen.c | 2 -
arch/arm/mach-exynos/mach-smdk4x12.c | 2 -
arch/arm/mach-exynos/mach-smdkv310.c | 4 -
arch/arm/mach-exynos/mach-universal_c210.c | 4 +-
arch/arm/plat-samsung/devs.c | 4 -
arch/arm/plat-samsung/include/plat/sdhci.h | 37 +++-
arch/arm/plat-samsung/platformdata.c | 4 +-
drivers/mmc/host/sdhci-s3c.c | 238
+++++++++++++++++++-
13 files changed, 351 insertions(+), 53 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mmc/samsung-sdhci.txt
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 3/4] Samsung devel-mmc for v3.4
Date: Sat, 10 Mar 2012 08:08:45 -0800 [thread overview]
Message-ID: <4F5B7C8D.5000805@samsung.com> (raw)
Hi Arnd, Olof
This is regarding Samsung mmc for v3.4.
As a note, v3.4-for-cjb branch is merged into mmc/mmc-next like following:
http://git.kernel.org/?p=linux/kernel/git/cjb/mmc.git;a=commit;h=fcd9bdae386753531a9cb6b2577359a83f4e121c
And others are accordingly changes on regarding mmc.
Please pull and if any problems, please kindly let me know.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
The following changes since commit 192cfd58774b4d17b2fe8bdc77d89c2ef4e0591d:
Linux 3.3-rc6 (2012-03-03 17:08:09 -0800)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung.git
next/devel-samsung-mmc
Jaehoon Chung (3):
ARM: SAMSUNG: support the second capability for samsung-soc
mmc: sdhci-s3c: add platform data for the second capability
ARM: SAMSUNG: change the name from s3c-sdhci to exynos4-sdhci
Kukjin Kim (1):
Merge branch 'v3.4-for-cjb' into next/devel-samsung-mmc
Thomas Abraham (6):
mmc: sdhci-s3c: Remove usage of clk_type member in platform data
ARM: EXYNOS: use 'exynos4-sdhci' as device name for sdhci controllers
ARM: SAMSUNG: remove all uses of clk_type member in sdhci
platform data
mmc: sdhci-s3c: derive transfer width host capability from
max_width in platform data
mmc: sdhci-s3c: Keep a copy of platform data and use it
mmc: sdhci-s3c: Add device tree support
.../devicetree/bindings/mmc/samsung-sdhci.txt | 70 ++++++
arch/arm/mach-exynos/clock.c | 24 +-
arch/arm/mach-exynos/common.c | 5 +
arch/arm/mach-exynos/mach-armlex4210.c | 3 -
arch/arm/mach-exynos/mach-nuri.c | 7 +-
arch/arm/mach-exynos/mach-origen.c | 2 -
arch/arm/mach-exynos/mach-smdk4x12.c | 2 -
arch/arm/mach-exynos/mach-smdkv310.c | 4 -
arch/arm/mach-exynos/mach-universal_c210.c | 4 +-
arch/arm/plat-samsung/devs.c | 4 -
arch/arm/plat-samsung/include/plat/sdhci.h | 37 +++-
arch/arm/plat-samsung/platformdata.c | 4 +-
drivers/mmc/host/sdhci-s3c.c | 238
+++++++++++++++++++-
13 files changed, 351 insertions(+), 53 deletions(-)
create mode 100644 Documentation/devicetree/bindings/mmc/samsung-sdhci.txt
next reply other threads:[~2012-03-10 16:08 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-10 16:08 Kukjin Kim [this message]
2012-03-10 16:08 ` [GIT PULL 3/4] Samsung devel-mmc for v3.4 Kukjin Kim
2012-03-10 18:08 ` Olof Johansson
2012-03-10 18:08 ` Olof Johansson
2012-03-10 18:10 ` Olof Johansson
2012-03-10 18:10 ` Olof Johansson
2012-03-11 8:13 ` Kukjin Kim
2012-03-11 8:13 ` 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=4F5B7C8D.5000805@samsung.com \
--to=kgene.kim@samsung.com \
--cc=arnd@arndb.de \
--cc=cjb@laptop.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=olof@lixom.net \
/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.