mbox

[GIT,PULL,FOR,v3.12] sh-pfc fixes and enhancements

Message ID 4601856.fyKLDdx1qP@avalon
State New
Headers show

Pull-request

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

Message

Laurent Pinchart July 29, 2013, 2:11 p.m. UTC
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(-)

Comments

Linus Walleij July 29, 2013, 2:29 p.m. UTC | #1
On Mon, Jul 29, 2013 at 4:11 PM, Laurent Pinchart
<laurent.pinchart@ideasonboard.com> wrote:

> 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:

Excellent Laurent, pulled and pushed for-next for testing.

Yours,
Linus Walleij
Linus Walleij July 29, 2013, 2:36 p.m. UTC | #2
On Mon, Jul 29, 2013 at 4:29 PM, Linus Walleij <linus.walleij@linaro.org> wrote:
> On Mon, Jul 29, 2013 at 4:11 PM, Laurent Pinchart
> <laurent.pinchart@ideasonboard.com> wrote:
>
>> 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:
>
> Excellent Laurent, pulled and pushed for-next for testing.

I re-pulled this on top of the GPIO fixes and pushed.

Yours,
Linus Walleij