mbox

[GIT,PULL] pinctrl: rockchip: fixes and suspend support

Message ID 17258788.jyGObaPyvt@diego
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.19-rockchip-pinctrl1

Message

Heiko Stübner Nov. 2, 2014, 8:51 p.m. UTC
Hi Linus,

here is - as requested - a pull request of the sorted (and tested)
rockchip pinctrl patches from Doug and Chris.


Heiko


The following changes since commit f114040e3ea6e07372334ade75d1ee0775c355e1:

  Linux 3.18-rc1 (2014-10-19 18:08:38 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip.git tags/v3.19-rockchip-pinctrl1

for you to fetch changes up to 8dca9331270240125fedbe83e0a2cd5750ed9fff:

  pinctrl: rockchip: save and restore gpio6_c6 pinmux in suspend/resume (2014-10-31 23:50:39 +0100)

----------------------------------------------------------------
Rockchip-pinctrl fixes from Doug Anderson and suspend-specific
functions from Chris Zhong

----------------------------------------------------------------
Chris Zhong (2):
      pinctrl: rockchip: add suspend/resume functions
      pinctrl: rockchip: save and restore gpio6_c6 pinmux in suspend/resume

Doug Anderson (4):
      pinctrl: rockchip: Set wake_enabled
      pinctrl: rockchip: Don't call pinctrl_gpio_direction_output() in pin_config_set()
      pinctrl: rockchip: Parse pin groups before calling pinctrl_register()
      pinctrl: rockchip: Protect read-modify-write with the spinlock

 drivers/pinctrl/pinctrl-rockchip.c | 116 ++++++++++++++++++++++++++++++-------
 1 file changed, 94 insertions(+), 22 deletions(-)

Comments

Linus Walleij Nov. 3, 2014, 3:25 p.m. UTC | #1
On Sun, Nov 2, 2014 at 9:51 PM, Heiko Stübner <heiko@sntech.de> wrote:

> here is - as requested - a pull request of the sorted (and tested)
> rockchip pinctrl patches from Doug and Chris.

Pulled and pushed for testing and linux-next.

Yours,
Linus Walleij