Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1649222

[PATCH v6 0/4] DT and Driver review comments fix

From Xiaowei Song <songxiaowei@hisilicon.com>
Newsgroups linux.kernel
Subject [PATCH v6 0/4] DT and Driver review comments fix
Date 2017-05-24 10:20 +0200
Message-ID <tKzGp-8dC-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


Before Version Patches
======================

patch V4
https://www.spinics.net/lists/linux-pci/msg61406.html

patch V3
https://www.spinics.net/lists/linux-pci/msg61399.html

Changes between V6 and V5
=========================
1. seperate Document from .dtsi patch.
2. fix issues according to review comments
   from Bjorn Helgaas and Rob Herring: annotation stype, DT node,
   patch post method and so on.

Patches list
============

Xiaowei Song (4):
  PCI: hisi: Add DT binding for PCIe of Kirin SoC series
  arm64: dts: hisi: add kirin pcie node
  PCI: dwc: kirin: add PCIe Driver for HiSilicon Kirin SoC
  defconfig: PCI: Enable  Kirin PCIe defconfig

 .../devicetree/bindings/pci/kirin-pcie.txt         |  49 ++
 arch/arm64/boot/dts/hisilicon/hi3660.dtsi          |  31 ++
 arch/arm64/configs/defconfig                       |   1 +
 drivers/pci/dwc/Kconfig                            |  10 +
 drivers/pci/dwc/Makefile                           |   1 +
 drivers/pci/dwc/pcie-kirin.c                       | 511 +++++++++++++++++++++
 6 files changed, 603 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/pci/kirin-pcie.txt
 create mode 100644 drivers/pci/dwc/pcie-kirin.c

-- 
2.11.GIT

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v6 0/4] DT and Driver review comments fix Xiaowei Song <songxiaowei@hisilicon.com> - 2017-05-24 10:20 +0200
  [PATCH v6 3/4] PCI: dwc: kirin: add PCIe Driver for HiSilicon Kirin SoC Xiaowei Song <songxiaowei@hisilicon.com> - 2017-05-24 10:20 +0200
    Re: [PATCH v6 3/4] PCI: dwc: kirin: add PCIe Driver for HiSilicon Kirin SoC "Jingoo Han" <jingoohan1@gmail.com> - 2017-05-24 13:40 +0200
  [PATCH v6 1/4] PCI: hisi: Add DT binding for PCIe of Kirin SoC series Xiaowei Song <songxiaowei@hisilicon.com> - 2017-05-24 10:30 +0200
  Re: [PATCH v6 0/4] DT and Driver review comments fix "Jingoo Han" <jingoohan1@gmail.com> - 2017-05-24 13:40 +0200

csiph-web