1. 26 9月, 2013 1 次提交
  2. 23 8月, 2012 1 次提交
  3. 17 8月, 2012 1 次提交
    • S
      ARM: mxs: tx28: reset fec phy for device tree boot · 2c7c2c1d
      Shawn Guo 提交于
      For non-DT boot, function tx28_add_fec0 configures all ENET0 pins
      into gpio mode for resetting fec phy, and then reconfigures those pins
      into ENET function after that.
      
      For DT boot, all the pin configuration is done by pinctrl subsystem.
      Ideally, when gpio_request gets called, GPIO subsystem should call
      pinctrl to configure pins into gpio mode automatically, and have pins
      freed up from pinctrl subsystem when gpio_free is called.  But right
      now, this cooperation between gpio and pinctrl hasn't been available.
      As the result, we have to explicitly call pinctrl_get_select and
      pinctrl_put for device tree boot.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      Acked-by: NLothar Waßmann <LW@KARO-electronics.de>
      2c7c2c1d
  4. 11 7月, 2012 2 次提交