1. a1c0a6a ARM: pxa: Transition pxa25x, pxa27x, pxa3xx to clk framework by Robert Jarzmik · 9 years ago
  2. 5e1d012 ARM: pxa: change clocks init sequence by Robert Jarzmik · 9 years ago
  3. 3d3c6a5 ARM: pxa: fix section mismatch warning for pxa_timer_nodt_init by Arnd Bergmann · 10 years ago
  4. 44c916d Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 10 years ago
  5. a38b1f6 ARM: pxa: Add non device-tree timer link to clocksource by Robert Jarzmik · 10 years ago
  6. b10f1c8 ARM: pxa: Move UNCACHED_PHYS_0 mapping from generic.c to pxa2[57]x.c by Laurent Pinchart · 10 years ago
  7. 0e32986 ARM: pxa: Don't hardcode addresses and size in map_desc tables by Laurent Pinchart · 10 years ago
  8. 2111667 ARM: pxa: call debug_ll_io_init for earlyprintk by Andrew Ruder · 10 years ago
  9. 9f97da7 Disintegrate asm/system.h for ARM by David Howells · 12 years ago
  10. 2f8163b ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h by Russell King · 13 years ago
  11. 671289c ARM: Fix build regression on SA11x0, PXA, and H720x targets by Russell King · 13 years ago
  12. a455335 ARM: pxa: support pxa95x by Haojian Zhuang · 14 years ago
  13. 2a125dd ARM: pxa: remove get_memclk_frequency_10khz() by Eric Miao · 14 years ago
  14. ad68bb9 ARM: pxa: Access SMEMC via virtual addresses by Marek Vasut · 14 years ago
  15. 851982c ARM: pxa: Introduce pxa{25x,27x,3xx}_map_io() by Marek Vasut · 14 years ago
  16. ead67b6 ARM: pxa: remove un-used mapping of camera registers by Eric Miao · 14 years ago
  17. 799929d ARM: pxa: reduce the scope of get_memclk_frequency_10khz() by Haojian Zhuang · 14 years ago
  18. ecf89b8 ARM: pxa: reduce the scope of get_clk_frequency_khz() by Haojian Zhuang · 14 years ago
  19. b1d9bf1 [ARM] pxa: remove pxa_gpio_mode() and files by Eric Miao · 14 years ago
  20. da065a0 [ARM] pxa: move GPIO register definitions into <mach/gpio.h> by Eric Miao · 15 years ago
  21. 0d9f768 [ARM] pxa: move pxa_gpio_mode() outside of generic gpio.c by Eric Miao · 15 years ago
  22. 6769717 [ARM] rtc-sa1100: don't assume CLOCK_TICK_RATE to be a constant by Eric Miao · 15 years ago
  23. 0c392ed [ARM] ohci-pxa27x: use ioremap() and offset for register access by Eric Miao · 16 years ago
  24. 0ffcbfd [ARM] pxa: make cpu_is_pxa2* macros more consistent by Eric Miao · 16 years ago
  25. afd2fc0 Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6 by Russell King · 16 years ago
  26. a09e64f [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach by Russell King · 16 years ago
  27. be50972 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead by Russell King · 16 years ago
  28. 04fef22 [ARM] pxa: introduce reset_status and clear_reset_status for driver's usage by Eric Miao · 16 years ago
  29. 66a7f72 [ARM] pxa: remove pxa_set_cken() by Russell King · 16 years ago
  30. 0b0a9df [ARM] pxa: separate out power manager and clock registers by Russell King · 16 years ago
  31. ce4fb7b pxafb: convert fb driver to use ioremap() and __raw_{readl, writel} by eric miao · 16 years ago
  32. 663707c [ARM] pxa: move GPIO sysdev outside of generic.c into gpio.c by eric miao · 16 years ago
  33. 1c44f5f gpiolib support for the PXA architecture by Philipp Zabel · 16 years ago
  34. 16dfdbf [ARM] pxa: introduce sysdev for GPIO register saving/restoring by eric miao · 16 years ago
  35. 7664c40 [ARM] pxa: increase size of memory mapping by Russell King · 16 years ago
  36. 8f58de7 [ARM] pxa: create arch/arm/mach-pxa/device.c for all on-chip devices by eric miao · 16 years ago
  37. 9a788c6 [ARM] 4711/1: pxa: mmc: move DMA specific code to platform layer by Bridge Wu · 16 years ago
  38. d2b82dd [ARM] pxa: define SSP platform devices for pxa2xx/pxa3xx by eric miao · 16 years ago
  39. 03f5b2c [ARM] pxa: avoid always registering MMC, I2C, IrDA and framebuffer devices by Russell King · 17 years ago
  40. 3e0cc7e [ARM] pxa: Avoid pxa_gpio_mode() in gpio_direction_{in,out}put() by Russell King · 17 years ago
  41. 2c8086a [ARM] pxa: PXA3xx base support by eric miao · 17 years ago
  42. 30f0b40 [ARM] 4559/1: pxa: make PXA_LAST_GPIO a run-time variable by eric miao · 17 years ago
  43. a7073b8 [ARM] pxa: mark pxa_set_cken deprecated by Russell King · 17 years ago
  44. a88a447 [ARM] pxa: remove get_lcdclk_frequency_10khz() by Russell King · 17 years ago
  45. 15a4033 [ARM] pxa: fix naming of memory/lcd/core clock functions by Russell King · 17 years ago
  46. e259a3a [ARM] pxa: convert PXA serial drivers to use platform resources by Russell King · 17 years ago
  47. 6c3a158 [ARM] 4550/1: sched_clock on PXA should cope with run time clock rate selection by Nicolas Pitre · 17 years ago
  48. e09d02e [ARM] 4480/1: pxa: change the pxa device naming scheme by Eric Miao · 17 years ago
  49. 46c41e6 [ARM] pxa: move platform devices to separate header file by Russell King · 17 years ago
  50. 34f3231 [ARM] pxa: move device registration into CPU-specific file by Russell King · 17 years ago
  51. b23170c [ARM] pxa: introduce cpu_is_pxaXXX macros by Russell King · 17 years ago
  52. 7053acb [ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXX by Eric Miao · 17 years ago
  53. 3deac04 [PATCH] GPIO API: PXA wrapper cleanup by Philipp Zabel · 17 years ago
  54. a7b4e55 [ARM] 4144/1: Fix for patch #4099/1 with CONFIG_I2C_PXA_SLAVE set by Guennadi Liakhovetski · 17 years ago
  55. 0c48d31 [ARM] 4066/1: correct a comment about PXA's sched_clock range by Nicolas Pitre · 17 years ago
  56. 2dc20a5 [ARM] 3981/1: sched_clock for PXA2xx by Nicolas Pitre · 17 years ago
  57. d14b272 [ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode support by Richard Purdie · 18 years ago
  58. e842f1c [PATCH] RTC subsystem: SA1100/PXA2XX driver by Richard Purdie · 18 years ago
  59. 4fd5f82 Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel by Linus Torvalds · 19 years ago
  60. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  61. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  62. 6f475c0 [ARM] 2897/2: PXA2xx IRDA support by Nicolas Pitre · 19 years ago
  63. d9e2964 [ARM] 3029/1: Add HWUART support for PXA 255/26x by Matt Reimer · 19 years ago
  64. b572352 [ARM] 3048/1: register i2s resources not i2c resources for the pxa i2s platform device by Ian Campbell · 19 years ago
  65. 6f9182e [ARM] 2988/1: Replace map_desc.physical with map_desc.pfn: PXA by Deepak Saxena · 19 years ago
  66. b2640b4 [ARM] 3025/1: Add I2S platform device for PXA by Matt Reimer · 19 years ago
  67. cb38c56 [ARM] 3011/1: pxafb: Add ability to set device parent + fix spitz compile error by Richard Purdie · 19 years ago
  68. eb9181a [ARM] Fix warning in arch/arm/mach-pxa/generic.c by Russell King · 19 years ago
  69. bb9bffc [PATCH] ARM: PXA I2C: add platform device by Russell King · 19 years ago
  70. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago