1. cbac7b2 qe: Add <asm/ppc.h> on PowerPC by Tom Rini · 1 year, 1 month ago
  2. 742c856 fsl_qe: Drop common.h by Tom Rini · 1 year, 1 month ago
  3. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  4. 376b88a global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  5. d5c3bf2 global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespace by Tom Rini · 2 years, 1 month ago
  6. 5c13bd1 powerpc: remove support for kmtergr1 and MPC8309 by Holger Brunck · 2 years, 3 months ago
  7. 3ff49ec global: Convert simple_strtoul() with hex to hextoul() by Simon Glass · 3 years, 4 months ago
  8. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  9. ebe5d9d drivers: qe: avoid double free() by Heinrich Schuchardt · 4 years ago
  10. baf84a9 powerpc, qe: fix codingstyle issues for drivers/qe by Heiko Schocher · 4 years, 6 months ago
  11. ed38aef command: Remove the cmd_tbl_t typedef by Simon Glass · 4 years, 7 months ago
  12. b028928 doc: fix references to README.qe_firmware by Heinrich Schuchardt · 4 years, 7 months ago
  13. 48b6c6b crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  14. 9cce6f7 env: Drop environment.h header file where not needed by Simon Glass · 5 years ago
  15. b2e701c mpc83xx: Introduce ARCH_MPC830* by Mario Six · 6 years ago
  16. 4fb459e drivers: qe: add TFABOOT support by Rajesh Bhagat · 6 years ago
  17. 45c20bd ppa/fm/qe: use block layer in ppa/fm/qe driver by Yinbo Zhu · 6 years ago
  18. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  19. 629e799 blk: Remove various places that do flush cache after read by Bin Meng · 7 years ago
  20. 1064021 QE: Set QE_IRAM_READY after uploading firmware by Zhao Qiang · 7 years ago
  21. 82cd8c6 QE: add QE support on SD boot by Zhao Qiang · 8 years ago
  22. c4f047c armv7: ls1021a: Drop macro CONFIG_LS102XA by York Sun · 8 years ago
  23. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  24. adae2ec treewide: use #include <...> to include public headers by Masahiro Yamada · 8 years ago
  25. 0be9be8 board: ls1043ardb: Add micro QE support for ls1043ardb by Zhao Qiang · 9 years ago
  26. 3ae2220 driver: qe: Mask the codes not used for micro QE by Zhao Qiang · 9 years ago
  27. ae6a758 qe: move drivers/qe/qe.h to include/fsl_qe.h by Qianyu Gong · 9 years ago
  28. d64f1a4 driver/qe: use strncpy instead of strcpy by Zhao Qiang · 10 years ago
  29. 7879a49 drivers/qe: transform parameter to compatible type by Zhao Qiang · 10 years ago
  30. cfd7671 QE/DeepSleep: add QE deepsleep support for mpc85xx by Zhao Qiang · 10 years ago
  31. df412c6 qe/deep-sleep: modify qe deep-sleep for generic board by Zhao Qiang · 10 years ago
  32. a985f82 u_qe: add u_qe_upload_firmware for u_qe by Zhao Qiang · 10 years ago
  33. 5ad9395 qe: add u-qe support to arm board by Zhao Qiang · 10 years ago
  34. a479229 driver/qe: update status of QE microcode by Vijay Rai · 10 years ago
  35. 978679d qe: move immap_qe.h from arch directory into common directory by Zhao Qiang · 10 years ago
  36. b59534d qe: disable qe when qe-ucode fails to be uploaded for "deep sleep" by Zhao Qiang · 11 years ago
  37. 83a9084 QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CONFIG_SYS_QE_FW_ADDR by Zhao Qiang · 11 years ago
  38. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  39. 8518b17 ppc: Move CONFIG_QE to arch_global_data by Simon Glass · 12 years ago
  40. 34a194f ppc: Move brg_clk to arch_global_data by Simon Glass · 12 years ago
  41. fe201cb mpc83xx: add support for mpc8309 by Gerlando Falauto · 12 years ago
  42. 275f4bb powerpc/85xx: clean up and document the QE/FMAN microcode macros by Timur Tabi · 13 years ago
  43. 3b68311 cmd_usage(): simplify return code handling by Wolfgang Denk · 14 years ago
  44. 6262d021 Make sure that argv[] argument pointers are not modified. by Wolfgang Denk · 14 years ago
  45. 0eea38e drivers/qe: Add more SNUM number for QE by Haiying Wang · 16 years ago
  46. 9a38382 drivers/qe: Change QE RISC ALLOCATION to support 4 RISCs by Haiying Wang · 16 years ago
  47. c54781c General help message cleanup by Wolfgang Denk · 16 years ago
  48. e366f15 Update CHANGELOG, coding style cleanup. by Wolfgang Denk · 16 years ago
  49. ec9d36c MPC85xx: Load and enable QE microcode patch in IRAM by Haiying Wang · 16 years ago
  50. dfb72b8 Command usage cleanup by Peter Tyser · 16 years ago
  51. ddb3af9 Standardize command usage messages with cmd_usage() by Peter Tyser · 16 years ago
  52. dd87641 drivers/qe: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  53. c6c0fd5 fix QE firmware uploading limit by Timur Tabi · 17 years ago
  54. 8a7e0a5 QE: fix compile warning by Dave Liu · 17 years ago
  55. 545b06a Coding Style cleanup; update CHANGELOG by Wolfgang Denk · 17 years ago
  56. 6d838da 85xx: add ability to upload QE firmware by Timur Tabi · 17 years ago
  57. d112a2c Fix cases where DECLARE_GLOBAL_DATA_PTR was not declared as global by Wolfgang Denk · 17 years ago
  58. 11da175 mpc83xx: Fix the align bug of SDMA buffer by Dave Liu · 17 years ago
  59. e732e9c mpc83xx: add QE ethernet support by Dave Liu · 18 years ago