1. 6e62bd3 soc: fsl: qe: remove set but not used variable 'mm_gc' by YueHaibing · 5 years ago
  2. 5a35435 soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE by Rasmus Villemoes · 5 years ago
  3. 8d70df8 soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c by Rasmus Villemoes · 5 years ago
  4. c93c159 soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c by Rasmus Villemoes · 5 years ago
  5. 71352b8 soc: fsl: qe: drop pointless check in qe_sdma_init() by Rasmus Villemoes · 5 years ago
  6. 4c3e565 soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init() by Rasmus Villemoes · 5 years ago
  7. 611780a soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c by Rasmus Villemoes · 5 years ago
  8. ec2058a soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path by Rasmus Villemoes · 5 years ago
  9. b6231ea soc: fsl: qe: drop broken lazy call of cpm_muram_init() by Rasmus Villemoes · 5 years ago
  10. 900470c soc: fsl: qe: make cpm_muram_free() ignore a negative offset by Rasmus Villemoes · 5 years ago
  11. 754f40e soc: fsl: qe: make cpm_muram_free() return void by Rasmus Villemoes · 5 years ago
  12. 800cd6f soc: fsl: qe: change return type of cpm_muram_alloc() to s32 by Rasmus Villemoes · 5 years ago
  13. b3f4ff6 soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init() by Rasmus Villemoes · 5 years ago
  14. 6aef512 soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu by Rasmus Villemoes · 5 years ago
  15. abc6311 soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle() by Rasmus Villemoes · 5 years ago
  16. 123ee6e soc: fsl: qe: qe.c: use of_property_read_* helpers by Rasmus Villemoes · 5 years ago
  17. 9dab15b soc: fsl: qe: merge qe_ic.h headers into qe_ic.c by Rasmus Villemoes · 5 years ago
  18. 882c626 soc: fsl: qe: simplify qe_ic_init() by Rasmus Villemoes · 5 years ago
  19. 5bd2022 soc: fsl: qe: make qe_ic_get_{low,high}_irq static by Rasmus Villemoes · 5 years ago
  20. 10d7930 soc: fsl: qe: don't use NO_IRQ in qe_ic.c by Rasmus Villemoes · 5 years ago
  21. d7c2878 soc: fsl: qe: remove unused qe_ic_set_* functions by Rasmus Villemoes · 5 years ago
  22. 523eef1 soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low by Rasmus Villemoes · 5 years ago
  23. a36742d soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c by Rasmus Villemoes · 5 years ago
  24. 4e0e161 soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/ by Rasmus Villemoes · 5 years ago
  25. ea275d1 soc: fsl: qe: remove pointless sysfs registration in qe_ic.c by Rasmus Villemoes · 5 years ago
  26. 003204b soc: fsl: qe: drop assign-only high_active in qe_ic_init by Rasmus Villemoes · 5 years ago
  27. 4322392 soc: fsl: qe: drop unneeded #includes by Rasmus Villemoes · 5 years ago
  28. df049d1 soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32 by Rasmus Villemoes · 5 years ago
  29. 5809968 soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic by Rasmus Villemoes · 5 years ago
  30. 77d7676a soc: fsl: qe: avoid ppc-specific io accessors by Rasmus Villemoes · 5 years ago
  31. d9d95bc soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers by Rasmus Villemoes · 5 years ago
  32. cf037a9 soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs by Rasmus Villemoes · 5 years ago
  33. 1972194 soc: fsl: qe: remove space-before-tab by Rasmus Villemoes · 5 years ago
  34. 399eb9b Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc by Linus Torvalds · 5 years ago
  35. deb0df1 Merge tag 'soc-fsl-next-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux into arm/drivers by Olof Johansson · 6 years ago
  36. 4d2e26a docs: powerpc: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  37. 2156006 soc: fsl: qe: fold qe_get_num_of_snums into qe_snums_init by Rasmus Villemoes · 6 years ago
  38. 5cfca89 soc: fsl: qe: support fsl,qe-snums property by Rasmus Villemoes · 6 years ago
  39. d7fc596 soc: fsl: qe: introduce qe_get_device_node helper by Rasmus Villemoes · 6 years ago
  40. 875f2aa soc: fsl: qe: reduce static memory footprint by 1.7K by Rasmus Villemoes · 6 years ago
  41. f03de74 soc: fsl: qe: drop useless static qualifier by Rasmus Villemoes · 6 years ago
  42. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  43. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  44. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  45. 5674a92 soc/fsl/qe: Fix an error code in qe_pin_request() by Dan Carpenter · 6 years ago
  46. 8d68100 soc/fsl/qe: fix err handling of ucc_of_parse_tdm by Wen Yang · 6 years ago
  47. b22b6be Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 6 years ago
  48. b27186a Merge tag 'devicetree-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 6 years ago
  49. 56740a7 Merge tag 'soc-fsl-fix-v4.19-2' into HEAD by Li Yang · 6 years ago
  50. dc37a25 soc: Convert to using %pOFn instead of device_node.name by Rob Herring · 6 years ago
  51. 96fc74333 soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift() by Zhao Qiang · 7 years ago
  52. f55f612 soc: fsl/qe: Use of_get_child_by_name helper by Rob Herring · 6 years ago
  53. 4625210 soc: fsl: cleanup Kconfig menu by Li Yang · 6 years ago
  54. 1c0b7df soc: fsl: qe: gpio: Add qe_gpio_set_multiple by Joakim Tjernlund · 7 years ago
  55. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  56. 37c342c soc: Convert to using %pOF instead of full_name by Rob Herring · 8 years ago
  57. 4ba2516 soc/fsl/qe: add EXPORT_SYMBOL for the 2 qe_tdm functions by Valentin Longchamp · 8 years ago
  58. e5c5c8d soc/fsl/qe: only apply QE_General4 workaround on affected SoCs by Valentin Longchamp · 8 years ago
  59. 2ccf80b soc/fsl/qe: round brg_freq to 1kHz granularity by Valentin Longchamp · 8 years ago
  60. b54ea82 soc/fsl/qe: get rid of immrbar_virt_to_phys() by Christophe Leroy · 8 years ago
  61. c9492b4 soc/fsl/qe: use builtin_platform_driver by Geliang Tang · 8 years ago
  62. 5dc6f3f soc/fsl/qe: fix gpio save_regs functions by Christophe Leroy · 8 years ago
  63. 4d486e0 soc/fsl/qe: fix Oops on CPM1 (and likely CPM2) by Christophe Leroy · 8 years ago
  64. 74c269f fsl/qe: use of_property_read_bool by Julia Lawall · 8 years ago
  65. 5066943 soc/fsl/qe: Use of_adress_to_resource() in get_qe_base() by Zhao Qiang · 8 years ago
  66. 40f1ebd soc/fsl/qe: Use resource_size by Vaishali Thakkar · 8 years ago
  67. 35ef1c2 fsl/qe: Add QE TDM lib by Zhao Qiang · 9 years ago
  68. bb8b206 fsl/qe: setup clock source for TDM mode by Zhao Qiang · 9 years ago
  69. 68f047e fsl/qe: add rx_sync and tx_sync for TDM mode by Zhao Qiang · 9 years ago
  70. 1e714e5 powerpc: qe_lib-gpio: use gpiochip data pointer by Linus Walleij · 9 years ago
  71. d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  72. 66923a6 qe: Use GFP_ATOMIC while spin_lock_irqsave is held by Saurabh Sengar · 9 years ago
  73. 713df30 qe: Make cpm_muram_alloc_common static by Saurabh Sengar · 9 years ago
  74. c9ee69c qe/ic: fix a buffer overflow error and add check elsewhere by Zhao Qiang · 9 years ago
  75. e847396 powerpc: qe_lib/gpio: Be sure to clamp return value by Linus Walleij · 9 years ago
  76. 7aa1aa6 QE: Move QE from arch/powerpc to drivers/soc by Zhao Qiang · 9 years ago