From: Tomasz Figa <tomasz.figa@gmail.com>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-samsung-soc@vger.kernel.org, kgene.kim@samsung.com,
thomas.abraham@linaro.org, linus.walleij@linaro.org
Subject: Re: [PATCH 0/6] pinctrl: Add support for pin control on S3C64xx
Date: Tue, 02 Apr 2013 10:00:03 +0200 [thread overview]
Message-ID: <1441305.zvZX7Ed4lY@flatron> (raw)
In-Reply-To: <1363642315-10331-1-git-send-email-tomasz.figa@gmail.com>
Hi,
On Monday 18 of March 2013 22:31:49 Tomasz Figa wrote:
> This series makes necessary preparations to add support for pin
> controller available on Samsung S3C64xx using pinctrl-samsung driver
> and then adds pinctrl-s3c64xx driver which implements SoC-specific part
> of the code.
>
> It has been tested on a tiny6410 (mini6410-compatible) board with my
> patches for samsung-time cleanup and S3C64xx Device Tree support:
> - http://thread.gmane.org/gmane.linux.kernel.samsung-soc/16664
> -
> http://www.mail-archive.com/linux-samsung-soc@vger.kernel.org/msg16325.
> html
>
> Just the driver is added for now, as this is the part that can safely go
> through Linus' pinctrl tree. I will post appropriate enablement patches
> after all the dependencies get merged to Kgene's tree.
>
> See particular patches for more detailed description of all changes.
>
> Tomasz Figa (6):
> pinctrl: samsung: Protect bank registers with a spinlock
> pinctrl: samsung: Include pinctrl-exynos driver data conditionally
> pinctrl: samsung: Split pin bank description into two structures
> pinctrl: samsung: Remove hardcoded register offsets
> pinctrl: samsung: Handle banks with two configuration registers
> pinctrl: Add pinctrl-s3c64xx driver
>
> .../bindings/pinctrl/samsung-pinctrl.txt | 3 +
> drivers/pinctrl/Kconfig | 5 +
> drivers/pinctrl/Makefile | 1 +
> drivers/pinctrl/pinctrl-exynos.c | 36 +-
> drivers/pinctrl/pinctrl-exynos.h | 16 +-
> drivers/pinctrl/pinctrl-s3c64xx.c | 817
> +++++++++++++++++++++ drivers/pinctrl/pinctrl-samsung.c
> | 99 ++-
> drivers/pinctrl/pinctrl-samsung.h | 42 +-
> 8 files changed, 947 insertions(+), 72 deletions(-)
> create mode 100644 drivers/pinctrl/pinctrl-s3c64xx.c
Any comments about this series?
Best regards,
Tomasz
WARNING: multiple messages have this Message-ID (diff)
From: tomasz.figa@gmail.com (Tomasz Figa)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/6] pinctrl: Add support for pin control on S3C64xx
Date: Tue, 02 Apr 2013 10:00:03 +0200 [thread overview]
Message-ID: <1441305.zvZX7Ed4lY@flatron> (raw)
In-Reply-To: <1363642315-10331-1-git-send-email-tomasz.figa@gmail.com>
Hi,
On Monday 18 of March 2013 22:31:49 Tomasz Figa wrote:
> This series makes necessary preparations to add support for pin
> controller available on Samsung S3C64xx using pinctrl-samsung driver
> and then adds pinctrl-s3c64xx driver which implements SoC-specific part
> of the code.
>
> It has been tested on a tiny6410 (mini6410-compatible) board with my
> patches for samsung-time cleanup and S3C64xx Device Tree support:
> - http://thread.gmane.org/gmane.linux.kernel.samsung-soc/16664
> -
> http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg16325.
> html
>
> Just the driver is added for now, as this is the part that can safely go
> through Linus' pinctrl tree. I will post appropriate enablement patches
> after all the dependencies get merged to Kgene's tree.
>
> See particular patches for more detailed description of all changes.
>
> Tomasz Figa (6):
> pinctrl: samsung: Protect bank registers with a spinlock
> pinctrl: samsung: Include pinctrl-exynos driver data conditionally
> pinctrl: samsung: Split pin bank description into two structures
> pinctrl: samsung: Remove hardcoded register offsets
> pinctrl: samsung: Handle banks with two configuration registers
> pinctrl: Add pinctrl-s3c64xx driver
>
> .../bindings/pinctrl/samsung-pinctrl.txt | 3 +
> drivers/pinctrl/Kconfig | 5 +
> drivers/pinctrl/Makefile | 1 +
> drivers/pinctrl/pinctrl-exynos.c | 36 +-
> drivers/pinctrl/pinctrl-exynos.h | 16 +-
> drivers/pinctrl/pinctrl-s3c64xx.c | 817
> +++++++++++++++++++++ drivers/pinctrl/pinctrl-samsung.c
> | 99 ++-
> drivers/pinctrl/pinctrl-samsung.h | 42 +-
> 8 files changed, 947 insertions(+), 72 deletions(-)
> create mode 100644 drivers/pinctrl/pinctrl-s3c64xx.c
Any comments about this series?
Best regards,
Tomasz
next prev parent reply other threads:[~2013-04-02 8:00 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-18 21:31 [PATCH 0/6] pinctrl: Add support for pin control on S3C64xx Tomasz Figa
2013-03-18 21:31 ` Tomasz Figa
2013-03-18 21:31 ` [PATCH 1/6] pinctrl: samsung: Protect bank registers with a spinlock Tomasz Figa
2013-03-18 21:31 ` Tomasz Figa
2013-04-09 7:37 ` Linus Walleij
2013-04-09 7:37 ` Linus Walleij
2013-03-18 21:31 ` [PATCH 2/6] pinctrl: samsung: Include pinctrl-exynos driver data conditionally Tomasz Figa
2013-03-18 21:31 ` Tomasz Figa
2013-03-18 21:38 ` Tomasz Figa
2013-03-18 21:38 ` Tomasz Figa
2013-04-09 7:40 ` Linus Walleij
2013-04-09 7:40 ` Linus Walleij
2013-03-18 21:31 ` [PATCH 3/6] pinctrl: samsung: Split pin bank description into two structures Tomasz Figa
2013-03-18 21:31 ` Tomasz Figa
2013-04-03 21:05 ` Linus Walleij
2013-04-03 21:05 ` Linus Walleij
2013-04-09 7:41 ` Linus Walleij
2013-04-09 7:41 ` Linus Walleij
2013-03-18 21:31 ` [PATCH 4/6] pinctrl: samsung: Remove hardcoded register offsets Tomasz Figa
2013-03-18 21:31 ` Tomasz Figa
2013-04-09 7:43 ` Linus Walleij
2013-04-09 7:43 ` Linus Walleij
2013-03-18 21:31 ` [PATCH 5/6] pinctrl: samsung: Handle banks with two configuration registers Tomasz Figa
2013-03-18 21:31 ` Tomasz Figa
2013-04-09 7:44 ` Linus Walleij
2013-04-09 7:44 ` Linus Walleij
2013-03-18 21:31 ` [PATCH 6/6] pinctrl: Add pinctrl-s3c64xx driver Tomasz Figa
2013-03-18 21:31 ` Tomasz Figa
2013-04-09 7:47 ` Linus Walleij
2013-04-09 7:47 ` Linus Walleij
2013-04-02 8:00 ` Tomasz Figa [this message]
2013-04-02 8:00 ` [PATCH 0/6] pinctrl: Add support for pin control on S3C64xx Tomasz Figa
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=1441305.zvZX7Ed4lY@flatron \
--to=tomasz.figa@gmail.com \
--cc=kgene.kim@samsung.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=thomas.abraham@linaro.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 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.