index
:
nova.git
nova
nova-next
topic/nova/allocator
wip/fw-loader
dakr's fork of freedesktop.org/drm/nova
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
fsl
/
qe
Age
Commit message (
Expand
)
Author
2021-08-13
soc: fsl: qe: fix static checker warning
Maxim Kochetkov
2021-08-06
soc: fsl: qe: convert QE interrupt controller to platform_device
Maxim Kochetkov
2021-04-06
soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*
Christophe Leroy
2021-04-06
soc: fsl: qe: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
2021-01-21
soc: fsl: qe: add cpm_muram_free_addr() helper
Rasmus Villemoes
2021-01-21
soc: fsl: qe: store muram_vbase as a void pointer instead of u8
Rasmus Villemoes
2021-01-21
soc: fsl: qe: make cpm_muram_offset take a const void* argument
Rasmus Villemoes
2020-11-23
soc: fsl: qe: qe_common: Fix misnamed function attribute 'addr'
Lee Jones
2020-09-22
soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clk
Wang Hai
2020-05-22
soc: fsl: qe: clean up an indentation issue
Colin Ian King
2020-05-22
soc: fsl: qe: Replace one-element array and use struct_size() helper
Gustavo A. R. Silva
2020-03-24
soc: fsl: qe: fix sparse warnings for ucc_slow.c
Li Yang
2020-03-24
soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structure
Li Yang
2020-03-24
soc: fsl: qe: fix sparse warnings for qe_ic.c
Li Yang
2020-03-24
soc: fsl: qe: fix sparse warnings for ucc.c
Li Yang
2020-03-24
soc: fsl: qe: fix sparse warning for qe_common.c
Li Yang
2020-03-24
soc: fsl: qe: fix sparse warnings for qe.c
Li Yang
2020-01-08
soc: fsl: qe: remove set but not used variable 'mm_gc'
YueHaibing
2019-12-09
soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE
Rasmus Villemoes
2019-12-09
soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c
Rasmus Villemoes
2019-12-09
soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c
Rasmus Villemoes
2019-12-09
soc: fsl: qe: drop pointless check in qe_sdma_init()
Rasmus Villemoes
2019-12-09
soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()
Rasmus Villemoes
2019-12-09
soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c
Rasmus Villemoes
2019-12-09
soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path
Rasmus Villemoes
2019-12-09
soc: fsl: qe: drop broken lazy call of cpm_muram_init()
Rasmus Villemoes
2019-12-09
soc: fsl: qe: make cpm_muram_free() ignore a negative offset
Rasmus Villemoes
2019-12-09
soc: fsl: qe: make cpm_muram_free() return void
Rasmus Villemoes
2019-12-09
soc: fsl: qe: change return type of cpm_muram_alloc() to s32
Rasmus Villemoes
2019-12-09
soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
Rasmus Villemoes
2019-12-09
soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
Rasmus Villemoes
2019-12-09
soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
Rasmus Villemoes
2019-12-09
soc: fsl: qe: qe.c: use of_property_read_* helpers
Rasmus Villemoes
2019-12-09
soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
Rasmus Villemoes
2019-12-09
soc: fsl: qe: simplify qe_ic_init()
Rasmus Villemoes
2019-12-09
soc: fsl: qe: make qe_ic_get_{low,high}_irq static
Rasmus Villemoes
2019-12-09
soc: fsl: qe: don't use NO_IRQ in qe_ic.c
Rasmus Villemoes
2019-12-09
soc: fsl: qe: remove unused qe_ic_set_* functions
Rasmus Villemoes
2019-12-09
soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
Rasmus Villemoes
2019-12-09
soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
Rasmus Villemoes
2019-12-09
soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
Rasmus Villemoes
2019-12-09
soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
Rasmus Villemoes
2019-12-09
soc: fsl: qe: drop assign-only high_active in qe_ic_init
Rasmus Villemoes
2019-12-09
soc: fsl: qe: drop unneeded #includes
Rasmus Villemoes
2019-12-09
soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
Rasmus Villemoes
2019-12-09
soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
Rasmus Villemoes
2019-12-09
soc: fsl: qe: avoid ppc-specific io accessors
Rasmus Villemoes
2019-12-09
soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
Rasmus Villemoes
2019-12-09
soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
Rasmus Villemoes
2019-12-09
soc: fsl: qe: remove space-before-tab
Rasmus Villemoes
[next]