mbox series

[git,pull] pinctrl: sh-pfc: Fixes for v4.21

Message ID 20181219190850.9437-1-geert+renesas@glider.be (mailing list archive)
State Mainlined
Delegated to: Geert Uytterhoeven
Headers show
Series [git,pull] pinctrl: sh-pfc: Fixes for v4.21 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v4.21-tag3

Message

Geert Uytterhoeven Dec. 19, 2018, 7:08 p.m. UTC
Hi Linus,

The following changes since commit 3f3327dbc5596076f94695d8d4cc66da3d5027fb:

  pinctrl: rzn1: Fix of_get_child_count() error check (2018-12-04 10:33:49 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v4.21-tag3

for you to fetch changes up to f83f97684a737f66c9a10437544c92e3436ca4e0:

  pinctrl: sh-pfc: Make pinmux_cfg_reg.var_field_width[] variable-length (2018-12-18 11:25:56 +0100)

----------------------------------------------------------------
pinctrl: sh-pfc: Fixes for v4.21

  - Miscellaneous fixes,
  - Build-time validation for pins/marks mismatches.

This is the third pull request with updates for the Renesas pinctrl
driver, containing mostly fixes.

Thanks for pulling!

----------------------------------------------------------------
Geert Uytterhoeven (20):
      pinctrl: sh-pfc: r8a77990: Add support for pull-up only pins
      pinctrl: sh-pfc: r8a77990: Fix IOCTRL reg state after s2ram on R-Car E3
      pinctrl: sh-pfc: r8a7740: Add missing REF125CK pin to gether_gmii group
      pinctrl: sh-pfc: r8a7740: Add missing LCD0 marks to lcd0_data24_1 group
      pinctrl: sh-pfc: r8a7791: Remove bogus ctrl marks from qspi_data4_b group
      pinctrl: sh-pfc: r8a7791: Remove bogus marks from vin1_b_data18 group
      pinctrl: sh-pfc: sh73a0: Add missing TO pin to tpu4_to3 group
      pinctrl: sh-pfc: Validate pins/marks in pin groups at build time
      pinctrl: sh-pfc: r8a7794: Remove bogus IPSR9 field
      pinctrl: sh-pfc: r8a77970: Add missing MOD_SEL0 field
      pinctrl: sh-pfc: r8a77980: Add missing MOD_SEL0 field
      pinctrl: sh-pfc: sh7734: Add missing IPSR11 field
      pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 SEL_I2C1 field width
      pinctrl: sh-pfc: r8a77995: Remove bogus SEL_PWM[0-3]_3 configurations
      pinctrl: sh-pfc: sh7264: Fix PFCR3 and PFCR0 register configuration
      pinctrl: sh-pfc: sh7269: Add missing PCIOR0 field
      pinctrl: sh-pfc: sh7734: Remove bogus IPSR10 value
      pinctrl: sh-pfc: sh7734: Fix shifted values in IPSR10
      pinctrl: sh-pfc: Print actual field width for variable-width fields
      pinctrl: sh-pfc: Make pinmux_cfg_reg.var_field_width[] variable-length

Nicholas Mc Guire (1):
      pinctrl: rza1: Handle devm_kasprintf() failure cases

 drivers/pinctrl/pinctrl-rza1.c        |  5 +++++
 drivers/pinctrl/sh-pfc/core.c         |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a7740.c  |  3 ++-
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c  |  6 +-----
 drivers/pinctrl/sh-pfc/pfc-r8a7794.c  |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77970.c |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77980.c |  2 +-
 drivers/pinctrl/sh-pfc/pfc-r8a77990.c | 26 ++++++++++++++++++++------
 drivers/pinctrl/sh-pfc/pfc-r8a77995.c |  8 ++++----
 drivers/pinctrl/sh-pfc/pfc-sh7264.c   |  9 +++++++--
 drivers/pinctrl/sh-pfc/pfc-sh7269.c   |  2 +-
 drivers/pinctrl/sh-pfc/pfc-sh73a0.c   |  1 +
 drivers/pinctrl/sh-pfc/pfc-sh7734.c   | 20 ++++++++++----------
 drivers/pinctrl/sh-pfc/sh_pfc.h       |  6 +++---
 14 files changed, 58 insertions(+), 36 deletions(-)

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

Comments

Linus Walleij Dec. 21, 2018, 1:25 p.m. UTC | #1
On Wed, Dec 19, 2018 at 8:10 PM Geert Uytterhoeven
<geert+renesas@glider.be> wrote:

> The following changes since commit 3f3327dbc5596076f94695d8d4cc66da3d5027fb:
>
>   pinctrl: rzn1: Fix of_get_child_count() error check (2018-12-04 10:33:49 +0100)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-drivers.git tags/sh-pfc-for-v4.21-tag3
>
> for you to fetch changes up to f83f97684a737f66c9a10437544c92e3436ca4e0:

Pulled into the pinctrl devel branch!

Thanks!

Yours,
Linus Walleij