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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 6 Mar 2014 10:39:49 +0800
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>
Subject: [GIT PULL] pin control fixes, take two

Hi Linus,

this is a set of pin control fixes I have collected over the last few days.
Some have rotated more than others in linux-next, but they were
rebased on v3.14-rc5 due to sloppy commit messages. I am quite
convinced that they are all good fixes that only hit this or that
individual driver and not the entire subsystem.

Please pull this in!

Yours,
Linus Walleij


The following changes since commit 0414855fdc4a40da05221fc6062cccbc0c30f169:

  Linux 3.14-rc5 (2014-03-02 18:56:16 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v3.14-3

for you to fetch changes up to e291fd20ef0870ed527470ca9c2402ba6f44d31c:

  pinctrl: sirf: fix kernel panic in gpio_lock_as_irq (2014-03-05
17:11:47 +0800)

----------------------------------------------------------------
A set of pin control fixes for the v3.14 series:

- Fix chained interrupts, interrupt masking and register offset
  calculation for the sunxi driver.

- Make MSM a bool rather than a tristate to stop build problems
  to happen - chained interrupt controllers cannot currently be
  defined in modules.

- Fix a clock in the PFC driver.

- Fix a kernel panic in the sirf driver.

----------------------------------------------------------------
Barry Song (1):
      pinctrl: sirf: fix kernel panic in gpio_lock_as_irq

Chen-Yu Tsai (1):
      pinctrl: sunxi: use chained_irq_{enter, exit} for GIC compatibility

Hans de Goede (2):
      pinctrl: sunxi: Fix masking when setting irq type
      pinctrl: sunxi: Fix interrupt register offset calculation

Josh Cartwright (1):
      pinctrl: msm: make PINCTRL_MSM bool instead of tristate

Magnus Damm (1):
      pinctrl: sh-pfc: r8a7791: SD1_CLK fix

 drivers/pinctrl/Kconfig              | 2 +-
 drivers/pinctrl/pinctrl-sunxi.c      | 6 +++++-
 drivers/pinctrl/pinctrl-sunxi.h      | 6 +++---
 drivers/pinctrl/sh-pfc/pfc-r8a7791.c | 6 ++++--
 drivers/pinctrl/sirf/pinctrl-sirf.c  | 4 ++--
 5 files changed, 15 insertions(+), 9 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ