summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-11-0826-351/+943
|\
| * virtio_gpio: drop packed attributeMichael S. Tsirkin2021-11-041-1/+1
| * gpio: virtio: Add IRQ supportViresh Kumar2021-11-043-4/+324
| * gpio: realtek-otto: fix GPIO line IRQ offsetSander Vanheule2021-10-301-1/+1
| * gpio: clean up Kconfig fileRandy Dunlap2021-10-301-58/+58
| * net: mellanox: mlxbf_gige: Replace non-standard interrupt handlingAsmaa Mnebhi2021-10-294-238/+9
| * gpio: mlxbf2: Introduce IRQ supportAsmaa Mnebhi2021-10-291-2/+140
| * gpio: mc33880: Drop if with an always false conditionUwe Kleine-König2021-10-131-2/+0
| * gpio: max730x: Make __max730x_remove() return voidUwe Kleine-König2021-10-134-8/+8
| * gpio: aggregator: Wrap access to gpiochip_fwd.tmp[]Geert Uytterhoeven2021-10-131-14/+11
| * gpio: modepin: Add driver support for modepin GPIO controllerPiyush Mehta2021-09-233-0/+175
| * dt-bindings: gpio: zynqmp: Add binding documentation for modepinPiyush Mehta2021-09-231-0/+43
| * firmware: zynqmp: Add MMIO read and write support for PS_MODE pinPiyush Mehta2021-09-232-0/+60
| * gpio: tps65218: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-221-1/+0
| * gpio: max77620: drop unneeded MODULE_ALIASKrzysztof Kozlowski2021-09-221-1/+0
| * gpio: xilinx: simplify getting .driver_dataWolfram Sang2021-09-221-4/+2
| * gpio: tegra186: Support multiple interrupts per bankThierry Reding2021-09-221-7/+41
| * gpio: tegra186: Force one interrupt per bankThierry Reding2021-09-221-6/+62
| * gpio: uniphier: Use helper functions to get private data from IRQ dataKunihiko Hayashi2021-09-221-3/+3
| * gpio: uniphier: Use helper function to get IRQ hardware numberKunihiko Hayashi2021-09-221-5/+7
| * dt-bindings: gpio: add gpio-line-names to rockchip,gpio-bank.yamlJohan Jonker2021-09-131-0/+2
* | Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2021-11-0836-1490/+3269
|\ \
| * | ocxl: Use pci core's DVSEC functionalityBen Widawsky2021-10-292-13/+3
| * | cxl/pci: Use pci core's DVSEC functionalityBen Widawsky2021-10-291-24/+2
| * | PCI: Add pci_find_dvsec_capability to find designated VSECBen Widawsky2021-10-292-0/+33
| * | cxl/pci: Split cxl_pci_setup_regs()Ben Widawsky2021-10-291-36/+37
| * | cxl/pci: Add @base to cxl_register_mapDan Williams2021-10-292-15/+26
| * | cxl/pci: Make more use of cxl_register_mapBen Widawsky2021-10-291-34/+25
| * | cxl/pci: Remove pci request/release regionsBen Widawsky2021-10-291-5/+0
| * | cxl/pci: Fix NULL vs ERR_PTR confusionDan Williams2021-10-291-1/+1
| * | cxl/pci: Remove dev_dbg for unknown register blocksBen Widawsky2021-10-291-3/+0
| * | cxl/pci: Convert register block identifiers to an enumBen Widawsky2021-10-291-6/+8
| * | cxl/acpi: Do not fail cxl_acpi_probe() based on a missing CHBSAlison Schofield2021-10-081-4/+6
| * | cxl/pci: Disambiguate cxl_pci further from cxl_memBen Widawsky2021-09-211-33/+35
| * | Documentation/cxl: Add bus internal docsBen Widawsky2021-09-211-0/+3
| * | cxl/core: Split decoder setup into alloc + addDan Williams2021-09-215-126/+114
| * | tools/testing/cxl: Introduce a mock memory device + driverDan Williams2021-09-218-6/+359
| * | cxl/mbox: Move command definitions to common locationDan Williams2021-09-213-48/+65
| * | cxl/bus: Populate the target list at decoder createDan Williams2021-09-213-27/+91
| * | tools/testing/cxl: Introduce a mocked-up CXL port hierarchyDan Williams2021-09-219-15/+908
| * | cxl/pmem: Add support for multiple nvdimm-bridge objectsDan Williams2021-09-213-16/+33
| * | cxl/pmem: Translate NVDIMM label commands to CXL label commandsDan Williams2021-09-211-4/+124
| * | cxl/mbox: Add exclusive kernel command supportDan Williams2021-09-214-3/+67
| * | cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAPDan Williams2021-09-212-12/+2
| * | cxl/pci: Use module_pci_driverDan Williams2021-09-211-22/+8
| * | cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the coreDan Williams2021-09-218-949/+975
| * | cxl/pci: Drop idr.hDan Williams2021-09-211-1/+0
| * | cxl/mbox: Introduce the mbox_send operationDan Williams2021-09-212-55/+63
| * | cxl/pci: Clean up cxl_mem_get_partition_info()Dan Williams2021-09-212-26/+24
| * | cxl/pci: Make 'struct cxl_mem' device type genericDan Williams2021-09-213-47/+41