summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec/nvec.c
AgeCommit message (Expand)AuthorLines
2011-11-26staging: nvec: add device tree supportMarc Dietrich-2/+28
2011-10-17staging/nvec: fix compilation error in nvec.cMarc Dietrich-0/+1
2011-09-29staging: nvec: send suspend messages synchronouslyMarc Dietrich-2/+8
2011-09-29staging: nvec: Add a udelay(100) to nvec_interruptJulian Andres Klode-0/+9
2011-09-29staging: nvec: Add missing includes and reorder themJulian Andres Klode-13/+11
2011-09-29staging: nvec: Add battery quirk to ignore incomplete responsesJulian Andres Klode-0/+5
2011-09-29staging: nvec: Reject incomplete messagesJulian Andres Klode-1/+6
2011-09-29staging: nvec: Handle filled up RX buffersJulian Andres Klode-0/+5
2011-09-29staging: nvec: Allow TX buffers only in the upper 75% of the poolJulian Andres Klode-6/+25
2011-09-29staging: nvec: Export nvec_msg_free() to clientsJulian Andres Klode-2/+4
2011-09-29staging: nvec: Move implementation-only macros out of the headerJulian Andres Klode-0/+20
2011-09-29staging: nvec: Document public and private APIJulian Andres Klode-2/+107
2011-09-29staging: nvec: Have nvec_write_async() return -ENOMEM on OOMJulian Andres Klode-2/+9
2011-09-29staging: nvec: Add myself to copyright and authors listJulian Andres Klode-0/+1
2011-09-29staging: nvec: Do not print free message for tx_scratchJulian Andres Klode-1/+2
2011-09-29staging: nvec: Rewrite the interrupt handlerJulian Andres Klode-114/+275
2011-09-29staging: nvec: Add is_event() and size() functions for nvec_msgJulian Andres Klode-0/+31
2011-09-29staging: nvec: Introduce nvec_gpio_set_value()Julian Andres Klode-0/+7
2011-09-29staging: nvec: Introduce new internal API for msg alloc/freeJulian Andres Klode-0/+23
2011-09-29staging: nvec: add LED supportIlya Petrov-0/+4
2011-09-29staging: nvec: fix unmute of speakersMarc Dietrich-1/+1
2011-09-29staging: nvec: rework the nvec slave initMarc Dietrich-8/+21
2011-09-29staging: nvec: Use print_hex_dump() where appropriateMarc Dietrich-13/+7
2011-09-29staging: nvec: coding style fixes / add copyright noticeMarc Dietrich-94/+97
2011-08-24staging: nvec: convert to use platform register and mfdcellsMarc Dietrich-69/+99
2011-06-20treewide: remove duplicate includesVitaliy Ivanov-1/+0
2011-05-19Staging: initial version of the nvec driverMarc Dietrich-0/+468