summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl/qe/qe.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-10docs: move powerpc under archCosta Shulyupin1-1/+1
2023-08-31Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+2
2023-08-12soc: fsl: Explicitly include correct DT includesRob Herring1-1/+2
2023-07-18soc: fsl: qe: Replace all non-returning strlcpy with strscpyAzeem Shaikh1-2/+2
2022-02-19soc: fsl: qe: fix typo in a commentJason Wang1-2/+2
2021-04-06soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*Christophe Leroy1-12/+12
2020-05-23soc: fsl: qe: Replace one-element array and use struct_size() helperGustavo A. R. Silva1-2/+2
2020-03-25soc: fsl: qe: fix sparse warnings for qe.cLi Yang1-2/+2
2019-12-09soc: fsl: qe: drop pointless check in qe_sdma_init()Rasmus Villemoes1-3/+0
2019-12-09soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()Rasmus Villemoes1-3/+3
2019-12-09soc: fsl: qe: qe.c: use of_property_read_* helpersRasmus Villemoes1-25/+8
2019-12-09soc: fsl: qe: drop unneeded #includesRasmus Villemoes1-5/+0
2019-12-09soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32Rasmus Villemoes1-1/+9
2019-12-09soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomicRasmus Villemoes1-6/+7
2019-12-09soc: fsl: qe: avoid ppc-specific io accessorsRasmus Villemoes1-18/+20
2019-12-09soc: fsl: qe: remove space-before-tabRasmus Villemoes1-2/+2
2019-09-17Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds1-98/+65
2019-07-22Merge tag 'soc-fsl-next-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-98/+65
2019-07-17docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-06-05soc: fsl: qe: fold qe_get_num_of_snums into qe_snums_initRasmus Villemoes1-30/+16
2019-06-05soc: fsl: qe: support fsl,qe-snums propertyRasmus Villemoes1-2/+14
2019-06-05soc: fsl: qe: introduce qe_get_device_node helperRasmus Villemoes1-42/+29
2019-06-05soc: fsl: qe: reduce static memory footprint by 1.7KRasmus Villemoes1-30/+12
2019-06-05soc: fsl: qe: drop useless static qualifierRasmus Villemoes1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-08-30soc: fsl/qe: Use of_get_child_by_name helperRob Herring1-5/+1
2017-04-30soc/fsl/qe: only apply QE_General4 workaround on affected SoCsValentin Longchamp1-2/+6
2017-04-30soc/fsl/qe: round brg_freq to 1kHz granularityValentin Longchamp1-0/+13
2017-04-30soc/fsl/qe: get rid of immrbar_virt_to_phys()Christophe Leroy1-3/+1
2016-12-05soc/fsl/qe: use builtin_platform_driverGeliang Tang1-5/+1
2016-09-25soc/fsl/qe: Use of_adress_to_resource() in get_qe_base()Zhao Qiang1-5/+5
2016-06-08fsl/qe: add rx_sync and tx_sync for TDM modeZhao Qiang1-0/+6
2015-12-23QE: Move QE from arch/powerpc to drivers/socZhao Qiang1-0/+719