1. 7852ec0 ARM: OMAP: unwrap strings by Paul Walmsley · 12 years ago
  2. bedfb7a ARM: OMAP: dma: Clear status registers on enable/disable irq by Oleg Matcovschi · 12 years ago
  3. 2c757fd Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  4. d5a2a1b Merge tag 'v3.4-rc6' into next/cleanup by Olof Johansson · 12 years ago
  5. cf563a3 Merge branch 'for_3.5/omap_misc_cleanup' of git://gitorious.org/omap-sw-develoment/linux-omap-dev into cleanup-soc by Tony Lindgren · 12 years ago
  6. d07c3df ARM: OMAP: dma: Make use of cpu_class_is_omap2() to avoid future patching. by Santosh Shilimkar · 12 years ago
  7. 3545358 ARM: OMAP: fix DMA vs memory ordering by Russell King · 12 years ago
  8. bc4d8b5 ARM: OMAP: DMA: use constant array maximum, drop some LCD DMA code by Paul Walmsley · 12 years ago
  9. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  10. 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 12 years ago
  11. d61b7a5 Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  12. 2c799ce ARM: OMAP: Remove plat/io.h by splitting it into mach/io.h and mach/hardware.h by Tony Lindgren · 12 years ago
  13. 3e2e613 ARM: OMAP: Fix devexit for dma when CONFIG_HOTPLUG is not set by Tony Lindgren · 12 years ago
  14. 06e8077 ARM: OMAP2+: DMA: Workaround for invalid destination position by Peter Ujfalusi · 13 years ago
  15. 7ba9668 ARM: OMAP2+: DMA: Workaround for invalid source position by Peter Ujfalusi · 13 years ago
  16. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  17. c776758 arm: plat-omap: dma: make omap_dma_in_1510_mode() static by Aaro Koskinen · 14 years ago
  18. 4fb699b omap: DMA: clear interrupt status correctly by Adrian Hunter · 14 years ago
  19. f31cc96 OMAP: DMA: Convert DMA library into platform driver by G, Manjunath Kondaiah · 14 years ago
  20. d3c9be2 OMAP: DMA: Introduce errata handling feature by G, Manjunath Kondaiah · 14 years ago
  21. a4c537c OMAP: DMA: Replace read/write macros with functions by G, Manjunath Kondaiah · 14 years ago
  22. e6f1682 arm: omap1: make some functions static by Aaro Koskinen · 14 years ago
  23. e860e6d omap: dma: Add read-back to DMA interrupt handler to avoid spuriousinterrupts by Mathias Nyman · 14 years ago
  24. 0e4905c OMAP3: DMA: Errata i541: sDMA FIFO draining does not finish by Peter Ujfalusi · 14 years ago
  25. 3e57f16 omap: dma: Fix buffering disable bit setting for omap24xx by Jarkko Nikula · 14 years ago
  26. 72a1179 omap: dma: Support for prefetch in destination synchronizedtransfer by Samu Onkalo · 14 years ago
  27. ea221a6 omap: DMA: Fix multi-line comments by manjugk manjugk · 14 years ago
  28. ada8d4a OMAP2/3/4: DMA: disable channel interrupts in omap_init_dma() by Mika Westerberg · 14 years ago
  29. 17282b9 Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 14 years ago
  30. 519e616 omap: DMA: Init CDAC to zero by manjugk manjugk · 14 years ago
  31. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  32. 5772ca7 omap4: Use irq line defines from irq-44xx.h by Santosh Shilimkar · 14 years ago
  33. 35c0dc3 omap: sdma: Limit the secure reserve channel fix for omap3 by Santosh Shilimkar · 14 years ago
  34. 1ce0f9d omap4: sdma: Enable the idle modes on omap4 by Santosh Shilimkar · 14 years ago
  35. 140455f omap2/3/4: Replace orred CONFIG_ARCH_OMAP2/3/4 with CONFIG_ARCH_OMAP2PLUS by Tony Lindgren · 14 years ago
  36. 247421f OMAP: dma_chan[lch_head].flag & OMAP_DMA_ACTIVE tested twice in omap_dma_unlink_lch() by Roel Kluin · 15 years ago
  37. f8e9e98 omap1: DMA: move LCD related code from plat-omap to mach-omap1 by Janusz Krzysztofik · 15 years ago
  38. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  39. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  40. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  41. a76df42 Merge 7xx-iosplit-plat-merge with omap-fixes by Tony Lindgren · 15 years ago
  42. bf07c9f OMAP: PM: Clear DMA channel state after a wakeup by Aaro Koskinen · 15 years ago
  43. ba50ea7 OMAP3: PM: Fix secure SRAM context save/restore by Kalle Jokiniemi · 15 years ago
  44. f2d1185 OMAP: PM: DMA context save/restore for off-mode support by Tero Kristo · 16 years ago
  45. 8561a84 omap: Fix omapfb/lcdc on OMAP1510 broken when PM set by Janusz Krzysztofik · 15 years ago
  46. ee90732 omap: Fix race condition in omap dma driver by Tao Hu · 15 years ago
  47. 774facd Merge branch '7xx-iosplit-plat' with omap-fixes by Tony Lindgren · 15 years ago
  48. 9da65a9 omap: SDMA: Fix omap_stop_dma() API for channel linking by Santosh Shilimkar · 15 years ago
  49. ce491cf omap: headers: Move remaining headers from include/mach to include/plat by Tony Lindgren · 15 years ago
  50. 7e9bf84 omap: Use ioremap in dma.c by Tony Lindgren · 15 years ago
  51. 70cf644 omap: SDMA: Fixing bug in omap_dma_set_global_params() by Anuj Aggarwal · 15 years ago
  52. 73c583e Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 by Linus Torvalds · 15 years ago
  53. e0b3032 Merge branch 'topic/asoc' into for-linus by Takashi Iwai · 15 years ago
  54. 9411326 OMAP: Remove OMAP_IO_ADDRESS, use OMAP1_IO_ADDRESS and OMAP2_IO_ADDRESS instead by Tony Lindgren · 15 years ago
  55. 9f0f4ae ARM: OMAP: DMA: Add support for DMA channel self linking on OMAP1510 by Janusz Krzysztofik · 15 years ago
  56. 284119c OMAP2/3: DMA errata correction by Vikram Pandita · 15 years ago
  57. aecedb9 OMAP3: DMA: Enable idlemodes for DMA OCP by Kalle Jokiniemi · 15 years ago
  58. 4416907 ARM: OMAP4: Add minimal support for omap4 by Santosh Shilimkar · 15 years ago
  59. 279b918 ARM: OMAP2/3: sDMA: Correct omap_request_dma_chain(), v2 by Santosh Shilimkar · 15 years ago
  60. 0815f8e ARM: OMAP2/3: DMA: implement trans copy and const fill by Tomi Valkeinen · 15 years ago
  61. da1b94e ARM: OMAP: Fix for possible race condition in omap_free_dma() by Santosh Shilimkar · 15 years ago
  62. 52176e7 ARM: OMAP: Dispatch only relevant DMA interrupts by Santosh Shilimkar · 15 years ago
  63. 2263f02 ARM: OMAP: Get available DMA channels from cmdline by Santosh Shilimkar · 15 years ago
  64. 557096f [OMAP850] Changes to memory subsystem by Zebediah C. McClure · 15 years ago
  65. a92fda1 ARM: OMAP: DMA: Fix uninitialized channel flags by Jarkko Nikula · 16 years ago
  66. 320ce6f ARM: OMAP: Fix race in OMAP2/3 DMA IRQ handling by Juha Yrjola · 16 years ago
  67. 4b3cf44 ARM: OMAP: Fix DMA CCR programming for request line > 63, v3 by Anand Gadiyar · 16 years ago
  68. 7e1548a Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 16 years ago
  69. a50f18c ARM: OMAP3: DMA: Fix for sDMA Errata 1.113 by Santosh Shilimkar · 16 years ago
  70. dcea83a [ARM] Hide ISA DMA API when ISA_DMA_API is unset by Russell King · 16 years ago
  71. c0fc18c5 [ARM] omap: fix lots of 'Using plain integer as NULL pointer' by Russell King · 16 years ago
  72. e8a91c9 [ARM] omap: Fix IO_ADDRESS() macros by Russell King · 16 years ago
  73. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  74. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  75. 97b7f71 ARM: OMAP: DMA: Clean-up code by Tony Lindgren · 16 years ago
  76. 0499bde ARM: OMAP: DMA: Remove __REG access by Tony Lindgren · 16 years ago
  77. 4d96372 ARM: OMAP: DMA: Make channels dynamic for multi-boot by Tony Lindgren · 16 years ago
  78. 66c2355 ARM: OMAP: DMA: Don't mark channel active in omap_enable_channel_irq by Jarkko Nikula · 16 years ago
  79. 0692f05 ARM: OMAP: DMA: Fix incorrect channel linking by Jarkko Nikula · 16 years ago
  80. 026a6fe ARM: OMAP: Fix DMA CLINK mask, clear spurious interrupt by Gadiyar, Anand · 16 years ago
  81. f4b6a7e ARM: OMAP: Fix chain_a_transfer return value by Anand Gadiyar · 16 years ago
  82. 5853e74 Merge branch 'omap-fixes' by Russell King · 16 years ago
  83. 8e86f42 [ARM] replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  84. 538528d ARM: OMAP: Pass logical DMA channel number always to callback handlers by Jarkko Nikula · 16 years ago
  85. f8151e5 ARM: OMAP: Add DMA support for chaining and 3430 by Anand Gadiyar · 17 years ago
  86. 96de0e2 Convert files to UTF-8 and some cleanups by Jan Engelhardt · 17 years ago
  87. 6ea59bb ARM: OMAP: add SoSSI clock (remove manual checking of SoSSI state from idle) by Imre Deak · 17 years ago
  88. 6cbdc8c [ARM] spelling fixes by Simon Arlott · 17 years ago
  89. 0695de3 ARM: OMAP: Fix warning in dma.c by Tony Lindgren · 17 years ago
  90. 3151369 ARM: OMAP: Add DMA IRQ sanity checks by Juha Yrjola · 18 years ago
  91. 681e994 ARM: OMAP: Proper handling of DMA4_IRQSTATUS_L0 by Timo Teras · 18 years ago
  92. 0cd61b6 Initial blind fixup for arm for irq changes by Linus Torvalds · 18 years ago
  93. 709eb3e5 ARM: OMAP: Sync DMA with linux-omap tree by Tony Lindgren · 18 years ago
  94. 123e9a5 ARM: OMAP: DMA source and destination addresses are unsigned by Tony Lindgren · 18 years ago
  95. b5beef5 ARM: OMAP: Sleep is prevented when no LCD is attached by Imre Deak · 18 years ago
  96. 52e405e [PATCH] ARM: fixup irqflags breakage after ARM genirq merge by Thomas Gleixner · 18 years ago
  97. b4b9034 Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 18 years ago
  98. 418ca1f0 [ARM] 3701/1: ARM: Convert plat-omap to generic irq handling by Thomas Gleixner · 18 years ago
  99. 7ff879d ARM: OMAP: Fix DMA channel irq handling for omap24xx by Tony Lindgren · 18 years ago
  100. 6dc3c8f ARM: OMAP: OMAP2 DMA burst support by Kyungmin Park · 18 years ago