Linux-ARM-Kernel Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] Renesas pinmux for v3.9
Date: Tue, 29 Jan 2013 08:57:49 -0800	[thread overview]
Message-ID: <20130129165749.GB16188@quad.lixom.net> (raw)
In-Reply-To: <1359080696-31489-1-git-send-email-horms+renesas@verge.net.au>

On Fri, Jan 25, 2013 at 11:23:36AM +0900, Simon Horman wrote:
> Hi Olof, Hi Arnd,
> 
> please consider the following pinmux enhancements for 3.9.
> 
> As discussed previously this series includes changes for shmobile (ARM
> based SoC), the SH architecture and pinmux.  It has been agreed by the
> maintainers, Paul Mundt, Linus Walleij and myself in conjunction with the
> patch-series author Laurent Pinchart and arm-soc co-maintainer Olof
> Johansson to take this seies through my renesas tree and thus the arm-soc
> tree as a single branch to avoid a complex set of branch dependencies.
> 
> These changes have been sitting in next for several weeks now.
> 
> I expect there to be a follow-up series of similar complexity
> in the 3.10 time-frame. A focus of that series being to add DT bindings.
> 
> ----------------------------------------------------------------
> The following changes since commit 9931faca02c604c22335f5a935a501bb2ace6e20:
> 
>   Linux 3.8-rc3 (2013-01-09 18:59:55 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git pfc

This will go in through a next/sh-pinmux branch on its own given the
size of the branch.  It's been pulled and merged in with for-next.

Thanks!


-Olof

      parent reply	other threads:[~2013-01-29 16:57 UTC|newest]

Thread overview: 80+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-25  2:23 [GIT PULL] Renesas pinmux for v3.9 Simon Horman
2013-01-25  2:23 ` [PATCH 01/80] sh: sh7264: Rename CRX0CRX1 mark to match GPIO names Simon Horman
2013-01-25  2:23 ` [PATCH 02/80] sh: sh7269: Rename CRX0CRX1(CRX2) marks " Simon Horman
2013-01-25  2:23 ` [PATCH 03/80] sh: sh7723: Rename GPIO_FN_SIUOSPD to GPIO_FN_SIUAOSPD Simon Horman
2013-01-25  2:23 ` [PATCH 04/80] sh: sh7757: Fix GPIO_FN_ET0_MDIO and GPIO_FN_ET1_MDIO GPIO entries Simon Horman
2013-01-25  2:23 ` [PATCH 05/80] sh: sh7786: Fix port E, G and J GPIOs Simon Horman
2013-01-25  2:23 ` [PATCH 06/80] sh: sh7786: Fix last GPIO index Simon Horman
2013-01-25  2:23 ` [PATCH 07/80] sh: shx3: " Simon Horman
2013-01-25  2:23 ` [PATCH 08/80] sh-pfc: Split platform data from the sh_pfc structure Simon Horman
2013-01-25  2:23 ` [PATCH 09/80] sh-pfc: Move private definitions and declarations to private header Simon Horman
2013-01-25  2:23 ` [PATCH 10/80] sh-pfc: Merge PFC core and pinctrl Simon Horman
2013-01-25  2:23 ` [PATCH 11/80] sh-pfc: Merge PFC core and gpio Simon Horman
2013-01-25  2:23 ` [PATCH 12/80] sh-pfc: Move platform device and driver to the core Simon Horman
2013-01-25  2:23 ` [PATCH 13/80] sh-pfc: Use devm_kzalloc() Simon Horman
2013-01-25  2:23 ` [PATCH 14/80] sh-pfc: Use devm_ioremap_nocache() Simon Horman
2013-01-25  2:23 ` [PATCH 15/80] sh-pfc: Let the compiler decide whether to inline functions Simon Horman
2013-01-25  2:23 ` [PATCH 16/80] sh-pfc: Remove check for impossible error condition Simon Horman
2013-01-25  2:23 ` [PATCH 17/80] sh-pfc: Sort headers alphabetically Simon Horman
2013-01-25  2:23 ` [PATCH 18/80] sh-pfc: Use sh_pfc_ namespace prefix through the whole driver Simon Horman
2013-01-25  2:23 ` [PATCH 19/80] sh-pfc: Split platform device and platform driver registration Simon Horman
2013-01-25  2:23 ` [PATCH 20/80] sh-pfc: Support passing resources through platform device Simon Horman
2013-01-25  2:23 ` [PATCH 21/80] ARM: shmobile: Select PINCTRL Simon Horman
2013-01-25  2:23 ` [PATCH 22/80] ARM: shmobile: r8a7740: Register PFC platform device Simon Horman
2013-01-25  2:23 ` [PATCH 23/80] ARM: shmobile: r8a7779: " Simon Horman
2013-01-25  2:24 ` [PATCH 24/80] ARM: shmobile: sh7372: " Simon Horman
2013-01-25  2:24 ` [PATCH 25/80] ARM: shmobile: sh73a0: " Simon Horman
2013-01-25  2:24 ` [PATCH 26/80] ARM: shmobile: r8a7740: Add pin control resources Simon Horman
2013-01-25  2:24 ` [PATCH 27/80] ARM: shmobile: sh7372: " Simon Horman
2013-01-25  2:24 ` [PATCH 28/80] ARM: shmobile: sh73a0: " Simon Horman
2013-01-25  2:24 ` [PATCH 29/80] sh: Add PFC platform device registration helper function Simon Horman
2013-01-25  2:24 ` [PATCH 30/80] sh: sh7203: Register PFC platform device Simon Horman
2013-01-25  2:24 ` [PATCH 31/80] sh: sh7264: " Simon Horman
2013-01-25  2:24 ` [PATCH 32/80] sh: sh7269: " Simon Horman
2013-01-25  2:24 ` [PATCH 33/80] sh: sh7720: " Simon Horman
2013-01-25  2:24 ` [PATCH 34/80] sh: sh7722: " Simon Horman
2013-01-25  2:24 ` [PATCH 35/80] sh: sh7723: " Simon Horman
2013-01-25  2:24 ` [PATCH 36/80] sh: sh7724: " Simon Horman
2013-01-25  2:24 ` [PATCH 37/80] sh: sh7734: " Simon Horman
2013-01-25  2:24 ` [PATCH 38/80] sh: sh7757: " Simon Horman
2013-01-25  2:24 ` [PATCH 39/80] sh: sh7785: " Simon Horman
2013-01-25  2:24 ` [PATCH 40/80] sh: sh7786: " Simon Horman
2013-01-25  2:24 ` [PATCH 41/80] sh: shx3: " Simon Horman
2013-01-25  2:24 ` [PATCH 42/80] sh-pfc: Remove platform device registration Simon Horman
2013-01-25  2:24 ` [PATCH 43/80] sh-pfc: Remove unused resource and num_resources platform data fields Simon Horman
2013-01-25  2:24 ` [PATCH 44/80] sh-pfc: Move driver from drivers/sh/ to drivers/pinctrl/ Simon Horman
2013-01-25  2:24 ` [PATCH 45/80] sh-pfc: Support pinmux info in driver data instead of platform data Simon Horman
2013-01-25  2:24 ` [PATCH 46/80] sh-pfc: Add r8a7740 pinmux support Simon Horman
2013-01-25  2:24 ` [PATCH 48/80] sh-pfc: Add sh7372 " Simon Horman
2013-01-25  2:24 ` [PATCH 49/80] sh-pfc: Add sh73a0 " Simon Horman
2013-01-25  2:24 ` [PATCH 50/80] sh-pfc: Add sh7203 " Simon Horman
2013-01-25  2:24 ` [PATCH 51/80] sh-pfc: Add sh7264 " Simon Horman
2013-01-25  2:24 ` [PATCH 52/80] sh-pfc: Add sh7269 " Simon Horman
2013-01-25  2:24 ` [PATCH 53/80] sh-pfc: Add sh7720 " Simon Horman
2013-01-25  2:24 ` [PATCH 54/80] sh-pfc: Add sh7722 " Simon Horman
2013-01-25  2:24 ` [PATCH 55/80] sh-pfc: Add sh7723 " Simon Horman
2013-01-25  2:24 ` [PATCH 56/80] sh-pfc: Add sh7724 " Simon Horman
2013-01-25  2:24 ` [PATCH 57/80] sh-pfc: Add sh7734 " Simon Horman
2013-01-25  2:24 ` [PATCH 58/80] sh-pfc: Add sh7757 " Simon Horman
2013-01-25  2:24 ` [PATCH 59/80] sh-pfc: Add sh7785 " Simon Horman
2013-01-25  2:24 ` [PATCH 60/80] sh-pfc: Add sh7786 " Simon Horman
2013-01-25  2:24 ` [PATCH 61/80] sh-pfc: Add shx3 " Simon Horman
2013-01-25  2:24 ` [PATCH 62/80] ARM: shmobile: r8a7740: Use driver-provided pinmux info Simon Horman
2013-01-25  2:24 ` [PATCH 64/80] ARM: shmobile: sh7372: " Simon Horman
2013-01-25  2:24 ` [PATCH 65/80] ARM: shmobile: sh73a0: " Simon Horman
2013-01-25  2:24 ` [PATCH 66/80] sh: sh7203: pinmux: " Simon Horman
2013-01-25  2:24 ` [PATCH 67/80] sh: sh7264: " Simon Horman
2013-01-25  2:24 ` [PATCH 68/80] sh: sh7269: " Simon Horman
2013-01-25  2:24 ` [PATCH 69/80] sh: sh7720: " Simon Horman
2013-01-25  2:24 ` [PATCH 70/80] sh: sh7722: " Simon Horman
2013-01-25  2:24 ` [PATCH 71/80] sh: sh7723: " Simon Horman
2013-01-25  2:24 ` [PATCH 72/80] sh: sh7724: " Simon Horman
2013-01-25  2:24 ` [PATCH 73/80] sh: sh7734: " Simon Horman
2013-01-25  2:24 ` [PATCH 74/80] sh: sh7757: " Simon Horman
2013-01-25  2:24 ` [PATCH 75/80] sh: sh7785: " Simon Horman
2013-01-25  2:24 ` [PATCH 76/80] sh: sh7786: " Simon Horman
2013-01-25  2:24 ` [PATCH 77/80] sh: shx3: " Simon Horman
2013-01-25  2:24 ` [PATCH 78/80] sh: Remove unused sh_pfc_register_info() function Simon Horman
2013-01-25  2:24 ` [PATCH 79/80] sh-pfc: Remove pinmux_info definition Simon Horman
2013-01-25  2:24 ` [PATCH 80/80] sh-pfc: Move sh_pfc.h from include/linux/ to driver directory Simon Horman
2013-01-29 16:57 ` Olof Johansson [this message]

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=20130129165749.GB16188@quad.lixom.net \
    --to=olof@lixom.net \
    --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