aboutsummaryrefslogtreecommitdiff
path: root/drivers/qe/qe.c
AgeCommit message (Expand)Author
2023-11-07qe: Add <asm/ppc.h> on PowerPCTom Rini
2023-11-07fsl_qe: Drop common.hTom Rini
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini
2022-11-10global: Migrate CONFIG_SYS_MPC8* symbols to the CFG_SYS namespaceTom Rini
2022-08-20powerpc: remove support for kmtergr1 and MPC8309Holger Brunck
2021-08-02global: Convert simple_strtoul() with hex to hextoul()Simon Glass
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-18drivers: qe: avoid double free()Heinrich Schuchardt
2020-09-17powerpc, qe: fix codingstyle issues for drivers/qeHeiko Schocher
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-04doc: fix references to README.qe_firmwareHeinrich Schuchardt
2019-12-02crc32: Use the crc.h header for crc functionsSimon Glass
2019-08-11env: Drop environment.h header file where not neededSimon Glass
2019-05-20mpc83xx: Introduce ARCH_MPC830*Mario Six
2018-12-06drivers: qe: add TFABOOT supportRajesh Bhagat
2018-09-27ppa/fm/qe: use block layer in ppa/fm/qe driverYinbo Zhu
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-09-15blk: Remove various places that do flush cache after readBin Meng
2017-09-11QE: Set QE_IRAM_READY after uploading firmwareZhao Qiang
2017-06-01QE: add QE support on SD bootZhao Qiang
2017-04-17armv7: ls1021a: Drop macro CONFIG_LS102XAYork Sun
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada
2016-09-23treewide: use #include <...> to include public headersMasahiro Yamada
2016-02-24board: ls1043ardb: Add micro QE support for ls1043ardbZhao Qiang
2016-02-24driver: qe: Mask the codes not used for micro QEZhao Qiang
2016-02-24qe: move drivers/qe/qe.h to include/fsl_qe.hQianyu Gong
2015-08-03driver/qe: use strncpy instead of strcpyZhao Qiang
2015-08-03drivers/qe: transform parameter to compatible typeZhao Qiang
2015-04-21QE/DeepSleep: add QE deepsleep support for mpc85xxZhao Qiang
2014-12-15qe/deep-sleep: modify qe deep-sleep for generic boardZhao Qiang
2014-11-19u_qe: add u_qe_upload_firmware for u_qeZhao Qiang
2014-11-19qe: add u-qe support to arm boardZhao Qiang
2014-08-20driver/qe: update status of QE microcodeVijay Rai
2014-07-22qe: move immap_qe.h from arch directory into common directoryZhao Qiang
2014-05-13qe: disable qe when qe-ucode fails to be uploaded for "deep sleep"Zhao Qiang
2014-04-22QE/FMAN: modify CONFIG_SYS_QE_FMAN_FW_ADDR to CONFIG_SYS_FMAN_FW_ADDR and CON...Zhao Qiang
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-02-04ppc: Move CONFIG_QE to arch_global_dataSimon Glass
2013-02-01ppc: Move brg_clk to arch_global_dataSimon Glass
2012-10-23mpc83xx: add support for mpc8309Gerlando Falauto
2011-11-29powerpc/85xx: clean up and document the QE/FMAN microcode macrosTimur Tabi
2010-07-24cmd_usage(): simplify return code handlingWolfgang Denk
2010-07-04Make sure that argv[] argument pointers are not modified.Wolfgang Denk
2009-06-12drivers/qe: Add more SNUM number for QEHaiying Wang
2009-06-12drivers/qe: Change QE RISC ALLOCATION to support 4 RISCsHaiying Wang
2009-06-12General help message cleanupWolfgang Denk
2009-04-05Update CHANGELOG, coding style cleanup.Wolfgang Denk
2009-03-30MPC85xx: Load and enable QE microcode patch in IRAMHaiying Wang
2009-01-28Command usage cleanupPeter Tyser