1. d41ad52 [ARM] OMAP3: update ES level flags to discriminate between post-ES2 revisions by Paul Walmsley · 16 years ago
  2. c0bf313 [ARM] omap: add support for bypassing DPLLs by Russell King · 16 years ago
  3. 8b9dbc1 [ARM] omap: arrange for clock recalc methods to return the rate by Russell King · 16 years ago
  4. be5f34b [ARM] OMAP clock: drop clk_get_usecount() by Paul Walmsley · 16 years ago
  5. 3f0a820 [ARM] omap: create a proper tree of clocks by Russell King · 16 years ago
  6. 87246b7 [ARM] OMAP2 SDRC: add SDRAM timing parameter infrastructure by Paul Walmsley · 16 years ago
  7. f2ab997 [ARM] OMAP2 SDRC: separate common OMAP2/3 code from OMAP2xxx code by Paul Walmsley · 16 years ago
  8. f8de9b2 [ARM] OMAP2 SDRC: move mach-omap2/memory.h into mach/sdrc.h by Paul Walmsley · 16 years ago
  9. fed415e [ARM] omap: Fix omap1 clock issues by Tony Lindgren · 16 years ago
  10. 95f538a [ARM] OMAP3 clock: avoid invalid FREQSEL values during DPLL rate rounding by Paul Walmsley · 16 years ago
  11. c1bd7aa [ARM] OMAP3 clock: convert dpll_data.idlest_bit to idlest_mask by Paul Walmsley · 16 years ago
  12. d37f1a1 [ARM] OMAP2/3 clockdomains: add CM and PRM clkdms by Paul Walmsley · 16 years ago
  13. 5b74c67 [ARM] OMAP2/3 clockdomains: combine pwrdm, pwrdm_name into union in struct clockdomain by Paul Walmsley · 16 years ago
  14. aeec299 [ARM] OMAP2: Implement CPUfreq frequency table based on PRCM table by Kevin Hilman · 16 years ago
  15. fecb494 [ARM] OMAP: Fix sparse, checkpatch warnings in OMAP2/3 PRCM/PM code by Paul Walmsley · 16 years ago
  16. 16c90f0 [ARM] OMAP2/3: Add non-CORE DPLL rate set code and M, N programming by Paul Walmsley · 16 years ago
  17. b820ce4 [ARM] omap: mcbsp: convert to use fck/ick clocks directly by Russell King · 16 years ago
  18. 44dc9d0 [ARM] omap: convert OMAP3 to use clkdev by Russell King · 16 years ago
  19. 8ad8ff6 [ARM] omap: convert OMAP2 to use clkdev by Russell King · 16 years ago
  20. d7e8f1f [ARM] omap: convert OMAP1 to use clkdev by Russell King · 16 years ago
  21. d5e6072 [ARM] omap: handle RATE_CKCTL via .set_rate/.round_rate methods by Russell King · 16 years ago
  22. 2e777bf [ARM] omap: provide a standard clk_get_parent() implementation by Russell King · 16 years ago
  23. ae8fce5 [ARM] omap: remove clk_deny_idle and clk_allow_idle by Russell King · 16 years ago
  24. ebb8dca [ARM] omap: rearrange clock.h structure order by Russell King · 16 years ago
  25. eee5b19 [ARM] omap: remove clk->owner by Russell King · 16 years ago
  26. 5713718 [ARM] omap: kill PARENT_CONTROLS_CLOCK by Russell King · 16 years ago
  27. 897dcde [ARM] omap: provide a NULL clock operations structure by Russell King · 16 years ago
  28. 548d849 [ARM] omap: introduce clock operations structure by Russell King · 16 years ago
  29. db8ac47 [ARM] omap: remove VIRTUAL_CLOCK by Russell King · 16 years ago
  30. 0dffb5c ARM: OMAP: Fix hsmmc init, v2 by Tony Lindgren · 16 years ago
  31. 187e688 ARM: OMAP: Fix omap34xx revision detection for ES3.1 by Tony Lindgren · 16 years ago
  32. 0615115 ARM: OMAP: Fix McBSP spin_lock deadlock by Stanley.Miao · 16 years ago
  33. 1639058 ARM: OMAP: Fix compile for h3 MMC by Tony Lindgren · 16 years ago
  34. e999bbe ARM: OMAP: Remove unused platform devices, v3 by Tony Lindgren · 16 years ago
  35. 3127f8f ARM: OMAP: Fix ASoC by enabling writes to XCCR and RCCR McBSP registers, v3 by Tony Lindgren · 16 years ago
  36. 73069e3 ARM: OMAP: Fix gpio by switching to generic gpio calls, v2 by Jarkko Nikula · 16 years ago
  37. 1d559e2 arm: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  38. cd43483 Merge branch 'hsmmc-init' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into devel by Russell King · 16 years ago
  39. 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
  40. 90c62bf omap mmc: Add low-level initialization for hsmmc controller by Tony Lindgren · 16 years ago
  41. d887466 omap mmc: Add better MMC low-level init by Tony Lindgren · 16 years ago
  42. 2619bc3 ARM: OMAP3: Pin multiplexing updates for 24xx and 34xx by Arun KS · 16 years ago
  43. b1c056d ARM: OMAP3: LDP: Add Ethernet device support to make ldp boot succeess by Stanley.Miao · 16 years ago
  44. 84a3434 ARM: OMAP2: Use omap_rev() instead of system_rev by Lauri Leukkunen · 16 years ago
  45. a882314 ARM: OMAP2: Fix cpu detection by Tony Lindgren · 16 years ago
  46. 3ff164e ARM: OMAP: make legacy gpio request/free calls superfluous by Jarkko Nikula · 16 years ago
  47. e918edf ARM: OMAP: switch to gpio_direction_output by David Brownell · 16 years ago
  48. 0b84b5c ARM: OMAP: switch to standard gpio get/set calls by David Brownell · 16 years ago
  49. a007b70 ARM: OMAP: gpios implement new to_irq() by David Brownell · 16 years ago
  50. 020f970 [ARM] omap: fix a pile of issues by Russell King · 16 years ago
  51. 0560cf5 [ARM] Add a common typesafe __io implementation by Russell King · 16 years ago
  52. b5ee900 [ARM] remove a common set of __virt_to_bus definitions by Nicolas Pitre · 16 years ago
  53. 147dcf5 ARM: OMAP: Typo fix for clock_allow_idle by Amit Kucheria · 16 years ago
  54. 5c32f62 ARM: OMAP: Fix define for twl4030 irqs by Tony Lindgren · 16 years ago
  55. 5241473 ARM: OMAP: Fix get_irqnr_and_base to clear spurious interrupt bits by Tony Lindgren · 16 years ago
  56. 2be508d Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 16 years ago
  57. 2502991 Merge branch 'fixes' into for-linus by Russell King · 16 years ago
  58. b6825d2 Merge branch 'omap-all' into devel by Russell King · 16 years ago
  59. a468b64 [ARM] 5301/1: ARM: OMAP: Add missing irq defines by Tony Lindgren · 16 years ago
  60. 7cc4e87 Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm by Linus Torvalds · 16 years ago
  61. 59aaade Merge branch 'omap3-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into omap-all by Russell King · 16 years ago
  62. d6b5203 ALSA: Correct Vladimir Barinov's e-mail address by Vladimir Barinov · 16 years ago
  63. 4926565 ARM: OMAP3: Add basic board support for OMAP LDP by Nishant Kamat · 16 years ago
  64. 6a4690c Merge branch 'ptebits' into devel by Russell King · 16 years ago
  65. 8e5bdc4 Merge branch 'omap2-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6 into omap-all by Russell King · 16 years ago
  66. eba2645 ARM: OMAP3: Add support for the Gumstix Overo board (rev 3) by Steve Sakoman · 16 years ago
  67. 2885f00 ARM: OMAP3: Add minimal Beagle board support by Syed Mohammed, Khasim · 16 years ago
  68. cc26b3b ARM: OMAP3: Add minimal omap3430 support by Syed Mohammed, Khasim · 16 years ago
  69. 05228c3 ARM: OMAP: Add support for OMAP2430 in McBSP by Jarkko Nikula · 16 years ago
  70. 9c8e3a0 ARM: OMAP: Add support for McBSP devices 3 - 5 on 34xx by Chandra Shekhar · 16 years ago
  71. b4b58f5 ARM: OMAP: Allocate McBSP devices dynamically by Chandra Shekhar · 16 years ago
  72. 646e3ed ARM: OMAP2: Misc updates from linux-omap tree by Tony Lindgren · 16 years ago
  73. fd1dc87 ARM: OMAP2: Fix sparse, checkpatch warnings fro GPMC code, use ioremap by Paul Walmsley · 16 years ago
  74. 2351872 ARM: OMAP2: Add pinmux support for omap34xx by Vikram Pandita · 16 years ago
  75. 0e56484 ARM: OMAP2: Use omap_globals for CPU detection for multi-omap by Tony Lindgren · 16 years ago
  76. 1835f1d ARM: OMAP2: Move sleep.S into sleep24xx.S by Tony Lindgren · 16 years ago
  77. 6e81176 ARM: OMAP2 Provide function to enable/disable uart clocks by Jouni Hogander · 16 years ago
  78. 56f6855 Merge unstable branch 'omap-rmk' by Russell King · 16 years ago
  79. fced80c [ARM] Convert asm/io.h to linux/io.h by Russell King · 16 years ago
  80. 7c7095a [ARM] omap: fix inappropriate casting in gpio.c by Russell King · 16 years ago
  81. 0062f10 [ARM] omap: make sure virtual mmio addresses are __iomem pointer-like by Russell King · 16 years ago
  82. e8a91c9 [ARM] omap: Fix IO_ADDRESS() macros by Russell King · 16 years ago
  83. d592dd1 [ARM] omap: convert mcbsp to use ioremap() by Russell King · 16 years ago
  84. 690b5a1 [ARM] omap: allow ioremap() to use our fixed IO mappings by Russell King · 16 years ago
  85. 5668545 [ARM] omap: improve is_omap_port() by Russell King · 16 years ago
  86. 6584690 [ARM] omap: fix virtual vs physical address space confusions by Russell King · 16 years ago
  87. d7ac4e2 [ARM] 5195/1: ARMv7 Oprofile support by Jean PIHET · 16 years ago
  88. 9d7548d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  89. 0b7cbfb [ARM] OMAP3 pwrdm: add hardware save-and-restore (SAR) support by Paul Walmsley · 16 years ago
  90. d1b03f6 ARM: OMAP2: Clockdomain: Associate clocks with clockdomains by Paul Walmsley · 16 years ago
  91. 8420bb1 ARM: OMAP2: Clockdomain: Connect clockdomain code to powerdomain code by Paul Walmsley · 16 years ago
  92. d459bfe ARM: OMAP2: Clockdomain: Add base OMAP2/3 clockdomain code by Paul Walmsley · 16 years ago
  93. ad67ef6 ARM: OMAP2: Powerdomain: Add base OMAP2/3 powerdomain code by Paul Walmsley · 16 years ago
  94. 742c525 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 16 years ago
  95. 98ed7d4 [ARM] dma-mapping: improve type-safeness of DMA translations by Russell King · 16 years ago
  96. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago