1. 5c09119 powerpc/QE: move QE_GPIO Kconfig symbol into the platforms/Kconfig by Anton Vorontsov · 16 years ago
  2. 61a4e9e powerpc: fix memory leaks in QE library by Timur Tabi · 16 years ago
  3. 7444a72 gpiolib: allow user-selection by Michael Buesch · 16 years ago
  4. 7e1cc9c powerpc: Fix a bunch of sparse warnings in the qe_lib by Andy Fleming · 16 years ago
  5. d14b3dd powerpc/QE: use arch_initcall to probe QUICC Engine GPIOs by Anton Vorontsov · 16 years ago
  6. 5848f16 powerpc/QE: qe_reset should be __init by Anton Vorontsov · 16 years ago
  7. 5093bb9 powerpc/QE: switch to the cpm_muram implementation by Anton Vorontsov · 16 years ago
  8. 32def33 powerpc/QE: implement support for the GPIO LIB API by Anton Vorontsov · 16 years ago
  9. 9572653 powerpc/QE: prepare QE PIO code for GPIO LIB support by Anton Vorontsov · 16 years ago
  10. 5e41486 powerpc/QE: add support for QE USB clocks routing by Anton Vorontsov · 16 years ago
  11. 19fc65b powerpc: Fix irq_alloc_host() reference counting and callers by Michael Ellerman · 16 years ago
  12. 2272a55 powerpc: Rework qe_ic_init() so we can avoid freeing the irq_host by Michael Ellerman · 16 years ago
  13. 632395e [POWERPC] QE: fix sparse warnings by Anton Vorontsov · 17 years ago
  14. 7f0a6fc [POWERPC] QE: export qe_get_brg_clk() by Anton Vorontsov · 17 years ago
  15. 0b51b02 [POWERPC] QE: implement qe_muram_offset by Anton Vorontsov · 17 years ago
  16. e48b1b4 [POWERPC] Replace remaining __FUNCTION__ occurrences by Harvey Harrison · 17 years ago
  17. 86f4e5d [POWERPC] QE: Make qe_get_firmware_info reentrant by Ionut Nicu · 17 years ago
  18. 6f91316 [POWERPC] QE: Fix QE firmware uploading limit by Timur Tabi · 17 years ago
  19. d8985fd [POWERPC] qe_lib: fix few fluffy negligences by Anton Vorontsov · 17 years ago
  20. bd45ac0 Merge branch 'linux-2.6' by Paul Mackerras · 17 years ago
  21. a2dd70a [POWERPC] QE: get rid of most device_types and model by Anton Vorontsov · 17 years ago
  22. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  23. 845cf50 [POWERPC] QE: Add support for Freescale QUICCEngine UART by Timur Tabi · 17 years ago
  24. bc556ba [POWERPC] QE: Add ability to upload QE firmware by Timur Tabi · 17 years ago
  25. 174b0da [POWERPC] qe: add function qe_clock_source() by Timur Tabi · 17 years ago
  26. 7264ec4 [POWERPC] QE: change qe_setbrg() to take an enum qe_clock instead of an integer by Timur Tabi · 17 years ago
  27. 321872d [POWERPC] QE: pario - support for MPC85xx layout by Anton Vorontsov · 17 years ago
  28. cccd210 [POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascading by Anton Vorontsov · 17 years ago
  29. 6b0b594 [POWERPC] qe: miscellaneous code improvements and fixes to the QE library by Timur Tabi · 17 years ago
  30. 52964f8 [POWERPC] Add an optional device_node pointer to the irq_host by Michael Ellerman · 17 years ago
  31. 65482cc [POWERPC] qe_lib: export symbols for QE driver to compile as module by Li Yang · 17 years ago
  32. 90c615b [POWERPC] QE: fix Kconfig 'select' warning with UCC_FAST by Timur Tabi · 17 years ago
  33. 4c35630 [POWERPC] Change rheap functions to use ulongs instead of pointers by Timur Tabi · 17 years ago
  34. 24a77da Merge branch 'for-2.6.22' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc by Linus Torvalds · 18 years ago
  35. d5b9049 ucc_geth: Implement Transmit on Demand support by Michael Reiss · 18 years ago
  36. e2eb639 [POWERPC] Rename get_property to of_get_property: arch/powerpc by Stephen Rothwell · 18 years ago
  37. e049d1c Merge branch 'linux-2.6' into for-2.6.22 by Paul Mackerras · 18 years ago
  38. 7f013bc [POWERPC] qe: Fix QUICC Engine SDMA setup errors by Chuck Meade · 18 years ago
  39. de74f70 [POWERPC] QE: fix invalid pointer usage in ucc_slow_init() by Timur Tabi · 18 years ago
  40. 7d776cb [POWERPC] QE: automatically select QE options by Timur Tabi · 18 years ago
  41. 5af68af [POWERPC] QE: clean up ucc_slow.c and ucc_fast.c by Timur Tabi · 18 years ago
  42. 8f34f6c [POWERPC] QE: Rename ucc_slow_info.us_regs to ucc_slow_info.regs by Timur Tabi · 18 years ago
  43. 8943212 [POWERPC] Remove fastcall function attribute by Kumar Gala · 18 years ago
  44. a15d5ea [POWERPC] arch/powerpc/sysdev/qe_lib of_node_get cleanup by Mariusz Kozlowski · 18 years ago
  45. 2c1d2f3 [POWERPC] qe_ic: Do a sync when masking interrupts by Scott Wood · 18 years ago
  46. f848535 [POWERPC] Replace kmalloc+memset with kzalloc by Yan Burman · 18 years ago
  47. 79acbb3 Merge branch 'linux-2.6' into for-linus by Paul Mackerras · 18 years ago
  48. fc9e8b4 [PATCH] Optimize qe_brg struct to use an array by Timur Tabi · 18 years ago
  49. 302439d [POWERPC] qe_lib: qe_issue_cmd writes wrong value to CECDR by Timur Tabi · 18 years ago
  50. f84c39d [POWERPC] Fix the UCC rx/tx clock of QE by Liu Dave-r63238 · 18 years ago
  51. aa7a32c [POWERPC] Fix spelling errors in ucc_fast.c and ucc_slow.c by Timur Tabi · 18 years ago
  52. b0ac3f5 [HEADERS] Put linux/config.h out of its misery. by Dave Jones · 18 years ago
  53. 35a84c2 [POWERPC] Fix up after irq changes by Olaf Hering · 18 years ago
  54. 49f19ce [PATCH] powerpc: irq change build breaks by Olof Johansson · 18 years ago
  55. 9865853 [POWERPC] Add QUICC Engine (QE) infrastructure by Li Yang · 18 years ago