From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH v3 0/8] ARM: shmobile: pinctrl and DT extensions
Date: Thu, 24 Jan 2013 10:23:30 +0000 [thread overview]
Message-ID: <3408465.uPKvaWnlNI@avalon> (raw)
In-Reply-To: <1358959071-2873-1-git-send-email-g.liakhovetski@gmx.de>
Hi Guennadi,
Thanks for the patches.
For the whole set,
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
On Wednesday 23 January 2013 17:37:43 Guennadi Liakhovetski wrote:
> This is v3 of the patch series [1], addressing minor issues in 3 out of 8
> patches.
>
> [1] http://thread.gmane.org/gmane.linux.ports.sh.devel/18729
>
> Guennadi Liakhovetski (8):
> pinctrl: add SDHI and MMCIF pin groups to r8a7740
> pinctrl: add SDHI and MMCIF pin groups to sh7372
> ARM: shmobile: simplify armadillo800eva and kzm9g Kconfig
> dependencies
> ARM: shmobile: add MMCIF and SDHI DT clock aliases to sh73a0 and
> r8a7740
> ARM: shmobile: add a GPIO controller DT node for sh7372
> ARM: shmobile: use GPIO SD-card detection on armadillo800eva
> ARM: shmobile: completely switch MMC interfaces on mackerel-reference
> to DT
> ARM: shmobile: completely switch MMC interfaces on
> armadillo800eva-reference to DT
>
> .../boot/dts/r8a7740-armadillo800eva-reference.dts | 107 +++++++++
> arch/arm/boot/dts/sh7372-mackerel-reference.dts | 42 +++-
> arch/arm/boot/dts/sh7372.dtsi | 8 +
> arch/arm/mach-shmobile/Kconfig | 12 +-
> .../board-armadillo800eva-reference.c | 5 +-
> arch/arm/mach-shmobile/board-armadillo800eva.c | 10 +-
> arch/arm/mach-shmobile/board-mackerel-reference.c | 46 ----
> arch/arm/mach-shmobile/clock-r8a7740.c | 4 +
> arch/arm/mach-shmobile/clock-sh73a0.c | 3 +
> drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 248 +++++++++++++++++
> drivers/pinctrl/sh-pfc/pfc-sh7372.c | 205 ++++++++++++++++
> 11 files changed, 626 insertions(+), 64 deletions(-)
--
Regards,
Laurent Pinchart
WARNING: multiple messages have this Message-ID (diff)
From: laurent.pinchart@ideasonboard.com (Laurent Pinchart)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v3 0/8] ARM: shmobile: pinctrl and DT extensions
Date: Thu, 24 Jan 2013 11:23:30 +0100 [thread overview]
Message-ID: <3408465.uPKvaWnlNI@avalon> (raw)
In-Reply-To: <1358959071-2873-1-git-send-email-g.liakhovetski@gmx.de>
Hi Guennadi,
Thanks for the patches.
For the whole set,
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
On Wednesday 23 January 2013 17:37:43 Guennadi Liakhovetski wrote:
> This is v3 of the patch series [1], addressing minor issues in 3 out of 8
> patches.
>
> [1] http://thread.gmane.org/gmane.linux.ports.sh.devel/18729
>
> Guennadi Liakhovetski (8):
> pinctrl: add SDHI and MMCIF pin groups to r8a7740
> pinctrl: add SDHI and MMCIF pin groups to sh7372
> ARM: shmobile: simplify armadillo800eva and kzm9g Kconfig
> dependencies
> ARM: shmobile: add MMCIF and SDHI DT clock aliases to sh73a0 and
> r8a7740
> ARM: shmobile: add a GPIO controller DT node for sh7372
> ARM: shmobile: use GPIO SD-card detection on armadillo800eva
> ARM: shmobile: completely switch MMC interfaces on mackerel-reference
> to DT
> ARM: shmobile: completely switch MMC interfaces on
> armadillo800eva-reference to DT
>
> .../boot/dts/r8a7740-armadillo800eva-reference.dts | 107 +++++++++
> arch/arm/boot/dts/sh7372-mackerel-reference.dts | 42 +++-
> arch/arm/boot/dts/sh7372.dtsi | 8 +
> arch/arm/mach-shmobile/Kconfig | 12 +-
> .../board-armadillo800eva-reference.c | 5 +-
> arch/arm/mach-shmobile/board-armadillo800eva.c | 10 +-
> arch/arm/mach-shmobile/board-mackerel-reference.c | 46 ----
> arch/arm/mach-shmobile/clock-r8a7740.c | 4 +
> arch/arm/mach-shmobile/clock-sh73a0.c | 3 +
> drivers/pinctrl/sh-pfc/pfc-r8a7740.c | 248 +++++++++++++++++
> drivers/pinctrl/sh-pfc/pfc-sh7372.c | 205 ++++++++++++++++
> 11 files changed, 626 insertions(+), 64 deletions(-)
--
Regards,
Laurent Pinchart
next prev parent reply other threads:[~2013-01-24 10:23 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-23 16:37 [PATCH v3 0/8] ARM: shmobile: pinctrl and DT extensions Guennadi Liakhovetski
2013-01-23 16:37 ` Guennadi Liakhovetski
2013-01-23 16:37 ` [PATCH v3 1/8] pinctrl: add SDHI and MMCIF pin groups to r8a7740 Guennadi Liakhovetski
2013-01-23 16:37 ` Guennadi Liakhovetski
2013-01-25 10:37 ` Linus Walleij
2013-01-25 10:37 ` Linus Walleij
2013-01-23 16:37 ` [PATCH v3 2/8] pinctrl: add SDHI and MMCIF pin groups to sh7372 Guennadi Liakhovetski
2013-01-23 16:37 ` Guennadi Liakhovetski
2013-01-23 16:37 ` [PATCH v3 3/8] ARM: shmobile: simplify armadillo800eva and kzm9g Kconfig dependencies Guennadi Liakhovetski
2013-01-23 16:37 ` Guennadi Liakhovetski
2013-01-23 16:37 ` [PATCH v3 4/8] ARM: shmobile: add MMCIF and SDHI DT clock aliases to sh73a0 and r8a7740 Guennadi Liakhovetski
2013-01-23 16:37 ` Guennadi Liakhovetski
2013-01-23 16:37 ` [PATCH v3 5/8] ARM: shmobile: add a GPIO controller DT node for sh7372 Guennadi Liakhovetski
2013-01-23 16:37 ` Guennadi Liakhovetski
2013-01-23 16:37 ` [PATCH v3 6/8] ARM: shmobile: use GPIO SD-card detection on armadillo800eva Guennadi Liakhovetski
2013-01-23 16:37 ` Guennadi Liakhovetski
2013-01-23 16:37 ` [PATCH v3 7/8] ARM: shmobile: completely switch MMC interfaces on mackerel-reference to DT Guennadi Liakhovetski
2013-01-23 16:37 ` Guennadi Liakhovetski
2013-01-23 16:37 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference " Guennadi Liakhovetski
2013-01-23 16:37 ` Guennadi Liakhovetski
2013-02-18 19:10 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to D Bastian Hecht
2013-02-18 19:10 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to DT Bastian Hecht
2013-02-18 19:34 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to D Bastian Hecht
2013-02-18 19:34 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to DT Bastian Hecht
2013-02-18 19:55 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to D Guennadi Liakhovetski
2013-02-18 19:55 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to DT Guennadi Liakhovetski
2013-02-18 19:59 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to D Bastian Hecht
2013-02-18 19:59 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to DT Bastian Hecht
2013-02-19 1:18 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to D Simon Horman
2013-02-19 1:18 ` [PATCH v3 8/8] ARM: shmobile: completely switch MMC interfaces on armadillo800eva-reference to DT Simon Horman
2013-01-24 10:23 ` Laurent Pinchart [this message]
2013-01-24 10:23 ` [PATCH v3 0/8] ARM: shmobile: pinctrl and DT extensions Laurent Pinchart
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=3408465.uPKvaWnlNI@avalon \
--to=laurent.pinchart@ideasonboard.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 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.