Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
278d7756dff0b4c8089c46abad20a79bcfa66b5b
/
drivers
/
pci
/
endpoint
eb01d42
PCI: consolidate PCI config entry in drivers/pci
by Christoph Hellwig
· 6 years ago
0c38011
Merge branch 'remotes/lorenzo/pci/dwc'
by Bjorn Helgaas
· 6 years ago
15c972d
PCI: endpoint: Add MSI set maximum restriction
by Gustavo Pimentel
· 6 years ago
c2e00e3
pci-epf-test/pci_endpoint_test: Add MSI-X support
by Gustavo Pimentel
· 6 years ago
e8817de
pci-epf-test/pci_endpoint_test: Cleanup PCI_ENDPOINT_TEST memspace
by Gustavo Pimentel
· 6 years ago
d3c70a9
PCI: Update xxx_pcie_ep_raise_irq() and pci_epc_raise_irq() signatures
by Gustavo Pimentel
· 6 years ago
8963106
PCI: endpoint: Add MSI-X interfaces
by Gustavo Pimentel
· 6 years ago
a83a217
PCI: endpoint: Fix NULL pointer dereference error when CONFIGFS is disabled
by Kishon Vijay Abraham I
· 7 years ago
fb0de5b
PCI: endpoint: Use after free in pci_epf_unregister_driver()
by Dan Carpenter
· 7 years ago
bf79d7d
Merge branch 'lorenzo/pci/endpoint'
by Bjorn Helgaas
· 7 years ago
ef1433f
PCI: endpoint: Create configfs entry for each pci_epf_device_id table entry
by Kishon Vijay Abraham I
· 7 years ago
1d906b2
PCI: dwc: Add support for EP mode
by Gustavo Pimentel
· 7 years ago
798c044
PCI: endpoint: functions/pci-epf-test: Replace lower into upper case characters
by Gustavo Pimentel
· 7 years ago
9f96b9b
PCI: endpoint: Replace mdelay with usleep_range() in pci_epf_test_write()
by Jia-Ju Bai
· 7 years ago
6474a4e
PCI: endpoint: Make sure that BAR_5 does not have 64-bit flag set when clearing
by Niklas Cassel
· 7 years ago
77d08db
PCI: endpoint: Make epc->ops->clear_bar()/pci_epc_clear_bar() take struct *epf_bar
by Niklas Cassel
· 7 years ago
fca8305
PCI: endpoint: Handle 64-bit BARs properly
by Niklas Cassel
· 7 years ago
f25b5fa
PCI: endpoint: Setting a BAR size > 4 GB is invalid if 64-bit flag is not set
by Niklas Cassel
· 7 years ago
3567a4ed
PCI: endpoint: Setting 64-bit/prefetch bit is invalid when IO is set
by Niklas Cassel
· 7 years ago
f16b1f6
PCI: endpoint: Setting BAR_5 to 64-bits wide is invalid
by Niklas Cassel
· 7 years ago
bc4a489
PCI: endpoint: Simplify epc->ops->set_bar()/pci_epc_set_bar()
by Niklas Cassel
· 7 years ago
bf597574
PCI: endpoint: BAR width should not depend on sizeof dma_addr_t
by Niklas Cassel
· 7 years ago
50ee106
PCI: endpoint: Remove goto labels in pci_epf_create()
by Rolf Evers-Fischer
· 7 years ago
9eef6a5
PCI: endpoint: Fix kernel panic after put_device()
by Rolf Evers-Fischer
· 7 years ago
36cc14a
PCI: endpoint: Simplify name allocation for EPF device
by Rolf Evers-Fischer
· 7 years ago
ab8c609
Merge branch 'pci/spdx' into next
by Bjorn Helgaas
· 7 years ago
7dd113b
Merge remote-tracking branch 'lorenzo/pci/endpoint' into next
by Bjorn Helgaas
· 7 years ago
fc41df2
PCI: endpoint: Fix EPF device name to support multi-function devices
by Cyrille Pitchen
· 7 years ago
4494738
PCI: endpoint: Add the function number as argument to EPC ops
by Cyrille Pitchen
· 7 years ago
8cfab3c
PCI: Add SPDX GPL-2.0 to replace GPL v2 boilerplate
by Bjorn Helgaas
· 7 years ago
7328c8f
PCI: Add SPDX GPL-2.0 when no license was specified
by Bjorn Helgaas
· 7 years ago
b330104
PCI: endpoint: Use EPC's device in dma_alloc_coherent()/dma_free_coherent()
by Kishon Vijay Abraham I
· 7 years ago
35ad619
PCI: endpoint: Fix find_first_zero_bit() usage
by Niklas Cassel
· 7 years ago
0c47cd7
PCI: endpoint: Populate func_no before calling pci_epc_add_epf()
by Niklas Cassel
· 7 years ago
5c4e247
PCI: endpoint: make config_item_type const
by Bhumika Goyal
· 7 years ago
749aaf3
PCI: endpoint: Use correct "end of test" interrupt
by John Keeping
· 7 years ago
33db87d
Merge branch 'pci/misc' into next
by Bjorn Helgaas
· 7 years ago
2ca93ff
PCI: endpoint: Remove the ->remove() callback
by Shawn Lin
· 7 years ago
702a3ed
PCI: endpoint: Add support to poll early for host commands
by Kishon Vijay Abraham I
· 7 years ago
3235b99
PCI: endpoint: Add support to use _any_ BAR to map PCI_ENDPOINT_TEST regs
by Kishon Vijay Abraham I
· 7 years ago
3ecf323
PCI: endpoint: Do not reset *command* inadvertently
by Kishon Vijay Abraham I
· 7 years ago
09232c7
PCI: endpoint: Add "volatile" to pci_epf_test_reg
by Kishon Vijay Abraham I
· 7 years ago
52c9285
PCI: endpoint: Add support for configurable page size
by Kishon Vijay Abraham I
· 7 years ago
28daeff
PCI: endpoint: Make ->remove() callback optional
by Kishon Vijay Abraham I
· 7 years ago
36b8518
PCI: Constify endpoint pci_epf_type device_type
by Bhumika Goyal
· 7 years ago
f01f969
PCI: endpoint: Add an API to get matching "pci_epf_device_id"
by Kishon Vijay Abraham I
· 7 years ago
64c1a02
PCI: endpoint: Use of_dma_configure() to set initial DMA mask
by Kishon Vijay Abraham I
· 7 years ago
98dbf5a
PCI: endpoint: Select CRC32 to fix test build error
by Randy Dunlap
· 8 years ago
c849e55
PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMA
by Geert Uytterhoeven
· 8 years ago
349e7a8
PCI: endpoint: functions: Add an EP function to test PCI
by Kishon Vijay Abraham I
· 8 years ago
3a401a2
PCI: endpoint: Create configfs entry for EPC device and EPF driver
by Kishon Vijay Abraham I
· 8 years ago
d746799
PCI: endpoint: Introduce configfs entry for configuring EP functions
by Kishon Vijay Abraham I
· 8 years ago
5e8cb40
PCI: endpoint: Add EP core layer to enable EP controller and EP functions
by Kishon Vijay Abraham I
· 8 years ago