All of lore.kernel.org
 help / color / mirror / Atom feed
From: Geert Uytterhoeven <geert+renesas@glider.be>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org,
	Geert Uytterhoeven <geert+renesas@glider.be>
Subject: [PATCH 0/8] pinctrl: sh-pfc: Errata Updates
Date: Fri, 29 Mar 2019 16:29:34 +0100	[thread overview]
Message-ID: <20190329152942.13995-1-geert+renesas@glider.be> (raw)

	Hi Linus,

This patch series updates the R-Car Gen3 pin control drivers to
bring it in-line with recent revisions of the Hardware Manual.
Apart from the first 3 fixes, most of these should not have any run-time
impact.

To be queued in sh-pfc-for-v5.2.

Thanks for your comments!

Takeshi Kihara (8):
  pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit16 when using NFALE and
    NFRB_N
  pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit31 when using SIM0_D
  pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit30 when using SSI_SCK2 and
    SSI_WS2
  pinctrl: sh-pfc: rcar-gen3: Remove HDMI CEC pins, groups, and
    functions
  pinctrl: sh-pfc: rcar-gen3: Remove CC5_OSCOUT pin
  pinctrl: sh-pfc: rcar-gen3: Rename RTS{0,1,3,4}# pin function
    definitions
  pinctrl: sh-pfc: rcar-gen3: Rename SEL_ADG_{A,B,C} to SEL_ADG{A,B,C}
  pinctrl: sh-pfc: rcar-gen3: Rename SEL_NDFC to SEL_NDF

 drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 95 ++++++++----------------
 drivers/pinctrl/sh-pfc/pfc-r8a7795.c     | 69 +++++------------
 drivers/pinctrl/sh-pfc/pfc-r8a7796.c     | 74 ++++++++----------
 drivers/pinctrl/sh-pfc/pfc-r8a77965.c    | 55 +++++++-------
 drivers/pinctrl/sh-pfc/pfc-r8a77970.c    | 27 ++++---
 drivers/pinctrl/sh-pfc/pfc-r8a77980.c    | 35 +++++----
 drivers/pinctrl/sh-pfc/pfc-r8a77990.c    | 87 +++++++++++-----------
 drivers/pinctrl/sh-pfc/pfc-r8a77995.c    | 12 +--
 8 files changed, 187 insertions(+), 267 deletions(-)

-- 
2.17.1

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

             reply	other threads:[~2019-03-29 15:29 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-29 15:29 Geert Uytterhoeven [this message]
2019-03-29 15:29 ` [PATCH 1/8] pinctrl: sh-pfc: r8a77990: Fix MOD_SEL0 bit16 when using NFALE and NFRB_N Geert Uytterhoeven
2019-04-01 10:14   ` Simon Horman
2019-03-29 15:29 ` [PATCH 2/8] pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit31 when using SIM0_D Geert Uytterhoeven
2019-04-01 10:14   ` Simon Horman
2019-03-29 15:29 ` [PATCH 3/8] pinctrl: sh-pfc: r8a77990: Fix MOD_SEL1 bit30 when using SSI_SCK2 and SSI_WS2 Geert Uytterhoeven
2019-04-01 10:14   ` Simon Horman
2019-03-29 15:29 ` [PATCH 4/8] pinctrl: sh-pfc: rcar-gen3: Remove HDMI CEC pins, groups, and functions Geert Uytterhoeven
2019-04-01 10:14   ` Simon Horman
2019-04-01 10:25     ` Simon Horman
2019-04-01 10:58       ` Geert Uytterhoeven
2019-04-03  8:37         ` Simon Horman
2019-03-29 15:29 ` [PATCH 5/8] pinctrl: sh-pfc: rcar-gen3: Remove CC5_OSCOUT pin Geert Uytterhoeven
2019-04-01 10:19   ` Simon Horman
2019-03-29 15:29 ` [PATCH 6/8] pinctrl: sh-pfc: rcar-gen3: Rename RTS{0,1,3,4}# pin function definitions Geert Uytterhoeven
2019-04-01 10:22   ` Simon Horman
2019-03-29 15:29 ` [PATCH 7/8] pinctrl: sh-pfc: rcar-gen3: Rename SEL_ADG_{A,B,C} to SEL_ADG{A,B,C} Geert Uytterhoeven
2019-04-01 10:23   ` Simon Horman
2019-03-29 15:29 ` [PATCH 8/8] pinctrl: sh-pfc: rcar-gen3: Rename SEL_NDFC to SEL_NDF Geert Uytterhoeven
2019-04-01 10:25   ` Simon Horman

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=20190329152942.13995-1-geert+renesas@glider.be \
    --to=geert+renesas@glider.be \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-renesas-soc@vger.kernel.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.