Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1619257

[GIT PULL] pin control fix for v4.11

Path csiph.com!1.us.feeder.erje.net!feeder.erje.net!2.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!border2.nntp.ams1.giganews.com!nntp.giganews.com!news.panservice.it!bofh.it!news.nic.it!robomod
From Linus Walleij <linus.walleij@linaro.org>
Newsgroups linux.kernel
Subject [GIT PULL] pin control fix for v4.11
Date Sat, 08 Apr 2017 12:30:01 +0200
Message-ID <ttVMZ-40u-3@gated-at.bofh.it> (permalink)
Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:from:date:message-id:subject:to:cc; bh=EbJCdTA4UPua2hjoR3EvuHdVgnbGsBE1ZZ6U/TWFrHs=; b=HtSyD5k1tG6G2yHS5TbN+yfGhfQGfuX75dT1wY9RcWHk9KBwG/vheK2ZxmNt4NxyUg KNfgo2LB7BcVDVh48nEYkeFv6dRt66qOp9fWHaF/D9cocUMn2Dqd16nyNdjrgKc+bKLE Bzm1TlgTd4WjDcCMnQBROpjR4bxVukMePKIxI=
X-Google-Dkim-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=EbJCdTA4UPua2hjoR3EvuHdVgnbGsBE1ZZ6U/TWFrHs=; b=F8UXaR6yaouNSOsg+aGkM/V15DIfAQ3sOsfblEe+WLpScwkrI0BjVYnz2krq1FWCGD 9iM1FT9DBJq0Ox00o+0bbZQQ/OuGf9Jmm8NFiYOav+X/uUiBe6BfLY8LrVrRJpiOjcNH 1naEBzUUOqgID7lhfkqjxeGcA3KvuSG2jNgAgWDps3LzkLCM6PHdzP01rUKmfwx5KE2G BEUDrp+bp7tvc5BsTKyMDficu/36w621EPE1Qu9kZd1ZMd3povr2x06ye3yqyyCFIJPH NIqRFgt1SDvMYXJclDtrQQk9Qiwn/3tD5YOj2JWLOZwxbC0WxNvl36/E4SxmXp48yQUU 9heA==
X-Gm-Message-State AN3rC/7MdLf41eMjOGBpy2J7oaJb6M2yuOTP2E78jspr66nGvCAonW3o CJpYuVrThu47fVL1jv3xjjFk4wRXZEkt
X-Received by 10.36.123.136 with SMTP id q130mr3661712itc.25.1491647050322; Sat, 08 Apr 2017 03:24:10 -0700 (PDT)
MIME-Version 1.0
Content-Type text/plain; charset=UTF-8
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 45
Organization linux.* mail to news gateway
X-Original-Cc "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>, ext Tony Lindgren <tony@atomide.com>
X-Original-Date Sat, 8 Apr 2017 12:24:09 +0200
X-Original-Message-ID <CACRpkda+kKQhiaQByG4A1AtyJkNhEggh-n7q1cHn8+nQzgFzsQ@mail.gmail.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1619257

Show key headers only | View raw


Hi Linus,

this late fix for pin control is hopefully the last I send this cycle.
The problem was detected early in the v4.11 release cycle and
there has been some back and forth on how to solve it.
Sadly the proper fix arrives late, but at least not too late.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit a71c9a1c779f2499fb2afc0553e543f18aff6edf:

  Linux 4.11-rc5 (2017-04-02 17:23:54 -0700)

are available in the git repository at:

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

for you to fetch changes up to 6118714275f0a313ecc296a87ed1af32d9691bed:

  pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()
(2017-04-07 01:08:08 +0200)

----------------------------------------------------------------
Late pin control fix for v4.11:

An issue was detected with pin control hos on the Freescale i.MX after
the refactorings for more general group and function handling. We now
have the proper fix for this.

----------------------------------------------------------------
Tony Lindgren (1):
      pinctrl: core: Fix pinctrl_register_and_init() with pinctrl_enable()

 Documentation/pinctrl.txt               |  8 ++-
 drivers/pinctrl/core.c                  | 97 +++++++++++++++++++++------------
 drivers/pinctrl/freescale/pinctrl-imx.c |  2 +-
 drivers/pinctrl/pinctrl-single.c        |  2 +-
 drivers/pinctrl/sh-pfc/pinctrl.c        | 11 +++-
 drivers/pinctrl/ti/pinctrl-ti-iodelay.c |  2 +
 include/linux/pinctrl/pinctrl.h         |  3 +-
 7 files changed, 83 insertions(+), 42 deletions(-)

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[GIT PULL] pin control fix for v4.11 Linus Walleij <linus.walleij@linaro.org> - 2017-04-08 12:30 +0200

csiph-web