index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
/
controller
/
dwc
/
pci-keystone.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-14
PCI: keystone: Let AM65 use the pci_ops defined in pcie-designware-host.c
Kishon Vijay Abraham I
1
-1
/
+2
2020-10-13
PCI: keystone: Remove iATU register mapping
Kunihiko Hayashi
1
-16
/
+4
2020-09-10
PCI: dwc: Centralize link gen setting
Rob Herring
1
-33
/
+0
2020-09-08
PCI: dwc: Remove read_dbi2 code
Rob Herring
1
-13
/
+0
2020-09-08
PCI: dwc: Remove hardcoded PCI_CAP_ID_EXP offset
Rob Herring
1
-6
/
+5
2020-09-08
PCI: dwc/keystone: Drop duplicated 'num-viewport'
Rob Herring
1
-10
/
+1
2020-09-08
PCI: dwc: Simplify config space handling
Rob Herring
1
-8
/
+0
2020-09-08
PCI: dwc: Remove storing of PCI resources
Rob Herring
1
-2
/
+6
2020-09-08
PCI: dwc: keystone: Convert .scan_bus() callback to use add_bus
Rob Herring
1
-3
/
+9
2020-09-08
PCI: dwc: keystone: Use pci_ops for config space accessors
Rob Herring
1
-22
/
+18
2020-08-06
Merge branch 'pci/irq-error'
Bjorn Helgaas
1
-3
/
+1
2020-08-06
Merge branch 'pci/host-probe-refactor'
Bjorn Helgaas
1
-2
/
+2
2020-08-06
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
1
-2
/
+1
2020-08-03
PCI: Remove dev_err() when handing an error from platform_get_irq()
Krzysztof WilczyĆski
1
-3
/
+1
2020-07-23
PCI: designware: Use pci_is_root_bus() to check if bus is root bus
Rob Herring
1
-2
/
+2
2020-07-17
PCI: dwc: Convert to devm_platform_ioremap_resource_byname()
Dejin Zheng
1
-2
/
+1
2020-06-30
PCI: Replace http:// links with https://
Alexander A. Klimov
1
-1
/
+1
2020-04-02
PCI: keystone: Allow AM654 PCIe Endpoint to raise MSI-X interrupt
Kishon Vijay Abraham I
1
-1
/
+4
2020-01-21
PCI: keystone: Fix error handling when "num-viewport" DT property is not popu...
Kishon Vijay Abraham I
1
-1
/
+1
2020-01-10
PCI: keystone: Fix outbound region mapping
Yurii Monakov
1
-1
/
+1
2020-01-10
PCI: keystone: Fix link training retries initiation
Yurii Monakov
1
-1
/
+1
2019-05-01
PCI: keystone: Add support for PCIe EP in AM654x Platforms
Kishon Vijay Abraham I
1
-32
/
+218
2019-04-15
PCI: keystone: Add support to set the max link speed from DT
Kishon Vijay Abraham I
1
-0
/
+35
2019-04-15
PCI: keystone: Invoke phy_reset() API before enabling PHY
Kishon Vijay Abraham I
1
-0
/
+4
2019-04-15
PCI: keystone: Add support for PCIe RC in AM654x Platforms
Kishon Vijay Abraham I
1
-14
/
+147
2019-04-15
PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
Kishon Vijay Abraham I
1
-0
/
+4
2019-04-15
PCI: keystone: Explicitly set the PCIe mode
Kishon Vijay Abraham I
1
-0
/
+37
2019-04-15
PCI: keystone: Move resources initialization to prepare for EP support
Kishon Vijay Abraham I
1
-12
/
+15
2019-04-11
PCI: keystone: Use platform_get_resource_byname() to get memory resources
Kishon Vijay Abraham I
1
-10
/
+7
2019-04-11
PCI: keystone: Perform host initialization in a single function
Kishon Vijay Abraham I
1
-40
/
+23
2019-04-11
PCI: keystone: Cleanup error_irq configuration
Kishon Vijay Abraham I
1
-26
/
+17
2019-04-11
PCI: keystone: Add start_link()/stop_link() dw_pcie_ops
Kishon Vijay Abraham I
1
-22
/
+22
2019-04-04
PCI: keystone: Use Keystone specific msi_irq_chip
Kishon Vijay Abraham I
1
-24
/
+72
2019-04-04
PCI: keystone: Cleanup ks_pcie_msi_irq_handler()
Kishon Vijay Abraham I
1
-36
/
+28
2019-04-04
PCI: keystone: Use hwirq to get the MSI IRQ number offset
Kishon Vijay Abraham I
1
-11
/
+13
2019-04-04
PCI: keystone: Add separate functions for configuring MSI and legacy interrupt
Kishon Vijay Abraham I
1
-92
/
+89
2019-04-04
PCI: keystone: Cleanup interrupt related macros
Kishon Vijay Abraham I
1
-13
/
+13
2018-10-17
PCI: keystone: Cleanup macros defined in pci-keystone.c
Kishon Vijay Abraham I
1
-25
/
+16
2018-10-17
PCI: keystone: Reorder header file in alphabetical order
Kishon Vijay Abraham I
1
-4
/
+4
2018-10-17
PCI: keystone: Add debug error message for all errors
Kishon Vijay Abraham I
1
-9
/
+23
2018-10-17
PCI: keystone: Use ERR_IRQ_STATUS instead of ERR_IRQ_STATUS_RAW to get interr...
Kishon Vijay Abraham I
1
-2
/
+1
2018-10-17
PCI: keystone: Cleanup ks_pcie_link_up()
Kishon Vijay Abraham I
1
-8
/
+3
2018-10-17
PCI: keystone: Cleanup set_dbi_mode() and get_dbi_mode()
Kishon Vijay Abraham I
1
-5
/
+7
2018-10-17
PCI: keystone: Cleanup outbound window configuration
Kishon Vijay Abraham I
1
-15
/
+17
2018-10-17
PCI: keystone: Get number of outbound windows from DT
Kishon Vijay Abraham I
1
-2
/
+11
2018-10-17
PCI: keystone: Cleanup configuration space access
Kishon Vijay Abraham I
1
-50
/
+20
2018-10-17
PCI: keystone: Invoke runtime PM APIs to enable clock
Kishon Vijay Abraham I
1
-16
/
+12
2018-10-17
PCI: keystone: Cleanup PHY handling
Kishon Vijay Abraham I
1
-16
/
+106
2018-10-17
PCI: keystone: Use SYSCON APIs to get device ID from control module
Kishon Vijay Abraham I
1
-13
/
+32
2018-10-17
PCI: keystone: Use uniform function naming convention
Kishon Vijay Abraham I
1
-110
/
+111
[next]