lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 16 Aug 2016 10:13:52 +0200
From:	Linus Walleij <linus.walleij@...aro.org>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	"linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>
Subject: [GIT PULL] pin control fixes for the v4.8 series

Hi Linus,

here are a few pin control fixes for the v4.8 series, nothing
special about them.

Please pull them in!

Yours,
Linus Walleij

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to e95d0dfb229fffe96dc4c29054f6c7a7302e111e:

  pinctrl: intel: merrifield: Add missed header (2016-08-10 15:46:28 +0200)

----------------------------------------------------------------
Pin control fixes for the v4.8 series:

- Add the missing <linux/io.h> header to the Intel Merrifield
  driver to get rid of build mess.

- Drop two instances of pinctrl_unregister() called for drivers
  using devm_* resource management.

- Remove the default debounce time for the AMD driver.

----------------------------------------------------------------
Agrawal, Nitesh-kumar (1):
      pinctrl/amd: Remove the default de-bounce time

Andy Shevchenko (1):
      pinctrl: intel: merrifield: Add missed header

Wei Yongjun (2):
      pinctrl: meson: Drop pinctrl_unregister for devm_ registered device
      pinctrl: pistachio: Drop pinctrl_unregister for devm_ registered device

 drivers/pinctrl/intel/pinctrl-merrifield.c |  1 +
 drivers/pinctrl/meson/pinctrl-meson.c      |  8 +-------
 drivers/pinctrl/pinctrl-amd.c              | 20 --------------------
 drivers/pinctrl/pinctrl-pistachio.c        |  9 +--------
 4 files changed, 3 insertions(+), 35 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ