index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'gpio-updates-for-v5.16' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-11-08
26
-351
/
+943
|
\
|
*
virtio_gpio: drop packed attribute
Michael S. Tsirkin
2021-11-04
1
-1
/
+1
|
*
gpio: virtio: Add IRQ support
Viresh Kumar
2021-11-04
3
-4
/
+324
|
*
gpio: realtek-otto: fix GPIO line IRQ offset
Sander Vanheule
2021-10-30
1
-1
/
+1
|
*
gpio: clean up Kconfig file
Randy Dunlap
2021-10-30
1
-58
/
+58
|
*
net: mellanox: mlxbf_gige: Replace non-standard interrupt handling
Asmaa Mnebhi
2021-10-29
4
-238
/
+9
|
*
gpio: mlxbf2: Introduce IRQ support
Asmaa Mnebhi
2021-10-29
1
-2
/
+140
|
*
gpio: mc33880: Drop if with an always false condition
Uwe Kleine-König
2021-10-13
1
-2
/
+0
|
*
gpio: max730x: Make __max730x_remove() return void
Uwe Kleine-König
2021-10-13
4
-8
/
+8
|
*
gpio: aggregator: Wrap access to gpiochip_fwd.tmp[]
Geert Uytterhoeven
2021-10-13
1
-14
/
+11
|
*
gpio: modepin: Add driver support for modepin GPIO controller
Piyush Mehta
2021-09-23
3
-0
/
+175
|
*
dt-bindings: gpio: zynqmp: Add binding documentation for modepin
Piyush Mehta
2021-09-23
1
-0
/
+43
|
*
firmware: zynqmp: Add MMIO read and write support for PS_MODE pin
Piyush Mehta
2021-09-23
2
-0
/
+60
|
*
gpio: tps65218: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2021-09-22
1
-1
/
+0
|
*
gpio: max77620: drop unneeded MODULE_ALIAS
Krzysztof Kozlowski
2021-09-22
1
-1
/
+0
|
*
gpio: xilinx: simplify getting .driver_data
Wolfram Sang
2021-09-22
1
-4
/
+2
|
*
gpio: tegra186: Support multiple interrupts per bank
Thierry Reding
2021-09-22
1
-7
/
+41
|
*
gpio: tegra186: Force one interrupt per bank
Thierry Reding
2021-09-22
1
-6
/
+62
|
*
gpio: uniphier: Use helper functions to get private data from IRQ data
Kunihiko Hayashi
2021-09-22
1
-3
/
+3
|
*
gpio: uniphier: Use helper function to get IRQ hardware number
Kunihiko Hayashi
2021-09-22
1
-5
/
+7
|
*
dt-bindings: gpio: add gpio-line-names to rockchip,gpio-bank.yaml
Johan Jonker
2021-09-13
1
-0
/
+2
*
|
Merge tag 'cxl-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2021-11-08
36
-1490
/
+3269
|
\
\
|
*
|
ocxl: Use pci core's DVSEC functionality
Ben Widawsky
2021-10-29
2
-13
/
+3
|
*
|
cxl/pci: Use pci core's DVSEC functionality
Ben Widawsky
2021-10-29
1
-24
/
+2
|
*
|
PCI: Add pci_find_dvsec_capability to find designated VSEC
Ben Widawsky
2021-10-29
2
-0
/
+33
|
*
|
cxl/pci: Split cxl_pci_setup_regs()
Ben Widawsky
2021-10-29
1
-36
/
+37
|
*
|
cxl/pci: Add @base to cxl_register_map
Dan Williams
2021-10-29
2
-15
/
+26
|
*
|
cxl/pci: Make more use of cxl_register_map
Ben Widawsky
2021-10-29
1
-34
/
+25
|
*
|
cxl/pci: Remove pci request/release regions
Ben Widawsky
2021-10-29
1
-5
/
+0
|
*
|
cxl/pci: Fix NULL vs ERR_PTR confusion
Dan Williams
2021-10-29
1
-1
/
+1
|
*
|
cxl/pci: Remove dev_dbg for unknown register blocks
Ben Widawsky
2021-10-29
1
-3
/
+0
|
*
|
cxl/pci: Convert register block identifiers to an enum
Ben Widawsky
2021-10-29
1
-6
/
+8
|
*
|
cxl/acpi: Do not fail cxl_acpi_probe() based on a missing CHBS
Alison Schofield
2021-10-08
1
-4
/
+6
|
*
|
cxl/pci: Disambiguate cxl_pci further from cxl_mem
Ben Widawsky
2021-09-21
1
-33
/
+35
|
*
|
Documentation/cxl: Add bus internal docs
Ben Widawsky
2021-09-21
1
-0
/
+3
|
*
|
cxl/core: Split decoder setup into alloc + add
Dan Williams
2021-09-21
5
-126
/
+114
|
*
|
tools/testing/cxl: Introduce a mock memory device + driver
Dan Williams
2021-09-21
8
-6
/
+359
|
*
|
cxl/mbox: Move command definitions to common location
Dan Williams
2021-09-21
3
-48
/
+65
|
*
|
cxl/bus: Populate the target list at decoder create
Dan Williams
2021-09-21
3
-27
/
+91
|
*
|
tools/testing/cxl: Introduce a mocked-up CXL port hierarchy
Dan Williams
2021-09-21
9
-15
/
+908
|
*
|
cxl/pmem: Add support for multiple nvdimm-bridge objects
Dan Williams
2021-09-21
3
-16
/
+33
|
*
|
cxl/pmem: Translate NVDIMM label commands to CXL label commands
Dan Williams
2021-09-21
1
-4
/
+124
|
*
|
cxl/mbox: Add exclusive kernel command support
Dan Williams
2021-09-21
4
-3
/
+67
|
*
|
cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAP
Dan Williams
2021-09-21
2
-12
/
+2
|
*
|
cxl/pci: Use module_pci_driver
Dan Williams
2021-09-21
1
-22
/
+8
|
*
|
cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the core
Dan Williams
2021-09-21
8
-949
/
+975
|
*
|
cxl/pci: Drop idr.h
Dan Williams
2021-09-21
1
-1
/
+0
|
*
|
cxl/mbox: Introduce the mbox_send operation
Dan Williams
2021-09-21
2
-55
/
+63
|
*
|
cxl/pci: Clean up cxl_mem_get_partition_info()
Dan Williams
2021-09-21
2
-26
/
+24
|
*
|
cxl/pci: Make 'struct cxl_mem' device type generic
Dan Williams
2021-09-21
3
-47
/
+41
[next]