1. 476eb49 powerpc/irq: Stop exporting irq_map by Grant Likely · 13 years ago
  2. ec775d0 powerpc: Convert to new irq_* function names by Thomas Gleixner · 13 years ago
  3. 98488db powerpc: Use proper accessors for IRQ_* flags by Thomas Gleixner · 13 years ago
  4. 0a95d92 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  5. 3a0adfa powerpc: sysdev/qe_lib/qe_ic irq_data conversion. by Lennert Buytenhek · 14 years ago
  6. 0000612 dt/powerpc: Eliminate users of of_platform_{,un}register_driver by Grant Likely · 14 years ago
  7. 5aac4d7 arch/powerpc/sysdev/qe_lib/qe.c: Add of_node_put to avoid memory leak by Julia Lawall · 14 years ago
  8. a454dc5 powerpc: remove references to of_device and to_of_device by Grant Likely · 14 years ago
  9. 391c970 of/gpio: add default of_xlate function if device has a node pointer by Anton Vorontsov · 14 years ago
  10. 594fa26 of/gpio: stop using device_node data pointer to find gpio_chip by Grant Likely · 14 years ago
  11. a19e3da of/gpio: Kill of_gpio_chip and add members directly to gpio_chip by Anton Vorontsov · 14 years ago
  12. 4018294 of: Remove duplicate fields from of_platform_driver by Grant Likely · 14 years ago
  13. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  14. 43a5a01 powerpc/qe: Convert qe_ic_lock to raw_spinlock by Anton Vorontsov · 15 years ago
  15. fc380c0 powerpc: Remove whitespace in irq chip name fields by Anton Blanchard · 15 years ago
  16. 8354be9 powerpc: Remove trailing space in messages by Frans Pop · 15 years ago
  17. 40d50cf powerpc: Make "intspec" pointers in irq_host->xlate() const by Roman Fietze · 15 years ago
  18. b27df67 powerpc: Fixup last users of irq_chip->typename by Thomas Gleixner · 15 years ago
  19. fdfde24 powerpc/qe: Implement QE driver for handling resume on MPC85xx by Anton Vorontsov · 15 years ago
  20. 46d2293 powerpc/qe: QE also shuts down on MPC8568 by Anton Vorontsov · 15 years ago
  21. 0c7b87b powerpc/qe: Make qe_reset() code path safe for repeated invocation by Anton Vorontsov · 15 years ago
  22. 98eaa09 powerpc/qe: Increase MAX_QE_RISC to 4 by Anton Vorontsov · 15 years ago
  23. 6cff46f powerpc: Remove get_irq_desc() by Michael Ellerman · 15 years ago
  24. 723e9db Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 15 years ago
  25. ed24157 powerpc/qe: Implement qe_alive_during_sleep() helper function by Anton Vorontsov · 15 years ago
  26. 1dcd8ff powerpc/qe_lib: Set gpio data before changing the direction to output by Michael Barkowski · 15 years ago
  27. 3475dd8 powerpc/qe: introduce missing kfree by Julia Lawall · 15 years ago
  28. ea96025 powerpc: Don't use alloc_bootmem() in init_IRQ() path by Anton Vorontsov · 15 years ago
  29. f49156e powerpc/qe: add polling timeout to qe_issue_cmd() by Timur Tabi · 15 years ago
  30. 98ca77a powerpc/qe: update QE Serial Number by Haiying Wang · 15 years ago
  31. 06c4435 powerpc/qe: update risc allocation for QE by Haiying Wang · 15 years ago
  32. 068e8c9 powerpc/qe: Select QE_USB with USB_GADGET_FSL_QE by Anton Vorontsov · 16 years ago
  33. 1b9e890 powerpc/qe: Implement QE Pin Multiplexing API by Anton Vorontsov · 16 years ago
  34. 09a3fba powerpc/qe: Move cmxgcr_lock definition from the ucc.c into the qe.c by Anton Vorontsov · 16 years ago
  35. 5c09119 powerpc/QE: move QE_GPIO Kconfig symbol into the platforms/Kconfig by Anton Vorontsov · 16 years ago
  36. 61a4e9e powerpc: fix memory leaks in QE library by Timur Tabi · 16 years ago
  37. 7444a72 gpiolib: allow user-selection by Michael Buesch · 16 years ago
  38. 7e1cc9c powerpc: Fix a bunch of sparse warnings in the qe_lib by Andy Fleming · 16 years ago
  39. d14b3dd powerpc/QE: use arch_initcall to probe QUICC Engine GPIOs by Anton Vorontsov · 16 years ago
  40. 5848f16 powerpc/QE: qe_reset should be __init by Anton Vorontsov · 16 years ago
  41. 5093bb9 powerpc/QE: switch to the cpm_muram implementation by Anton Vorontsov · 16 years ago
  42. 32def33 powerpc/QE: implement support for the GPIO LIB API by Anton Vorontsov · 16 years ago
  43. 9572653 powerpc/QE: prepare QE PIO code for GPIO LIB support by Anton Vorontsov · 16 years ago
  44. 5e41486 powerpc/QE: add support for QE USB clocks routing by Anton Vorontsov · 16 years ago
  45. 19fc65b powerpc: Fix irq_alloc_host() reference counting and callers by Michael Ellerman · 16 years ago
  46. 2272a55 powerpc: Rework qe_ic_init() so we can avoid freeing the irq_host by Michael Ellerman · 16 years ago
  47. 632395e [POWERPC] QE: fix sparse warnings by Anton Vorontsov · 17 years ago
  48. 7f0a6fc [POWERPC] QE: export qe_get_brg_clk() by Anton Vorontsov · 17 years ago
  49. 0b51b02 [POWERPC] QE: implement qe_muram_offset by Anton Vorontsov · 17 years ago
  50. e48b1b4 [POWERPC] Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  51. 86f4e5d [POWERPC] QE: Make qe_get_firmware_info reentrant by Ionut Nicu · 17 years ago
  52. 6f91316 [POWERPC] QE: Fix QE firmware uploading limit by Timur Tabi · 17 years ago
  53. d8985fd [POWERPC] qe_lib: fix few fluffy negligences by Anton Vorontsov · 17 years ago
  54. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  55. a2dd70a [POWERPC] QE: get rid of most device_types and model by Anton Vorontsov · 17 years ago
  56. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  57. 845cf50 [POWERPC] QE: Add support for Freescale QUICCEngine UART by Timur Tabi · 17 years ago
  58. bc556ba [POWERPC] QE: Add ability to upload QE firmware by Timur Tabi · 17 years ago
  59. 174b0da [POWERPC] qe: add function qe_clock_source() by Timur Tabi · 17 years ago
  60. 7264ec4 [POWERPC] QE: change qe_setbrg() to take an enum qe_clock instead of an integer by Timur Tabi · 17 years ago
  61. 321872d [POWERPC] QE: pario - support for MPC85xx layout by Anton Vorontsov · 17 years ago
  62. cccd210 [POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascading by Anton Vorontsov · 17 years ago
  63. 6b0b594 [POWERPC] qe: miscellaneous code improvements and fixes to the QE library by Timur Tabi · 17 years ago
  64. 52964f8 [POWERPC] Add an optional device_node pointer to the irq_host by Michael Ellerman · 17 years ago
  65. 65482cc [POWERPC] qe_lib: export symbols for QE driver to compile as module by Li Yang · 17 years ago
  66. 90c615b [POWERPC] QE: fix Kconfig 'select' warning with UCC_FAST by Timur Tabi · 17 years ago
  67. 4c35630 [POWERPC] Change rheap functions to use ulongs instead of pointers by Timur Tabi · 17 years ago
  68. 24a77da Merge branch 'for-2.6.22' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 17 years ago
  69. d5b9049 ucc_geth: Implement Transmit on Demand support by Michael Reiss · 17 years ago
  70. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 17 years ago
  71. e049d1c Merge branch 'linux-2.6' into for-2.6.22 by Paul Mackerras · 17 years ago
  72. 7f013bc [POWERPC] qe: Fix QUICC Engine SDMA setup errors by Chuck Meade · 17 years ago
  73. de74f70 [POWERPC] QE: fix invalid pointer usage in ucc_slow_init() by Timur Tabi · 18 years ago
  74. 7d776cb [POWERPC] QE: automatically select QE options by Timur Tabi · 18 years ago
  75. 5af68af [POWERPC] QE: clean up ucc_slow.c and ucc_fast.c by Timur Tabi · 18 years ago
  76. 8f34f6c [POWERPC] QE: Rename ucc_slow_info.us_regs to ucc_slow_info.regs by Timur Tabi · 18 years ago
  77. 8943212 [POWERPC] Remove fastcall function attribute by Kumar Gala · 18 years ago
  78. a15d5ea [POWERPC] arch/powerpc/sysdev/qe_lib of_node_get cleanup by Mariusz Kozlowski · 18 years ago
  79. 2c1d2f3 [POWERPC] qe_ic: Do a sync when masking interrupts by Scott Wood · 18 years ago
  80. f848535 [POWERPC] Replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  81. 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 18 years ago
  82. fc9e8b4 [PATCH] Optimize qe_brg struct to use an array by Timur Tabi · 18 years ago
  83. 302439d [POWERPC] qe_lib: qe_issue_cmd writes wrong value to CECDR by Timur Tabi · 18 years ago
  84. f84c39d [POWERPC] Fix the UCC rx/tx clock of QE by Liu Dave-r63238 · 18 years ago
  85. aa7a32c [POWERPC] Fix spelling errors in ucc_fast.c and ucc_slow.c by Timur Tabi · 18 years ago
  86. b0ac3f5 [HEADERS] Put linux/config.h out of its misery. by Dave Jones · 18 years ago
  87. 35a84c2 [POWERPC] Fix up after irq changes by Olaf Hering · 18 years ago
  88. 49f19ce [PATCH] powerpc: irq change build breaks by Olof Johansson · 18 years ago
  89. 9865853 [POWERPC] Add QUICC Engine (QE) infrastructure by Li Yang · 18 years ago