All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Daudt <bcm@fixthebug.org>
To: "linux-arm-kernel@lists.infradead.org" 
	<linux-arm-kernel@lists.infradead.org>
Cc: Olof Johansson <olof@lixom.net>, Arnd Bergmann <arnd@arndb.de>,
	Kevin Hilman <khilman@linaro.org>,
	Matt Porter <mporter@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>,
	Sherman Yin <syin@broadcom.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	arm@kernel.org
Subject: [GIT PULL] bcm pinctrl rename
Date: Wed, 12 Feb 2014 09:20:13 -0800	[thread overview]
Message-ID: <CAEPRUYpCVpV7HwuO6c95ybk3yp1teJgW-9qwyHnjKbs03C9bgQ@mail.gmail.com> (raw)

The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:

  Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)

are available in the git repository at:

  git://github.com/broadcom/bcm11351.git tags/bcm-for-3.14-pinctrl-rename

for you to fetch changes up to f5310a1712b68c7f83539fce6ebbfb6f0f510f5b:

  Update dtsi with new pinctrl compatible string (2014-02-12 09:06:53 -0800)

----------------------------------------------------------------
Renaming pinctrl code to keep in line with rest of bcm mobile

Given that this driver has been in the works for a while, it
was written prior to the code standardizing on bcm-based naming.
this patchset brings it in line with the remainder of the code.

----------------------------------------------------------------
Sherman Yin (4):
      pinctrl: Rename Broadcom Capri pinctrl binding
      pinctrl: Rename Broadcom Capri pinctrl driver
      Update bcm_defconfig with new pinctrl CONFIG
      Update dtsi with new pinctrl compatible string

 .../bindings/pinctrl/{brcm,capri-pinctrl.txt =>
brcm,bcm11351-pinctrl.txt}        |    8 +-
 arch/arm/boot/dts/bcm11351.dtsi
            |    2 +-
 arch/arm/configs/bcm_defconfig
            |    2 +-
 drivers/pinctrl/Kconfig
            |    8 +-
 drivers/pinctrl/Makefile
            |    2 +-
 drivers/pinctrl/pinctrl-bcm281xx.c
            | 1461 ++++++++++++++++++++++++++++++++++++++
 drivers/pinctrl/pinctrl-capri.c
            | 1454 -------------------------------------
 7 files changed, 1472 insertions(+), 1465 deletions(-)
 rename Documentation/devicetree/bindings/pinctrl/{brcm,capri-pinctrl.txt
=> brcm,bcm11351-pinctrl.txt} (98%)
 create mode 100644 drivers/pinctrl/pinctrl-bcm281xx.c
 delete mode 100644 drivers/pinctrl/pinctrl-capri.c

WARNING: multiple messages have this Message-ID (diff)
From: bcm@fixthebug.org (Christian Daudt)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] bcm pinctrl rename
Date: Wed, 12 Feb 2014 09:20:13 -0800	[thread overview]
Message-ID: <CAEPRUYpCVpV7HwuO6c95ybk3yp1teJgW-9qwyHnjKbs03C9bgQ@mail.gmail.com> (raw)

The following changes since commit b28a960c42fcd9cfc987441fa6d1c1a471f0f9ed:

  Linux 3.14-rc2 (2014-02-09 18:15:47 -0800)

are available in the git repository at:

  git://github.com/broadcom/bcm11351.git tags/bcm-for-3.14-pinctrl-rename

for you to fetch changes up to f5310a1712b68c7f83539fce6ebbfb6f0f510f5b:

  Update dtsi with new pinctrl compatible string (2014-02-12 09:06:53 -0800)

----------------------------------------------------------------
Renaming pinctrl code to keep in line with rest of bcm mobile

Given that this driver has been in the works for a while, it
was written prior to the code standardizing on bcm-based naming.
this patchset brings it in line with the remainder of the code.

----------------------------------------------------------------
Sherman Yin (4):
      pinctrl: Rename Broadcom Capri pinctrl binding
      pinctrl: Rename Broadcom Capri pinctrl driver
      Update bcm_defconfig with new pinctrl CONFIG
      Update dtsi with new pinctrl compatible string

 .../bindings/pinctrl/{brcm,capri-pinctrl.txt =>
brcm,bcm11351-pinctrl.txt}        |    8 +-
 arch/arm/boot/dts/bcm11351.dtsi
            |    2 +-
 arch/arm/configs/bcm_defconfig
            |    2 +-
 drivers/pinctrl/Kconfig
            |    8 +-
 drivers/pinctrl/Makefile
            |    2 +-
 drivers/pinctrl/pinctrl-bcm281xx.c
            | 1461 ++++++++++++++++++++++++++++++++++++++
 drivers/pinctrl/pinctrl-capri.c
            | 1454 -------------------------------------
 7 files changed, 1472 insertions(+), 1465 deletions(-)
 rename Documentation/devicetree/bindings/pinctrl/{brcm,capri-pinctrl.txt
=> brcm,bcm11351-pinctrl.txt} (98%)
 create mode 100644 drivers/pinctrl/pinctrl-bcm281xx.c
 delete mode 100644 drivers/pinctrl/pinctrl-capri.c

             reply	other threads:[~2014-02-12 17:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-12 17:20 Christian Daudt [this message]
2014-02-12 17:20 ` [GIT PULL] bcm pinctrl rename Christian Daudt
2014-02-21 22:29 ` Olof Johansson
2014-02-21 22:29   ` Olof Johansson
2014-02-24 17:32   ` Christian Daudt
2014-02-24 17:32     ` Christian Daudt
2014-02-24 18:29     ` Matt Porter
2014-02-24 18:29       ` Matt Porter
2014-02-25  5:01   ` Christian Daudt
2014-02-25  5:01     ` Christian Daudt
2014-02-25 19:18     ` Arnd Bergmann
2014-02-25 19:18       ` Arnd Bergmann
2014-03-09  6:14       ` Olof Johansson
2014-03-09  6:14         ` Olof Johansson

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=CAEPRUYpCVpV7HwuO6c95ybk3yp1teJgW-9qwyHnjKbs03C9bgQ@mail.gmail.com \
    --to=bcm@fixthebug.org \
    --cc=arm@kernel.org \
    --cc=arnd@arndb.de \
    --cc=khilman@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mporter@linaro.org \
    --cc=olof@lixom.net \
    --cc=syin@broadcom.com \
    /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.