1. e261501 ARM: at91/aic: add irq domain and device tree support by Nicolas Ferre · 13 years ago
  2. 89d4a17 Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6 by Nicolas Ferre · 12 years ago
  3. 7eca30a Merge branch 'at91-3.4-base2+cleanup' of git://github.com/at91linux/linux-at91 into at91/staging/base2+cleanup by Arnd Bergmann · 13 years ago
  4. d5e5a7f ARM: at91: properly sort dtb files in Makefile.boot by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  5. e9bc91a ARM: at91: add at91sam9g25ek.dts in Makefile.boot by Nicolas Ferre · 13 years ago
  6. e8729dd ARM: at91/board-dt: drop default console by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  7. 69f6a27 Atmel: move console default platform_device to serial driver by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  8. c9b1e3f ARM: at91: merge SRAM Memory banks thanks to mirroring by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  9. 8c428b8 ARM: at91: finally drop at91_sys_read/write by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  10. b3af8b4 ARM: at91/rtc-at91sam9: pass the GPBR to use via resources by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  11. 205056a ARM: at91/rtc-at91sam9: each SoC can select the RTT device to use by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  12. b551495 ARM: at91/PMC: make register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  13. 940192e ARM: at91/PMC: move assignment out of printf by Nicolas Ferre · 13 years ago
  14. fb7e197 ARM: at91/pm_slowclock: add runtime detection of memory contoller by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  15. f363c40 ARM: at91: make sdram/ddr register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  16. 1a269ad ARM: at91: move at91rm9200 sdramc defines to at91rm9200_sdramc.h by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  17. 8ff12ad3 ARM: at91/pm_slowclock: function slow_clock() accepts parameters by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  18. 0dcfed1 ARM: at91/pm_slowclock: rename register to named define by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  19. 9e1c0b2 ARM: at91/ST: remove not needed casts by Nicolas Ferre · 13 years ago
  20. 5e9cf5e ARM: at91: make ST (System Timer) soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  21. 4342d64 ARM: at91: make matrix register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  22. fac36a5 ARM: at91/at91x40: remove use of at91_sys_read/write by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  23. 0d78171 ARM: at91: factorise duplicated at91sam9 idle by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  24. 15a2598 irq_domain/c6x: constify irq_domain structures by Grant Likely · 13 years ago
  25. 6b783f7 irq_domain: Remove irq_domain_add_simple() by Grant Likely · 13 years ago
  26. 7529495 irq_domain: Remove 'new' irq_domain in favour of the ppc one by Grant Likely · 13 years ago
  27. 7bb69ba irq_domain: Make irq_domain structure match powerpc's irq_host by Grant Likely · 13 years ago
  28. b14a299 Merge branch 'omap-fixes-warnings' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  29. a269c2f Merge branch 'omap-fixes-urgent' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  30. ed5016d Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  31. 70d669d ARM: omap: resolve nebulous 'Error setting wl12xx data' by Russell King · 13 years ago
  32. 4f8a428 ARM: omap: fix wrapped error messages in omap_hwmod.c by Russell King · 13 years ago
  33. 8930b4e ARM: omap: fix section mismatch warnings in mux.c caused by hsmmc.c by Russell King · 13 years ago
  34. a98f77b ARM: omap: fix section mismatch warning for sdp3430_twl_gpio_setup() by Russell King · 13 years ago
  35. e3958fe ARM: omap: fix section mismatch error for omap_4430sdp_display_init() by Russell King · 13 years ago
  36. 45176f4 ARM: omap: fix section mismatch warning for omap_secondary_startup() by Russell King · 13 years ago
  37. d5de63f ARM: omap: preemptively fix section mismatch in omap4_sdp4430_wifi_mux_init() by Russell King · 13 years ago
  38. 27d8d3b ARM: omap: fix section mismatch warning in mux.c by Russell King · 13 years ago
  39. 0bf68f5 ARM: omap: fix uninformative vc/i2c configuration error message by Russell King · 13 years ago
  40. 2d5b479 ARM: omap: fix vc.c PMIC error message by Russell King · 13 years ago
  41. e6fa35a ARM: omap: fix prm44xx.c OMAP44XX_IRQ_PRCM build error by Russell King · 13 years ago
  42. 11a25ea Merge remote-tracking branch 'armsoc/at91/9x5' into at91-3.4-base2 by Nicolas Ferre · 13 years ago
  43. 9acacb1 Merge remote-tracking branch 'armsoc/at91/device-board' into at91-3.4-base2 by Nicolas Ferre · 13 years ago
  44. 19e00f2f Merge tag 'tty-3.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 13 years ago
  45. be4b028 tty: serial: OMAP: block idle while the UART is transferring data in PIO mode by Paul Walmsley · 13 years ago
  46. d980e0f ARM: omap: fix oops in arch/arm/mach-omap2/vp.c when pmic is not found by Russell King · 13 years ago
  47. bdf800c ARM: 7322/1: Print BUG instead of undefined instruction on BUG_ON() by Stephen Boyd · 13 years ago
  48. b46c0f7 ARM: 7321/1: cache-v7: Disable preemption when reading CCSIDR by Stephen Boyd · 13 years ago
  49. b8b9987 ARM: 7320/1: Fix proc_info table alignment by Marc Zyngier · 13 years ago
  50. 98e9685 Merge tag 'fbdev-fixes-for-3.3-1' of git://github.com/schandinat/linux-2.6 by Linus Torvalds · 13 years ago
  51. d914202 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  52. ca43784 ARM: bcmring: fix build failure in mach-bcmring/arch.c by Paul Gortmaker · 13 years ago
  53. 864e5e3 ARM: bcmring: remove unused DMA map code by JD Zheng · 13 years ago
  54. 4554c13 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 13 years ago
  55. d125666 Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  56. 5a97d0a ARM: 7314/1: kuser: consistently use usr_ret for returning from helpers by Will Deacon · 13 years ago
  57. 467f1cf ARM: at91/at91sam9x5: Device tree definition files by Nicolas Ferre · 13 years ago
  58. 2b9ccf3 ARM: at91/at91sam9x5: SoC basic support by Dan Liang · 13 years ago
  59. 9a3ee40 ARM: at91/at91sam9x5: Configuration and Makefile by Nicolas Ferre · 13 years ago
  60. 1112872 ARM: at91/at91sam9x5: clock management for at91sam9x5 chip family by Nicolas Ferre · 13 years ago
  61. cbd5c78 ARM: at91/at91sam9x5: PMC header file by Nicolas Ferre · 13 years ago
  62. 8c83a60 ARM: at91/at91sam9x5: overall definition by Dan Liang · 13 years ago
  63. 948ce6a ARM: at91: Add external RTC for Flexibity board by Maxim Osipov · 13 years ago
  64. 343754f ARM: at91: add Atmel ISI and ov2640 support on sam9m10g45 board by Josh Wu · 13 years ago
  65. 45bb9e6 ARM: at91: add clock selection parameter for at91_add_device_isi() by Josh Wu · 13 years ago
  66. bb273c8 ARM: at91: Update struct atmel_nand_data to support PMECC by Hong Xu · 13 years ago
  67. 2756bf5 ARM: at91/dma: DMA controller registering with DT support by Nicolas Ferre · 13 years ago
  68. bdad0b9 ARM: at91/dma: remove platform data from DMA controller by Nicolas Ferre · 13 years ago
  69. 00482a4 ARM: at91: implement the standby function for pm/cpuidle by Daniel Lezcano · 13 years ago
  70. b59160f ARM: at91: remove wait_for_interrupt definition by Daniel Lezcano · 13 years ago
  71. fa50ae9 ARM: at91: declare header name by Daniel Lezcano · 13 years ago
  72. c54b7bb ARM: at91: coding style fixes by Daniel Lezcano · 13 years ago
  73. 9918cea ARM: at91: code removal of CAP9 SoC by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  74. 57225b7 Merge remote-tracking branch 'armsoc/depends/rmk/for-armsoc' into at91-3.4-base by Nicolas Ferre · 13 years ago
  75. 6d3ec1a ARM: 7302/1: Add TLB flushing for both entries in a PMD by Catalin Marinas · 13 years ago
  76. 91756ac ARM: 7303/1: perf: add empty NODE event definitions for Cortex-A5 and Cortex-A15 by Will Deacon · 13 years ago
  77. 8130b9d ARM: 7308/1: vfp: flush thread hwstate before copying ptrace registers by Will Deacon · 13 years ago
  78. 247f499 ARM: 7307/1: vfp: fix ptrace regset modification race by Dave Martin · 13 years ago
  79. 2af276d ARM: 7306/1: vfp: flush thread hwstate before restoring context from sigframe by Will Deacon · 13 years ago
  80. 97f1040 Revert "ARM: 7304/1: ioremap: fix boundary check when reusing static mapping" by Russell King · 13 years ago
  81. c8ddf03 ARM: mach-shmobile: both USB DMAC instances on sh7372 are slave-only by Guennadi Liakhovetski · 13 years ago
  82. 4a81220 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into fixes by Olof Johansson · 13 years ago
  83. 50b47c4 Merge branch 'fixes' of git://gitorious.org/linux-davinci/linux-davinci into fixes by Olof Johansson · 13 years ago
  84. deb9b4c Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm by Linus Torvalds · 13 years ago
  85. 81bc300 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 13 years ago
  86. 3c424f3 ARM: 7304/1: ioremap: fix boundary check when reusing static mapping by Pawel Moll · 13 years ago
  87. f6f9758 ARM: davinci: update mdio bus name by Sekhar Nori · 13 years ago
  88. 5e96386 Merge branch 'imx-fixes' of git://git.pengutronix.de/git/imx/linux-2.6 into fixes by Olof Johansson · 13 years ago
  89. d8c4cd7 Merge branch 'fixes-for-arm-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson into fixes by Olof Johansson · 13 years ago
  90. 3c8cee3 Merge branch 'imx6/fixes' of git://git.linaro.org/people/shawnguo/linux-2.6 into fixes by Olof Johansson · 13 years ago
  91. cd3a2ba Merge branch 'omap_fixes_a_3.3rc' of git://git.pwsan.com/linux-2.6 into fixes by Tony Lindgren · 13 years ago
  92. 14ea960 ARM: OMAP2+: arch/arm/mach-omap2/smartreflex.c: add missing iounmap by Julia Lawall · 13 years ago
  93. e0feca89 ARM: OMAP2+: arch/arm/mach-omap2/devices.c: introduce missing kfree by Julia Lawall · 13 years ago
  94. d82e519 ARM: OMAP: fix MMC2 loopback clock handling by Grazvydas Ignotas · 13 years ago
  95. ffa1e4e ARM: OMAP: fix erroneous mmc2 clock change on mmc3 setup by Grazvydas Ignotas · 13 years ago
  96. 8ef5d84 ARM: OMAP2+: GPMC: fix device size setup by Yegor Yefremov · 13 years ago
  97. dbc3982 ARM: OMAP2+: timer: Fix crash due to wrong arg to __omap_dm_timer_read_counter by Vaibhav Hiremath · 13 years ago
  98. 9a95b9e Merge branch 'sa11x0-mcp-fixes' into fixes by Russell King · 13 years ago
  99. dcf81c1 Merge branch 'amba' into for-armsoc by Russell King · 13 years ago
  100. 75c0696 ARM: amba: samsung: use common amba device initializers by Russell King · 13 years ago