1. 26d890f pch_dma: set the number of array correctly by Tomoya MORINAGA · 13 years ago
  2. c5a9f9d pch_dma: fix kernel error issue by Tomoya MORINAGA · 13 years ago
  3. 0670e71 Merge branch 'dw_dmac' into dmaengine by Dan Williams · 13 years ago
  4. 80cc07a Merge branch 'dma40' into dmaengine by Dan Williams · 13 years ago
  5. e19d1d4 Merge branch 'imx' into dmaengine-fixes by Dan Williams · 13 years ago
  6. a646bd7 dma: ipu_idmac: do not lose valid received data in the irq handler by Anatolij Gustschin · 13 years ago
  7. 60f1df5 Merge branch 'dmaengine-shawn' into dmaengine by Sascha Hauer · 13 years ago
  8. 2335d33 Merge branch 'dmaengine-sdma' into dmaengine by Sascha Hauer · 13 years ago
  9. 341b941 dmaengine: imx-sdma: fix up param for the last BD in sdma_prep_slave_sg() by Shawn Guo · 13 years ago
  10. 1e9cebb dmaengine: imx-sdma: correct sdmac->status in sdma_handle_channel_loop() by Shawn Guo · 13 years ago
  11. 8a96591 dmaengine: imx-sdma: return sdmac->status in sdma_tx_status() by Shawn Guo · 13 years ago
  12. 4b2ce9d dmaengine: imx-sdma: set sdmac->status to DMA_ERROR in err_out of sdma_prep_slave_sg() by Shawn Guo · 13 years ago
  13. 1797c33 dmaengine: imx-sdma: remove IMX_DMA_SG_LOOP handling in sdma_prep_slave_sg() by Shawn Guo · 13 years ago
  14. f8a356f dmaengine i.MX dma: initialize dma capabilities outside channel loop by Sascha Hauer · 13 years ago
  15. 97a43df dmaengine i.MX DMA: do not initialize chan_id field by Sascha Hauer · 13 years ago
  16. d07102a dmaengine i.MX dma: check sg entries for valid addresses and lengths by Sascha Hauer · 14 years ago
  17. 1e070a6 dmaengine i.MX dma: set maximum segment size for our device by Sascha Hauer · 14 years ago
  18. 23889c6 dmaengine i.MX SDMA: reserve channel 0 by not registering it by Sascha Hauer · 13 years ago
  19. 7214a8b dmaengine i.MX SDMA: initialize dma capabilities outside channel loop by Sascha Hauer · 13 years ago
  20. 7a0e9b2 dmaengine i.MX SDMA: do not initialize chan_id field by Sascha Hauer · 13 years ago
  21. 1fa81c2 dmaengine i.MX sdma: check sg entries for valid addresses and lengths by Sascha Hauer · 14 years ago
  22. b9b3f82 dmaengine i.MX sdma: set maximum segment size for our device by Sascha Hauer · 14 years ago
  23. 0c842b5 dma40: cyclic xfer support by Rabin Vincent · 13 years ago
  24. 86eb5fb dma40: stop ongoing transfers in DMA_TERMINATE_ALL by Rabin Vincent · 13 years ago
  25. 7ad74a7 dma40: fix DMA_SG capability and channels by Rabin Vincent · 13 years ago
  26. 6045f0b dma40: handle failure to allocate first LCLA by Rabin Vincent · 13 years ago
  27. e65889c dma40: extract lcla code into separate function by Rabin Vincent · 13 years ago
  28. 7f933be dma40: use flags to reduce parameter count by Rabin Vincent · 13 years ago
  29. 1f7622c dma40: make d40_log_buf_to_lli static by Rabin Vincent · 13 years ago
  30. 822c567 dma40: unify src/dst addr check by Rabin Vincent · 13 years ago
  31. cc31b6f dma40: pass the info pointer all the way to reduce argument count by Rabin Vincent · 13 years ago
  32. 5ed04b8 dma40: unify d40_log_sg_to_lli funcs for mem and slave by Rabin Vincent · 13 years ago
  33. e24b36b dma40: combine duplicated code in log_sg_to_dev by Rabin Vincent · 13 years ago
  34. 1c4b092 dma40: move lli_load to main source file by Rabin Vincent · 13 years ago
  35. cade1d3 dma40: combine mem and slave prep_sg functions by Rabin Vincent · 13 years ago
  36. 10a946b dma40: remove export of stedma40_memcpy_sg by Rabin Vincent · 13 years ago
  37. 3e3a076 dma40: combine mem and slave sg-to-lli functions by Rabin Vincent · 13 years ago
  38. 00ac034 dma40: remove duplicated dev addr code by Rabin Vincent · 13 years ago
  39. dbd8878 dma40: combine duplicated d40_pool_lli_alloc() calls by Rabin Vincent · 13 years ago
  40. 5f81158 dma40: combine desc init functions by Rabin Vincent · 13 years ago
  41. 95944c6 dma40: implement prep_memcpy as a wrapper around memcpy_sg by Rabin Vincent · 13 years ago
  42. d924aba dma40: remove unnecessary casts by Rabin Vincent · 13 years ago
  43. b00f938 dma40: fix DMA API usage for LLIs by Rabin Vincent · 13 years ago
  44. 026cbc4 dma40: fix DMA API usage for LCLA by Rabin Vincent · 13 years ago
  45. 7fe8be5 dma40: use sg_dma_address() instead of sg_phys() by Rabin Vincent · 13 years ago
  46. 594ece4 dma40: remove unnecessary ALIGN()s by Rabin Vincent · 13 years ago
  47. ac2c0a3 dma40: allow realtime and priority for event lines by Rabin Vincent · 13 years ago
  48. 4d59490 dma40: fix comment to refer to SOCs rather than boards by Rabin Vincent · 13 years ago
  49. 6db5a8b dma40: use helpers for error functions by Rabin Vincent · 13 years ago
  50. 724a857 dma40: use helpers for channel type check by Rabin Vincent · 13 years ago
  51. 8ca8468 dma40: use helper for channel registers base by Rabin Vincent · 13 years ago
  52. 7d83a85 dma40: remove "hardware link with previous jobs" code by Rabin Vincent · 13 years ago
  53. 262d291 dma40: ensure event lines get enabled by Rabin Vincent · 13 years ago
  54. cb9ab2d dma40: make init function static by Rabin Vincent · 13 years ago
  55. 8179661 DMA: PL08x: fix channel pausing to timeout rather than lockup by Russell King - ARM Linux · 13 years ago
  56. fb52621 DMA: PL08x: fix infinite wait when terminating transfers by Russell King - ARM Linux · 13 years ago
  57. 95ea759 dmaengine/dw_dmac: provide a mechanism to indicate private devices by Jamie Iles · 13 years ago
  58. f301c06 dmaengine/dw_dmac: allow src/dst masters to be configured at runtime by Jamie Iles · 13 years ago
  59. 087809f dmaengine/dw_dmac: don't scan descriptors if no xfers in progress by Jamie Iles · 13 years ago
  60. d718f4e dmaengine: imx-sdma: fix inconsistent naming in sdma_assign_cookie() by Shawn Guo · 13 years ago
  61. 939fd4f dmaengine: imx-sdma: propagate error in sdma_probe() instead of returning 0 by Shawn Guo · 13 years ago
  62. 6866fd3 dmaengine i.MX SDMA: Fix firmware loading by Sascha Hauer · 14 years ago
  63. 13a3cec Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6 by Linus Torvalds · 13 years ago
  64. a1d3f5b Merge branches 'fixes' and 'fwnet' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6 by Linus Torvalds · 13 years ago
  65. d41ad6d Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  66. f32be0c powerpc/macintosh: Fix wrong test in fan_{read,write}_reg() by roel kluin · 14 years ago
  67. d551d81 ACPI / PM: Call suspend_nvs_free() earlier during resume by Rafael J. Wysocki · 13 years ago
  68. 2d6d9fd ACPI: Introduce acpi_os_ioremap() by Rafael J. Wysocki · 13 years ago
  69. 8d99641 Merge branch 'akpm' by Linus Torvalds · 13 years ago
  70. 2550326 backlight: fix 88pm860x_bl macro collision by Randy Dunlap · 13 years ago
  71. cc587ec drivers/leds/ledtrig-gpio.c: make output match input, tighten input checking by Janusz Krzysztofik · 13 years ago
  72. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  73. fc887b1 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  74. 67290f4 Merge branch 'xen/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen by Linus Torvalds · 13 years ago
  75. e55fdbd Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 13 years ago
  76. e589501 Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6 by Linus Torvalds · 13 years ago
  77. d7b9935 i915: Fix i915 suspend delay by Linus Torvalds · 13 years ago
  78. 3247199 firewire: net: is not experimental anymore by Stefan Richter · 13 years ago
  79. 74a1450 firewire: net: invalidate ARP entries of removed nodes by Maxim Levitsky · 14 years ago
  80. 6044565 firewire: core: fix unstable I/O with Canon camcorder by Stefan Richter · 13 years ago
  81. b23fffd ACPI / Battery: remove battery refresh on resume by Linus Torvalds · 13 years ago
  82. 8b3bb3e virtio: remove virtio-pci root device by Milton Miller · 14 years ago
  83. ced05dd lguest: compile fixes by Rusty Russell · 13 years ago
  84. c9f2954 lguest: Use this_cpu_ops by Christoph Lameter · 14 years ago
  85. 1268afe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 13 years ago
  86. 88914bd [media] staging/lirc: fix mem leaks and ptr err usage by Jarod Wilson · 13 years ago
  87. 559d162e [media] hdpvr: reduce latency of i2c read/write w/recycled buffer by Jarod Wilson · 13 years ago
  88. 324b04b [media] hdpvr: enable IR part by Jarod Wilson · 13 years ago
  89. 706c57d [media] rc/mceusb: timeout should be in ns, not us by Jarod Wilson · 14 years ago
  90. 672dcd5 [media] v4l2-device: fix 'use-after-freed' oops by Hans Verkuil · 14 years ago
  91. 46b6337 [media] v4l2-dev: don't memset video_device.dev by Hans Verkuil · 14 years ago
  92. 6ce3ced [media] zoran: use video_device_alloc instead of kmalloc by Hans Verkuil · 14 years ago
  93. bd5ba3b [media] w9966: zero device state after a detach by Hans Verkuil · 14 years ago
  94. eac9aa0 [media] v4l: Fix a use-before-set in the control framework by Laurent Pinchart · 14 years ago
  95. 829fb2d [media] v4l2-ctrls: queryctrl shouldn't attempt to replace V4L2_CID_PRIVATE_BASE IDs by Hans Verkuil · 13 years ago
  96. c959acf [media] v4l2-ctrls: fix missing 'read-only' check by Hans Verkuil · 13 years ago
  97. 4999e27 [media] pvrusb2: Provide more information about IR units to lirc_zilog and ir-kbd-i2c by Andy Walls · 13 years ago
  98. c69a4af [media] ir-kbd-i2c: Add back defaults setting for Zilog Z8's at addr 0x71 by Andy Walls · 13 years ago
  99. 1f1bfaa [media] lirc_zilog: Update TODO.lirc_zilog by Andy Walls · 13 years ago
  100. c2790c7 [media] lirc_zilog: Add Andy Walls to copyright notice and authors list by Andy Walls · 13 years ago