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:	Mon, 1 Jul 2013 10:39:42 +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>
Subject: [GIT PULL] GPIO changes for v3.11

Hi Linus,

here is a batch of GPIO changes for v3.11. I have agreed with Grant to take
care of the pull requests for this development cycle.

No special things are happening in the GPIO tree this time (nice with some
calm) and I have been extra careful to do regression builds and it's well
boiled in -next.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit e4aa937ec75df0eea0bee03bffa3303ad36c986b:

  Linux 3.10-rc3 (2013-05-26 16:00:47 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
tags/gpio-for-v3.11-1

for you to fetch changes up to 038f0babc98a16211959010d7cd48b4a14f108cc:

  Gpio/trivial: replace numeric with standard PM state macros
(2013-06-30 01:37:07 +0200)

----------------------------------------------------------------
GPIO changes for the v3.11 development cycle:
- Incremental development for the Langwell (Atom SoC),
  Xilinx, ICH and RCAR drivers.
- Cleanups from Jingoo Han, Axel Lin, Wei Jongjun,
  Wolfram Sang, Tushar Behera, Sachin Kamat and Yijing Wang.

----------------------------------------------------------------
Alexandre Courbot (1):
      MAINTAINERS: add linux-gpio mailing list

Andy Shevchenko (6):
      gpio-langwell: initialize lock before usage
      gpio-langwell: do not use direct access to iomapped memory
      gpio-langwell: use managed functions pcim_* and devm_*
      gpio-langwell: amend error messages
      gpio-langwell: drop away explicit casting
      gpio-langwell: remove Withney point support

Arnd Bergmann (1):
      gpio/omap: omap_gpio_init_context stub must be inline

Axel Lin (2):
      gpio: stmpe: Staticize non-exported symbols
      gpio: max7300: Fix trivial typo in Kconfig help text

Jingoo Han (7):
      gpio: langwell: remove unnecessary platform_set_drvdata()
      gpio: lynxpoint: remove unnecessary platform_set_drvdata()
      gpio: rdc321x: remove unnecessary platform_set_drvdata()
      gpio: stmpe: remove unnecessary platform_set_drvdata()
      gpio: tc3589x: remove unnecessary platform_set_drvdata()
      gpio: timberdale: remove unnecessary platform_set_drvdata()
      gpio: vx855: remove unnecessary platform_set_drvdata()

Magnus Damm (1):
      gpio-rcar: Use OUTDT when reading GPIOs configured as output

Michal Simek (6):
      GPIO: xilinx: Simplify driver probe function
      GPIO: xilinx: Add support for dual channel
      GPIO: xilinx: Use __raw_readl/__raw_writel IO functions
      GPIO: xilinx: Use BIT macro
      DT: Add documentation for gpio-xilinx
      GPIO: xilinx: Enable driver for Xilinx zynq

Nikolay Balandin (1):
      gpio: sx150x: convert to use devm_* functions

Sachin Kamat (2):
      gpio-sta2x11: Fix potential NULL pointer dereference
      gpio: grgpio: Staticize local symbols

Stephen Boyd (1):
      gpio: msm-v1: Remove errant __devinit to fix compile

Tushar Behera (2):
      gpio_msm: Convert to use devm_ioremap_resource
      gpio-sta2x11: Convert to use devm_ioremap_resource

Vincent Donnefort (1):
      gpio: ich: add GPO_BLINK support

Wei Yongjun (1):
      gpio-ml-ioh: fix error return code in ioh_gpio_probe()

Wolfram Sang (1):
      gpio: devres: make comments proper

Yijing Wang (1):
      Gpio/trivial: replace numeric with standard PM state macros

Zhangfei Gao (1):
      gpiolib: remove warnning of allocations with IRQs disabled

 .../devicetree/bindings/gpio/gpio-xilinx.txt       |  48 ++++++
 MAINTAINERS                                        |   1 +
 drivers/gpio/Kconfig                               |   4 +-
 drivers/gpio/devres.c                              |  14 +-
 drivers/gpio/gpio-bt8xx.c                          |   2 +-
 drivers/gpio/gpio-grgpio.c                         |   6 +-
 drivers/gpio/gpio-ich.c                            |   8 +-
 drivers/gpio/gpio-langwell.c                       | 164 ++++-----------------
 drivers/gpio/gpio-lynxpoint.c                      |   1 -
 drivers/gpio/gpio-ml-ioh.c                         |   1 +
 drivers/gpio/gpio-msm-v1.c                         |  14 +-
 drivers/gpio/gpio-omap.c                           |   2 +-
 drivers/gpio/gpio-rcar.c                           |   9 +-
 drivers/gpio/gpio-rdc321x.c                        |   7 +-
 drivers/gpio/gpio-sta2x11.c                        |   6 +-
 drivers/gpio/gpio-stmpe.c                          |   7 +-
 drivers/gpio/gpio-sx150x.c                         |  18 +--
 drivers/gpio/gpio-tc3589x.c                        |   1 -
 drivers/gpio/gpio-timberdale.c                     |   2 -
 drivers/gpio/gpio-vx855.c                          |   2 -
 drivers/gpio/gpio-xilinx.c                         | 144 ++++++++++++++----
 drivers/gpio/gpiolib.c                             |   8 +-
 22 files changed, 248 insertions(+), 221 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-xilinx.txt
--
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