index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
fsl
/
qe
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'pinctrl-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
2022-12-13
1
-1
/
+3
|
\
|
*
soc: fsl: qe: Switch to use fwnode instead of of_node
Andy Shevchenko
2022-11-02
1
-1
/
+3
*
|
soc: fsl: qe: request pins non-exclusively
Dmitry Torokhov
2022-12-05
1
-27
/
+24
*
|
soc: fsl: qe: Avoid using gpio_to_desc()
Linus Walleij
2022-11-01
1
-36
/
+30
|
/
*
soc: fsl: qe: Check of ioremap return value
Jiasheng Jiang
2022-02-19
1
-0
/
+2
*
soc: fsl: qe: fix typo in a comment
Jason Wang
2022-02-19
1
-2
/
+2
*
soc: fsl: qe: fix static checker warning
Maxim Kochetkov
2021-08-13
1
-6
/
+5
*
soc: fsl: qe: convert QE interrupt controller to platform_device
Maxim Kochetkov
2021-08-07
1
-31
/
+44
*
soc: fsl: qe: replace qe_io{read,write}* wrappers by generic io{read,write}*
Christophe Leroy
2021-04-06
6
-97
/
+97
*
soc: fsl: qe: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
2021-04-06
1
-2
/
+1
*
soc: fsl: qe: add cpm_muram_free_addr() helper
Rasmus Villemoes
2021-01-21
1
-0
/
+12
*
soc: fsl: qe: store muram_vbase as a void pointer instead of u8
Rasmus Villemoes
2021-01-21
1
-3
/
+3
*
soc: fsl: qe: make cpm_muram_offset take a const void* argument
Rasmus Villemoes
2021-01-21
1
-1
/
+1
*
soc: fsl: qe: qe_common: Fix misnamed function attribute 'addr'
Lee Jones
2020-11-24
1
-1
/
+1
*
soc: fsl: qe: Remove unnessesary check in ucc_set_tdm_rxtx_clk
Wang Hai
2020-09-23
1
-1
/
+1
*
soc: fsl: qe: clean up an indentation issue
Colin Ian King
2020-05-23
1
-1
/
+1
*
soc: fsl: qe: Replace one-element array and use struct_size() helper
Gustavo A. R. Silva
2020-05-22
1
-2
/
+2
*
soc: fsl: qe: fix sparse warnings for ucc_slow.c
Li Yang
2020-03-25
1
-13
/
+13
*
soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structure
Li Yang
2020-03-25
1
-7
/
+0
*
soc: fsl: qe: fix sparse warnings for qe_ic.c
Li Yang
2020-03-25
1
-1
/
+1
*
soc: fsl: qe: fix sparse warnings for ucc.c
Li Yang
2020-03-25
1
-1
/
+1
*
soc: fsl: qe: fix sparse warning for qe_common.c
Li Yang
2020-03-25
1
-1
/
+1
*
soc: fsl: qe: fix sparse warnings for qe.c
Li Yang
2020-03-25
1
-2
/
+2
*
soc: fsl: qe: remove set but not used variable 'mm_gc'
YueHaibing
2020-01-08
1
-2
/
+0
*
soc: fsl: qe: remove PPC32 dependency from CONFIG_QUICC_ENGINE
Rasmus Villemoes
2019-12-09
1
-1
/
+2
*
soc: fsl: qe: remove unused #include of asm/irq.h from ucc.c
Rasmus Villemoes
2019-12-09
1
-1
/
+0
*
soc: fsl: qe: avoid IS_ERR_VALUE in ucc_fast.c
Rasmus Villemoes
2019-12-09
1
-9
/
+6
*
soc: fsl: qe: drop pointless check in qe_sdma_init()
Rasmus Villemoes
2019-12-09
1
-3
/
+0
*
soc: fsl: qe: drop use of IS_ERR_VALUE in qe_sdma_init()
Rasmus Villemoes
2019-12-09
1
-3
/
+3
*
soc: fsl: qe: avoid IS_ERR_VALUE in ucc_slow.c
Rasmus Villemoes
2019-12-09
1
-13
/
+9
*
soc: fsl: qe: refactor cpm_muram_alloc_common to prevent BUG on error path
Rasmus Villemoes
2019-12-09
1
-9
/
+7
*
soc: fsl: qe: drop broken lazy call of cpm_muram_init()
Rasmus Villemoes
2019-12-09
1
-3
/
+0
*
soc: fsl: qe: make cpm_muram_free() ignore a negative offset
Rasmus Villemoes
2019-12-09
1
-0
/
+3
*
soc: fsl: qe: make cpm_muram_free() return void
Rasmus Villemoes
2019-12-09
1
-2
/
+1
*
soc: fsl: qe: change return type of cpm_muram_alloc() to s32
Rasmus Villemoes
2019-12-09
1
-13
/
+16
*
soc: fsl: qe: qe_io.c: use of_property_read_u32() in par_io_init()
Rasmus Villemoes
2019-12-09
1
-4
/
+3
*
soc: fsl: qe: qe_io.c: access device tree property using be32_to_cpu
Rasmus Villemoes
2019-12-09
1
-4
/
+10
*
soc: fsl: qe: qe_io.c: don't open-code of_parse_phandle()
Rasmus Villemoes
2019-12-09
1
-5
/
+2
*
soc: fsl: qe: qe.c: use of_property_read_* helpers
Rasmus Villemoes
2019-12-09
1
-25
/
+8
*
soc: fsl: qe: merge qe_ic.h headers into qe_ic.c
Rasmus Villemoes
2019-12-09
2
-101
/
+50
*
soc: fsl: qe: simplify qe_ic_init()
Rasmus Villemoes
2019-12-09
1
-23
/
+4
*
soc: fsl: qe: make qe_ic_get_{low,high}_irq static
Rasmus Villemoes
2019-12-09
1
-2
/
+2
*
soc: fsl: qe: don't use NO_IRQ in qe_ic.c
Rasmus Villemoes
2019-12-09
1
-11
/
+10
*
soc: fsl: qe: remove unused qe_ic_set_* functions
Rasmus Villemoes
2019-12-09
1
-94
/
+0
*
soc: fsl: qe: rename qe_ic_cascade_low_mpic -> qe_ic_cascade_low
Rasmus Villemoes
2019-12-09
1
-4
/
+4
*
soc: fsl: qe: move qe_ic_cascade_* functions to qe_ic.c
Rasmus Villemoes
2019-12-09
1
-0
/
+42
*
soc: fsl: qe: move calls of qe_ic_init out of arch/powerpc/
Rasmus Villemoes
2019-12-09
1
-3
/
+26
*
soc: fsl: qe: remove pointless sysfs registration in qe_ic.c
Rasmus Villemoes
2019-12-09
1
-31
/
+0
*
soc: fsl: qe: drop assign-only high_active in qe_ic_init
Rasmus Villemoes
2019-12-09
1
-4
/
+2
*
soc: fsl: qe: drop unneeded #includes
Rasmus Villemoes
2019-12-09
2
-7
/
+0
[next]