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
/
host
/
pci-mvebu.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-09
PCI: mvebu: Remove code restricting accesses to slot 0
Russell King
1
-24
/
+0
2015-10-09
PCI: mvebu: Add PCI Express root complex capability block
Russell King
1
-4
/
+133
2015-10-09
PCI: mvebu: Improve clock/reset handling
Russell King
1
-13
/
+43
2015-10-09
PCI: mvebu: Use gpio_desc to carry around gpio
Russell King
1
-15
/
+24
2015-10-09
PCI: mvebu: Use devm_kcalloc() to allocate an array
Russell King
1
-2
/
+1
2015-10-09
PCI: mvebu: Use gpio_set_value_cansleep()
Russell King
1
-2
/
+2
2015-10-09
PCI: mvebu: Split port parsing and resource claiming from port setup
Russell King
1
-3
/
+12
2015-10-09
PCI: mvebu: Fix memory leaks and refcount leaks
Russell King
1
-7
/
+43
2015-10-09
PCI: mvebu: Move port parsing and resource claiming to separate function
Russell King
1
-56
/
+74
2015-10-08
PCI: mvebu: Use port->name rather than "PCIe%d.%d"
Russell King
1
-8
/
+8
2015-10-08
PCI: mvebu: Report full node name when reporting a DT error
Russell King
1
-1
/
+2
2015-10-08
PCI: mvebu: Use for_each_available_child_of_node() to walk child nodes
Russell King
1
-4
/
+1
2015-10-08
PCI: mvebu: Use of_get_available_child_count()
Russell King
1
-8
/
+3
2015-10-08
PCI: mvebu: Use exact config access size; don't read/modify/write
Russell King
1
-17
/
+26
2015-10-08
PCI: mvebu: Return zero for reserved or unimplemented config space
Russell King
1
-2
/
+7
2015-08-20
PCI: Drop references acquired by of_parse_phandle()
Bjorn Helgaas
1
-0
/
+1
2015-05-27
PCI: mvebu: Remove mvebu_pcie_scan_bus()
Yijing Wang
1
-17
/
+1
2015-03-21
PCI: mvebu: Add suspend/resume support
Thomas Petazzoni
1
-0
/
+38
2014-12-28
ARM/PCI: Move to generic PCI domains
Lorenzo Pieralisi
1
-13
/
+2
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-12-11
Merge tag 'pci-v3.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+2
2014-11-21
PCI: mvebu: Save MSI controller in pci_sys_data
Yijing Wang
1
-7
/
+4
2014-11-13
PCI: mvebu: Add a blank line after declarations
Jingoo Han
1
-0
/
+2
2014-11-12
PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"
Yijing Wang
1
-1
/
+1
2014-10-20
pci: host: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-23
PCI: mvebu: Fix uninitialized variable in mvebu_get_tgt_attr()
Thomas Petazzoni
1
-3
/
+3
2014-07-16
PCI: mvebu: Fix GPL v2 license string typo
Thierry Reding
1
-1
/
+1
2014-06-11
PCI: Whitespace cleanup
Ryan Desfosses
1
-8
/
+9
2014-04-29
PCI: mvebu: Use '%pa' for printing 'phys_addr_t' type
Fabio Estevam
1
-2
/
+4
2014-04-29
PCI: mvebu: Remove unnecessary use of 'conf_lock' spinlock
Andrew Murray
1
-8
/
+0
2014-04-24
PCI: mvebu: split PCIe BARs into multiple MBus windows when needed
Thomas Petazzoni
1
-14
/
+74
2014-04-24
PCI: mvebu: fix off-by-one in the computed size of the mbus windows
Willy Tarreau
1
-2
/
+2
2014-02-19
PCI: mvebu: Call request_resource() on the apertures
Jason Gunthorpe
1
-1
/
+23
2014-02-14
PCI: mvebu: Fix potential issue in range parsing
Jean-Jacques Hiblot
1
-1
/
+1
2014-02-13
PCI: mvebu: Use Device ID and revision from underlying endpoint
Andrew Lunn
1
-9
/
+2
2014-01-08
Merge branch 'pci/host-mvebu' into next
Bjorn Helgaas
1
-4
/
+6
2014-01-03
PCI: mvebu: Use max_t() instead of max(resource_size_t,)
Jingoo Han
1
-2
/
+2
2014-01-03
PCI: mvebu: Call pci_ioremap_io() at startup instead of dynamically
Thomas Petazzoni
1
-2
/
+4
2013-12-20
Merge branch 'pci/host-mvebu' into next
Bjorn Helgaas
1
-2
/
+1
2013-12-19
PCI: mvebu: Remove redundant of_match_ptr
Sachin Kamat
1
-2
/
+1
2013-12-19
Merge branch 'pci/host-mvebu' into next
Bjorn Helgaas
1
-31
/
+55
2013-12-10
PCI: mvebu: Remove duplicate of_clk_get_by_name() call
Andrew Lunn
1
-8
/
+0
2013-11-26
PCI: mvebu: Support a bridge with no IO port window
Jason Gunthorpe
1
-20
/
+43
2013-11-26
PCI: mvebu: Obey bridge PCI_COMMAND_MEM and PCI_COMMAND_IO bits
Jason Gunthorpe
1
-2
/
+12
2013-11-26
PCI: mvebu: Return 'unsupported' for Interrupt Line and Interrupt Pin
Jason Gunthorpe
1
-0
/
+5
2013-11-26
PCI: mvebu: Drop writes to bridge Secondary Status register
Jason Gunthorpe
1
-1
/
+0
2013-11-12
Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+1
2013-10-24
of/irq: Create of_irq_parse_and_map_pci() to consolidate arch code.
Grant Likely
1
-13
/
+1
2013-10-24
of/irq: simplify args to irq_create_of_mapping
Grant Likely
1
-1
/
+1
2013-10-24
of/irq: Replace of_irq with of_phandle_args
Grant Likely
1
-3
/
+2
[next]