1. 033d995 Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 12 years ago
  2. 6a2a2cd Merge 3.6-rc6 into staging-next by Greg Kroah-Hartman · 12 years ago
  3. 0848c94 mfd: core: Push irqdomain mapping out into devices by Mark Brown · 12 years ago
  4. eb1e40a staging: nvec: use system_nrt_wq instead of custom one by Tejun Heo · 12 years ago
  5. 71d64ef staging: nvec: do not depend on MACH_PAZ00 by Marc Dietrich · 12 years ago
  6. 4b8bf03 staging: nvec: release sync write lock in error case by Marc Dietrich · 12 years ago
  7. 4344379 staging: nvec: fix clock setup by Marc Dietrich · 12 years ago
  8. 103b748 Staging: nvec: fix coding style issues by Marc Dietrich · 12 years ago
  9. 6a37197 staging: nvec: use %*ph to dump small buffers by Andy Shevchenko · 12 years ago
  10. b13bc8d Merge tag 'staging-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 12 years ago
  11. 3cdde3a staging: nvec: add remove function to nvec childs by Marc Dietrich · 12 years ago
  12. ac56268 staging: nvec: rename led driver to board specific paz00 driver by Marc Dietrich · 12 years ago
  13. ebefae2 staging: nvec: cleanup powermanagement callbacks by Marc Dietrich · 12 years ago
  14. 9891b1c staging: nvec: cleanup driver registration by Marc Dietrich · 12 years ago
  15. 50d4656 staging: nvec: use dev_warn instead of printk by Marc Dietrich · 12 years ago
  16. f5e3352 staging: nvec: convert to devm_ functions by Marc Dietrich · 12 years ago
  17. 61c3b19 staging: nvec: add clk_prepare/clk_unprepare by Prashant Gaikwad · 12 years ago
  18. 535f2a5 staging:nvec:nvec.h Fix typos in staging:nvec by Justin P. Mattock · 12 years ago
  19. e96045a staging: nvec: Fix Kconfig dependencies by Julian Andres Klode · 13 years ago
  20. aed92bb staging: nvec: Use gpio_request_one() instead of gpio_request() by Julian Andres Klode · 13 years ago
  21. d3f862a staging: nvec: Fix typo s/I2C_SL_NEWL/I2C_SL_NEWSL/ by Julian Andres Klode · 13 years ago
  22. 36b30d6 staging: nvec: ps2: change serio type to passthrough by Marc Dietrich · 13 years ago
  23. a573298 staging: nvec: ps2: disable/enable mouse on suspend/resume by Marc Dietrich · 13 years ago
  24. 0eedab7 staging: nvec: ps2: add some more debug functions by Marc Dietrich · 13 years ago
  25. 4b625c3 staging: nvec: ps2: tell nvec to send 6 byte long messages by Marc Dietrich · 13 years ago
  26. 34ba143 staging: nvec: ps2: let the start/stop streaming commands be called by the start/stop functions of serio by Marc Dietrich · 13 years ago
  27. d1b5342 staging: nvec: ps2: add suspend/resume functions by Marc Dietrich · 13 years ago
  28. 7990b0d staging: nvec: add device tree support by Marc Dietrich · 13 years ago
  29. 3b769ed staging/nvec: fix compilation error in nvec.c by Marc Dietrich · 13 years ago
  30. 9feeb01 staging: nvec: send suspend messages synchronously by Marc Dietrich · 13 years ago
  31. de839b8 staging: nvec: Add a udelay(100) to nvec_interrupt by Julian Andres Klode · 13 years ago
  32. 12b5a55 staging: nvec: Add missing includes and reorder them by Julian Andres Klode · 13 years ago
  33. d6bdcf2 staging: nvec: Add battery quirk to ignore incomplete responses by Julian Andres Klode · 13 years ago
  34. 1e46e62 staging: nvec: ps2: Always sample 4 bytes instead of just 1 by Julian Andres Klode · 13 years ago
  35. ff006d1 staging: nvec: Return error in PS2 driver if write fails by Julian Andres Klode · 13 years ago
  36. 210ceb4 staging: nvec: Reject incomplete messages by Julian Andres Klode · 13 years ago
  37. 8da7986 staging: nvec: Handle filled up RX buffers by Julian Andres Klode · 13 years ago
  38. bb0590e staging: nvec: Allow TX buffers only in the upper 75% of the pool by Julian Andres Klode · 13 years ago
  39. 198dd26 staging: nvec: Export nvec_msg_free() to clients by Julian Andres Klode · 13 years ago
  40. 391d2fa staging: nvec: Move implementation-only macros out of the header by Julian Andres Klode · 13 years ago
  41. bdf034d staging: nvec: Document public and private API by Julian Andres Klode · 13 years ago
  42. 1b9bf62 staging: nvec: Have nvec_write_async() return -ENOMEM on OOM by Julian Andres Klode · 13 years ago
  43. ff169c1 staging: nvec: Enable the capslock LED in the keyboard driver by Julian Andres Klode · 13 years ago
  44. 791c4a6 staging: nvec: Add myself to copyright and authors list by Julian Andres Klode · 13 years ago
  45. 7b77065 staging: nvec: Do not print free message for tx_scratch by Julian Andres Klode · 13 years ago
  46. 0cab4cb staging: nvec: Rewrite the interrupt handler by Julian Andres Klode · 13 years ago
  47. 8517e87 staging: nvec: Add is_event() and size() functions for nvec_msg by Julian Andres Klode · 13 years ago
  48. e7c4085 staging: nvec: Introduce nvec_gpio_set_value() by Julian Andres Klode · 13 years ago
  49. 0b1076c staging: nvec: Introduce new internal API for msg alloc/free by Julian Andres Klode · 13 years ago
  50. b414e2e staging: nvec: fix Kconfig dependencies by Marc Dietrich · 13 years ago
  51. 8cdeff4 staging: nvec: update ToDo list by Marc Dietrich · 13 years ago
  52. 97cc265 staging: nvec: add LED support by Ilya Petrov · 13 years ago
  53. 6dca320c staging: nvec: fix unmute of speakers by Marc Dietrich · 13 years ago
  54. ac81075 staging: nvec: rework the nvec slave init by Marc Dietrich · 13 years ago
  55. a3a9aa1 staging: nvec: Use print_hex_dump() where appropriate by Marc Dietrich · 13 years ago
  56. 162c7d8 staging: nvec: coding style fixes / add copyright notice by Marc Dietrich · 13 years ago
  57. 7974035 staging: nvec: Include missing headers by Julian Andres Klode · 13 years ago
  58. f686e9a staging: nvec: convert to use platform register and mfdcells by Marc Dietrich · 13 years ago
  59. 88d94e3 Staging: nvec: fixes coding style issues in nvec_kbd.c by Colin Brophy · 13 years ago
  60. 55dc6ee Staging: Add clk API note to nvec/TODO by Russell King · 13 years ago
  61. e44ba03 treewide: remove duplicate includes by Vitaliy Ivanov · 13 years ago
  62. 32890b9 Staging: initial version of the nvec driver by Marc Dietrich · 13 years ago