summaryrefslogtreecommitdiff
path: root/include/soc/fsl/qe
AgeCommit message (Expand)AuthorFilesLines
2023-12-12soc: fsl: cpm1: qmc: Introduce functions to change timeslots at runtimeHerve Codina1-0/+10
2023-12-12soc: fsl: cpm1: qmc: Add support for child devicesHerve Codina1-0/+2
2023-12-12soc: fsl: cpm1: qmc: Extend the API to provide Rx statusHerve Codina1-1/+14
2023-10-10docs: move powerpc under archCosta Shulyupin1-1/+1
2023-03-05soc: fsl: cpm1: Add support for QMCHerve Codina1-0/+71
2022-12-05soc: fsl: qe: request pins non-exclusivelyDmitry Torokhov1-2/+3
2022-02-18soc: fsl: Replace kernel.h with the necessary inclusionsAndy Shevchenko4-4/+7
2021-04-06Revert "soc: fsl: qe: introduce qe_io{read,write}* wrappers"Christophe Leroy1-25/+9
2021-01-21ethernet: ucc_geth: remove bd_mem_part and all associated codeRasmus Villemoes2-7/+0
2021-01-21soc: fsl: qe: add cpm_muram_free_addr() helperRasmus Villemoes1-0/+5
2021-01-21soc: fsl: qe: make cpm_muram_offset take a const void* argumentRasmus Villemoes1-2/+2
2020-05-22soc: fsl: qe: Replace one-element array and use struct_size() helperGustavo A. R. Silva1-1/+1
2020-03-24soc: fsl: qe: fix sparse warnings for ucc_slow.cLi Yang1-7/+6
2020-03-24soc: fsl: qe: fix sparse warnings for ucc_fast.cLi Yang1-3/+3
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.cRasmus Villemoes1-2/+2
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.cRasmus Villemoes1-3/+3
2019-12-09soc: fsl: qe: make cpm_muram_free() return voidRasmus Villemoes1-3/+2
2019-12-09soc: fsl: qe: change return type of cpm_muram_alloc() to s32Rasmus Villemoes1-8/+8
2019-12-09soc/fsl/qe/qe.h: update include path for cpm.hRasmus Villemoes1-1/+1
2019-12-09soc: fsl: qe: merge qe_ic.h headers into qe_ic.cRasmus Villemoes1-56/+0
2019-12-09soc: fsl: qe: make qe_ic_get_{low,high}_irq staticRasmus Villemoes1-10/+0
2019-12-09soc: fsl: qe: remove unused qe_ic_set_* functionsRasmus Villemoes1-4/+0
2019-12-09soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.cRasmus Villemoes1-42/+0
2019-12-09soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/Rasmus Villemoes1-7/+0
2019-12-09soc: fsl: qe: use qe_ic_cascade_{low, high}_mpic also on 83xxRasmus Villemoes1-20/+4
2019-12-09soc: fsl: qe: introduce qe_io{read,write}* wrappersRasmus Villemoes1-9/+25
2019-12-09soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpersRasmus Villemoes1-9/+9
2019-07-17docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner7-35/+7
2018-10-22net/wan/fsl_ucc_hdlc: error countersMathias Thore1-1/+7
2017-05-18net/wan/fsl_ucc_hdlc: add hdlc-bus supportHolger Brunck1-0/+5
2017-05-18fsl/qe: add bit description for SYNL register for GUMRHolger Brunck1-0/+4
2017-04-30soc/fsl/qe: get rid of immrbar_virt_to_phys()Christophe Leroy1-19/+0
2017-04-30net: ethernet: ucc_geth: fix MEM_PART_MURAM modeChristophe Leroy1-0/+1
2016-06-08fsl/qe: Do not prefix header guard with CONFIG_Andreas Ziegler1-2/+2
2016-06-07drivers/net: support hdlc function for QE-UCCZhao Qiang2-2/+21
2016-06-07fsl/qe: Add QE TDM libZhao Qiang2-4/+95
2016-06-07fsl/qe: Make regs resouce_size_tZhao Qiang1-1/+1
2016-06-07fsl/qe: setup clock source for TDM modeZhao Qiang3-0/+21
2016-06-07fsl/qe: add rx_sync and tx_sync for TDM modeZhao Qiang2-0/+4
2016-03-09qe: Make cpm_muram_alloc_common staticSaurabh Sengar1-2/+0
2015-12-22QE: Move QE from arch/powerpc to drivers/socZhao Qiang6-0/+2005