1. fba9569 Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  2. 76c05c8 gpio: pl061: add DT binding support by Rob Herring · 13 years ago
  3. 0745c9a Merge branch 'samsung_dma' into next by Vinod Koul · 13 years ago
  4. b7f69d9 dmaengine/amba-pl08x: Add support for sg len greater than one for slave transfers by Viresh Kumar · 13 years ago
  5. 1b9bb71 DMA: PL330: Update PL330 DMA API driver by Boojin Kim · 13 years ago
  6. 0a23565 dmaengine/amba-pl08x: Pass flow controller information with slave channel data by Viresh Kumar · 13 years ago
  7. 16a2e7d dmaengine/amba-pl08x: Get rid of pl08x_pre_boundary() by Viresh Kumar · 13 years ago
  8. 5a61233 dmaengine/amba-pl08x: Complete doc comment for struct pl08x_txd by Viresh Kumar · 13 years ago
  9. 1ae105a Merge branch 'next' into for-linus-3.0 by Vinod Koul · 13 years ago
  10. fa020e7 DMA: PL08x: constify plchan->cd and plat->slave_channels by Russell King - ARM Linux · 13 years ago
  11. f14c426 DMA: PL08x: separately store source/destination cctl by Russell King - ARM Linux · 13 years ago
  12. b207b4d DMA: PL08x: separately store source/destination slave address by Russell King - ARM Linux · 13 years ago
  13. c16d51a amba pl011: workaround for uart registers lockup by Shreshtha Kumar Sahu · 13 years ago
  14. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  15. 196f020 Merge branches 'fixes', 'pgt-next' and 'versatile' into devel by Russell King · 13 years ago
  16. 9c9585e Merge branches 'aaci', 'mmci-dma', 'pl' and 'pl011' into drivers by Russell King · 13 years ago
  17. ba74ec7 ARM: 6758/1: amba: support pm ops by Rabin Vincent · 13 years ago
  18. 2d00880 ARM: amba: make amba_driver id_table const by Russell King · 13 years ago
  19. aa25afa ARM: amba: make probe() functions take const id tables by Russell King · 13 years ago
  20. 394d5ae ARM: 6662/1: amba: make amba_bustype non-static by Rob Herring · 13 years ago
  21. 7b4e9ce ARM: clcd: add method for describing display capabilities by Russell King · 13 years ago
  22. 9c49e4a ARM: clcd: use amba_part() to determine if we have a PL110 primecell by Russell King · 13 years ago
  23. c8ebae3 ARM: mmci: add dmaengine-based DMA support by Russell King · 14 years ago
  24. e1288cd Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  25. 94ae852 ARM: PL08x: cleanup comments by Russell King - ARM Linux · 14 years ago
  26. 96a608a ARM: PL08x: fix a warning by Dan Williams · 14 years ago
  27. 4073723 Merge branch 'misc' into devel by Russell King · 14 years ago
  28. 38d6243 ARM: PL011: add DMA burst threshold support for ST variants by Russell King · 14 years ago
  29. 68b65f7 ARM: PL011: Add support for transmit DMA by Russell King · 14 years ago
  30. c370e59 ARM: PL08x: fix locking between prepare function and submit function by Russell King - ARM Linux · 14 years ago
  31. 8087aac ARM: PL08x: introduce 'phychan_hold' to hold on to physical channels by Russell King - ARM Linux · 14 years ago
  32. 15c1723 ARM: PL08x: rename 'desc_list' as 'pend_list' by Russell King - ARM Linux · 14 years ago
  33. d7244e9 ARM: PL08x: shrink srcbus/dstbus in txd structure by Russell King - ARM Linux · 14 years ago
  34. 30749cb ARM: PL08x: allow AHB master port selection to be configured by Russell King - ARM Linux · 14 years ago
  35. 70b5ed6 ARM: PL08x: move default cctl into txd structure by Russell King - ARM Linux · 14 years ago
  36. 4983a04 ARM: PL08x: move ccfg into txd structure by Russell King - ARM Linux · 14 years ago
  37. 19524d7 ARM: PL08x: avoid duplicating registers in txd and phychan structures by Russell King - ARM Linux · 14 years ago
  38. cace658 ARM: PL08x: use 'size_t' for lengths by Russell King - ARM Linux · 14 years ago
  39. 7cb72ad ARM: PL08x: avoid 'void *' struct fields when we can type them properly by Russell King - ARM Linux · 14 years ago
  40. 91aa5fa ARM: PL08x: fix atomic_t usage and tx_submit() return value range by Russell King - ARM Linux · 14 years ago
  41. 65500fa ARM: 6467/1: amba: optional PrimeCell core voltage switch by Linus Walleij · 14 years ago
  42. e3e1288 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  43. b515316 Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 14 years ago
  44. 23beab7 Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into devel by Russell King · 14 years ago
  45. 5a1c98b spi/pl022: get rid of chipinfo dev pointer by Linus Walleij · 14 years ago
  46. bde435a spi/pl022: Add spi->mode support to AMBA SPI driver by Kevin Wells · 14 years ago
  47. b1b6b9a spi/pl022: add PrimeCell generic DMA support by Linus Walleij · 14 years ago
  48. 29e29f2 ARM: 6421/1: amba-pl011: add missing ST specific registers by Linus Walleij · 14 years ago
  49. 01723a9 ARM: 6368/1: move the PrimeCell IDs to use macros by Linus Walleij · 14 years ago
  50. e8689e6 dmaengine: driver for the ARM PL080/PL081 PrimeCells v5 by Linus Walleij · 14 years ago
  51. 2971944 ARM: 6307/1: mmci: allow the card detect GPIO value not to be inverted by Rabin Vincent · 14 years ago
  52. 99c796d VIDEO: amba clcd: don't disable an already disabled clock by Russell King · 14 years ago
  53. ceb0885 Merge branch 'misc' into devel by Russell King · 14 years ago
  54. 7cfe249 ARM: AMBA: Add pclk support to AMBA bus infrastructure by Russell King · 14 years ago
  55. bb8f563 ARM: 6243/1: mmci: pass power_mode to the translate_vdd callback by Rabin Vincent · 14 years ago
  56. ac3e3fb ARM: 6158/2: PL011 baudrate extension for ST-Ericssons derivative by Linus Walleij · 14 years ago
  57. ec489aa ARM: 6157/2: PL011 TX/RX split of LCR for ST-Ericssons derivative by Linus Walleij · 14 years ago
  58. e38c1e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx by Linus Torvalds · 14 years ago
  59. b1e50eb Merge remote branch 'origin' into secretlab/next-spi by Grant Likely · 14 years ago
  60. 781c7b1 spi/pl022: add support for the PL023 derivate by Linus Walleij · 14 years ago
  61. 556f4ae spi/pl022: fix up differences between ARM and ST versions by Linus Walleij · 14 years ago
  62. b3040e4 DMA: PL330: Add dma api driver by Jassi Brar · 14 years ago
  63. ac1d426 Merge branch 'devel-stable' into devel by Russell King · 14 years ago
  64. 808d97c ARM: 6033/1: ARM: MMCI: pass max frequency from platform by Linus Walleij · 14 years ago
  65. 367d6ac ARM: 6003/1: removing compilation warning from pl061.h by viresh kumar · 14 years ago
  66. c36207a ARM: 5999/1: Including device.h and resource.h header files in linux/amba/bus.h by viresh kumar · 14 years ago
  67. 3f17522 Video: ARM CLCD: Better fix for swapped IENB and CNTL registers by Russell King · 14 years ago
  68. 4e10ae1 ARM: 5951/1: ARM: fix documentation of the PrimeCell bus by Linus Walleij · 14 years ago
  69. 6ef297f ARM: 5720/1: Move MMCI header to amba include dir by Linus Walleij · 15 years ago
  70. 59b69e2 Merge branch 'u300' into devel by Russell King · 15 years ago
  71. ee2b805 ARM: 5678/1: SSP/SPI PL022 polarity terminology fix by Linus Walleij · 15 years ago
  72. f17a1f0 ARM: 5636/1: Move vendor enum to AMBA include by Linus Walleij · 15 years ago
  73. 78ddb278 ARM: PL093: Header file for PL093 SSMC PrimeCell by Ben Dooks · 15 years ago
  74. 1e9c285 gpio: driver for PrimeCell PL061 GPIO controller by Baruch Siach · 15 years ago
  75. 2cf4d45 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 15 years ago
  76. b43d65f [ARM] 5546/1: ARM PL022 SSP/SPI driver v3 by Linus Walleij · 15 years ago
  77. aa853f8 [ARM] 5543/1: arm: serial amba: add missing declaration in serial.h by Alessandro Rubini · 15 years ago
  78. 5926a29 [ARM] 5541/1: serial/amba-pl011.c: add support for the modified port found in Nomadik by Alessandro Rubini · 15 years ago
  79. 03fbdb1 [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * by Alessandro Rubini · 15 years ago
  80. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  81. fbb18a2 [SERIAL] amba-pl010: allow platforms to specify modem control method by Russell King · 18 years ago
  82. 243f196 [ARM] 3366/1: Allow the 16bpp mode configuration in the CLCD control register by Catalin Marinas · 18 years ago
  83. a62c80e [ARM] Move AMBA include files to include/linux/amba/ by Russell King · 19 years ago