index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pcie-designware-ep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-03-14
1
-1
/
+6
|
\
|
*
PCI: dwc: endpoint: Fix advertised resizable BAR size
Niklas Cassel
2024-03-10
1
-1
/
+6
*
|
PCI: dwc: Clean up dw_pcie_ep_raise_msi_irq() alignment
Dan Carpenter
2024-02-07
1
-3
/
+4
*
|
PCI: dwc: Fix a 64bit bug in dw_pcie_ep_raise_msix_irq()
Dan Carpenter
2024-02-07
1
-1
/
+2
|
/
*
Merge branch 'pci/irq-clean-up'
Bjorn Helgaas
2024-01-15
1
-4
/
+4
|
\
|
*
PCI: dwc: Rename dw_pcie_ep_raise_legacy_irq()
Damien Le Moal
2023-12-19
1
-3
/
+3
|
*
PCI: endpoint: Drop PCI_EPC_IRQ_XXX definitions
Damien Le Moal
2023-12-18
1
-1
/
+1
*
|
PCI: dwc: Add dw_pcie_ep_{read,write}_dbi[2] helpers
Yoshihiro Shimoda
2024-01-06
1
-124
/
+60
*
|
PCI: dwc: Rename .func_conf_select to .get_dbi_offset in struct dw_pcie_ep_ops
Yoshihiro Shimoda
2024-01-06
1
-54
/
+54
*
|
PCI: dwc: Rename .ep_init to .init in struct dw_pcie_ep_ops
Yoshihiro Shimoda
2024-01-06
1
-2
/
+2
*
|
PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment support
Niklas Cassel
2023-12-18
1
-0
/
+1
|
/
*
Merge branch 'pci/field-get'
Bjorn Helgaas
2023-10-28
1
-3
/
+4
|
\
|
*
PCI: dwc: Use FIELD_GET/PREP()
Ilpo Järvinen
2023-10-24
1
-3
/
+4
*
|
PCI: dwc: endpoint: Introduce .pre_init() and .deinit()
Yoshihiro Shimoda
2023-10-23
1
-1
/
+11
*
|
PCI: dwc: Expose dw_pcie_ep_exit() to module
Yoshihiro Shimoda
2023-10-20
1
-0
/
+1
*
|
PCI: dwc: endpoint: Add multiple PFs support for dbi2
Yoshihiro Shimoda
2023-10-20
1
-8
/
+24
|
/
*
PCI: dwc: Add Root Port and Endpoint controller eDMA engine support
Serge Semin
2023-02-22
1
-1
/
+11
*
PCI: dwc: Introduce generic resources getter
Serge Semin
2022-11-23
1
-22
/
+3
*
PCI: dwc: Introduce dma-ranges property support for RC-host
Serge Semin
2022-11-23
1
-2
/
+2
*
PCI: designware-ep: Disable PTM capabilities for EP mode
Vidya Sagar
2022-10-27
1
-1
/
+18
*
Merge tag 'ntb-5.20' of https://github.com/jonmason/ntb
Linus Torvalds
2022-08-13
1
-1
/
+9
|
\
|
*
PCI: designware-ep: Allow pci_epc_set_bar() update inbound map address
Frank Li
2022-08-09
1
-1
/
+9
*
|
PCI: dwc: Use the bitmap API to allocate bitmaps
Christophe JAILLET
2022-08-01
1
-8
/
+4
*
|
PCI: dwc: Check iATU in/outbound range setup status
Serge Semin
2022-08-01
1
-3
/
+6
*
|
PCI: dwc: Drop enum dw_pcie_region_type in favor of PCIE_ATU_REGION_DIR_IB/OB
Serge Semin
2022-08-01
1
-2
/
+2
*
|
PCI: dwc: Drop enum dw_pcie_as_type in favor of PCIE_ATU_TYPE_MEM/IO
Serge Semin
2022-08-01
1
-12
/
+9
*
|
PCI: dwc: Read DWC IP core version from register
Serge Semin
2022-08-01
1
-0
/
+2
*
|
PCI: dwc: Detect iATU settings after getting "addr_space" resource
Serge Semin
2022-08-01
1
-2
/
+2
*
|
PCI: dwc: Add start_link/stop_link inlines
Serge Semin
2022-07-06
1
-6
/
+2
*
|
PCI: dwc: Add braces to multi-line if-else statements
Serge Semin
2022-07-06
1
-2
/
+2
*
|
PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors
Serge Semin
2022-07-06
1
-2
/
+16
|
/
*
PCI: qcom-ep: Add Qualcomm PCIe Endpoint controller driver
Manivannan Sadhasivam
2021-10-11
1
-0
/
+3
*
PCI: endpoint: Add virtual function number in pci_epc ops
Kishon Vijay Abraham I
2021-08-19
1
-18
/
+18
*
PCI: dwc: Move iATU detection earlier
Hou Zhiqiang
2021-04-29
1
-0
/
+2
*
PCI: dwc: Don't assume the ops in dw_pcie always exist
Jisheng Zhang
2021-02-24
1
-5
/
+3
*
PCI: dwc: Detect number of iATU windows
Rob Herring
2020-11-19
1
-20
/
+0
*
PCI: dwc: Move inbound and outbound windows to common struct
Rob Herring
2020-11-19
1
-12
/
+13
*
PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code
Rob Herring
2020-11-19
1
-3
/
+26
*
PCI: designware-ep: Modify MSI and MSIX CAP way of finding
Xiaowei Bao
2020-09-21
1
-19
/
+102
*
PCI: designware-ep: Move the function of getting MSI capability forward
Xiaowei Bao
2020-09-21
1
-4
/
+4
*
PCI: designware-ep: Add the doorbell mode of MSI-X in EP mode
Xiaowei Bao
2020-09-21
1
-0
/
+19
*
PCI: designware-ep: Add multiple PFs support for DWC
Xiaowei Bao
2020-09-21
1
-39
/
+86
*
PCI: dwc: Centralize link gen setting
Rob Herring
2020-09-10
1
-2
/
+9
*
PCI: designware-ep: Fix the Header Type check
Hou Zhiqiang
2020-09-07
1
-1
/
+2
*
PCI: Fix kerneldoc warnings
Krzysztof Kozlowski
2020-08-06
1
-1
/
+1
*
Merge branch 'remotes/lorenzo/pci/rcar'
Bjorn Helgaas
2020-06-04
1
-8
/
+8
|
\
|
*
PCI: endpoint: Add support to handle multiple base for mapping outbound memory
Lad Prabhakar
2020-05-22
1
-8
/
+8
*
|
PCI: dwc: Clean up computing of msix_tbl
Jiri Slaby
2020-05-05
1
-5
/
+1
|
/
*
PCI: dwc: Fix dw_pcie_ep_raise_msix_irq() to get correct MSI-X table address
Kishon Vijay Abraham I
2020-04-02
1
-29
/
+17
*
PCI: endpoint: Fix ->set_msix() to take BIR and offset as arguments
Kishon Vijay Abraham I
2020-04-02
1
-2
/
+13
[next]