Linus Torvalds
a409ed156a
Merge tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
...
Pull GPIO updates from Linus Walleij:
"This is the bulk of the GPIO changes for the v5.11 kernel cycle:
Core changes:
- Retired the old set-up function for GPIO IRQ chips. All chips now
use the template struct gpio_irq_chip and pass that to the core to
be set up alongside the gpio_chip. We can finally get rid of the
old cruft.
- Some refactoring and clean up of the core code.
- Support edge event timestamps to be stamped using REALTIME (wall
clock) timestamps. We have found solid use cases for this, so we
support it.
New drivers:
- MStar MSC313 GPIO driver.
- HiSilicon GPIO driver.
Driver improvements:
- The PCA953x driver now also supports the NXP PCAL9554B/C chips.
- The mockup driver can now be probed from the device tree which is
pretty useful for virtual prototyping of devices.
- The Rcar driver now supports .get_multiple()
- The MXC driver dropped some legacy and became a pure device tree
client.
- The Exar driver was moved over to the IDA interface for
enumerating, and also switched over to using regmap for register
access"
* tag 'gpio-v5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (87 commits)
MAINTAINERS: Remove reference to non-existing file
gpio: hisi: Do not require ACPI for COMPILE_TEST
MAINTAINERS: Add maintainer for HiSilicon GPIO driver
gpio: gpio-hisi: Add HiSilicon GPIO support
gpio: cs5535: Simplify the return expression of cs5535_gpio_probe()
gpiolib: irq hooks: fix recursion in gpiochip_irq_unmask
dt-bindings: mt7621-gpio: convert bindings to YAML format
gpiolib: cdev: Flag invalid GPIOs as used
gpio: put virtual gpio device into their own submenu
drivers: gpio: amd8111: use SPDX-License-Identifier
drivers: gpio: amd8111: prefer dev_err()/dev_info() over raw printk
drivers: gpio: bt8xx: prefer dev_err()/dev_warn() over of raw printk
gpio: Add TODO item for debugfs interface
gpio: just plain warning when nonexisting gpio requested
tools: gpio: add option to report wall-clock time to gpio-event-mon
tools: gpio: add support for reporting realtime event clock to lsgpio
gpiolib: cdev: allow edge event timestamps to be configured as REALTIME
gpio: msc313: MStar MSC313 GPIO driver
dt-bindings: gpio: Binding for MStar MSC313 GPIO controller
dt-bindings: gpio: Add a binding header for the MSC313 GPIO driver
...
2020-12-17 18:07:20 -08:00
..
2020-12-09 15:41:21 +01:00
2020-07-15 20:34:11 -07:00
2020-12-10 09:31:40 +01:00
2020-12-14 09:16:22 -06:00
2020-01-21 11:41:36 +01:00
2020-08-22 10:53:12 +01:00
2019-09-07 17:44:25 +02:00
2020-05-28 11:22:14 +02:00
2020-12-15 13:22:29 -08:00
2019-10-04 14:25:17 -07:00
2020-05-04 11:30:15 -05:00
2019-10-04 14:25:17 -07:00
2019-10-04 14:25:17 -07:00
2019-09-10 09:26:33 -04:00
2020-07-21 22:05:32 -07:00
2020-11-19 11:25:47 +01:00
2020-06-15 16:03:38 +01:00
2020-10-03 17:28:45 -07:00
2020-08-12 10:57:59 -07:00
2019-12-18 18:07:31 +01:00
2020-07-13 17:01:44 -07:00
2020-07-21 11:21:44 -04:00
2020-08-12 10:58:00 -07:00
2020-06-26 10:36:30 +02:00
2020-12-04 08:40:52 +01:00
2020-07-25 07:38:21 -06:00
2020-10-09 12:47:02 -06:00
2020-12-14 15:34:36 -08:00
2019-07-25 11:05:10 +02:00
2020-01-10 17:20:07 +01:00
2020-12-09 19:16:10 +01:00
2020-12-08 15:54:16 +01:00
2020-11-20 09:43:29 +01:00
2020-09-01 19:38:33 -06:00
2020-10-02 17:58:52 -06:00
2019-10-07 07:55:17 -03:00
2019-10-01 17:19:41 -03:00
2020-10-29 18:39:43 -07:00
2019-10-09 22:31:14 -04:00
2020-12-04 12:06:15 +01:00
2019-07-16 19:23:23 -07:00
2019-09-25 17:51:39 -07:00
2020-12-15 12:13:36 -08:00
2020-09-17 18:46:04 +02:00
2019-08-02 14:44:02 +10:00
2019-11-15 14:38:29 +01:00
2019-10-28 13:41:01 -07:00
2020-12-16 16:16:40 -08:00
2020-05-04 11:30:15 -05:00
2020-10-01 15:03:40 -04:00
2020-04-27 16:29:41 +05:30
2019-12-17 21:37:40 +05:30
2020-09-10 09:10:06 +02:00
2020-09-04 12:46:07 +01:00
2020-07-19 19:20:22 -07:00
2020-09-22 16:45:34 -07:00
2020-12-15 12:13:36 -08:00
2020-12-03 00:12:08 -08:00
2020-07-27 23:24:00 +02:00
2020-06-24 21:34:11 +02:00
2020-05-14 16:44:25 +02:00
2020-05-12 19:34:57 +03:00
2020-05-12 19:34:52 +03:00
2020-06-05 16:19:28 -07:00
2020-04-20 15:45:41 -06:00
2020-07-06 21:37:08 -07:00
2020-05-28 22:09:47 -04:00
2020-11-16 11:41:12 -08:00
2020-11-23 19:30:14 -08:00
2020-11-11 17:22:33 +01:00
2019-11-05 18:20:55 -08:00
2020-10-03 14:18:29 -07:00
2020-06-05 20:19:20 +02:00
2020-12-05 23:22:47 +01:00
2019-09-04 12:43:54 +02:00
2020-08-27 08:01:47 -07:00
2020-11-27 15:48:31 +01:00
2020-07-27 12:20:40 -07:00
2020-07-23 17:55:20 +00:00
2020-07-19 19:20:22 -07:00
2020-10-31 13:16:02 -07:00
2020-12-11 19:45:53 +05:30
2020-11-06 14:29:11 +11:00
2020-05-04 11:30:15 -05:00
2019-12-26 13:09:37 -08:00
2020-10-30 17:49:19 -07:00
2020-10-29 18:39:43 -07:00
2020-12-03 08:21:29 -08:00
2020-03-16 01:42:31 -07:00
2020-11-09 16:41:40 -08:00
2020-08-22 12:44:37 -07:00
2020-05-01 12:24:40 -07:00
2020-07-13 15:32:56 -07:00
2020-04-20 12:43:24 -07:00
2020-07-24 17:12:41 -07:00
2020-08-27 07:55:59 -07:00
2020-09-03 15:17:28 -07:00
2020-09-08 16:31:14 -07:00
2019-12-13 15:00:36 -08:00
2020-12-09 12:04:01 -07:00
2020-10-01 14:52:46 +02:00
2019-07-04 02:29:49 +02:00
2019-07-25 11:05:10 +02:00
2020-09-15 09:57:45 -05:00
2020-03-29 22:30:57 -07:00
2020-07-27 16:34:12 +03:00
2019-08-22 17:24:51 +02:00
2020-01-04 13:55:09 -08:00
2020-11-16 16:27:03 +01:00
2020-12-15 12:13:36 -08:00
2019-09-08 15:37:04 +02:00
2020-11-04 16:43:38 +01:00
2020-05-19 15:19:06 +01:00
2020-08-31 14:40:29 -04:00
2019-07-02 18:56:01 +02:00
2020-10-21 17:36:32 -04:00
2020-09-29 13:26:36 -07:00
2020-12-15 12:13:36 -08:00
2020-11-26 14:19:10 +01:00
2020-05-21 08:20:35 -06:00
2020-03-29 22:30:57 -07:00
2020-05-27 11:10:05 +02:00
2020-08-12 10:57:59 -07:00
2020-07-19 18:05:49 -07:00
2020-12-14 11:47:37 -08:00
2020-08-18 15:44:44 +02:00
2020-09-25 14:23:27 +02:00
2020-05-06 17:45:45 -07:00
2020-09-15 22:13:31 +10:00
2020-08-27 16:06:47 -04:00
2020-07-09 12:38:41 -07:00
2020-12-15 12:13:36 -08:00
2020-09-10 12:25:51 -07:00
2020-11-25 13:33:35 -08:00
2019-11-15 14:38:29 +01:00
2020-07-25 19:34:47 -06:00
2020-06-24 14:36:33 -07:00
2020-05-04 11:30:15 -05:00
2020-03-29 22:32:36 -07:00
2020-10-14 20:28:05 -07:00
2020-12-15 12:13:36 -08:00
2020-05-22 14:00:38 -07:00
2020-10-16 09:28:43 -04:00
2020-07-13 17:52:46 -04:00
2020-10-02 09:37:41 -04:00
2019-07-12 11:05:40 -07:00
2020-09-22 13:58:40 +02:00
2020-12-11 13:38:54 +01:00
2019-11-06 06:17:38 +09:00
2020-01-18 09:19:18 -05:00
2020-11-27 11:03:06 -08:00
2020-12-15 16:49:59 -08:00
2020-04-02 17:57:10 +01:00
2020-11-26 13:16:55 +01:00
2019-10-02 20:32:27 -06:00
2020-09-04 12:34:50 +02:00
2020-07-24 15:23:31 -07:00
2020-06-29 17:08:28 -07:00
2019-07-30 20:34:34 +02:00
2019-12-01 14:00:59 -08:00
2020-12-10 13:57:36 -08:00
2020-12-02 15:07:56 +01:00
2020-05-21 17:04:07 -07:00
2020-04-30 15:19:33 +10:00
2020-07-19 19:22:56 -07:00
2020-08-18 13:39:23 +02:00
2020-01-07 16:07:01 -05:00
2020-07-10 14:50:51 +02:00
2020-06-25 16:26:25 -07:00
2020-08-04 20:16:37 -07:00
2019-11-15 14:38:29 +01:00
2020-12-11 12:47:17 +01:00
2020-11-17 07:01:17 +01:00
2020-03-29 22:30:57 -07:00
2020-03-29 22:30:57 -07:00
2020-11-24 10:10:59 -06:00
2020-05-11 16:04:35 +02:00
2020-11-25 12:34:44 -08:00
2020-10-05 16:35:57 +01:00
2019-12-04 19:44:12 -08:00
2020-02-12 17:57:51 -05:00
2020-10-30 15:24:11 -07:00
2020-07-14 16:29:42 -07:00
2019-11-04 07:11:31 -07:00
2020-08-03 17:57:40 -07:00
2020-12-04 13:30:50 -08:00
2019-11-15 14:38:29 +01:00
2020-11-06 17:04:36 +01:00
2020-03-24 15:59:34 -07:00
2019-11-15 14:38:29 +01:00
2020-12-01 17:56:13 -08:00
2020-11-09 15:34:44 -08:00
2020-02-27 18:50:19 -08:00
2019-08-03 11:02:46 -07:00
2020-12-03 10:03:14 -08:00
2020-02-21 11:22:15 -08:00
2020-01-15 11:00:39 -06:00
2020-12-15 12:13:36 -08:00
2020-07-28 22:25:30 -04:00
2019-12-18 18:07:31 +01:00
2020-12-04 13:40:53 -08:00
2020-08-21 08:55:13 +02:00
2020-07-07 15:55:21 +02:00
2019-12-18 18:07:33 +01:00
2020-02-21 11:22:15 -08:00
2019-12-18 18:07:33 +01:00
2019-10-04 14:25:17 -07:00
2020-09-18 13:58:37 -07:00
2020-09-18 13:58:37 -07:00
2020-11-27 14:32:37 -08:00
2020-08-12 10:57:59 -07:00
2019-12-09 09:59:07 +01:00
2020-03-29 23:29:08 +02:00
2019-08-14 16:52:13 +02:00
2020-12-15 12:13:46 -08:00
2019-11-15 14:38:29 +01:00
2020-12-03 12:27:33 +01:00
2020-09-26 10:22:29 +02:00
2020-09-26 10:22:29 +02:00
2020-07-10 13:45:32 +02:00
2020-07-10 13:45:32 +02:00
2020-06-03 11:27:43 +02:00
2020-10-07 14:23:44 -06:00
2020-12-03 16:21:08 -07:00
2020-10-23 11:55:28 -04:00
2020-10-23 11:55:28 -04:00
2020-12-07 14:02:37 +01:00
2020-08-05 09:30:19 -04:00
2020-08-05 09:30:20 -04:00
2020-08-05 11:08:39 -04:00
2020-08-03 16:11:42 -04:00
2020-08-05 11:08:39 -04:00
2020-08-05 11:08:39 -04:00
2020-09-10 11:39:22 +02:00
2020-09-30 08:31:08 +02:00
2020-06-04 15:36:52 -04:00
2020-08-05 11:08:40 -04:00
2020-08-05 11:08:40 -04:00
2020-08-05 11:08:40 -04:00
2020-09-10 10:05:58 +02:00
2020-08-05 11:08:41 -04:00
2020-09-10 10:05:58 +02:00
2020-08-05 11:08:40 -04:00
2020-06-02 02:45:13 -04:00
2020-08-05 11:08:40 -04:00
2020-12-14 19:33:39 -08:00
2019-07-25 11:05:10 +02:00
2019-08-01 21:49:46 +02:00
2020-05-19 15:19:06 +01:00
2019-12-16 19:22:22 -08:00
2020-07-31 09:24:23 +02:00
2019-07-25 11:05:10 +02:00
2020-06-12 13:23:34 -04:00
2020-07-13 15:32:56 -07:00
2020-06-24 07:51:01 +02:00