1. 18 5月, 2010 4 次提交
  2. 17 5月, 2010 1 次提交
    • J
      DMA ENGINE: Do not reset 'private' of channel · cc05ea0c
      Jassi Brar 提交于
      The member 'private' of 'struct dma_chan' is meant for passing
      data between client and the controller driver.
      
      The DMA client driver may point it to platform specific stuff after
      acquiring the channel. So, it is the responsiblity of the same code
      to reset it, if it must.
      
      The DMA engine doesn't set it and hence, shouldn't reset it either.
      
      This reseting of private by DMA Engine comes in the way of implementing
      default channel settings during DMAC probe. That capability is useful
      for not having the clients to always provide platform specific data,
      like Rx/Tx FIFO addresses, which usually doesn't change across channel
      requests.
      Signed-off-by: NJassi Brar <jassi.brar@samsung.com>
      Signed-off-by: NDan Williams <dan.j.williams@intel.com>
      cc05ea0c
  3. 15 4月, 2010 1 次提交
  4. 30 3月, 2010 1 次提交
  5. 27 3月, 2010 4 次提交
  6. 26 3月, 2010 1 次提交
  7. 25 3月, 2010 2 次提交
  8. 08 3月, 2010 1 次提交
  9. 07 3月, 2010 1 次提交
  10. 04 3月, 2010 6 次提交
  11. 03 3月, 2010 5 次提交
  12. 02 3月, 2010 7 次提交
  13. 01 3月, 2010 4 次提交
  14. 17 2月, 2010 1 次提交
    • T
      percpu: add __percpu sparse annotations to what's left · a29d8b8e
      Tejun Heo 提交于
      Add __percpu sparse annotations to places which didn't make it in one
      of the previous patches.  All converions are trivial.
      
      These annotations are to make sparse consider percpu variables to be
      in a different address space and warn if accessed without going
      through percpu accessors.  This patch doesn't affect normal builds.
      Signed-off-by: NTejun Heo <tj@kernel.org>
      Acked-by: NBorislav Petkov <borislav.petkov@amd.com>
      Cc: Dan Williams <dan.j.williams@intel.com>
      Cc: Huang Ying <ying.huang@intel.com>
      Cc: Len Brown <lenb@kernel.org>
      Cc: Neil Brown <neilb@suse.de>
      a29d8b8e
  15. 11 2月, 2010 1 次提交