| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'soc_fsl-6.12-3' of https://github.com/chleroy/linux into arm/fixes | Arnd Bergmann | 2024-10-11 | 1 | -6/+5 |
|\ |
|
| * | soc: fsl: cpm1: qmc: Fix unused data compilation warning | Herve Codina | 2024-10-02 | 1 | -2/+2 |
| * | soc: fsl: cpm1: qmc: Do not use IS_ERR_VALUE() on error pointers | Geert Uytterhoeven | 2024-10-02 | 1 | -4/+3 |
* | | soc: fsl: qe: ucc: Export ucc_mux_set_grant_tsa_bkpt | Herve Codina | 2024-09-05 | 1 | -0/+1 |
* | | soc: fsl: cpm1: qmc: Fix dependency on fsl_soc.h | Christophe Leroy | 2024-09-04 | 1 | -2/+1 |
* | | Merge tag 'soc_fsl-6.12-2' of https://github.com/chleroy/linux into soc/drivers | Arnd Bergmann | 2024-09-03 | 7 | -327/+1107 |
|\| |
|
| * | Merge branch 'support-for-quicc-engine-tsa-and-qmc' | Christophe Leroy | 2024-09-03 | 5 | -323/+1104 |
| |\ |
|
| | * | soc: fsl: cpm1: qmc: Handle QUICC Engine (QE) soft-qmc firmware | Herve Codina | 2024-09-03 | 1 | -0/+67 |
| | * | 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 |
| * | | soc: fsl: qbman: Remove redundant warnings | Xiaolei Wang | 2024-09-03 | 1 | -2/+0 |
| * | | soc: fsl: qbman: Use iommu_paging_domain_alloc() | Lu Baolu | 2024-09-03 | 1 | -2/+3 |
| |/ |
|
* / | soc: fsl: qbman: remove unused struct 'cgr_comp' | Dr. David Alan Gilbert | 2024-08-08 | 1 | -5/+0 |
|/ |
|
* | 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 |
* | | soc: fsl: qbman: FSL_DPAA depends on COMPILE_TEST | Breno Leitao | 2024-07-14 | 1 | -1/+1 |
* | | dim: make DIMLIB dependent on NET | Heng Qi | 2024-06-25 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'net-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 2024-03-21 | 1 | -11/+14 |
|\ |
|
| * | soc: fsl: qbman: Use raw spinlock for cgr_lock | Sean Anderson | 2024-03-13 | 1 | -11/+14 |
| * | soc: fsl: qbman: Always disable interrupts when taking cgr_lock | Sean Anderson | 2024-03-13 | 1 | -5/+5 |
* | | Merge tag 'soc-late-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 2024-03-19 | 1 | -1/+1 |
|\ \ |
|