summaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec
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-14/+17
2011-09-29staging: nvec: Add battery quirk to ignore incomplete responsesJulian Andres Klode-0/+5
2011-09-29staging: nvec: ps2: Always sample 4 bytes instead of just 1Julian Andres Klode-2/+3
2011-09-29staging: nvec: Return error in PS2 driver if write failsJulian Andres Klode-5/+2
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/+7
2011-09-29staging: nvec: Move implementation-only macros out of the headerJulian Andres Klode-21/+20
2011-09-29staging: nvec: Document public and private APIJulian Andres Klode-4/+191
2011-09-29staging: nvec: Have nvec_write_async() return -ENOMEM on OOMJulian Andres Klode-3/+10
2011-09-29staging: nvec: Enable the capslock LED in the keyboard driverJulian Andres Klode-0/+19
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-142/+307
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/+29
2011-09-29staging: nvec: fix Kconfig dependenciesMarc Dietrich-3/+3
2011-09-29staging: nvec: update ToDo listMarc Dietrich-0/+5
2011-09-29staging: nvec: add LED supportIlya Petrov-2/+127
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-420/+521
2011-09-29staging: nvec: Include missing headersJulian Andres Klode-0/+3
2011-08-24staging: nvec: convert to use platform register and mfdcellsMarc Dietrich-81/+138
2011-08-23Staging: nvec: fixes coding style issues in nvec_kbd.cColin Brophy-11/+11
2011-08-02Staging: Add clk API note to nvec/TODORussell King-2/+4
2011-06-20treewide: remove duplicate includesVitaliy Ivanov-1/+0
2011-05-19Staging: initial version of the nvec driverMarc Dietrich-0/+1540