09 Mar, 2017

1 commit

  • When it doesn't get the blk_base's resource, it was returned
    the error about phy_base, not blk_base.
    This patch is for fixing the wrong error return about blk_base.

    Fixes: cf0adb8e281b ("phy: phy-exynos-pcie: Add support for Exynos PCIe PHY")

    Signed-off-by: Jaehoon Chung
    Signed-off-by: Kishon Vijay Abraham I

    Jaehoon Chung
     

21 Feb, 2017

1 commit

  • Add support for Generic PHY framework about Exynos SoCs. Current Exynos
    PCIe driver doesn't use the PHY framework, which makes it difficult to
    upstream the other Exynos variants because of different PHY registers.

    Move the codes relevant to PHY from Exnyos PCIe driver to PHY Exynos PCIe
    driver.

    [bhelgaas: depend on "OF && (ARCH_EXYNOS || COMPILE_TEST)", update
    copyright year, both per Vivek]
    Signed-off-by: Jaehoon Chung
    Acked-by: Krzysztof Kozlowski
    Reviewed-by: Jingoo Han
    Reviewed-by: Pankaj Dubey
    Reviewed-by: Vivek Gautam
    Signed-off-by: Bjorn Helgaas

    Jaehoon Chung