]> git.karo-electronics.de Git - karo-tx-linux.git/commit
dmaengine: edma: Rename bitfields for slot and channel usage tracking
authorPeter Ujfalusi <peter.ujfalusi@ti.com>
Wed, 14 Oct 2015 11:43:05 +0000 (14:43 +0300)
committerVinod Koul <vinod.koul@intel.com>
Wed, 14 Oct 2015 14:27:13 +0000 (19:57 +0530)
commit7a73b135cdb33f78acab118dd72782416d5281b2
treee653054ba27e5394cb12a1d0c90e523e8196b1de
parent4ab54f696dc5299d7db9d924f28f408dc0404f1b
dmaengine: edma: Rename bitfields for slot and channel usage tracking

The names chosen for the bitfields were quite confusing and given no real
information on what they are used for...

edma_inuse -> slot_inuse: tracks the slot usage/availability
edma_unused -> channel_unused: tracks the channel usage/availability

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
drivers/dma/edma.c