1. 31 8月, 2017 1 次提交
    • A
      phy: add the mvebu cp110 comphy driver · d0438bd6
      Antoine Tenart 提交于
      On the CP110 unit, which can be found on various Marvell platforms such
      as the 7k and 8k (currently), a comphy (common PHYs) hardware block can
      be found. This block provides a number of PHYs which can be used in
      various modes by other controllers (network, SATA ...). These common
      PHYs must be configured for the controllers using them to work correctly
      either at boot time, or when the system runs to switch the mode used.
      This patch adds a driver for this comphy hardware block, providing
      callbacks for the its PHYs so that consumers can configure the modes
      used.
      
      As of this commit, two modes are supported by the comphy driver: sgmii
      and 10gkr.
      Signed-off-by: NAntoine Tenart <antoine.tenart@free-electrons.com>
      Acked-by: NKishon Vijay Abraham I <kishon@ti.com>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      d0438bd6
  2. 01 6月, 2017 1 次提交
    • V
      phy: Group vendor specific phy drivers · 0b56e9a7
      Vivek Gautam 提交于
      Adding vendor specific directories in phy to group
      phy drivers under their respective vendor umbrella.
      
      Also updated the MAINTAINERS file to reflect the correct
      directory structure for phy drivers.
      Signed-off-by: NVivek Gautam <vivek.gautam@codeaurora.org>
      Acked-by: NHeiko Stuebner <heiko@sntech.de>
      Acked-by: NViresh Kumar <viresh.kumar@linaro.org>
      Acked-by: NKrzysztof Kozlowski <krzk@kernel.org>
      Acked-by: NYoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
      Reviewed-by: NJaehoon Chung <jh80.chung@samsung.com>
      Cc: Kishon Vijay Abraham I <kishon@ti.com>
      Cc: David S. Miller <davem@davemloft.net>
      Cc: Geert Uytterhoeven <geert+renesas@glider.be>
      Cc: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
      Cc: Guenter Roeck <linux@roeck-us.net>
      Cc: Heiko Stuebner <heiko@sntech.de>
      Cc: Viresh Kumar <viresh.kumar@linaro.org>
      Cc: Maxime Ripard <maxime.ripard@free-electrons.com>
      Cc: Chen-Yu Tsai <wens@csie.org>
      Cc: Sylwester Nawrocki <s.nawrocki@samsung.com>
      Cc: Krzysztof Kozlowski <krzk@kernel.org>
      Cc: Jaehoon Chung <jh80.chung@samsung.com>
      Cc: Stephen Boyd <stephen.boyd@linaro.org>
      Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
      Cc: linux-arm-kernel@lists.infradead.org
      Cc: linux-arm-msm@vger.kernel.org
      Cc: linux-kernel@vger.kernel.org
      Cc: linux-omap@vger.kernel.org
      Cc: linux-renesas-soc@vger.kernel.org
      Cc: linux-rockchip@lists.infradead.org
      Cc: linux-samsung-soc@vger.kernel.org
      Cc: linux-usb@vger.kernel.org
      Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
      0b56e9a7