All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL FOR v3.12] sh-pfc fixes and enhancements
Date: Mon, 29 Jul 2013 14:11:44 +0000	[thread overview]
Message-ID: <4601856.fyKLDdx1qP@avalon> (raw)

Hi Linus,

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

  git://linuxtv.org/pinchartl/fbdev.git pinmux/next/fixes

for you to fetch changes up to e120cacfaac24d4de31b181371daaef6a5773ee3:

  sh-pfc: r8a7790: Add VIN pin groups and functions (2013-07-29 15:52:14 
+0200)

The patches don't conflict with the 'pin-no-gpio' series, the two series can 
be applied independently.

----------------------------------------------------------------
Kunihito Higashiyama (1):
      sh-pfc: r8a7790: Add MSIOF pin groups and functions

Laurent Pinchart (5):
      sh-pfc: Remove unneeded mach/<soc>.h includes
      sh-pfc: sh7372: Replace <mach/irqs.h> with <linux/sh_intc.h>
      sh-pfc: sh73a0: Remove EXT_IRQ16L and EXT_IRQ16H macros
      sh-pfc: r8a7790: Sort pin groups and functions alphabetically
      sh-pfc: r8a7790: Add SCIF2 pin groups and functions

Phil Edworthy (1):
      sh-pfc: r8a7779: Add I2C pin groups

Shinobu Uehara (2):
      sh-pfc: r8a7790: Add USB pin groups and functions
      sh-pfc: r8a7790: Add VIN pin groups and functions

Shinya Kuribayashi (9):
      sh-pfc: r8a7790: Rename I2C SDA/SCL pins
      sh-pfc: r8a7790: Remove trailing '_TANS' string from RTS/CTS pins
      sh-pfc: r8a7790: Remove deprecated Ethernet MII/RMII pins
      sh-pfc: r8a7790: Remove deprecated RDS pins
      sh-pfc: r8a7790: Remove deprecated SPV_EVEN pin
      sh-pfc: r8a7790: Swap SCIFA2_RXD_B and HRX0_C configurations
      sh-pfc: r8a7790: Add TCLK1 pin configuration support
      sh-pfc: r8a7790: Add SCIF2 pins configuration support
      sh-pfc: r8a7790: Fix miscellaneous pinmux configuration tables mistakes

 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c |    1 -
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c |    1 -
 drivers/pinctrl/sh-pfc/pfc-r8a7779.c |  105 +++
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 1621 ++++++++++++++++++++-------------
 drivers/pinctrl/sh-pfc/pfc-sh7372.c  |    4 +-
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c  |   68 +-
 6 files changed, 1132 insertions(+), 668 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: [GIT PULL FOR v3.12] sh-pfc fixes and enhancements
Date: Mon, 29 Jul 2013 16:11:44 +0200	[thread overview]
Message-ID: <4601856.fyKLDdx1qP@avalon> (raw)

Hi Linus,

The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092:

  Linux 3.11-rc1 (2013-07-14 15:18:27 -0700)

are available in the git repository at:

  git://linuxtv.org/pinchartl/fbdev.git pinmux/next/fixes

for you to fetch changes up to e120cacfaac24d4de31b181371daaef6a5773ee3:

  sh-pfc: r8a7790: Add VIN pin groups and functions (2013-07-29 15:52:14 
+0200)

The patches don't conflict with the 'pin-no-gpio' series, the two series can 
be applied independently.

----------------------------------------------------------------
Kunihito Higashiyama (1):
      sh-pfc: r8a7790: Add MSIOF pin groups and functions

Laurent Pinchart (5):
      sh-pfc: Remove unneeded mach/<soc>.h includes
      sh-pfc: sh7372: Replace <mach/irqs.h> with <linux/sh_intc.h>
      sh-pfc: sh73a0: Remove EXT_IRQ16L and EXT_IRQ16H macros
      sh-pfc: r8a7790: Sort pin groups and functions alphabetically
      sh-pfc: r8a7790: Add SCIF2 pin groups and functions

Phil Edworthy (1):
      sh-pfc: r8a7779: Add I2C pin groups

Shinobu Uehara (2):
      sh-pfc: r8a7790: Add USB pin groups and functions
      sh-pfc: r8a7790: Add VIN pin groups and functions

Shinya Kuribayashi (9):
      sh-pfc: r8a7790: Rename I2C SDA/SCL pins
      sh-pfc: r8a7790: Remove trailing '_TANS' string from RTS/CTS pins
      sh-pfc: r8a7790: Remove deprecated Ethernet MII/RMII pins
      sh-pfc: r8a7790: Remove deprecated RDS pins
      sh-pfc: r8a7790: Remove deprecated SPV_EVEN pin
      sh-pfc: r8a7790: Swap SCIFA2_RXD_B and HRX0_C configurations
      sh-pfc: r8a7790: Add TCLK1 pin configuration support
      sh-pfc: r8a7790: Add SCIF2 pins configuration support
      sh-pfc: r8a7790: Fix miscellaneous pinmux configuration tables mistakes

 drivers/pinctrl/sh-pfc/pfc-r8a73a4.c |    1 -
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c |    1 -
 drivers/pinctrl/sh-pfc/pfc-r8a7779.c |  105 +++
 drivers/pinctrl/sh-pfc/pfc-r8a7790.c | 1621 ++++++++++++++++++++-------------
 drivers/pinctrl/sh-pfc/pfc-sh7372.c  |    4 +-
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c  |   68 +-
 6 files changed, 1132 insertions(+), 668 deletions(-)

-- 
Regards,

Laurent Pinchart

             reply	other threads:[~2013-07-29 14:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-29 14:11 Laurent Pinchart [this message]
2013-07-29 14:11 ` [GIT PULL FOR v3.12] sh-pfc fixes and enhancements Laurent Pinchart
2013-07-29 14:29 ` Linus Walleij
2013-07-29 14:29   ` Linus Walleij
2013-07-29 14:36   ` Linus Walleij
2013-07-29 14:36     ` Linus Walleij

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=4601856.fyKLDdx1qP@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.