From: ben-linux@fluff.org (Ben Dooks)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] Update Samsung S5PC100 SoC support
Date: Fri, 13 Nov 2009 23:53:18 +0000 [thread overview]
Message-ID: <20091113235317.GY4808@trinity.fluff.org> (raw)
In-Reply-To: <1258014122-18185-1-git-send-email-m.szyprowski@samsung.com>
On Thu, Nov 12, 2009 at 09:21:44AM +0100, Marek Szyprowski wrote:
> Hello,
>
> This patch series updates Samsung S5PC100 SoC support. S5PC100 platform
> core has been extended with new clocks hierarchy implementation, gpio lib,
> support for external and gpio interrupts and some basics of power
> management (cpu idle and system reset). Also platform helpers for
> s3c framebuffer, i2c and hsmmc drivers has been added.
As such, a new branch git://git.fluff.org/bjdooks/linux next-s5pc1xx
has been created. This branch hasn't yet been build tested, or had the
patches that failed to apply on them.
The following from the series still need fixups before applying due to
the missing FB updates:
Applying: ARM: S5PC1xx: add platform helpers for SDHCI host controllers
Applying: ARM: S5PC1xx: add platform helpers for i2c adapter devices
I'll look at fixing these up tomorrow if the FB items haven't been sorted
out.
The shortlog is:
Kyungmin Park (9):
ARM: SMDKC100: enable S3C FrameBuffer
ARM: S5PC1XX: registers rename
ARM: S5PC1XX: clock registers rename
ARM: S5PC1XX: clocks reimplementation
ARM: S5PC1XX: add GPIO L banks to register definition
ARM: S5PC1XX: GPIO registers rename
ARM: S5PC1XX: add cpu idle and system reset support
ARM: SMDKC100: add I2C0 and I2C1 buses support
ARM: SMDKC100: add SDHCI controllers 0, 1 and 2 support
If there are any problems, please let me know as soon as possible, as I
will be looking to merge these into my main next branch in the next day or
so to begin the final stages of the device and clock reworks.
--
Ben
Q: What's a light-year?
A: One-third less calories than a regular year.
next prev parent reply other threads:[~2009-11-13 23:53 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-12 8:21 [PATCH] Update Samsung S5PC100 SoC support Marek Szyprowski
2009-11-12 8:21 ` [PATCH 01/18] ARM: MM: use 64bytes of L1 cache on plat S5PC1xx Marek Szyprowski
2009-11-12 8:21 ` [PATCH 02/18] ARM: S5PC1XX: registers rename Marek Szyprowski
2009-11-12 8:21 ` [PATCH 03/18] ARM: S5PC1XX: clock " Marek Szyprowski
2009-11-12 8:21 ` [PATCH 04/18] ARM: S5PC1XX: clocks reimplementation Marek Szyprowski
2009-11-12 8:21 ` [PATCH 05/18] ARM: S5PC1XX: add GPIO L banks to register definition Marek Szyprowski
2009-11-12 8:21 ` [PATCH 06/18] ARM: S5PC1XX: GPIO registers rename Marek Szyprowski
2009-11-12 8:21 ` [PATCH 07/18] ARM: S5PC1xx: add gpiolib and external/gpio interrupt support Marek Szyprowski
2009-11-12 8:21 ` [PATCH 08/18] ARM: S5PC1XX: add cpu idle and system reset support Marek Szyprowski
2009-11-12 8:21 ` [PATCH 09/18] ARM: S3C: Prepare s3c64xx-specific s3c-fb register definition for reuse Marek Szyprowski
2009-11-12 8:21 ` [PATCH 10/18] ARM: S5PC1xx: add platform helpers for s3c-fb device Marek Szyprowski
2009-11-12 8:21 ` [PATCH 11/18] SMDKC100: enable S3C FrameBuffer Marek Szyprowski
2009-11-12 8:21 ` [PATCH 12/18] drivers: fb: enable S3C FrameBuffer on S5PC1XX platform Marek Szyprowski
2009-11-12 8:21 ` [PATCH 13/18] ARM: S5PC1xx: add platform helpers for i2c adapter devices Marek Szyprowski
2009-11-12 8:21 ` [PATCH 14/18] SMDKC100: add I2C0 and I2C1 buses support Marek Szyprowski
2009-11-12 8:21 ` [PATCH 15/18] drivers: i2c: s3c2410-i2c also on S5PC1XX platform Marek Szyprowski
2009-11-12 8:22 ` [PATCH 16/18] ARM: S5PC1xx: add platform helpers for SDHCI host controllers Marek Szyprowski
2009-11-12 8:22 ` [PATCH 17/18] SMDKC100: add SDHCI controllers 0, 1 and 2 support Marek Szyprowski
2009-11-12 8:22 ` [PATCH 18/18] drivers: MMC: enable SDHCI-S3C on S5PC1XX platform Marek Szyprowski
2009-11-13 23:38 ` Ben Dooks
2009-11-13 23:37 ` [PATCH 16/18] ARM: S5PC1xx: add platform helpers for SDHCI host controllers Ben Dooks
2009-11-13 23:35 ` [PATCH 15/18] drivers: i2c: s3c2410-i2c also on S5PC1XX platform Ben Dooks
2009-11-13 23:34 ` [PATCH 12/18] drivers: fb: enable S3C FrameBuffer " Ben Dooks
2009-11-13 23:34 ` [PATCH 11/18] SMDKC100: enable S3C FrameBuffer Ben Dooks
2009-11-13 23:32 ` [PATCH 09/18] ARM: S3C: Prepare s3c64xx-specific s3c-fb register definition for reuse Ben Dooks
2009-11-16 8:14 ` Marek Szyprowski
2009-11-13 23:29 ` [PATCH 07/18] ARM: S5PC1xx: add gpiolib and external/gpio interrupt support Ben Dooks
2009-11-16 8:14 ` Marek Szyprowski
2009-11-13 23:19 ` [PATCH 01/18] ARM: MM: use 64bytes of L1 cache on plat S5PC1xx Ben Dooks
2009-11-19 9:39 ` Russell King - ARM Linux
2009-11-19 10:35 ` Marek Szyprowski
2009-11-13 23:42 ` [PATCH] Update Samsung S5PC100 SoC support Ben Dooks
2009-11-13 23:53 ` Ben Dooks [this message]
2009-11-16 11:10 ` Marek Szyprowski
2009-11-14 8:21 ` Russell King - ARM Linux
-- strict thread matches above, loose matches on Subject: below --
2009-10-13 8:11 Marek Szyprowski
2009-11-09 0:05 ` Ben Dooks
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=20091113235317.GY4808@trinity.fluff.org \
--to=ben-linux@fluff.org \
--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).