summaryrefslogtreecommitdiffstats
path: root/drivers/soc/fsl/qe/qe.c
Commit message (Expand)AuthorAgeFilesLines
* docs: move powerpc under archCosta Shulyupin2023-10-101-1/+1
* Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2023-08-301-1/+2
|\
| * soc: fsl: Explicitly include correct DT includesRob Herring2023-08-121-1/+2
* | soc: fsl: qe: Replace all non-returning strlcpy with strscpyAzeem Shaikh2023-07-171-2/+2
|/
* soc: fsl: qe: fix typo in a commentJason Wang2022-02-181-2/+2
* soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*Christophe Leroy2021-04-061-12/+12
* soc: fsl: qe: Replace one-element array and use struct_size() helperGustavo A. R. Silva2020-05-221-2/+2
* soc: fsl: qe: fix sparse warnings for qe.cLi Yang2020-03-241-2/+2
* soc: fsl: qe: drop pointless check in qe_sdma_init()Rasmus Villemoes2019-12-091-3/+0
* soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()Rasmus Villemoes2019-12-091-3/+3
* soc: fsl: qe: qe.c: use of_property_read_* helpersRasmus Villemoes2019-12-091-25/+8
* soc: fsl: qe: drop unneeded #includesRasmus Villemoes2019-12-091-5/+0
* soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32Rasmus Villemoes2019-12-091-1/+9
* soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomicRasmus Villemoes2019-12-091-6/+7
* soc: fsl: qe: avoid ppc-specific io accessorsRasmus Villemoes2019-12-091-18/+20
* soc: fsl: qe: remove space-before-tabRasmus Villemoes2019-12-091-2/+2
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-161-98/+65
|\
| * Merge tag 'soc-fsl-next-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2019-07-211-98/+65
| |\
| | * soc: fsl: qe: fold qe_get_num_of_snums into qe_snums_initRasmus Villemoes2019-06-051-30/+16
| | * soc: fsl: qe: support fsl,qe-snums propertyRasmus Villemoes2019-06-051-2/+14
| | * soc: fsl: qe: introduce qe_get_device_node helperRasmus Villemoes2019-06-051-42/+29
| | * soc: fsl: qe: reduce static memory footprint by 1.7KRasmus Villemoes2019-06-051-30/+12
| | * soc: fsl: qe: drop useless static qualifierRasmus Villemoes2019-06-051-1/+1
* | | docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-171-1/+1
|/ /
* / treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
|/
* soc: fsl/qe: Use of_get_child_by_name helperRob Herring2018-08-301-5/+1
* soc/fsl/qe: only apply QE_General4 workaround on affected SoCsValentin Longchamp2017-04-301-2/+6
* soc/fsl/qe: round brg_freq to 1kHz granularityValentin Longchamp2017-04-301-0/+13
* soc/fsl/qe: get rid of immrbar_virt_to_phys()Christophe Leroy2017-04-301-3/+1
* soc/fsl/qe: use builtin_platform_driverGeliang Tang2016-12-041-5/+1
* soc/fsl/qe: Use of_adress_to_resource() in get_qe_base()Zhao Qiang2016-09-241-5/+5
* fsl/qe: add rx_sync and tx_sync for TDM modeZhao Qiang2016-06-071-0/+6
* QE: Move QE from arch/powerpc to drivers/socZhao Qiang2015-12-221-0/+719