1. 27 6月, 2018 6 次提交
  2. 26 6月, 2018 9 次提交
  3. 25 6月, 2018 1 次提交
    • J
      ASoC: cx20442: Don't ignore regulator_get() errors. · 50c67877
      Janusz Krzysztofik 提交于
      In its current shape, the driver just ignores errors returned by
      regulator_get() at component_probe().  This doesn't hurt on Amstrad
      Delta board as long as it registers the codec device at late_initcall,
      when the regulator which depends on basic-mmio-gpio device (probed as
      late as at dev_initcall) is already available.  Otherwise the driver
      may end up trying to control a codec which is not powered up.
      
      Remove that dependency on initialization order by handling the error.
      If the regulator is not yet available and -ENODEV is returned, convert
      it to -EPROBE_DEFER to get another chance.
      Signed-off-by: NJanusz Krzysztofik <jmkrzyszt@gmail.com>
      Signed-off-by: NMark Brown <broonie@kernel.org>
      50c67877
  4. 22 6月, 2018 7 次提交
  5. 21 6月, 2018 1 次提交
  6. 20 6月, 2018 2 次提交
  7. 19 6月, 2018 10 次提交
  8. 18 6月, 2018 4 次提交