1. 6c38bda ARM: at91: remove useless includes and function prototypes by Alexandre Belloni · 9 years ago
  2. fbc7edc ARM: at91: pm: move idle functions to pm.c by Alexandre Belloni · 9 years ago
  3. bbfc97e ARM: at91: properly initialize timer by Alexandre Belloni · 9 years ago
  4. 0d34419 ARM: at91: remove unused at91_ioremap_matrix and header by Alexandre Belloni · 9 years ago
  5. a91c582 ARM: at91: fix pm declarations by Arnd Bergmann · 9 years ago
  6. ad3fc3e ARM: at91/trivial: unify functions and machine names by Nicolas Ferre · 9 years ago
  7. 827de1f ARM: at91: remove at91_dt_initialize and machine init_early() by Alexandre Belloni · 9 years ago
  8. bf02280 ARM: at91: fix PM initialization for newer SoCs by Nicolas Ferre · 9 years ago
  9. 29ee506 ARM: at91: move at91rm9200_idle() to clk/at91/pmc.c by Alexandre Belloni · 9 years ago
  10. 0be0b8c ARM: at91: remove unused at91_init_sram by Alexandre Belloni · 9 years ago
  11. 4db0ba2 ARM: at91: pm: prepare for multiplatform by Alexandre Belloni · 9 years ago
  12. bd87373 ARM: at91: remove useless at91rm9200_set_type() by Alexandre Belloni · 9 years ago
  13. 427accd ARM: at91: remove useless at91rm9200_dt_initialize() by Alexandre Belloni · 9 years ago
  14. 415c947 ARM: at91: remove useless at91_sysirq_mask_rtx by Alexandre Belloni · 9 years ago
  15. 50755f6 ARM: at91/clocksource: remove !DT PIT initializations by Arnd Bergmann · 10 years ago
  16. 8117bf1 ARM: at91: at91rm9200 ST initialization is now DT only by Arnd Bergmann · 10 years ago
  17. 85c4b31 ARM: at91: remove old AT91-specific drivers by Arnd Bergmann · 10 years ago
  18. 865a381 ARM: at91: cleanup initilisation code by removing dead code by Arnd Bergmann · 10 years ago
  19. 4a109c5 ARM: at91: remove unused IRQ function declarations by Nicolas Ferre · 10 years ago
  20. 1ccdde0 ARM: at91: remove legacy IRQ driver and related code by Nicolas Ferre · 10 years ago
  21. ff78a18 ARM: at91: remove old at91-specific clock driver by Nicolas Ferre · 10 years ago
  22. 7538ec7 ARM: at91: remove no-MMU at91x40 support by Nicolas Ferre · 10 years ago
  23. 8b45bc8 Merge tag 'drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  24. 726d32b ARM: at91: SAMA5D4 SoC detection code and low level routines by Nicolas Ferre · 10 years ago
  25. 7d80335 ARM: at91: Give the PIT irq as an argument of at91sam926x_pit_init by Maxime Ripard · 10 years ago
  26. d2992e5 ARM: at91: soc: Add init_time callback by Maxime Ripard · 10 years ago
  27. 1bd59db ARM: at91: generic.h: Add include safe guards by Maxime Ripard · 10 years ago
  28. 351a4ff ARM: at91: Remove rstc and shdwnc global base addresses by Maxime Ripard · 10 years ago
  29. 99d63fa ARM: at91: Remove reset code from the machine code by Maxime Ripard · 10 years ago
  30. 65f2ce9 ARM: at91/soc: Introduce register_devices callback by Maxime Ripard · 10 years ago
  31. c8a8c63 ARM: at91: add Kconfig options for common clk support by Boris BREZILLON · 11 years ago
  32. 94c4c79 ARM: at91: fix hanged boot due to early rtt-interrupt by Johan Hovold · 11 years ago
  33. 6de714c ARM: at91: fix hanged boot due to early rtc-interrupt by Johan Hovold · 11 years ago
  34. 7b6d864 reboot: arm: change reboot_mode to use enum reboot_mode by Robin Holt · 11 years ago
  35. 546c830 ARM: at91: fix at91_extern_irq usage for non-dt boards by Jean-Christophe PLAGNIOL-VILLARD · 11 years ago
  36. 6bb27d7 ARM: delete struct sys_timer by Stephen Warren · 12 years ago
  37. 17d6b29 Merge branch 'delivery/pinctrl-at91-3.8' of http://github.com/at91linux/linux-at91 into at91 by Linus Walleij · 12 years ago
  38. 397f8c3 ARM: AT91: Add AT91RM9200 DT board by Joachim Eastwood · 12 years ago
  39. 738a0fd ARM: at91: fix external interrupts in non-DT case by Nicolas Ferre · 12 years ago
  40. c4b6852 ARM: at91: add AIC5 support by Ludovic Desroches · 12 years ago
  41. a27fa58 ARM: at91: drop at91_set_serial_console by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  42. eb5e76f ARM: at91: add pmc DT support by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  43. 2b11ea5 ARM: at91/dt: add specific DT soc init by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  44. 8014d6f ARM: at91: AIC and GPIO IRQ device tree initialization by Nicolas Ferre · 12 years ago
  45. f363c40 ARM: at91: make sdram/ddr register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  46. 5e9cf5e ARM: at91: make ST (System Timer) soc independent by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  47. 4342d64 ARM: at91: make matrix register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  48. 0d78171 ARM: at91: factorise duplicated at91sam9 idle by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  49. 9918cea ARM: at91: code removal of CAP9 SoC by Jean-Christophe PLAGNIOL-VILLARD · 12 years ago
  50. 14f991a ARM: at91: Fix at91sam9g45 and at91cap9 reset by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  51. e9f68b5 ARM: at91: make rstc soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  52. 40ba95f Merge branch 'depends/rmk/restart' into next/cleanup by Arnd Bergmann · 12 years ago
  53. 1b2073e ARM: restart: at91: use new restart hook by Russell King · 13 years ago
  54. 619d4a4 ARM: at91: switch gpio clock to clkdev by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  55. f22deee ARM: at91: make shutdown controler soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  56. 4ab0c599 ARM: at91: make pit register base soc independent by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  57. 80e91cb ARM: at91: make gpio register base soc independant by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  58. f0051d8 at91: factorize sram init by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  59. 4653937 at91: move clock subsystem init to soc generic init by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  60. 92100c1 at91: factorize at91 interrupts init to soc by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  61. 21d08b9 at91: introduce commom AT91_BASE_SYS by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  62. 7a2207a at91: drop at572d940hf support by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  63. e57556e3 at91rm9200: introduce at91rm9200_set_type to specficy cpu package by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  64. bd60299 at91: switch to CLKDEV_LOOKUP by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  65. 1b021a3 at91: fix map_io init usage by Jean-Christophe PLAGNIOL-VILLARD · 13 years ago
  66. bb413db AT91: reset: extend alternate reset procedure to several chips by Nicolas Ferre · 14 years ago
  67. 5e38efa ARM: 5850/1: [AT91] AT572D940HF processor support by Andrew Victor · 14 years ago
  68. 789b23b [ARM] 5572/1: at91: Support for at91sam9g45 series: core chip & board support by Nicolas Ferre · 15 years ago
  69. f373e8c [ARM] 5373/2: Add gpiolib support to AT91 by Ryan Mallon · 15 years ago
  70. e83aff5 [ARM] 4739/1: at91sam9263: make gpio bank C and D irqs work by David Brownell · 16 years ago
  71. 2b3b351 [ARM] 4764/1: [AT91] AT91CAP9 core support by Andrew Victor · 16 years ago
  72. 9a7e246 [ARM] 4535/1: AT91x40 function prototypes by Greg Ungerer · 17 years ago
  73. 877d772 [ARM] 4370/3: AT91: Support for Atmel AT91SAM9RL processors. by Andrew Victor · 17 years ago
  74. b2c6561 [ARM] 4145/2: AT91: Add support for AT91SAM9263 processor by Andrew Victor · 17 years ago
  75. 9d04126 [ARM] 4124/1: Rename mach-at91rm9200 and arch-at91rm9200 directories by Andrew Victor · 17 years ago[Renamed (97%) from arch/arm/mach-at91rm9200/generic.h]
  76. 62c1660 [ARM] 3948/1: AT91: Initial support for AT91SAM9261 and AT91SAM9260 by Andrew Victor · 18 years ago
  77. 1f4fd0a [ARM] 3946/1: AT91: at91_arch_reset and at91_extern_irq by Andrew Victor · 18 years ago
  78. f217383 [ARM] 3867/1: AT91 GPIO update by Andrew Victor · 18 years ago
  79. 2eeaaa2 [ARM] 3866/1: AT91 clock update by Andrew Victor · 18 years ago
  80. ba854e1 [ARM] 3711/1: AT91 timer update by Andrew Victor · 18 years ago
  81. 907d6de [ARM] 3605/1: AT91RM9200 Power Management by Andrew Victor · 18 years ago
  82. 73a59c1 [ARM] 3240/2: AT91RM9200 support for 2.6 (Core) by SAN People · 18 years ago