summaryrefslogtreecommitdiff
path: root/oui-update.py
diff options
context:
space:
mode:
authorVadim Kochan <vadim4j@gmail.com>2016-04-21 21:47:38 +0300
committerTobias Klauser <tklauser@distanz.ch>2016-04-22 15:26:16 +0200
commit627b1d172d19372dc43248cfe680521743efd826 (patch)
treee10e28cfe6b5493a6a4d410ab01a3c18abdfbe14 /oui-update.py
parent0f6b6059d9d4d36e1132af423ccac33267e910a5 (diff)
list: Add re-defined double-linked list API from liburcu
Add definitions for list structure & functions without cds_/CDS_ prefix. The purpose of this change is to use such linked-list in sorting or ordering some kind of items (e.g. flowtop - flows, columns). Signed-off-by: Vadim Kochan <vadim4j@gmail.com> Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'oui-update.py')
0 files changed, 0 insertions, 0 deletions
out the I/O functionality into a new io_mutex. This means taking both mutexes in the DMA path, replacing the existing mutex with the new I/O one in the message pump (the mutex now always being taken in the message pump) and taking the bus lock mutex in spi_sync(), allowing __spi_sync() to have no mutex handling. While we're at it hoist the mutex further up the message pump before we power up the device so that all power up/down of the block is covered by it and there are no races with in-line pumping of messages. Reported-by: Rich Felker <dalias@libc.org> Tested-by: Rich Felker <dalias@libc.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree')