1. 0825cc8 omap: Fix access to already released memory in clk_debugfs_register_one() by Marek Skuczynski · 15 years ago
  2. faccbcf omap: Remove old unused defines for OMAP_32KSYNCT_BASE by Tony Lindgren · 15 years ago
  3. 9198bcd omap: define _toggle_gpio_edge_triggering only for OMAP1 by Uwe Kleine-König · 15 years ago
  4. 5c3db36 OMAP2/3: DMTIMER: Clear pending interrupts when stopping a timer by Tero Kristo · 15 years ago
  5. b2d9591 Merge branch 'omap-fixes' into omap-fixes-for-linus by Tony Lindgren · 15 years ago
  6. ccaae27 Merge branch 'pm-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/khilman/linux-omap-pm into omap-fixes-for-linus by Tony Lindgren · 15 years ago
  7. d92cfcb OMAP: timekeeping: time should not stop during suspend by Kevin Hilman · 15 years ago
  8. f18cc2f OMAP3: PM: Disable interrupt controller AUTOIDLE before WFI by Tero Kristo · 15 years ago
  9. 2bbe3af OMAP3: PM: Ack pending interrupts before entering suspend by Tero Kristo · 15 years ago
  10. 247421f OMAP: dma_chan[lch_head].flag & OMAP_DMA_ACTIVE tested twice in omap_dma_unlink_lch() by Roel Kluin · 15 years ago
  11. e9acb9b omap3: Fix cpu detection by Tony Lindgren · 15 years ago
  12. 883edfd OMAP3: hwmod: Adding flag to prevent caching of sysconfig register. by Thara Gopinath · 15 years ago
  13. 27dba4b Merge branch 'for_2.6.33rc_c' of git://git.pwsan.com/linux-2.6 into omap-fixes-for-linus by Tony Lindgren · 15 years ago
  14. 4e37c10 OMAP clock/CPUFreq: add clk_exit_cpufreq_table() by Paul Walmsley · 15 years ago
  15. d1e6249 OMAP clock: remove incorrect EXPORT_SYMBOL()s by Paul Walmsley · 15 years ago
  16. 51e888d OMAP2420 IO mapping: move IVA mapping virtual address out of vmalloc space by Paul Walmsley · 15 years ago
  17. 7adb998 OMAP2xxx IO mapping: mark DSP mappings as being 2420-only by Paul Walmsley · 15 years ago
  18. 83969bf omap3: add missing parentheses by Roel Kluin · 15 years ago
  19. 6621594 omap1: Fix compile for omap1_bl.c by Tony Lindgren · 15 years ago
  20. c5c4dce omap1: Add 7xx clocks and pin muxes for SPI by Cory Maccarrone · 15 years ago
  21. 4cc6420 omap: Remove uninitialized warning for gpio.c by Tony Lindgren · 15 years ago
  22. acf9d46 omap: &&/|| confusion in iommu_put() by Roel Kluin · 15 years ago
  23. 4318f36 omap: gpio: Simultaneously requested rising and falling edge by Cory Maccarrone · 15 years ago
  24. 1866b54 omap: McBSP: Fix possible port lockout by Janusz Krzysztofik · 15 years ago
  25. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  26. e8deb28 mfd: Add support for twl6030 irq framework by Balaji T K · 15 years ago
  27. 435bb82 omap3: Fix OMAP35XX_REV macros by Sanjeev Premi · 15 years ago
  28. 0712fb3 omap3: id code detection 3525 vs 3515 by Sergey Lapin · 15 years ago
  29. 9cb87a6 omap: header: remove unused data-type by vikram pandita · 15 years ago
  30. 3bfe897 omap: arch/arm/plat-omap/devices.c - sort alphabetically by Ladislav Michl · 15 years ago
  31. 8fe8acb omap: Correcting GPMC_CONFIG1_DEVICETYPE_NAND by Vimal Singh · 15 years ago
  32. f62349e OMAP3: serial - allow platforms specify which UARTs to initialize by Mika Westerberg · 15 years ago
  33. 942e2c9 OMAP4: AuxCoreBoot registers only accessible in secure mode by Santosh Shilimkar · 15 years ago
  34. a7c3ae2 OMAP4: Fix SRAM base and size by Santosh Shilimkar · 15 years ago
  35. b570e0e OMAP4: Fix cpu detection by Santosh Shilimkar · 15 years ago
  36. bf92a40 omap1: I2C mux and clocks for omap7xx by Cory Maccarrone · 15 years ago
  37. 106997c omap1: Add omap7xx USB support by Cory Maccarrone · 15 years ago
  38. f8e9e98 omap1: DMA: move LCD related code from plat-omap to mach-omap1 by Janusz Krzysztofik · 15 years ago
  39. 3bc4801 omap: use smc91x_platdata to setup smc91x by Ladislav Michl · 15 years ago
  40. 15f45e6 omap: mux: Remove old mux code for 34xx by Tony Lindgren · 15 years ago
  41. b63128e omap: Split i2c platform init for mach-omap1 and mach-omap2 by Tony Lindgren · 15 years ago
  42. 15ac7af omap: mux: Add new style pin multiplexing code for omap3 by Tony Lindgren · 15 years ago
  43. d79b126 ARM: OMAP4: PM: Add dummy hooks for OMAP4 dpll api's by Rajendra Nayak · 15 years ago
  44. 972c542 ARM: OMAP4: PM: OMAP4 clock tree and clkdev registration by Rajendra Nayak · 15 years ago
  45. 9ef8915 ARM: OMAP4: PM: Fix the PRM and CM base addresses by Rajendra Nayak · 15 years ago
  46. 0d93d8b OMAP: omap_device: track latency in nanoseconds by Kevin Hilman · 15 years ago
  47. d048ec7 OMAP: omap_device: fix nsec/usec conversion in latency calculations by Kevin Hilman · 15 years ago
  48. d229266 OMAP: omap_device: use read_persistent_clock() instead of getnstimeofday() by Kevin Hilman · 15 years ago
  49. 5f1b6ef OMAP: omap_device: use UINT_MAX for default wakeup latency limit by Kevin Hilman · 15 years ago
  50. a470c42 OMAP: omap_device: add to_omap_device() macro by Kevin Hilman · 15 years ago
  51. 718bfd7 OMAP hwmod: add names to module MPU IRQ lines by Paul Walmsley · 15 years ago
  52. 726072e OMAP3 hwmod: Add automatic OCP_SYSCONFIG AUTOIDLE handling by Paul Walmsley · 15 years ago
  53. 6f8b7ff OMAP clock/hwmod: fix off-by-one errors by Paul Walmsley · 15 years ago
  54. 3863c74 OMAP3: PM: Fix for MPU power domain MEM BANK position by Thara Gopinath · 15 years ago
  55. 155a22e OMAP powerdomain: rearrange struct powerdomain to save some memory by Paul Walmsley · 15 years ago
  56. 2354eb5 OMAP powerdomain/PM: use symbolic constants for the max number of power states by Paul Walmsley · 15 years ago
  57. 33903eb OMAP clockdomain/powerdomain: remove CONFIG_OMAP_DEBUG_{CLOCK,POWER}DOMAIN by Paul Walmsley · 15 years ago
  58. 5265050 OMAP1 clock: convert mach-omap1/clock.h to mach-omap1/clock_data.c by Paul Walmsley · 15 years ago
  59. d8a9445 OMAP2 clock: convert clock24xx.h to clock2xxx_data.c, opp2xxx* by Paul Walmsley · 15 years ago
  60. 82e9bd5 OMAP3 clock: convert clock34xx.h to clock34xx_data.c by Paul Walmsley · 15 years ago
  61. aa2cf42 Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linux by Linus Torvalds · 15 years ago
  62. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  63. b39a982d OMAP: DSS2: omapfb driver by Tomi Valkeinen · 15 years ago
  64. 559d670 OMAP: DSS2: Display Subsystem Driver core by Tomi Valkeinen · 15 years ago
  65. 640f9ca OMAP: Add support for VRFB rotation engine by Tomi Valkeinen · 15 years ago
  66. afedec1 OMAP: Add VRAM manager by Tomi Valkeinen · 15 years ago
  67. 91773a0 OMAP: OMAPFB: split omapfb.h by Tomi Valkeinen · 15 years ago
  68. b90f8e7 OMAP2: Add funcs for writing SMS_ROT_* registers by Tomi Valkeinen · 15 years ago
  69. 1c49678 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
  70. d014d04 Merge branch 'for-next' into for-linus by Jiri Kosina · 15 years ago
  71. 2fc4281 Merge branch 'pending-dma-streaming' (early part) into devel by Russell King · 15 years ago
  72. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  73. ef1baed ARM: dma-mapping: provide dma_to_page() by Russell King · 15 years ago
  74. e8e51d2 omap3evm: ehci: Update EHCI support on OMAP3EVM (Rev >= E) by Ajay Kumar Gupta · 15 years ago
  75. db40802 omap3evm: Add board revision function by Ajay Kumar Gupta · 15 years ago
  76. 058af1e omap: GPIO module enable/disable by Charulatha V · 15 years ago
  77. 5ed8d32 omap: mailbox: OMAP4 Mailbox-driver Patch to support tasklet implementation by C A Subramaniam · 15 years ago
  78. 5e68382 omap: mailbox: OMAP4 Mailbox Patch to change the IRQ flag from IRQF_DISABLED to IRQF_SHARED by C A Subramaniam · 15 years ago
  79. 5f00ec6 omap: mailbox: Adds code changes to support OMAP4 mailbox by C A Subramaniam · 15 years ago
  80. eb18858 omap: mailbox: Expose omap_mbox_enable()/disable_irq() by Hiroshi DOYU · 15 years ago
  81. b2b6362 omap: mailbox: remove unnecessary arg for omap_mbox_msg_send by C A Subramaniam · 15 years ago
  82. 2775e467 omap: mailbox: remove disable_/enable_mbox_irq in isr by Hiroshi DOYU · 15 years ago
  83. c7c158e omap: mailbox: remove class interface by Hiroshi DOYU · 15 years ago
  84. bfe1f6a omap: mailbox: remove sequence bit checking by Hiroshi DOYU · 15 years ago
  85. 454bf34 omap: mailbox: Add resources and mailbox register base address for OMAP4 mailbox by C A Subramaniam · 15 years ago
  86. 20e11c2 arch/arm/plat-omap: Drop an unnecessary NULL test by Julia Lawall · 15 years ago
  87. 13a0322 omap3: drop all IVA-related address base definitions by Paul Walmsley · 15 years ago
  88. 4679232 omap3: HSMMC2 8-bit mux configuration by Madhu · 15 years ago
  89. 555d503 omap3630: Set omap3630 MMC1 I/O speed to 52Mhz by Madhu · 15 years ago
  90. eebfa9f omap: McBSP: Do not use extensive spin locks for dma_op_mode by Peter Ujfalusi · 15 years ago
  91. 5934ba2 omap: iovmm: remove cache flush operation by Hiroshi DOYU · 15 years ago
  92. 935e473 omap: iommu: avoid remapping if it's been mapped in MPU side by Hiroshi DOYU · 15 years ago
  93. 58a5491 omap: Add platform init code for EHCI driver by Felipe Balbi · 15 years ago
  94. 83720a8 omap: update plat/usb.h to allow ehci driver to build by Anand Gadiyar · 15 years ago
  95. 4cac601 omap3: AM35xx: Runtime detection of the device by Sanjeev Premi · 15 years ago
  96. f18af0a omap3: 3630: update is_chip variable by vikram pandita · 15 years ago
  97. 2456a10 omap3: Introduce OMAP3630 by Nishanth Menon · 15 years ago
  98. 048f4bd omap3: Runtime detection of OMAP35x devices by Sanjeev Premi · 15 years ago
  99. 8384ce0 omap3: Runtime detection of Si features by Sanjeev Premi · 15 years ago
  100. 45f780a omap1: omap_udc: Add clocking and disable vbus sense for omap7xx by Cory Maccarrone · 15 years ago