1. 30 12月, 2013 1 次提交
  2. 24 11月, 2013 1 次提交
    • M
      spi: Factor validation and initialisation of messages outside lock · 90808738
      Mark Brown 提交于
      Currently we do a bunch of per-message validation and initialisation in
      __spi_async() which is called with the bus lock held. Since none of this
      validation depends on the current bus status there's no need to hold the
      lock to do it so split it out into a separate __spi_validate() function
      which is called prior to taking the bus lock.
      
      This could be slightly neater but keep things simple for now to show the
      code motion clearly.
      
      Based on observations from Martin Sperl.
      Signed-off-by: NMark Brown <broonie@linaro.org>
      90808738
  3. 22 11月, 2013 3 次提交
  4. 21 11月, 2013 22 次提交
  5. 20 11月, 2013 13 次提交