Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1404326
| From | Shawn Lin <shawn.lin@rock-chips.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/2] Add Rockchip PCIe RC controller support |
| Date | 2016-05-20 12:30 +0200 |
| Message-ID | <rAPQS-4i2-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi all, This patchset gonna support Rockchip PCIe controller integrated in RK3399 Soc supporting Gen2 with max 4 lanes. Also it supports: (1) Support Single-root I/O virtualization(SR-IOV) (2) Support Legacy Interrupt (3) Support MSI and MSI-X interrupt (4) Support ECRC Generation and Checking (5) Support 8 Virtual Functions attached to Physical Function (6) Support Outbound and Inbound address translation (7) Support ASPM state L0s and L1 (8) Support L1 Power Management Substate (9) Support PCI Function power states D0, D1 and D3, and the corresponding link power states L0, L1 and L2 Please review, test and comment. Thanks. Shawn Lin (2): Documentation: add binding description of Rockchip PCIe controller pci: Add PCIe driver for Rockchip Soc .../devicetree/bindings/pci/rockchip-pcie.txt | 93 ++ drivers/pci/host/Kconfig | 12 + drivers/pci/host/Makefile | 1 + drivers/pci/host/pcie-rockchip.c | 1181 ++++++++++++++++++++ 4 files changed, 1287 insertions(+) create mode 100644 Documentation/devicetree/bindings/pci/rockchip-pcie.txt create mode 100644 drivers/pci/host/pcie-rockchip.c -- 2.3.7
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/2] Add Rockchip PCIe RC controller support Shawn Lin <shawn.lin@rock-chips.com> - 2016-05-20 12:30 +0200
[PATCH 1/2] Documentation: add binding description of Rockchip PCIe controller Shawn Lin <shawn.lin@rock-chips.com> - 2016-05-20 12:30 +0200
Re: [PATCH 1/2] Documentation: add binding description of Rockchip PCIe controller Heiko Stuebner <heiko@sntech.de> - 2016-05-20 13:30 +0200
Re: [PATCH 1/2] Documentation: add binding description of Rockchip PCIe controller Shawn Lin <shawn.lin@rock-chips.com> - 2016-05-21 06:00 +0200
Re: [PATCH 1/2] Documentation: add binding description of Rockchip PCIe controller Heiko Stuebner <heiko@sntech.de> - 2016-05-23 22:00 +0200
Re: [PATCH 1/2] Documentation: add binding description of Rockchip PCIe controller Shawn Lin <shawn.lin@rock-chips.com> - 2016-05-24 03:50 +0200
Re: [PATCH 1/2] Documentation: add binding description of Rockchip PCIe controller Marc Zyngier <marc.zyngier@arm.com> - 2016-05-30 13:10 +0200
csiph-web