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, 23 May 2013 23:25:20 +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>,
	Grant Likely <grant.likely@...retlab.ca>,
	Axel Lin <axel.lin@...ics.com>,
	David Cohen <david.a.cohen@...el.com>,
	Jon Hunter <jon-hunter@...com>,
	Maxime Ripard <maxime.ripard@...e-electrons.com>
Subject: [GIT PULL] GPIO fixes for v3.10

Hi Linus,

here are some GPIO fixes I've collected for the v3.10 series.
Detailed info in the signed tag.

It's all been in -next and it's all been build tested, yes.

Yours,
Linus Walleij


The following changes since commit f722406faae2d073cc1d01063d1123c35425939e:

  Linux 3.10-rc1 (2013-05-11 17:14:08 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-fixes-v3.10-1

for you to fetch changes up to cfb10898efe1bc1f3eb8d8f37f164d9e2ac8b43a:

  gpio: Don't override the error code in probe error handling
(2013-05-20 20:27:30 +0200)

----------------------------------------------------------------
GPIO fixes for the v3.10 series:
- An OMAP fix that makes ethernet work again.
- Fix for build problem when building the MCP23S08 driver
  as module.
- IRQ conflicts in the Langwell driver.
- Fix IRQ coherency issues in the MXS driver.
- Return correct errorcode on errorpath when removing
  GPIO chips.

----------------------------------------------------------------
Axel Lin (2):
      gpio: mcp23s08: Fix build error when CONFIG_SPI_MASTER=y && CONFIG_I2C=m
      gpio: Don't override the error code in probe error handling

David Cohen (1):
      gpio-langwell: fix irq conflicts when DT is not used

Jon Hunter (1):
      gpio/omap: ensure gpio context is initialised

Maxime Ripard (1):
      gpio: mxs: Use set and clear capabilities of the gpio controller

 drivers/gpio/Kconfig           |  2 +-
 drivers/gpio/gpio-langwell.c   | 17 +++++++++------
 drivers/gpio/gpio-ml-ioh.c     |  3 +--
 drivers/gpio/gpio-mxs.c        |  3 ++-
 drivers/gpio/gpio-omap.c       | 48 +++++++++++++++++++++++++++++++++++++++---
 drivers/gpio/gpio-pch.c        |  3 +--
 drivers/gpio/gpio-sch.c        |  6 ++----
 drivers/gpio/gpio-viperboard.c |  3 ++-
 8 files changed, 64 insertions(+), 21 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