| Commit message (Expand) | Author | Age | Files | Lines |
* | staging: nvec: Fix Kconfig dependencies | Julian Andres Klode | 2012-01-31 | 1 | -3/+3 |
* | staging: nvec: Use gpio_request_one() instead of gpio_request() | Julian Andres Klode | 2012-01-31 | 1 | -7/+6 |
* | staging: nvec: Fix typo s/I2C_SL_NEWL/I2C_SL_NEWSL/ | Julian Andres Klode | 2012-01-31 | 1 | -3/+3 |
* | staging: nvec: ps2: change serio type to passthrough | Marc Dietrich | 2012-01-31 | 1 | -1/+1 |
* | staging: nvec: ps2: disable/enable mouse on suspend/resume | Marc Dietrich | 2012-01-31 | 1 | -0/+8 |
* | staging: nvec: ps2: add some more debug functions | Marc Dietrich | 2012-01-31 | 1 | -5/+13 |
* | staging: nvec: ps2: tell nvec to send 6 byte long messages | Marc Dietrich | 2012-01-31 | 1 | -1/+1 |
* | staging: nvec: ps2: let the start/stop streaming commands be called by the st... | Marc Dietrich | 2012-01-31 | 1 | -2/+2 |
* | staging: nvec: ps2: add suspend/resume functions | Marc Dietrich | 2012-01-31 | 1 | -0/+19 |
* | staging: nvec: add device tree support | Marc Dietrich | 2011-11-27 | 1 | -2/+28 |
* | staging/nvec: fix compilation error in nvec.c | Marc Dietrich | 2011-10-18 | 1 | -0/+1 |
* | staging: nvec: send suspend messages synchronously | Marc Dietrich | 2011-09-30 | 1 | -2/+8 |
* | staging: nvec: Add a udelay(100) to nvec_interrupt | Julian Andres Klode | 2011-09-30 | 1 | -0/+9 |
* | staging: nvec: Add missing includes and reorder them | Julian Andres Klode | 2011-09-30 | 2 | -14/+17 |
* | staging: nvec: Add battery quirk to ignore incomplete responses | Julian Andres Klode | 2011-09-30 | 1 | -0/+5 |
* | staging: nvec: ps2: Always sample 4 bytes instead of just 1 | Julian Andres Klode | 2011-09-30 | 1 | -2/+3 |
* | staging: nvec: Return error in PS2 driver if write fails | Julian Andres Klode | 2011-09-30 | 1 | -5/+2 |
* | staging: nvec: Reject incomplete messages | Julian Andres Klode | 2011-09-30 | 1 | -1/+6 |
* | staging: nvec: Handle filled up RX buffers | Julian Andres Klode | 2011-09-30 | 1 | -0/+5 |
* | staging: nvec: Allow TX buffers only in the upper 75% of the pool | Julian Andres Klode | 2011-09-30 | 1 | -6/+25 |
* | staging: nvec: Export nvec_msg_free() to clients | Julian Andres Klode | 2011-09-30 | 2 | -2/+7 |
* | staging: nvec: Move implementation-only macros out of the header | Julian Andres Klode | 2011-09-30 | 2 | -21/+20 |
* | staging: nvec: Document public and private API | Julian Andres Klode | 2011-09-30 | 2 | -4/+191 |
* | staging: nvec: Have nvec_write_async() return -ENOMEM on OOM | Julian Andres Klode | 2011-09-30 | 2 | -3/+10 |
* | staging: nvec: Enable the capslock LED in the keyboard driver | Julian Andres Klode | 2011-09-30 | 1 | -0/+19 |
* | staging: nvec: Add myself to copyright and authors list | Julian Andres Klode | 2011-09-30 | 1 | -0/+1 |
* | staging: nvec: Do not print free message for tx_scratch | Julian Andres Klode | 2011-09-30 | 1 | -1/+2 |
* | staging: nvec: Rewrite the interrupt handler | Julian Andres Klode | 2011-09-30 | 3 | -142/+307 |
* | staging: nvec: Add is_event() and size() functions for nvec_msg | Julian Andres Klode | 2011-09-30 | 1 | -0/+31 |
* | staging: nvec: Introduce nvec_gpio_set_value() | Julian Andres Klode | 2011-09-30 | 1 | -0/+7 |
* | staging: nvec: Introduce new internal API for msg alloc/free | Julian Andres Klode | 2011-09-30 | 2 | -0/+29 |
* | staging: nvec: fix Kconfig dependencies | Marc Dietrich | 2011-09-30 | 1 | -3/+3 |
* | staging: nvec: update ToDo list | Marc Dietrich | 2011-09-30 | 1 | -0/+5 |
* | staging: nvec: add LED support | Ilya Petrov | 2011-09-30 | 5 | -2/+127 |
* | staging: nvec: fix unmute of speakers | Marc Dietrich | 2011-09-30 | 1 | -1/+1 |
* | staging: nvec: rework the nvec slave init | Marc Dietrich | 2011-09-30 | 1 | -8/+21 |
* | staging: nvec: Use print_hex_dump() where appropriate | Marc Dietrich | 2011-09-30 | 1 | -13/+7 |
* | staging: nvec: coding style fixes / add copyright notice | Marc Dietrich | 2011-09-30 | 7 | -420/+521 |
* | staging: nvec: Include missing headers | Julian Andres Klode | 2011-09-30 | 3 | -0/+3 |
* | staging: nvec: convert to use platform register and mfdcells | Marc Dietrich | 2011-08-24 | 4 | -81/+138 |
* | Staging: nvec: fixes coding style issues in nvec_kbd.c | Colin Brophy | 2011-08-23 | 1 | -11/+11 |
* | Staging: Add clk API note to nvec/TODO | Russell King | 2011-08-03 | 1 | -2/+4 |
* | treewide: remove duplicate includes | Vitaliy Ivanov | 2011-06-20 | 1 | -1/+0 |
* | Staging: initial version of the nvec driver | Marc Dietrich | 2011-05-20 | 10 | -0/+1540 |