On Thu, 9 Jun 2016 21:00:08 -0700
Doug Anderson wrote:
Hi Doug,
> Shawn,
>
> On Wed, Jun 8, 2016 at 1:05 AM, Shawn Lin wrote:
> > This patch adds Rockchip PCIe controller support found
> > on RK3399 Soc platform.
> >
> > Signed-off-by: Shawn Lin
> >
> > ---
> >
> > Changes in v2:
> > - remove
Shawn,
On Wed, Jun 8, 2016 at 1:05 AM, Shawn Lin wrote:
> This patch adds Rockchip PCIe controller support found
> on RK3399 Soc platform.
>
> Signed-off-by: Shawn Lin
>
> ---
>
> Changes in v2:
> - remove phy related stuff and call phy API
> - add new head file and define lots of macro to make
Hi,
[auto build test WARNING on pci/next]
[also build test WARNING on v4.7-rc2 next-20160609]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system]
url:
https://github.com/0day-ci/linux/commits/Shawn-Lin/Documentation-bindings-add-dt-doc-for-Rockc
On Wednesday, June 8, 2016 10:21:27 AM CEST Marc Zyngier wrote:
> > + rockchip_pcie_enable_interrupts(port);
> > + if (!IS_ENABLED(CONFIG_PCI_MSI)) {
> > + err = rockchip_pcie_init_irq_domain(port);
> > + if (err < 0)
> > + goto err_vpcie;
>
> Wh
On 08/06/16 09:05, Shawn Lin wrote:
> This patch adds Rockchip PCIe controller support found
> on RK3399 Soc platform.
>
> Signed-off-by: Shawn Lin
>
> ---
>
> Changes in v2:
> - remove phy related stuff and call phy API
> - add new head file and define lots of macro to make
> the code more r
This patch adds Rockchip PCIe controller support found
on RK3399 Soc platform.
Signed-off-by: Shawn Lin
---
Changes in v2:
- remove phy related stuff and call phy API
- add new head file and define lots of macro to make
the code more readable
- remove lots msi related code suggested by Marc
-
6 matches
Mail list logo