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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
soc: fsl: cpm1: qmc: Add support for QUICC Engine (QE) implementation
Herve Codina
2024-09-03
2
-14
/
+204
*
soc: fsl: qe: Add resource-managed muram allocators
Herve Codina
2024-09-03
1
-0
/
+80
*
soc: fsl: cpm1: qmc: Introduce qmc_version
Herve Codina
2024-09-03
1
-0
/
+6
*
soc: fsl: cpm1: qmc: Rename SCC_GSMRL_MODE_QMC
Herve Codina
2024-09-03
1
-2
/
+2
*
soc: fsl: cpm1: qmc: Handle RPACK initialization
Herve Codina
2024-09-03
1
-0
/
+7
*
soc: fsl: cpm1: qmc: Rename qmc_chan_command()
Herve Codina
2024-09-03
1
-3
/
+3
*
soc: fsl: cpm1: qmc: Introduce qmc_{init,exit}_xcc() and their CPM1 version
Herve Codina
2024-09-03
1
-21
/
+45
*
soc: fsl: cpm1: qmc: Introduce qmc_init_resource() and its CPM1 version
Herve Codina
2024-09-03
1
-16
/
+31
*
soc: fsl: cpm1: qmc: Re-order probe() operations
Herve Codina
2024-09-03
1
-28
/
+26
*
soc: fsl: cpm1: qmc: Introduce qmc_data structure
Herve Codina
2024-09-03
1
-23
/
+46
*
soc: fsl: cpm1: qmc: Add missing spinlock comment
Herve Codina
2024-09-03
1
-2
/
+2
*
soc: fsl: cpm1: qmc: Fix 'transmiter' typo
Herve Codina
2024-09-03
1
-2
/
+2
*
soc: fsl: cpm1: qmc: Remove unneeded parenthesis
Herve Codina
2024-09-03
1
-4
/
+4
*
soc: fsl: cpm1: qmc: Fix blank line and spaces
Herve Codina
2024-09-03
1
-6
/
+4
*
soc: fsl: cpm1: qmc: Use BIT(), GENMASK() and FIELD_PREP() macros
Herve Codina
2024-09-03
1
-60
/
+72
*
soc: fsl: cpm1: qmc: Rename QMC_TSA_MASK
Herve Codina
2024-09-03
1
-4
/
+4
*
soc: fsl: cpm1: tsa: Introduce tsa_serial_get_num()
Herve Codina
2024-09-03
2
-20
/
+39
*
soc: fsl: cpm1: tsa: Add support for QUICC Engine (QE) implementation
Herve Codina
2024-09-03
2
-19
/
+319
*
soc: fsl: cpm1: tsa: Introduce tsa_version
Herve Codina
2024-09-03
1
-1
/
+15
*
soc: fsl: cpm1: tsa: Isolate specific CPM1 part from tsa_serial_{dis}connect()
Herve Codina
2024-09-03
1
-60
/
+43
*
soc: fsl: cpm1: tsa: Introduce tsa_setup() and its CPM1 compatible version
Herve Codina
2024-09-03
1
-39
/
+54
*
soc: fsl: cpm1: tsa: Make SIRAM entries specific to CPM1
Herve Codina
2024-09-03
1
-29
/
+46
*
soc: fsl: cpm1: tsa: Use ARRAY_SIZE() instead of hardcoded integer values
Herve Codina
2024-09-03
1
-4
/
+4
*
soc: fsl: cpm1: tsa: Remove unused registers offset definition
Herve Codina
2024-09-03
1
-9
/
+0
*
soc: fsl: cpm1: tsa: Add missing spinlock comment
Herve Codina
2024-09-03
1
-1
/
+1
*
soc: fsl: cpm1: tsa: Fix blank line and spaces
Herve Codina
2024-09-03
1
-4
/
+3
*
soc: fsl: cpm1: tsa: Use BIT(), GENMASK() and FIELD_PREP() macros
Herve Codina
2024-09-03
1
-59
/
+68
*
soc: fsl: cpm1: tsa: Fix tsa_write8()
Herve Codina
2024-09-03
1
-1
/
+1
*
soc: fsl: cpm1: qmc: Enable TRNSYNC only when needed
Herve Codina
2024-09-03
1
-1
/
+11
*
soc: fsl: cpm1: qmc: Update TRNSYNC only in transparent mode
Herve Codina
2024-09-03
1
-10
/
+14
*
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2024-07-25
1
-2
/
+2
|
\
|
*
driver core: have match() callback in struct bus_type take a const *
Greg Kroah-Hartman
2024-07-03
1
-2
/
+2
*
|
Merge tag 'rproc-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/remo...
Linus Torvalds
2024-07-23
1
-0
/
+26
|
\
\
|
*
\
Merge branch '20240622-qcom-pd-mapper-v9-0-a84ee3591c8e@linaro.org' of https:...
Bjorn Andersson
2024-06-25
6
-298
/
+1075
|
|
\
\
|
*
|
|
soc: qcom: smem: Add qcom_smem_bust_hwspin_lock_by_host()
Chris Lew
2024-05-29
1
-0
/
+26
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'sound-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2024-07-19
1
-8
/
+24
|
\
\
\
|
*
|
|
soc: fsl: cpm1: qmc: Introduce qmc_chan_count_phandles()
Herve Codina
2024-07-04
1
-0
/
+13
|
*
|
|
soc: fsl: cpm1: qmc: Introduce functions to get a channel from a phandle list
Herve Codina
2024-07-04
1
-8
/
+11
|
|
/
/
*
|
|
Merge tag 'mfd-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
2024-07-17
1
-24
/
+14
|
\
\
\
|
*
|
|
soc: samsung: exynos-pmu: update to use of_syscon_register_regmap()
Peter Griffin
2024-06-26
1
-24
/
+14
|
|
/
/
*
|
|
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2024-07-16
2
-2
/
+2
|
\
\
\
|
*
|
|
soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST
Breno Leitao
2024-07-14
1
-1
/
+1
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-12
1
-0
/
+4
|
|
\
\
\
|
*
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2024-07-04
2
-4
/
+2
|
|
\
\
\
\
|
*
|
|
|
|
dim: make DIMLIB dependent on NET
Heng Qi
2024-06-25
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'soc-drivers-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2024-07-16
38
-416
/
+1491
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge tag 'sunxi-drivers-for-6.11-2' of https://git.kernel.org/pub/scm/linux/...
Arnd Bergmann
2024-07-10
1
-1
/
+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
soc: sunxi: sram: Constify struct regmap_config
Javier Carrasco
2024-07-11
1
-1
/
+1
|
*
|
|
|
|
|
Merge tag 'qcom-drivers-for-6.11-2' of https://git.kernel.org/pub/scm/linux/k...
Arnd Bergmann
2024-07-09
6
-44
/
+28
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
soc: qcom: wcnss: simplify with cleanup.h
Krzysztof Kozlowski
2024-07-06
1
-6
/
+5
[next]