All of lore.kernel.org
 help / color / mirror / Atom feed
From: Shawn Lin <shawn.lin@rock-chips.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/2] Add Rockchip dwc-based PCIe controller and PHY support
Date: Fri, 15 Jan 2021 18:01:20 +0800	[thread overview]
Message-ID: <20210115100122.7385-1-shawn.lin@rock-chips.com> (raw)


This patchset add Rockchip dwc-based PCIe controller and PHY
found on RK356X platforms. It could support Gen3 as a root complex.


Changes in v2:
- reoder header file
- add comment
- reorder the header file
- add more comment
- use clrsetbits_le32 and setbits_le32
- fix other various suggestions from Simon

Shawn Lin (2):
  phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY
  pci: Add Rockchip dwc based PCIe controller driver

 drivers/pci/Kconfig                           |   9 +
 drivers/pci/Makefile                          |   1 +
 drivers/pci/pcie_dw_rockchip.c                | 877 ++++++++++++++++++
 drivers/phy/rockchip/Kconfig                  |   9 +
 drivers/phy/rockchip/Makefile                 |   1 +
 .../phy/rockchip/phy-rockchip-snps-pcie3.c    | 157 ++++
 6 files changed, 1054 insertions(+)
 create mode 100644 drivers/pci/pcie_dw_rockchip.c
 create mode 100644 drivers/phy/rockchip/phy-rockchip-snps-pcie3.c

-- 
2.17.1

             reply	other threads:[~2021-01-15 10:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-15 10:01 Shawn Lin [this message]
2021-01-15 10:01 ` [PATCH v2 1/2] phy: rockchip: Add Rockchip Synopsys PCIe 3.0 PHY Shawn Lin
2021-01-21  4:00   ` Kever Yang
2021-01-15 10:01 ` [PATCH v2 2/2] pci: Add Rockchip dwc based PCIe controller driver Shawn Lin
2021-01-19 18:06   ` Simon Glass
2021-01-21  4:00   ` Kever Yang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210115100122.7385-1-shawn.lin@rock-chips.com \
    --to=shawn.lin@rock-chips.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.