summaryrefslogtreecommitdiff
path: root/projects/linux/core/done/virt_gpio_paravirtualization.yaml
blob: bc941f3010bf73ea4182ff31756bf5d4098b9291 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
title: "virt; Paravirtualized GPIO"
team: Core
key: 1a857b7f-9ee5-4579-91ba-0431f9236889
assignee: Geert
status: Abandoned

upstream:
  - torvalds: 4c033b549912bc301c5e2adfb7b6ca007c11bf31 # gpiolib: Add support for GPIO lookup by line name
  - torvalds: 8ced32ffadc857eaa45d62c0c5a34cf6f37168ea # gpiolib: Introduce gpiod_set_config()
  - torvalds: 828546e24280f721350a7a0dcc92416e917b4382 # gpio: Add GPIO Aggregator
  - torvalds: ce7a2f77f9766378b51422f8f45fd06cdc44ef0b # docs: gpio: Add GPIO Aggregator documentation
  - torvalds: d9646a4866b008538dca327095c1b5e5f0204d4f # MAINTAINERS: Add GPIO Aggregator section
  - next: a00128dfc8fc0cc8848d9168d6e7cfff99bd46f0 # gpio: aggregator: Add interrupt support
  - lore: 20200423090118.11199-1-geert+renesas@glider.be # [PATCH QEMU v2 0/5] Add a GPIO backend

comments:
  - The QEMU GPIO backend has been obsoleted by GPIO support in the OASIS virtio spec.
  - The GPIO Aggregator is still useful for virtio and other use-cases.