Linus Torvalds
ea584595fc
Merge tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
...
Pull GPIO changes from Linus Walleij:
"This is the bulk of GPIO changes for the v3.18 development cycle:
- Increase the default ARCH_NR_GPIO from 256 to 512. This was done
to avoid having a custom <asm/gpio.h> header for the x86
architecture - GPIO is custom and complicated enough as it is
already! We want to move to a radix to store the descriptors going
forward, and finally get rid of this fixed array size altogether.
- Endgame patching of the gpio_remove() semantics initiated by
Abdoulaye Berthe. It is not accepted by the system that the
removal of a GPIO chip fails during eg reboot or shutdown, and
therefore the return value has now painfully been refactored away.
For special cases like GPIO expanders on a hot-pluggable bus like
USB, we may later add some gpiochip_try_remove() call, but for the
cases we have now, return values are moot.
- Some incremental refactoring of the gpiolib core and ACPI GPIO
library for more descriptor usage.
- Refactor the chained IRQ handler set-up method to handle also
threaded, nested interrupts and set up the parent IRQ correctly.
Switch STMPE and TC3589x drivers to use this registration method.
- Add a .irq_not_threaded flag to the struct gpio_chip, so that also
GPIO expanders that block but are still not using threaded IRQ
handlers.
- New drivers for the ARM64 X-Gene SoC GPIO controller.
- The syscon GPIO driver has been improved to handle the "DSP GPIO"
found on the TI Keystone 2 SoC:s.
- ADNP driver switched to use gpiolib irqchip helpers.
- Refactor the DWAPB driver to support being instantiated from and
MFD cell (platform device).
- Incremental feature improvement in the Zynq, MCP23S08, DWAPB, OMAP,
Xilinx and Crystalcove drivers.
- Various minor fixes"
* tag 'gpio-v3.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (52 commits)
gpio: pch: Build context save/restore only for PM
pinctrl: abx500: get rid of unused variable
gpio: ks8695: fix 'else should follow close brace '}''
gpio: stmpe: add verbose debug code
gpio: stmpe: fix up interrupt enable logic
gpio: staticize xway_stp_init()
gpio: handle also nested irqchips in the chained handler set-up
gpio: set parent irq on chained handlers
gpiolib: irqchip: use irq_find_mapping while removing irqchip
gpio: crystalcove: support virtual GPIO
pinctrl: bcm281xx: make Kconfig dependency more strict
gpio: kona: enable only on BCM_MOBILE or for compile testing
gpio, bcm-kona, LLVMLinux: Remove use of __initconst
gpio: Fix ngpio in gpio-xilinx driver
gpio: dwapb: fix pointer to integer cast
gpio: xgene: Remove unneeded #ifdef CONFIG_OF guard
gpio: xgene: Remove unneeded forward declation for struct xgene_gpio
gpio: xgene: Fix missing spin_lock_init()
gpio: ks8695: fix switch case indentation
gpiolib: add irq_not_threaded flag to gpio_chip
...
2014-10-09 14:58:15 -04:00
..
2014-09-24 10:25:52 +01:00
2014-09-30 13:17:14 -04:00
2014-08-06 18:01:23 -07:00
2014-05-19 09:38:24 +02:00
2014-07-08 15:08:45 +04:00
2014-09-22 11:38:59 +02:00
2014-04-04 21:07:28 -07:00
2014-08-08 15:57:26 -07:00
2014-09-22 16:48:47 +09:00
2014-10-09 14:58:15 -04:00
2014-05-16 00:55:30 +02:00
2014-08-09 09:15:07 -07:00
2014-08-25 21:47:22 +01:00
2014-08-07 23:37:07 -07:00
2014-10-09 06:42:04 -04:00
2014-06-04 23:13:41 -07:00
2014-05-06 17:54:53 -04:00
2014-10-07 21:26:52 -04:00
2014-10-06 01:04:15 -04:00
2014-10-03 15:42:32 -07:00
2014-08-11 11:42:39 +02:00
2014-08-19 11:55:38 -07:00
2014-09-15 22:20:21 +02:00
2014-07-22 12:46:11 +05:30
2014-09-04 19:21:45 +02:00
2014-10-09 14:58:15 -04:00
2014-09-30 13:50:31 +01:00
2014-06-04 16:54:05 -07:00
2014-09-24 11:53:39 -07:00
2014-10-09 14:58:15 -04:00
2014-07-18 13:45:24 -04:00
2014-10-08 12:51:44 -04:00
2014-09-29 11:54:02 -04:00
2014-08-07 14:40:09 -04:00
2014-08-09 09:15:07 -07:00
2014-07-30 10:42:55 -07:00
2014-07-30 15:39:46 -04:00
2014-07-09 16:02:41 +02:00
2014-07-07 21:34:43 -07:00
2014-05-07 16:08:08 -04:00
2014-09-08 10:54:03 +02:00
2014-06-21 11:37:35 +01:00
2014-04-18 11:40:30 +02:00
2014-04-10 17:51:29 -04:00
2014-04-03 16:20:49 -07:00
2014-05-27 01:29:01 +02:00
2014-04-07 16:36:05 -07:00
2014-07-01 10:36:47 -06:00
2014-08-06 18:01:27 -07:00
2014-04-18 11:40:30 +02:00
2014-06-12 10:30:18 -07:00
2014-08-15 12:38:41 -06:00
2014-07-01 10:34:38 -06:00
2014-06-04 16:54:04 -07:00
2014-09-26 15:05:15 -04:00
2014-10-01 22:12:48 -04:00
2014-06-04 16:54:02 -07:00
2014-07-24 21:53:47 +10:00
2014-09-24 14:23:34 +08:00
2014-05-19 16:37:06 -04:00
2014-07-15 11:05:10 -04:00
2014-07-02 16:15:55 -07:00
2014-09-09 10:34:56 +02:00
2014-07-23 15:01:52 -07:00
2014-08-06 18:01:16 -07:00
2014-09-29 14:36:26 -04:00
2014-06-04 16:54:06 -07:00
2014-04-02 12:51:41 -07:00
2014-04-09 13:44:35 -07:00
2014-04-15 09:15:39 -07:00
2014-06-12 19:18:49 -07:00
2014-07-03 11:32:43 +01:00
2014-05-27 13:56:21 -07:00
2014-05-28 13:37:21 -07:00
2014-06-25 13:26:47 -07:00
2014-06-06 16:08:18 -07:00
2014-07-21 13:43:19 +02:00
2014-06-09 18:10:34 -07:00
2014-06-12 14:27:40 -07:00
2014-09-24 22:16:06 -04:00
2014-04-07 16:36:06 -07:00
2014-05-16 14:26:52 -04:00
2014-06-25 16:04:00 -07:00
2014-07-17 16:15:35 -04:00
2014-08-01 22:35:55 +08:00
2014-09-14 17:28:32 -07:00
2014-05-08 14:28:07 +08:00
2014-09-23 22:53:15 -07:00
2014-05-24 22:33:41 +09:00
2014-06-04 09:46:34 -04:00
2014-09-23 23:32:50 -07:00
2014-07-08 13:36:52 -07:00
2014-08-06 18:01:16 -07:00
2014-06-05 15:57:04 -07:00
2014-10-07 20:39:25 -04:00
2014-07-23 16:04:47 +02:00
2014-07-10 18:35:01 +02:00
2014-07-10 18:35:01 +02:00
2014-07-10 18:35:23 +02:00
2014-10-03 14:55:48 -07:00
2014-09-29 00:04:55 -04:00
2014-06-26 15:46:55 -03:00
2014-08-08 15:57:33 -07:00
2014-06-22 16:34:11 -06:00
2014-04-03 16:21:06 -07:00
2014-09-05 17:47:02 -07:00
2014-09-05 12:12:20 -07:00
2014-04-29 09:45:56 +09:00
2014-09-23 11:10:20 -07:00
2014-07-01 13:32:32 +03:00
2014-04-01 23:19:14 -04:00
2014-07-08 13:41:08 -07:00
2014-09-26 15:05:15 -04:00
2014-05-26 14:33:10 +02:00
2014-07-08 15:28:16 -07:00
2014-10-08 16:01:41 -04:00
2014-08-07 14:40:08 -04:00
2014-08-11 11:44:11 -07:00
2014-08-06 18:01:12 -07:00
2014-08-09 17:33:44 -07:00
2014-08-22 13:18:48 -04:00
2014-04-18 14:20:48 +02:00
2014-08-06 18:01:15 -07:00
2014-08-06 18:01:24 -07:00
2014-05-20 10:30:40 +09:00
2014-05-14 16:39:49 -07:00
2014-09-13 11:24:03 -07:00
2014-05-05 10:59:49 +01:00
2014-04-29 22:11:53 +01:00
2014-10-06 23:34:40 +02:00
2014-08-06 18:01:22 -07:00
2014-08-04 10:07:36 +02:00
2014-07-23 10:17:54 -07:00
2014-08-06 18:01:19 -07:00
2014-08-06 18:01:19 -07:00
2014-07-15 04:49:40 -04:00
2014-05-03 19:24:26 -04:00
2014-09-25 16:07:15 +02:00
2014-06-06 16:08:13 -07:00
2014-09-11 12:21:18 +02:00
2014-07-08 16:12:53 -07:00
2014-05-23 15:04:02 -04:00
2014-09-29 15:37:01 -04:00
2014-06-02 14:56:01 -07:00
2014-08-11 12:16:51 -07:00
2014-09-04 22:26:14 -07:00
2014-07-25 11:47:46 -07:00
2014-07-09 09:15:01 -07:00
2014-05-27 14:26:31 -07:00
2014-05-14 16:40:04 -07:00
2014-07-04 12:35:59 +02:00
2014-06-12 13:46:37 +02:00
2014-07-23 12:02:30 +02:00
2014-07-08 09:40:06 +02:00
2014-08-08 15:57:32 -07:00
2014-07-23 16:04:47 +02:00
2014-09-23 23:13:13 -07:00
2014-04-17 12:30:40 -07:00
2014-04-17 12:23:07 -07:00
2014-07-07 21:14:21 -07:00
2014-09-13 18:38:15 +02:00
2014-07-17 13:30:00 +00:00
2014-09-03 12:57:27 +00:00
2014-06-21 23:03:36 +02:00
2014-08-02 15:03:58 -07:00
2014-08-28 22:22:29 -04:00
2014-09-12 13:59:03 -07:00
2014-06-04 16:54:08 -07:00
2014-04-01 11:22:57 -07:00
2014-08-10 21:31:58 -07:00
2014-07-10 11:38:23 -07:00
2014-08-08 15:57:33 -07:00
2014-07-22 21:46:08 +01:00
2014-07-22 21:55:45 +01:00
2014-09-09 10:34:56 +02:00
2014-08-06 18:01:24 -07:00
2014-06-06 16:08:17 -07:00
2014-04-25 12:00:49 -07:00
2014-06-12 19:18:49 -07:00
2014-07-28 14:16:30 -04:00
2014-07-23 10:17:54 -07:00
2014-09-27 11:03:33 +02:00
2014-08-29 16:35:53 +02:00
2014-09-02 10:02:13 -07:00
2014-04-07 16:36:14 -07:00
2014-07-23 10:30:34 -04:00
2014-05-05 16:07:37 -07:00
2014-04-03 16:21:01 -07:00
2014-08-06 18:01:24 -07:00
2014-09-23 21:06:21 -07:00
2014-04-24 05:00:36 +00:00
2014-06-06 16:08:07 -07:00
2014-05-27 17:38:11 -07:00
2014-04-16 15:09:51 -04:00
2014-09-29 11:56:02 -04:00
2014-08-06 18:01:15 -07:00
2014-08-08 15:57:18 -07:00
2014-08-06 18:01:21 -07:00
2014-06-04 16:53:51 -07:00
2014-07-11 18:27:56 -07:00
2014-06-04 16:54:06 -07:00
2014-05-27 17:43:11 -07:00
2014-08-08 15:57:23 -07:00
2014-09-24 14:07:54 +02:00
2014-08-06 18:01:18 -07:00
2014-09-24 14:07:58 +02:00
2014-08-06 18:01:20 -07:00
2014-04-09 13:44:35 -07:00
2014-07-27 20:52:44 +09:30
2014-07-27 20:52:42 +09:30
2014-09-11 09:59:25 +09:30
2014-08-11 11:44:11 -07:00
2014-07-03 16:55:07 -06:00
2014-07-17 12:32:47 +02:00
2014-07-16 12:58:36 +00:00
2014-04-01 23:19:10 -04:00
2014-05-14 00:37:34 -04:00
2014-07-24 01:15:04 -07:00
2014-10-08 16:08:04 -04:00
2014-09-26 18:42:31 +02:00
2014-08-25 10:45:28 +02:00
2014-06-03 23:32:12 -07:00
2014-09-29 14:35:20 -04:00
2014-07-12 18:41:25 -04:00
2014-09-12 13:50:26 -04:00
2014-08-22 18:04:43 -04:00
2014-09-24 23:22:47 -04:00
2014-05-29 11:11:48 -04:00
2014-04-03 16:21:26 -07:00
2014-05-16 17:23:41 -04:00
2014-07-22 15:05:06 -07:00
2014-08-06 18:01:21 -07:00
2014-07-29 18:08:50 -07:00
2014-04-07 10:59:19 -07:00
2014-06-13 10:43:34 -04:00
2014-07-23 12:02:30 +02:00
2014-07-26 00:21:41 +05:30
2014-07-29 21:26:45 -06:00
2014-05-21 11:14:46 +02:00
2014-05-23 11:40:25 +09:00
2014-07-02 00:24:14 -07:00
2014-06-04 04:45:46 -05:00
2014-07-07 13:33:46 +01:00
2014-08-01 12:22:21 -06:00
2014-08-11 14:06:23 +01:00
2014-07-09 14:58:37 +01:00
2014-09-18 09:53:25 -07:00
2014-06-10 14:35:22 -07:00
2014-07-29 12:38:07 +02:00
2014-08-06 18:01:21 -07:00
2014-07-16 13:28:05 +02:00
2014-08-08 15:57:18 -07:00
2014-08-06 18:01:17 -07:00
2014-06-04 16:54:09 -07:00
2014-10-08 12:49:23 -04:00
2014-04-03 16:21:00 -07:00
2014-07-10 16:49:15 -06:00
2014-07-23 01:00:45 +02:00
2014-09-10 13:45:01 -06:00
2014-07-09 14:58:37 +01:00
2014-08-04 10:09:27 -07:00
2014-10-07 21:16:26 -04:00
2014-06-17 19:12:39 -04:00
2014-06-06 07:56:22 +02:00
2014-10-07 13:06:45 -04:00
2014-08-23 11:39:09 -07:00
2014-08-04 10:07:11 -07:00
2014-04-12 14:49:50 -07:00
2014-07-08 15:31:26 -07:00
2014-06-04 16:54:07 -07:00
2014-09-03 01:25:32 +02:00
2014-05-07 00:39:03 +02:00
2014-07-23 01:00:36 +02:00
2014-05-16 23:15:44 +02:00
2014-07-18 23:40:23 +02:00
2014-08-13 15:13:44 +10:00
2014-09-17 16:33:11 -04:00
2014-05-18 19:01:33 -07:00
2014-07-07 16:57:18 -07:00
2014-07-03 17:27:23 -07:00
2014-05-07 10:15:31 +02:00
2014-05-21 11:19:36 +02:00
2014-07-15 22:40:22 +02:00
2014-04-03 16:20:54 -07:00
2014-04-03 16:21:01 -07:00
2014-08-24 18:36:01 -07:00
2014-06-25 11:22:03 -07:00
2014-08-06 18:01:24 -07:00
2014-07-09 09:14:17 -07:00
2014-05-14 09:46:09 -07:00
2014-05-14 09:46:09 -07:00
2014-04-16 08:56:09 +02:00
2014-07-25 19:01:53 +01:00
2014-04-07 16:35:54 -07:00
2014-07-08 13:41:08 -07:00
2014-04-14 16:47:28 +02:00
2014-04-11 09:29:16 +02:00
2014-09-03 20:56:32 -07:00
2014-06-10 09:46:00 -04:00
2014-08-08 15:57:24 -07:00
2014-04-07 16:36:07 -07:00
2014-06-04 16:54:12 -07:00
2014-06-19 21:17:37 -07:00
2014-06-21 22:05:30 +02:00
2014-09-13 12:30:26 -04:00
2014-07-16 14:56:55 +02:00
2014-07-16 14:57:13 +02:00
2014-08-08 15:57:26 -07:00
2014-04-22 13:38:33 -07:00
2014-10-08 06:44:48 -04:00
2014-07-18 12:13:40 -07:00
2014-07-30 01:31:46 +10:00
2014-08-05 17:46:42 -07:00
2014-08-28 11:59:38 +05:30
2014-09-29 18:20:38 -07:00
2014-09-26 18:01:56 +02:00
2014-04-19 22:42:19 -07:00
2014-07-23 01:10:45 +02:00
2014-07-09 10:55:57 +02:00
2014-07-02 16:01:51 +02:00
2014-05-02 21:48:33 +05:30
2014-08-08 15:57:26 -07:00
2014-08-08 15:57:31 -07:00
2014-08-06 13:03:44 +02:00
2014-10-08 21:40:54 -04:00
2014-06-04 16:54:08 -07:00
2014-05-06 13:04:59 -07:00
2014-06-06 16:08:18 -07:00
2014-04-24 13:44:53 -04:00
2014-06-27 11:47:58 -07:00
2014-06-12 00:21:11 -04:00
2014-07-31 14:13:29 -07:00
2014-05-23 11:23:27 +09:00
2014-06-16 23:29:39 +02:00
2014-08-08 15:57:17 -07:00
2014-06-04 16:54:07 -07:00
2014-06-04 16:53:55 -07:00
2014-06-04 16:53:57 -07:00
2014-09-26 15:05:14 -04:00
2014-08-08 15:57:24 -07:00
2014-05-27 14:29:56 -07:00
2014-10-08 21:40:54 -04:00
2014-07-22 10:12:05 +08:00
2014-06-04 16:53:56 -07:00
2014-09-23 23:14:28 -07:00
2014-09-13 18:34:44 +02:00
2014-07-23 10:17:53 -07:00
2014-07-23 10:17:54 -07:00
2014-07-30 09:26:25 +02:00
2014-07-23 15:01:55 -07:00
2014-07-18 11:49:57 +02:00
2014-06-04 16:53:59 -07:00
2014-05-14 09:46:32 -07:00
2014-07-29 23:10:56 +02:00
2014-07-01 07:13:39 -04:00
2014-08-06 13:03:43 +02:00
2014-08-07 20:39:36 -04:00
2014-09-23 21:19:35 -07:00
2014-04-24 16:16:33 -07:00
2014-09-25 12:17:25 +02:00
2014-05-20 16:54:21 -06:00
2014-09-01 21:36:28 -07:00
2014-09-26 21:16:51 -04:00
2014-06-12 19:18:49 -07:00
2014-09-23 21:40:48 -07:00
2014-09-25 17:05:12 +02:00
2014-08-08 15:57:22 -07:00
2014-07-09 14:58:37 +01:00
2014-05-15 17:02:21 +01:00
2014-08-08 10:39:16 -06:00
2014-09-18 19:21:20 -04:00
2014-09-16 15:02:55 -06:00
2014-06-02 12:41:33 -07:00
2014-04-28 11:34:13 +09:30
2014-06-04 16:53:57 -07:00
2014-04-07 16:35:53 -07:00
2014-08-06 18:01:19 -07:00
2014-06-04 16:53:57 -07:00
2014-09-25 08:23:57 -04:00
2014-09-13 05:13:08 +09:00
2014-07-16 15:10:39 +02:00
2014-08-06 18:01:23 -07:00
2014-08-08 15:57:26 -07:00
2014-08-06 18:01:23 -07:00