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
...
|
|
*
|
PCI: rcar: Replace various variable types with unsigned ones for register values
Marek Vasut
2019-04-04
1
-8
/
+9
|
|
*
|
PCI: rcar: Replace unsigned long with u32/unsigned int in register accessors
Marek Vasut
2019-04-04
1
-4
/
+3
|
|
*
|
PCI: rcar: Clean up remaining macros defining bits
Marek Vasut
2019-04-04
1
-3
/
+3
|
|
|
/
|
*
|
Merge branch 'remotes/lorenzo/pci/mediatek'
Bjorn Helgaas
2019-05-14
2
-37
/
+15
|
|
\
\
|
|
*
|
arm64: dts: mt2712: Remove un-used property for PCIe
Honghui Zhang
2019-04-12
1
-2
/
+0
|
|
*
|
PCI: mediatek: Get optional clocks with devm_clk_get_optional()
Chunfeng Yun
2019-04-11
1
-35
/
+15
|
|
|
/
|
*
|
Merge branch 'remotes/lorenzo/pci/keystone'
Bjorn Helgaas
2019-05-14
19
-385
/
+952
|
|
\
\
|
|
*
|
misc: pci_endpoint_test: Fix test_reg_bar to be updated in pci_endpoint_test
Kishon Vijay Abraham I
2019-05-01
1
-0
/
+1
|
|
*
|
misc: pci_endpoint_test: Add support to test PCI EP in AM654x
Kishon Vijay Abraham I
2019-05-01
1
-0
/
+17
|
|
*
|
PCI: designware-ep: Use aligned ATU window for raising MSI interrupts
Kishon Vijay Abraham I
2019-05-01
1
-2
/
+5
|
|
*
|
PCI: designware-ep: Configure Resizable BAR cap to advertise the smallest size
Kishon Vijay Abraham I
2019-05-01
1
-0
/
+34
|
|
*
|
PCI: keystone: Add support for PCIe EP in AM654x Platforms
Kishon Vijay Abraham I
2019-05-01
2
-37
/
+240
|
|
*
|
dt-bindings: PCI: Add PCI EP DT binding documentation for AM654
Kishon Vijay Abraham I
2019-05-01
1
-0
/
+44
|
|
*
|
PCI: dwc: Add callbacks for accessing dbi2 address space
Kishon Vijay Abraham I
2019-04-16
2
-2
/
+41
|
|
*
|
PCI: dwc: Fix dw_pcie_ep_find_capability() to return correct capability offset
Kishon Vijay Abraham I
2019-04-16
1
-5
/
+5
|
|
*
|
PCI: dwc: Add const qualifier to struct dw_pcie_ep_ops
Kishon Vijay Abraham I
2019-04-15
5
-5
/
+5
|
|
*
|
PCI: endpoint: Add support to specify alignment for buffers allocated to BARs
Kishon Vijay Abraham I
2019-04-15
4
-5
/
+15
|
|
*
|
PCI: keystone: Add support to set the max link speed from DT
Kishon Vijay Abraham I
2019-04-15
1
-0
/
+35
|
|
*
|
PCI: OF: Allow of_pci_get_max_link_speed() to be used by PCI Endpoint drivers
Kishon Vijay Abraham I
2019-04-15
2
-22
/
+24
|
|
*
|
PCI: keystone: Invoke phy_reset() API before enabling PHY
Kishon Vijay Abraham I
2019-04-15
1
-0
/
+4
|
|
*
|
PCI: keystone: Add support for PCIe RC in AM654x Platforms
Kishon Vijay Abraham I
2019-04-15
2
-15
/
+148
|
|
*
|
dt-bindings: PCI: Add PCI RC DT binding documentation for AM654
Kishon Vijay Abraham I
2019-04-15
1
-1
/
+5
|
|
*
|
PCI: keystone: Prevent ARM32 specific code to be compiled for ARM64
Kishon Vijay Abraham I
2019-04-15
1
-0
/
+4
|
|
*
|
PCI: dwc: Fix ATU identification for designware version >= 4.80
Kishon Vijay Abraham I
2019-04-15
2
-6
/
+9
|
|
*
|
PCI: dwc: Enable iATU unroll for endpoint too
Kishon Vijay Abraham I
2019-04-15
3
-23
/
+19
|
|
*
|
dt-bindings: PCI: Document "atu" reg-names
Kishon Vijay Abraham I
2019-04-15
1
-2
/
+5
|
|
*
|
PCI: keystone: Explicitly set the PCIe mode
Kishon Vijay Abraham I
2019-04-15
1
-0
/
+37
|
|
*
|
dt-bindings: PCI: Add dt-binding to configure PCIe mode
Kishon Vijay Abraham I
2019-04-15
1
-0
/
+2
|
|
*
|
PCI: keystone: Move resources initialization to prepare for EP support
Kishon Vijay Abraham I
2019-04-15
1
-12
/
+15
|
|
*
|
PCI: keystone: Use platform_get_resource_byname() to get memory resources
Kishon Vijay Abraham I
2019-04-11
1
-10
/
+7
|
|
*
|
PCI: keystone: Perform host initialization in a single function
Kishon Vijay Abraham I
2019-04-11
1
-40
/
+23
|
|
*
|
dt-bindings: PCI: keystone: Add "reg-names" binding information
Kishon Vijay Abraham I
2019-04-11
1
-2
/
+4
|
|
*
|
PCI: keystone: Cleanup error_irq configuration
Kishon Vijay Abraham I
2019-04-11
1
-26
/
+17
|
|
*
|
PCI: keystone: Add start_link()/stop_link() dw_pcie_ops
Kishon Vijay Abraham I
2019-04-11
1
-22
/
+22
|
|
*
|
PCI: dwc: Remove default MSI initialization for platform specific MSI chips
Kishon Vijay Abraham I
2019-04-04
1
-11
/
+13
|
|
*
|
PCI: dwc: Remove Keystone specific dw_pcie_host_ops
Kishon Vijay Abraham I
2019-04-04
2
-41
/
+14
|
|
*
|
PCI: keystone: Use Keystone specific msi_irq_chip
Kishon Vijay Abraham I
2019-04-04
2
-27
/
+74
|
|
*
|
PCI: dwc: Add support to use non default msi_irq_chip
Kishon Vijay Abraham I
2019-04-04
2
-1
/
+5
|
|
*
|
PCI: keystone: Cleanup ks_pcie_msi_irq_handler()
Kishon Vijay Abraham I
2019-04-04
1
-36
/
+28
|
|
*
|
PCI: keystone: Use hwirq to get the MSI IRQ number offset
Kishon Vijay Abraham I
2019-04-04
1
-11
/
+13
|
|
*
|
PCI: keystone: Add separate functions for configuring MSI and legacy interrupt
Kishon Vijay Abraham I
2019-04-04
1
-92
/
+89
|
|
*
|
PCI: keystone: Cleanup interrupt related macros
Kishon Vijay Abraham I
2019-04-04
1
-13
/
+13
|
|
|
/
|
*
|
Merge branch 'remotes/lorenzo/pci/iproc'
Bjorn Helgaas
2019-05-14
1
-5
/
+41
|
|
\
\
|
|
*
|
PCI: iproc: Enable iProc config read for PAXBv2
Srinath Mannam
2019-04-30
1
-1
/
+1
|
|
*
|
PCI: iproc: Allow outbound configuration for 32-bit I/O region
Srinath Mannam
2019-04-03
1
-2
/
+19
|
|
*
|
PCI: iproc: Add CRS check in config read
Srinath Mannam
2019-04-03
1
-2
/
+21
|
|
|
/
|
*
|
Merge branch 'remotes/lorenzo/pci/imx'
Bjorn Helgaas
2019-05-14
3
-96
/
+62
|
|
\
\
|
|
*
|
PCI: imx6: Use usleep_range() in imx6_pcie_enable_ref_clk()
Andrey Smirnov
2019-05-01
1
-1
/
+1
|
|
*
|
PCI: imx6: Use flags to indicate support for suspend
Andrey Smirnov
2019-05-01
1
-9
/
+6
|
|
*
|
PCI: imx6: Restrict PHY register data to 16-bit
Andrey Smirnov
2019-05-01
1
-7
/
+6
[prev]
[next]