mbox

[GIT,PULL] pin control fixes for the v4.2 series, take one

Message ID CACRpkdafhMgGtR5OS=6TMXnnsBht9AQefMAHWUfvcuXf_ymmiw@mail.gmail.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git

Message

Linus Walleij July 21, 2015, 6:36 p.m. UTC
Hi Linus,

here are some overly ripe pin control fixes for the v4.2 series.
They got delayed because of various crap commits and having
to clean and rinse the patch stack a few times. Now they are
however looking good.

Please pull this in, details in the signed tag.

Yours,
Linus Walleij

The following changes since commit bc0195aad0daa2ad5b0d76cce22b167bc3435590:

  Linux 4.2-rc2 (2015-07-12 15:10:30 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v4.2-2

for you to fetch changes up to 681ccdcc756f17f847beba5ac4cd3d03e0949489:

  pinctrl: lpc18xx: fix schmitt trigger setup (2015-07-20 11:01:53 +0200)

----------------------------------------------------------------
Pin control fixes for the v4.2 series:
- Some dead defines dropped from the Samsung driver, was
  targeted for -rc2 but got delayed
- Drop the strict mode from abx500, this was too strict
- Fix the R-Car sparse IRQs code to work as intended
- Fix the IRQ code for the pinctrl-single GPIO backend to not
  enforce threaded IRQs
- Clear the latched events/IRQs for the Broadcom BCM2835
  driver
- Fix up debugfs for the Freescale imx1 driver
- Fix a typo bug in the Schmitt Trigger setup in the LPC18xx
  driver

----------------------------------------------------------------
Grygorii Strashko (1):
      pinctrl: single: ensure pcs irq will not be forced threaded

Joachim Eastwood (1):
      pinctrl: lpc18xx: fix schmitt trigger setup

Jonathan Bell (1):
      pinctrl: bcm2835: Clear the event latch register when disabling interrupts

Krzysztof Kozlowski (1):
      pinctrl: samsung: Remove old unused defines

Linus Walleij (1):
      pinctrl: abx500: remove strict mode

Sergei Shtylyov (1):
      sh-pfc: fix sparse GPIOs for R-Car SoCs

Uwe Kleine-König (1):
      Subject: pinctrl: imx1-core: Fix debug output in .pin_config_set callback

 drivers/pinctrl/bcm/pinctrl-bcm2835.c         | 2 ++
 drivers/pinctrl/freescale/pinctrl-imx1-core.c | 3 +--
 drivers/pinctrl/nomadik/pinctrl-abx500.c      | 1 -
 drivers/pinctrl/pinctrl-lpc18xx.c             | 4 ++--
 drivers/pinctrl/pinctrl-single.c              | 3 ++-
 drivers/pinctrl/samsung/pinctrl-samsung.c     | 5 -----
 drivers/pinctrl/sh-pfc/sh_pfc.h               | 2 +-
 7 files changed, 8 insertions(+), 12 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Linus Walleij July 21, 2015, 9:25 p.m. UTC | #1
On Tue, Jul 21, 2015 at 8:47 PM, Uwe Kleine-König
<u.kleine-koenig@pengutronix.de> wrote:

> On Tue, Jul 21, 2015 at 08:36:04PM +0200, Linus Walleij wrote:
>>       Subject: pinctrl: imx1-core: Fix debug output in .pin_config_set callback
> I remember seeing that "Subject: " in my patch stack, I thought I fixed
> that and now it's to late for

Ah, how could I miss that. Selective vision or something.
Well let's see if Linus (the big penguin) want to fix it up, I
can for one live with it.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-gpio" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html