summaryrefslogtreecommitdiff
path: root/drivers/soc/fsl/qe
AgeCommit message (Expand)Author
2023-06-29Merge tag 'soc-drivers-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-05-31soc/fsl/qe: fix usb.c build errorsRandy Dunlap
2023-05-30soc: fsl: cpm1: Fix TSA and QMC dependencies in case of COMPILE_TESTHerve Codina
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-03-14soc: fsl: cpm1: qmc: Fix test dependencyHerve Codina
2023-03-08soc: fsl: cpm1: qmc: Fix assigned timeslot masksHerve Codina via Alsa-devel
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann
2023-03-05soc: fsl: cpm1: Add support for QMCHerve Codina
2023-03-05soc: fsl: cpm1: Add support for TSAHerve Codina
2022-12-13Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2022-12-05soc: fsl: qe: request pins non-exclusivelyDmitry Torokhov
2022-11-02soc: fsl: qe: Switch to use fwnode instead of of_nodeAndy Shevchenko
2022-11-01soc: fsl: qe: Avoid using gpio_to_desc()Linus Walleij
2022-02-18soc: fsl: qe: Check of ioremap return valueJiasheng Jiang
2022-02-18soc: fsl: qe: fix typo in a commentJason Wang
2021-08-13soc: fsl: qe: fix static checker warningMaxim Kochetkov
2021-08-06soc: fsl: qe: convert QE interrupt controller to platform_deviceMaxim Kochetkov
2021-04-06soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*Christophe Leroy
2021-04-06soc: fsl: qe: Use DEFINE_SPINLOCK() for spinlockZheng Yongjun
2021-01-21soc: fsl: qe: add cpm_muram_free_addr() helperRasmus Villemoes
2021-01-21soc: fsl: qe: store muram_vbase as a void pointer instead of u8Rasmus Villemoes
2021-01-21soc: fsl: qe: make cpm_muram_offset take a const void* argumentRasmus Villemoes
2020-11-23soc: fsl: qe: qe_common: Fix misnamed function attribute 'addr'Lee Jones
2020-09-22soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clkWang Hai
2020-05-22soc: fsl: qe: clean up an indentation issueColin Ian King
2020-05-22soc: fsl: qe: Replace one-element array and use struct_size() helperGustavo A. R. Silva
2020-03-24soc: fsl: qe: fix sparse warnings for ucc_slow.cLi Yang
2020-03-24soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structureLi Yang
2020-03-24soc: fsl: qe: fix sparse warnings for qe_ic.cLi Yang
2020-03-24soc: fsl: qe: fix sparse warnings for ucc.cLi Yang
2020-03-24soc: fsl: qe: fix sparse warning for qe_common.cLi Yang
2020-03-24soc: fsl: qe: fix sparse warnings for qe.cLi Yang
2020-01-08soc: fsl: qe: remove set but not used variable 'mm_gc'YueHaibing
2019-12-09soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINERasmus Villemoes
2019-12-09soc: fsl: qe: remove unused #include of asm/irq.h from ucc.cRasmus Villemoes
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.cRasmus Villemoes
2019-12-09soc: fsl: qe: drop pointless check in qe_sdma_init()Rasmus Villemoes
2019-12-09soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()Rasmus Villemoes
2019-12-09soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.cRasmus Villemoes
2019-12-09soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error pathRasmus Villemoes
2019-12-09soc: fsl: qe: drop broken lazy call of cpm_muram_init()Rasmus Villemoes
2019-12-09soc: fsl: qe: make cpm_muram_free() ignore a negative offsetRasmus Villemoes
2019-12-09soc: fsl: qe: make cpm_muram_free() return voidRasmus Villemoes
2019-12-09soc: fsl: qe: change return type of cpm_muram_alloc() to s32Rasmus Villemoes
2019-12-09soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()Rasmus Villemoes
2019-12-09soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpuRasmus Villemoes
2019-12-09soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()Rasmus Villemoes
2019-12-09soc: fsl: qe: qe.c: use of_property_read_* helpersRasmus Villemoes
2019-12-09soc: fsl: qe: merge qe_ic.h headers into qe_ic.cRasmus Villemoes
2019-12-09soc: fsl: qe: simplify qe_ic_init()Rasmus Villemoes