[PATCH v6 0/3] Add PCIe support for i.MX6q
Shawn Guo
shawn.guo at linaro.org
Mon Sep 16 05:11:01 EDT 2013
On Mon, Sep 16, 2013 at 08:20:51AM +0000, Sean Cross wrote:
> Sean Cross (3):
> ARM: imx: Add LVDS general-purpose clocks to i.MX6Q
> ARM: imx6q: Add PCIe bits to GPR syscon definition
> PCI: imx6: Add support for i.MX6 PCIe controller
The series looks good to me except that the devm_clk_get() should be
used in driver .probe function rather than clk_get(). I will wait for
another couple of days. If there is no comments coming up, I can fix
it up and apply the series.
Shawn
>
> .../devicetree/bindings/clock/imx6q-clock.txt | 4 +
> .../devicetree/bindings/pci/designware-pcie.txt | 7 +-
> arch/arm/boot/dts/imx6qdl.dtsi | 16 +
> arch/arm/mach-imx/Kconfig | 2 +
> arch/arm/mach-imx/clk-imx6q.c | 24 +-
> drivers/pci/host/Kconfig | 6 +
> drivers/pci/host/Makefile | 1 +
> drivers/pci/host/pci-imx6.c | 576 ++++++++++++++++++++
> include/linux/mfd/syscon/imx6q-iomuxc-gpr.h | 8 +
> 9 files changed, 642 insertions(+), 2 deletions(-)
> create mode 100644 drivers/pci/host/pci-imx6.c
>
> --
> 1.7.9.5
>
More information about the linux-arm-kernel
mailing list