index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
soc
/
fsl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-04-03
8
-116
/
+921
|
\
|
*
soc: fsl: qe: fix sparse warnings for ucc_slow.c
Li Yang
2020-03-24
1
-13
/
+13
|
*
soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structure
Li Yang
2020-03-24
1
-7
/
+0
|
*
soc: fsl: qe: fix sparse warnings for qe_ic.c
Li Yang
2020-03-24
1
-1
/
+1
|
*
soc: fsl: qe: fix sparse warnings for ucc.c
Li Yang
2020-03-24
1
-1
/
+1
|
*
soc: fsl: qe: fix sparse warning for qe_common.c
Li Yang
2020-03-24
1
-1
/
+1
|
*
soc: fsl: qe: fix sparse warnings for qe.c
Li Yang
2020-03-24
1
-2
/
+2
|
*
soc: fsl: dpio: fix dereference of pointer p before null check
Colin Ian King
2020-02-21
1
-2
/
+3
|
*
soc: fsl: dpio: Replace QMAN array mode with ring mode enqueue
Youri Querry
2020-02-19
2
-95
/
+328
|
*
soc: fsl: dpio: QMAN performance improvement with function pointer indirection
Youri Querry
2020-02-19
2
-73
/
+507
|
*
soc: fsl: dpio: Adding QMAN multiple enqueue interface
Youri Querry
2020-02-19
3
-16
/
+160
*
|
soc: fsl: dpio: register dpio irq handlers after dpio create
Grigore Popescu
2020-03-10
1
-4
/
+4
|
/
*
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
*
soc: fsl: qe: qe.c: guard use of pvr_version_is() with CONFIG_PPC32
Rasmus Villemoes
2019-12-09
1
-1
/
+9
*
soc: fsl: qe: replace spin_event_timeout by readx_poll_timeout_atomic
Rasmus Villemoes
2019-12-09
1
-6
/
+7
*
soc: fsl: qe: avoid ppc-specific io accessors
Rasmus Villemoes
2019-12-09
9
-123
/
+129
*
soc: fsl: qe: rename qe_(clr/set/clrset)bit* helpers
Rasmus Villemoes
2019-12-09
1
-5
/
+5
*
soc: fsl: qe: drop volatile qualifier of struct qe_ic::regs
Rasmus Villemoes
2019-12-09
2
-3
/
+3
*
soc: fsl: qe: remove space-before-tab
Rasmus Villemoes
2019-12-09
1
-2
/
+2
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2019-12-05
3
-0
/
+162
|
\
|
*
soc: fsl: add RCPM driver
Ran Wang
2019-11-12
3
-0
/
+162
*
|
dpaa_eth: register a device link for the qman portal used
Madalin Bucur
2019-10-31
1
-6
/
+0
*
|
soc: fsl: qbman: allow registering a device link for the portal user
Madalin Bucur
2019-10-31
1
-0
/
+13
|
/
*
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...
Linus Torvalds
2019-09-16
13
-168
/
+329
|
\
[next]