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>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 25 Mar 2014 13:51:30 +0100
From:	Linus Walleij <linus.walleij@...aro.org>
To:	linux-gpio@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>
Cc:	Alexandre Courbot <acourbot@...dia.com>,
	linux-kernel@...r.kernel.org,
	Linus Walleij <linus.walleij@...aro.org>
Subject: [PATCH 0/4] provide irqchip in gpiolib

This series provides a central facility for registering a chained
(cascaded) irqchip as a sibling to a certain gpiochip. Patch one
adds the API, patch 2, 3, 4 convert three drivers that I can test
to use this facility.

Linus Walleij (4):
  gpio: add IRQ chip helpers in gpiolib
  gpio: pl061: convert driver to use gpiolib irqchip
  pinctrl: nomadik: convert driver to use gpiolib irqchip
  pinctrl: coh901: convert driver to use gpiolib irqchip

 drivers/gpio/Kconfig              |   4 +
 drivers/gpio/gpio-pl061.c         |  80 ++++-----------
 drivers/gpio/gpiolib.c            | 188 +++++++++++++++++++++++++++++++++++
 drivers/pinctrl/Kconfig           |   4 +
 drivers/pinctrl/pinctrl-coh901.c  | 204 ++++++++++----------------------------
 drivers/pinctrl/pinctrl-nomadik.c | 123 ++++++-----------------
 include/linux/gpio/driver.h       |  29 ++++++
 7 files changed, 329 insertions(+), 303 deletions(-)

-- 
1.8.5.3

--
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