aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/nvec (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-31staging: nvec: Fix Kconfig dependenciesJulian Andres Klode1-3/+3
2012-01-31staging: nvec: Use gpio_request_one() instead of gpio_request()Julian Andres Klode1-7/+6
2012-01-31staging: nvec: Fix typo s/I2C_SL_NEWL/I2C_SL_NEWSL/Julian Andres Klode1-3/+3
2012-01-31staging: nvec: ps2: change serio type to passthroughMarc Dietrich1-1/+1
2012-01-31staging: nvec: ps2: disable/enable mouse on suspend/resumeMarc Dietrich1-0/+8
2012-01-31staging: nvec: ps2: add some more debug functionsMarc Dietrich1-5/+13
2012-01-31staging: nvec: ps2: tell nvec to send 6 byte long messagesMarc Dietrich1-1/+1
2012-01-31staging: nvec: ps2: let the start/stop streaming commands be called by the start/stop functions of serioMarc Dietrich1-2/+2
2012-01-31staging: nvec: ps2: add suspend/resume functionsMarc Dietrich1-0/+19
2011-11-26staging: nvec: add device tree supportMarc Dietrich1-2/+28
2011-10-17staging/nvec: fix compilation error in nvec.cMarc Dietrich1-0/+1
2011-09-29staging: nvec: send suspend messages synchronouslyMarc Dietrich1-2/+8
2011-09-29staging: nvec: Add a udelay(100) to nvec_interruptJulian Andres Klode1-0/+9
2011-09-29staging: nvec: Add missing includes and reorder themJulian Andres Klode2-14/+17
2011-09-29staging: nvec: Add battery quirk to ignore incomplete responsesJulian Andres Klode1-0/+5
2011-09-29staging: nvec: ps2: Always sample 4 bytes instead of just 1Julian Andres Klode1-2/+3
2011-09-29staging: nvec: Return error in PS2 driver if write failsJulian Andres Klode1-5/+2
2011-09-29staging: nvec: Reject incomplete messagesJulian Andres Klode1-1/+6
2011-09-29staging: nvec: Handle filled up RX buffersJulian Andres Klode1-0/+5
2011-09-29staging: nvec: Allow TX buffers only in the upper 75% of the poolJulian Andres Klode1-6/+25
2011-09-29staging: nvec: Export nvec_msg_free() to clientsJulian Andres Klode2-2/+7
2011-09-29staging: nvec: Move implementation-only macros out of the headerJulian Andres Klode2-21/+20
2011-09-29staging: nvec: Document public and private APIJulian Andres Klode2-4/+191
2011-09-29staging: nvec: Have nvec_write_async() return -ENOMEM on OOMJulian Andres Klode2-3/+10
2011-09-29staging: nvec: Enable the capslock LED in the keyboard driverJulian Andres Klode1-0/+19
2011-09-29staging: nvec: Add myself to copyright and authors listJulian Andres Klode1-0/+1
2011-09-29staging: nvec: Do not print free message for tx_scratchJulian Andres Klode1-1/+2
2011-09-29staging: nvec: Rewrite the interrupt handlerJulian Andres Klode3-142/+307
2011-09-29staging: nvec: Add is_event() and size() functions for nvec_msgJulian Andres Klode1-0/+31
2011-09-29staging: nvec: Introduce nvec_gpio_set_value()Julian Andres Klode1-0/+7
2011-09-29staging: nvec: Introduce new internal API for msg alloc/freeJulian Andres Klode2-0/+29
2011-09-29staging: nvec: fix Kconfig dependenciesMarc Dietrich1-3/+3
2011-09-29staging: nvec: update ToDo listMarc Dietrich1-0/+5
2011-09-29staging: nvec: add LED supportIlya Petrov5-2/+127
2011-09-29staging: nvec: fix unmute of speakersMarc Dietrich1-1/+1
2011-09-29staging: nvec: rework the nvec slave initMarc Dietrich1-8/+21
2011-09-29staging: nvec: Use print_hex_dump() where appropriateMarc Dietrich1-13/+7
2011-09-29staging: nvec: coding style fixes / add copyright noticeMarc Dietrich7-420/+521
2011-09-29staging: nvec: Include missing headersJulian Andres Klode3-0/+3
2011-08-24staging: nvec: convert to use platform register and mfdcellsMarc Dietrich4-81/+138
2011-08-23Staging: nvec: fixes coding style issues in nvec_kbd.cColin Brophy1-11/+11
2011-08-02Staging: Add clk API note to nvec/TODORussell King1-2/+4
2011-06-20treewide: remove duplicate includesVitaliy Ivanov1-1/+0
2011-05-19Staging: initial version of the nvec driverMarc Dietrich10-0/+1540