Linus Torvalds
a1df7efeda
Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
...
Pull GPIO changes from Linus Walleij:
"This is the GPIO bulk changes for the v3.20 series:
GPIOLIB core changes:
- Create and use of_mm_gpiochip_remove() for removing memory-mapped
OF GPIO chips
- GPIO MMIO library suppports bgpio_set_multiple for switching
several lines at once, a feature merged in the last cycle.
New drivers:
- New driver for the APM X-gene standby GPIO controller
- New driver for the Fujitsu MB86S7x GPIO controller
Cleanups:
- Moved rcar driver to use gpiolib irqchip
- Moxart converted to the GPIO MMIO library
- GE driver converted to GPIO MMIO library
- Move sx150x to irqdomain
- Move max732x to irqdomain
- Move vx855 to use managed resources
- Move dwapb to use managed resources
- Clean tc3589x from platform data
- Clean stmpe driver to use device tree only probe
New subtypes:
- sx1506 support in the sx150x driver
- Quark 1000 SoC support in the SCH driver
- Support X86 in the Xilinx driver
- Support PXA1928 in the PXA driver
Extended drivers:
- max732x supports device tree probe
- sx150x supports device tree probe
Various minor cleanups and bug fixes"
* tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (61 commits)
gpio: kconfig: replace PPC_OF with PPC
gpio: pxa: add PXA1928 gpio type support
dt/bindings: gpio: add compatible string for marvell,pxa1928-gpio
gpio: pxa: remove mach IRQ includes
gpio: max732x: use an inline function for container cast
gpio: use sizeof() instead of hardcoded values
gpio: max732x: add set_multiple function
gpio: sch: Consolidate similar algorithms
gpio: tz1090-pdc: Use resource_size to fix off-by-one resource size calculation
gpio: ge: Convert to use devm_kstrdup
gpio: correctly use const char * const
gpio: sx150x: fixup OF support
gpio: mpc8xxx: Use of_mm_gpiochip_remove
gpio: Add Fujitsu MB86S7x GPIO driver
gpio: mpc8xxx: Convert to platform device interface.
gpio: zevio: Use of_mm_gpiochip_remove
gpio: gpio-mm-lantiq: Use of_mm_gpiochip_remove
gpio: gpio-mm-lantiq: Use of_property_read_u32
gpio: gpio-mm-lantiq: Do not replicate code
gpio :gpio-mm-lantiq: Use devm_kzalloc
...
2015-02-11 11:17:34 -08:00
..
2014-12-14 16:43:47 -08:00
2015-01-29 10:54:43 +02:00
2014-08-06 18:01:23 -07:00
2014-12-07 21:22:09 +01:00
2015-01-08 20:36:57 +03:00
2014-12-15 17:05:08 -08:00
2014-04-04 21:07:28 -07:00
2014-08-08 15:57:26 -07:00
2014-10-15 20:31:05 +05:30
2014-09-22 16:48:47 +09:00
2015-01-15 17:23:22 +01:00
2014-05-16 00:55:30 +02:00
2014-12-14 14:57:16 -08:00
2014-12-02 16:20:59 -08:00
2015-02-01 11:50:35 -08:00
2014-12-15 17:30:09 -08:00
2015-02-11 11:17:34 -08:00
2015-02-09 14:03:53 -08:00
2014-12-15 18:19:03 -08:00
2015-02-11 10:56:48 -08:00
2014-11-25 20:11:12 -08:00
2015-02-11 10:28:45 -08:00
2014-09-04 19:21:45 +02:00
2015-02-11 10:56:48 -08:00
2015-01-21 20:52:07 +01:00
2015-02-08 11:16:27 +08:00
2014-06-04 16:54:05 -07:00
2015-02-08 11:16:55 +08:00
2015-01-29 10:49:28 +02:00
2014-12-09 11:22:22 -05:00
2014-12-14 14:57:16 -08:00
2015-02-05 15:09:26 +01:00
2012-10-13 10:46:48 +01:00
2015-01-28 18:45:23 -05:00
2013-07-30 11:53:12 -04:00
2005-04-16 15:20:36 -07:00
2014-07-07 21:34:43 -07:00
2013-05-29 15:50:34 -04:00
2012-10-08 13:50:19 +10:30
2012-10-08 13:50:20 +10:30
2013-09-24 10:35:17 +01:00
2013-12-02 11:24:18 +00:00
2013-07-03 16:07:42 -07:00
2013-03-12 13:59:14 -07:00
2015-01-28 18:45:23 -05:00
2014-12-25 15:27:16 -05:00
2014-08-13 10:31:57 +02:00
2012-03-16 10:38:24 -04:00
2014-12-23 18:13:16 -08:00
2009-04-01 08:59:23 -07:00
2010-12-06 15:58:43 -05:00
2014-09-08 10:00:43 -06:00
2014-05-27 01:29:01 +02:00
2014-02-06 10:33:47 +01:00
2012-09-10 11:13:16 -07:00
2011-03-11 14:25:50 +00:00
2014-12-13 12:42:51 -08:00
2014-11-24 08:04:44 -07:00
2012-03-04 17:54:34 -05:00
2014-12-14 16:10:09 -08:00
2014-11-16 09:55:39 +01:00
2008-06-06 11:29:10 -07:00
2015-01-08 08:59:01 -07:00
2015-01-08 08:55:53 -07:00
2014-12-13 14:14:23 -08:00
2013-11-08 09:04:30 -07:00
2014-11-13 16:17:06 -08:00
2014-01-13 17:32:27 +01:00
2014-12-05 21:47:32 -08:00
2014-10-01 22:12:48 -04:00
2014-11-07 11:45:00 -08:00
2014-09-24 14:23:34 +08:00
2015-01-06 12:02:46 -05:00
2015-01-06 12:02:46 -05:00
2010-03-24 16:31:22 -07:00
2014-12-03 16:21:37 -08:00
2013-12-04 17:19:44 +01:00
2014-11-20 10:43:16 -04:00
2014-02-09 15:11:47 +01:00
2014-12-30 18:29:25 -05:00
2014-12-18 19:08:10 -08:00
2014-01-21 20:18:26 -08:00
2013-03-20 13:23:21 -04:00
2013-02-13 06:00:53 -08:00
2014-09-29 14:36:26 -04:00
2014-12-10 17:41:06 -08:00
2014-12-13 12:42:51 -08:00
2014-04-15 09:15:39 -07:00
2015-01-21 06:12:21 +01:00
2008-04-30 08:29:54 -07:00
2014-05-28 13:37:21 -07:00
2013-05-20 12:27:59 -07:00
2008-06-04 14:56:12 +01:00
2013-12-29 15:25:48 +01:00
2013-12-02 20:43:14 +01:00
2014-11-26 19:28:11 -08:00
2014-06-25 13:26:47 -07:00
2014-12-17 09:00:04 -04:00
2011-09-23 12:05:29 +05:30
2013-09-13 15:09:52 +02:00
2014-11-07 11:45:00 -08:00
2015-01-23 23:06:44 +01:00
2014-12-17 02:26:28 +01:00
2014-03-13 15:56:44 +01:00
2014-06-25 16:04:00 -07:00
2014-12-05 17:19:27 -06:00
2014-11-24 22:43:57 +08:00
2011-08-06 22:12:37 -07:00
2012-10-13 10:46:48 +01:00
2009-09-10 10:00:05 -07:00
2014-11-19 13:01:20 -05:00
2013-05-12 14:16:21 +02:00
2014-12-14 16:10:09 -08:00
2010-03-30 22:02:32 +09:00
2015-01-30 17:56:40 +09:00
2014-12-19 22:55:06 +01:00
2011-10-31 19:32:26 -04:00
2014-11-19 11:24:59 -05:00
2014-12-14 16:10:09 -08:00
2011-06-10 14:55:36 +02:00
2008-07-25 10:53:34 -07:00
2009-12-10 23:52:05 +00:00
2014-01-09 12:43:40 +01:00
2014-01-21 16:19:41 -08:00
2014-12-01 16:50:45 +00:00
2014-12-05 20:55:27 +05:30
2013-10-23 10:10:12 -07:00
2015-01-21 19:21:30 +01:00
2014-07-10 18:35:01 +02:00
2014-09-29 00:04:55 -04:00
2013-03-03 23:59:59 -08:00
2014-10-20 14:22:22 +02:00
2012-10-13 10:46:48 +01:00
2015-01-29 19:16:40 +01:00
2014-06-22 16:34:11 -06:00
2008-01-28 23:21:18 +01:00
2015-01-09 15:44:19 +01:00
2014-04-03 16:21:06 -07:00
2012-10-13 10:46:48 +01:00
2015-01-02 15:46:41 -05:00
2014-12-08 21:07:10 -05:00
2013-03-27 13:48:25 +01:00
2013-04-29 18:28:40 -07:00
2014-04-29 09:45:56 +09:00
2012-10-13 10:46:48 +01:00
2014-12-13 12:42:52 -08:00
2015-01-15 13:33:41 +02:00
2013-09-26 15:06:58 -07:00
2012-10-13 10:46:48 +01:00
2014-04-01 23:19:14 -04:00
2014-12-31 13:06:50 -05:00
2014-12-10 17:41:10 -08:00
2014-12-05 21:47:32 -08:00
2009-06-18 19:50:21 +08:00
2014-05-26 14:33:10 +02:00
2013-02-23 17:50:12 -08:00
2014-07-08 15:28:16 -07:00
2012-10-13 10:46:48 +01:00
2014-01-21 23:17:20 -08:00
2014-09-08 09:51:30 +09:00
2013-09-12 10:12:47 -07:00
2015-02-10 16:45:56 -08:00
2012-10-13 10:46:48 +01:00
2014-12-13 12:42:53 -08:00
2015-02-10 14:30:28 -08:00
2015-01-14 15:11:45 +01:00
2014-12-15 10:17:38 -05:00
2009-06-18 13:04:05 -07:00
2014-10-09 22:25:52 -04:00
2015-01-16 17:04:25 -05:00
2012-11-08 16:58:30 +01:00
2006-09-30 01:47:55 +02:00
2014-12-13 12:42:48 -08:00
2014-08-06 18:01:24 -07:00
2014-05-20 10:30:40 +09:00
2014-12-10 15:17:46 -05:00
2013-10-11 17:21:14 +11:00
2015-01-27 10:19:12 -02:00
2014-12-17 09:13:13 +01:00
2012-10-13 10:46:48 +01:00
2006-04-26 12:56:16 +01:00
2015-01-23 12:13:20 +01:00
2010-03-07 22:17:09 +01:00
2014-12-10 17:41:04 -08:00
2015-02-10 14:30:34 -08:00
2014-12-08 20:24:11 -05:00
2012-03-26 21:47:19 +02:00
2012-10-13 10:46:48 +01:00
2007-05-01 23:26:34 +02:00
2015-01-26 22:05:20 +01:00
2012-10-13 10:46:48 +01:00
2015-01-27 11:09:13 +01:00
2015-01-18 00:23:57 -05:00
2013-06-05 12:00:27 -07:00
2015-02-05 14:33:28 -08:00
2008-07-09 12:09:28 -04:00
2014-12-09 21:21:34 -08:00
2012-10-13 10:46:48 +01:00
2014-11-17 23:12:01 -05:00
2014-12-12 15:15:41 -05:00
2012-10-09 16:22:40 +09:00
2012-10-09 16:22:39 +09:00
2012-03-04 17:54:34 -05:00
2014-11-07 10:09:07 -08:00
2012-03-20 12:47:48 +01:00
2014-12-16 14:53:01 -08:00
2012-12-09 00:20:28 -05:00
2014-09-23 23:13:13 -07:00
2014-12-16 15:53:03 -08:00
2014-01-27 21:02:39 -08:00
2014-12-11 15:04:11 -06:00
2014-12-11 15:04:06 -06:00
2015-02-02 19:28:04 -08:00
2014-12-10 09:01:01 -08:00
2014-11-23 13:01:46 +01:00
2014-03-13 12:11:00 +10:30
2015-01-15 10:34:54 +01:00
2015-01-15 10:34:54 +01:00
2010-12-09 20:17:07 -08:00
2012-10-13 10:46:48 +01:00
2014-11-11 09:31:52 -06:00
2007-07-31 15:39:40 -07:00
2012-10-13 10:46:48 +01:00
2014-12-10 17:41:11 -08:00
2014-12-13 13:33:07 +01:00
2013-11-13 12:09:07 +09:00
2015-02-10 18:35:40 -08:00
2014-10-14 15:05:34 -04:00
2014-11-07 10:53:25 -08:00
2014-07-22 21:55:45 +01:00
2011-01-24 14:45:11 +10:30
2014-12-13 12:42:47 -08:00
2013-04-30 17:04:06 -07:00
2012-07-21 10:34:00 -07:00
2014-04-25 12:00:49 -07:00
2013-05-16 07:55:07 -07:00
2014-07-28 14:16:30 -04:00
2015-01-24 10:11:12 +01:00
2014-12-15 13:06:40 +01:00
2014-12-18 09:39:51 +01:00
2011-09-16 19:20:20 -04:00
2013-07-03 16:07:43 -07:00
2014-12-15 18:28:25 -08:00
2015-02-09 07:54:41 -05:00
2012-10-06 02:48:09 +09:00
2013-01-06 01:11:25 -08:00
2006-06-09 21:53:55 +02:00
2015-01-04 23:11:43 -05:00
2015-02-04 11:25:51 +01:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2013-03-22 22:17:36 -06:00
2014-11-27 12:50:59 +05:30
2014-10-08 10:39:41 +05:30
2013-12-11 15:52:34 +01:00
2014-03-18 19:19:41 -04:00
2014-11-30 16:40:11 +00:00
2014-06-06 16:08:07 -07:00
2014-05-27 17:38:11 -07:00
2013-12-26 13:29:35 -05:00
2015-02-10 14:30:34 -08:00
2014-10-09 22:25:52 -04:00
2014-10-22 16:14:04 -06:00
2012-06-25 11:53:47 +02:00
2009-06-16 08:40:20 +02:00
2012-01-23 08:38:47 -08:00
2014-12-17 08:26:51 -05:00
2012-10-13 10:46:48 +01:00
2014-05-27 17:43:11 -07:00
2013-09-11 15:58:01 -07:00
2015-02-10 14:30:31 -08:00
2015-02-10 16:45:56 -08:00
2014-10-09 22:25:58 -04:00
2014-12-15 15:52:01 -08:00
2014-12-13 12:42:48 -08:00
2014-10-29 14:31:17 +01:00
2015-01-22 11:15:54 +10:30
2015-01-20 11:38:33 +10:30
2014-10-14 02:18:28 +02:00
2014-10-24 00:14:36 +02:00
2013-01-21 13:55:14 -05:00
2014-01-27 21:02:39 -08:00
2014-11-23 17:14:43 +01:00
2013-06-26 12:10:56 +02:00
2014-12-10 21:32:13 -05:00
2014-05-14 00:37:34 -04:00
2015-02-01 23:16:33 -08:00
2015-02-08 21:54:09 -08:00
2014-12-27 03:07:50 -05:00
2014-03-29 17:58:37 -04:00
2014-11-25 16:38:32 -05:00
2015-01-05 19:40:53 -08:00
2012-02-16 14:55:27 -05:00
2014-11-25 16:38:32 -05:00
2012-12-11 17:22:27 -08:00
2013-04-29 15:54:36 -07:00
2014-12-10 21:30:20 -05:00
2014-07-29 18:08:50 -07:00
2014-04-07 10:59:19 -07:00
2015-01-15 17:23:17 +01:00
2014-12-05 14:35:52 +00:00
2014-12-11 13:06:58 -08:00
2013-08-15 17:22:27 -07:00
2014-11-27 12:51:04 +05:30
2015-01-26 13:37:18 -08:00
2013-03-29 17:54:33 -07:00
2015-01-14 15:07:32 +01:00
2013-10-30 12:02:58 +08:00
2014-12-10 17:41:05 -08:00
2014-12-13 12:42:48 -08:00
2014-12-13 12:42:48 -08:00
2015-01-28 14:03:09 +00:00
2014-12-29 12:45:45 -08:00
2014-04-03 16:21:00 -07:00
2014-01-23 16:36:55 -08:00
2012-10-13 10:46:48 +01:00
2013-03-01 23:51:07 -05:00
2014-11-13 10:35:25 -07:00
2014-12-14 14:57:16 -08:00
2015-02-10 15:09:41 -08:00
2014-01-23 20:17:18 +00:00
2014-12-13 12:42:53 -08:00
2015-01-06 10:26:10 -05:00
2014-11-21 11:19:15 -05:00
2015-02-04 08:07:16 +01:00
2015-01-09 11:12:28 +01:00
2014-12-16 15:02:23 -05:00
2015-01-27 00:16:51 -08:00
2014-12-04 14:31:00 -05:00
2013-07-03 16:08:03 -07:00
2014-11-06 15:16:02 -08:00
2014-11-20 14:45:15 +01:00
2015-02-03 22:56:53 +01:00
2014-11-29 23:53:20 +01:00
2014-12-04 00:46:58 +01:00
2014-12-12 15:26:48 -08:00
2015-02-03 22:59:25 +01:00
2013-10-17 00:36:06 +02:00
2013-08-19 21:22:34 -07:00
2014-01-23 14:48:35 +01:00
2011-03-31 11:26:23 -03:00
2015-01-26 13:37:18 -08:00
2014-09-17 16:33:11 -04:00
2014-12-10 21:30:20 -05:00
2014-05-18 19:01:33 -07:00
2014-12-11 13:38:31 -08:00
2014-07-07 16:57:18 -07:00
2014-03-21 14:21:13 -04:00
2014-12-10 17:41:10 -08:00
2014-12-22 20:17:23 +00:00
2015-01-30 12:51:21 +01:00
2015-01-30 12:50:32 +01:00
2010-02-08 18:19:41 -06:00
2010-02-10 17:47:17 -08:00
2014-06-25 11:22:03 -07:00
2014-12-13 12:42:52 -08:00
2012-05-17 15:18:37 +02:00
2015-01-06 11:01:13 -08:00
2015-01-15 23:34:34 -08:00
2015-01-15 23:34:34 -08:00
2015-01-15 23:34:34 -08:00
2015-01-27 13:13:04 +00:00
2012-03-24 10:08:39 -07:00
2014-10-20 10:11:29 +02:00
2014-10-20 10:11:29 +02:00
2015-02-05 15:09:25 +01:00
2012-10-13 10:46:48 +01:00
2012-10-13 10:46:48 +01:00
2015-02-04 20:34:52 -08:00
2014-11-10 16:45:43 -05:00
2014-04-07 16:36:07 -07:00
2015-02-10 14:30:31 -08:00
2006-07-13 13:21:35 -07:00
2011-05-12 08:28:47 -07:00
2012-07-04 11:51:59 +03:00
2007-05-02 11:56:33 +01:00
2010-05-11 10:09:47 +02:00
2015-01-23 17:21:57 -08:00
2014-06-21 22:05:30 +02:00
2014-12-09 13:36:57 -05:00
2014-01-13 13:47:36 +01:00
2010-03-13 01:21:21 +01:00
2014-08-13 10:32:03 +02:00
2009-09-15 02:44:17 -07:00
2012-10-13 10:46:48 +01:00
2014-12-13 12:42:51 -08:00
2013-06-17 16:38:57 -07:00
2012-10-13 10:46:48 +01:00
2014-09-03 14:58:17 -07:00
2012-10-13 10:46:48 +01:00
2010-10-22 10:20:06 -07:00
2013-07-09 10:33:28 -07:00
2011-09-13 11:11:57 +02:00
2014-11-19 22:01:19 -05:00
2014-10-29 20:26:06 -04:00
2014-11-25 17:06:40 -08:00
2014-03-17 16:20:49 -07:00
2012-10-13 10:46:48 +01:00
2014-07-02 16:01:51 +02:00
2014-12-13 12:42:48 -08:00
2012-06-28 17:14:34 +01:00
2015-02-08 16:28:26 -08:00
2015-02-10 14:30:34 -08:00
2015-01-22 15:10:56 +01:00
2013-02-26 22:25:17 +01:00
2013-08-02 12:33:54 -07:00
2015-02-04 01:34:15 -05:00
2015-01-03 14:32:57 -05:00
2015-01-03 14:32:57 -05:00
2015-01-03 14:32:57 -05:00
2014-06-12 00:21:11 -04:00
2014-11-26 19:33:57 -08:00
2015-01-06 11:04:27 -08:00
2014-03-19 08:58:30 +00:00
2008-05-26 16:15:32 +02:00
2014-12-13 12:42:48 -08:00
2006-12-07 02:14:08 +01:00
2012-10-13 10:46:48 +01:00
2012-02-24 10:05:59 +01:00
2012-10-13 10:46:48 +01:00
2013-10-09 12:40:45 +02:00
2014-10-14 02:18:26 +02:00
2014-10-24 12:33:32 -07:00
2009-04-10 15:48:52 +02:00
2013-04-30 15:50:12 +05:30
2014-12-10 17:41:09 -08:00
2014-12-13 12:42:47 -08:00
2015-02-10 14:30:31 -08:00
2012-02-10 11:42:25 -08:00
2014-12-13 12:42:51 -08:00
2014-08-08 15:57:24 -07:00
2014-11-07 10:53:25 -08:00
2014-11-17 10:28:04 -08:00
2010-08-11 08:59:22 -07:00
2012-09-13 16:47:34 +02:00
2010-03-30 22:02:32 +09:00
2007-02-09 16:23:15 +00:00
2015-02-08 01:03:13 -08:00
2014-12-21 22:49:12 +08:00
2014-06-04 16:53:56 -07:00
2014-10-14 03:47:00 +02:00
2014-07-23 10:17:53 -07:00
2015-01-22 12:28:02 +01:00
2015-01-02 16:47:35 -05:00
2015-01-23 17:21:55 -08:00
2012-08-21 16:28:31 +02:00
2012-10-09 16:22:32 +09:00
2013-03-15 00:36:09 -04:00
2014-08-06 13:03:43 +02:00
2015-02-07 19:34:25 -05:00
2014-09-23 21:19:35 -07:00
2014-04-24 16:16:33 -07:00
2014-11-06 14:57:27 -08:00
2014-12-30 18:29:25 -05:00
2014-01-13 13:47:37 +01:00
2013-04-15 21:23:03 +01:00
2015-01-05 22:44:46 -05:00
2015-02-04 01:34:16 -05:00
2014-09-23 21:40:48 -07:00
2014-12-04 00:51:54 +01:00
2014-12-17 12:31:40 -08:00
2005-04-16 15:20:36 -07:00
2011-06-15 20:04:00 -07:00
2014-12-04 14:31:00 -05:00
2014-11-28 16:08:16 +01:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2012-10-13 10:46:48 +01:00
2014-12-09 12:05:24 +02:00
2014-12-14 18:21:31 +02:00
2012-10-13 10:46:48 +01:00
2014-12-17 10:37:56 -08:00
2014-12-13 12:42:48 -08:00
2013-03-08 12:24:48 -05:00
2014-06-04 16:53:57 -07:00
2015-02-04 01:34:14 -05:00
2014-12-15 23:49:28 +02:00
2012-10-13 10:46:48 +01:00
2013-12-02 20:43:15 +01:00
2015-02-04 07:52:32 +01:00
2015-01-06 18:16:30 -05:00
2015-01-08 15:10:51 -08:00
2014-08-08 15:57:26 -07:00
2014-08-06 18:01:23 -07:00
2006-06-22 15:05:58 -07:00