1. 10 4月, 2017 2 次提交
  2. 09 3月, 2017 2 次提交
    • S
      phy: qcom-usb-hs: Add depends on EXTCON · 1a09b6a7
      Stephen Boyd 提交于
      We get the following compile errors if EXTCON is enabled as a
      module but this driver is builtin:
      
      drivers/built-in.o: In function `qcom_usb_hs_phy_power_off':
      phy-qcom-usb-hs.c:(.text+0x1089): undefined reference to `extcon_unregister_notifier'
      drivers/built-in.o: In function `qcom_usb_hs_phy_probe':
      phy-qcom-usb-hs.c:(.text+0x11b5): undefined reference to `extcon_get_edev_by_phandle'
      drivers/built-in.o: In function `qcom_usb_hs_phy_power_on':
      phy-qcom-usb-hs.c:(.text+0x128e): undefined reference to `extcon_get_state'
      phy-qcom-usb-hs.c:(.text+0x12a9): undefined reference to `extcon_register_notifier'
      
      so let's mark this as needing to follow the modular status of
      the extcon framework.
      
      Fixes: 9994a338 e2427b09 (phy: Add support for Qualcomm's USB HS phy")
      Signed-off-by: NStephen Boyd <stephen.boyd@linaro.org>
      Signed-off-by: NKishon Vijay Abraham I <kishon@ti.com>
      1a09b6a7
    • R
      Revert "phy: Add USB3 PHY support for Broadcom NSP SoC" · 9200c6f1
      Rafał Miłecki 提交于
      This reverts commit d7bc1a7d ("phy: Add USB3 PHY support for
      Broadcom NSP SoC") as we already have driver for this PHY (shared by NS
      and NSP). It was added in commit e5666281 ("phy: bcm-ns-usb3: new
      driver for USB 3.0 PHY on Northstar").
      
      Instead of adding separated driver & duplicating code we should work on
      improving existing (old) one. Thanks to work done by Broadcom we know
      there is MDIO bus we weren't aware of & we know register names which
      makes initialization more clear. This is very valuable info and we
      should work on using it in existing driver afterwards.
      Acked-by: NJon Mason <jon.mason@broadcom.com>
      Signed-off-by: NRafał Miłecki <rafal@milecki.pl>
      9200c6f1
  3. 21 2月, 2017 1 次提交
  4. 27 1月, 2017 4 次提交
  5. 18 11月, 2016 4 次提交
  6. 10 9月, 2016 6 次提交
  7. 04 7月, 2016 1 次提交
  8. 21 6月, 2016 1 次提交
  9. 11 6月, 2016 1 次提交
  10. 30 4月, 2016 4 次提交
  11. 29 4月, 2016 3 次提交
  12. 18 4月, 2016 1 次提交
  13. 01 3月, 2016 3 次提交
  14. 03 2月, 2016 1 次提交
  15. 20 12月, 2015 3 次提交
  16. 03 12月, 2015 1 次提交
  17. 06 10月, 2015 2 次提交