summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tee-cleanup-for-5.7' of https://git.linaro.org/people/jens.wikland...Arnd Bergmann2020-03-273-63/+26
|\
| * tee: tee_shm_op_mmap(): use TEE_SHM_USER_MAPPEDJens Wiklander2020-02-281-1/+1
| * tee: remove redundant teedev in struct tee_shmJens Wiklander2020-02-281-5/+2
| * tee: don't assign shm id for private shmsJens Wiklander2020-02-282-14/+20
| * tee: remove unused tee_shm_priv_alloc()Jens Wiklander2020-02-281-31/+2
| * tee: remove linked list of struct tee_shmJens Wiklander2020-02-282-12/+1
* | Merge tag 'soc-fsl-next-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2020-03-278-116/+921
|\ \
| * | soc: fsl: qe: fix sparse warnings for ucc_slow.cLi Yang2020-03-241-13/+13
| * | soc: fsl: qe: ucc_slow: remove 0 assignment for kzalloc'ed structureLi Yang2020-03-241-7/+0
| * | soc: fsl: qe: fix sparse warnings for qe_ic.cLi Yang2020-03-241-1/+1
| * | soc: fsl: qe: fix sparse warnings for ucc.cLi Yang2020-03-241-1/+1
| * | soc: fsl: qe: fix sparse warning for qe_common.cLi Yang2020-03-241-1/+1
| * | soc: fsl: qe: fix sparse warnings for qe.cLi Yang2020-03-241-2/+2
| * | soc: fsl: dpio: fix dereference of pointer p before null checkColin Ian King2020-02-211-2/+3
| * | soc: fsl: dpio: Replace QMAN array mode with ring mode enqueueYouri Querry2020-02-192-95/+328
| * | soc: fsl: dpio: QMAN performance improvement with function pointer indirectionYouri Querry2020-02-192-73/+507
| * | soc: fsl: dpio: Adding QMAN multiple enqueue interfaceYouri Querry2020-02-193-16/+160
* | | Merge tag 'tegra-for-5.7-memory' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2020-03-263-0/+15
|\ \ \
| * | | memory: tegra: Correct debugfs clk rate-range on Tegra124Dmitry Osipenko2020-03-111-0/+5
| * | | memory: tegra: Correct debugfs clk rate-range on Tegra30Dmitry Osipenko2020-03-111-0/+5
| * | | memory: tegra: Correct debugfs clk rate-range on Tegra20Dmitry Osipenko2020-03-111-0/+5
| |/ /
* | | Merge tag 'tegra-for-5.7-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2020-03-261-1/+1
|\ \ \
| * | | firmware: tegra: Fix a typo in KconfigChristophe JAILLET2020-02-171-1/+1
| |/ /
* | | Merge tag 'omap-for-v5.7/ti-sysc-fix-signed' of git://git.kernel.org/pub/scm/...Arnd Bergmann2020-03-251-1/+2
|\ \ \
| * \ \ Merge branch 'fix-lcdc-quirk' into omap-for-v5.7/ti-syscTony Lindgren2020-03-101-1/+2
| |\ \ \
| | * | | bus: ti-sysc: Fix quirk flags for lcdc on am335xTony Lindgren2020-03-091-1/+2
| | |/ /
* | | | Merge tag 'imx-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2020-03-258-16/+39
|\ \ \ \
| * | | | soc: imx: drop COMPILE_TEST for IMX_SCU_SOCPeng Fan2020-03-161-1/+1
| * | | | firmware: imx: add COMPILE_TEST for IMX_SCU driverAnson Huang2020-03-161-1/+1
| * | | | soc: imx: gpc: fix power up sequencingLucas Stach2020-03-161-11/+13
| * | | | soc: imx: increase build coverage for imx8m soc driverPeng Fan2020-03-164-2/+11
| * | | | firmware: imx: scu-pd: add power domain for I2C and INTMUX in CM40 SSJoakim Zhang2020-03-101-0/+4
| * | | | firmware: imx: scu-pd: enlarge PD range for mu_bSebastien Fagard2020-02-181-1/+1
| * | | | firmware: imx: scu-pd: Add missing audio PD rangesDaniel Baluta2020-02-181-0/+7
| * | | | soc: imx: gpcv2: include linux/sizes.hLeonard Crestez2020-02-141-0/+1
| | |/ / | |/| |
* | | | Merge tag 'qcom-drivers-for-5.7' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2020-03-2510-25/+1275
|\ \ \ \
| * | | | soc: qcom: Fix QCOM_APR dependenciesBjorn Andersson2020-03-161-0/+1
| * | | | soc: qcom: pdr: Avoid uninitialized use of found in pdr_indication_cbNathan Chancellor2020-03-161-1/+1
| * | | | soc: qcom: apr: Add avs/audio tracking functionalitySibi Sankar2020-03-142-9/+115
| * | | | soc: qcom: Introduce Protection Domain Restart helpersSibi Sankar2020-03-144-0/+1141
| * | | | soc: qcom: socinfo: Use seq_putc() if possibleStephen Boyd2020-03-091-1/+1
| * | | | drivers: qcom: rpmh-rsc: Use rcuidle tracepoints for rpmhStephen Boyd2020-03-091-1/+1
| * | | | soc: qcom: Do not depend on ARCH_QCOM for QMI helpersManivannan Sadhasivam2020-03-031-1/+0
| * | | | soc: qcom: aoss: Read back before triggering the IRQArun Kumar Neelakantam2020-02-131-0/+4
| * | | | soc: qcom: aoss: Use wake_up_all() instead of wake_up_interruptible_all()Arun Kumar Neelakantam2020-02-131-1/+1
| * | | | drivers: qcom: rpmh: remove rpmh_flush exportMaulik Shah2020-02-112-10/+9
| * | | | drivers: qcom: rpmh: fix macro to accept NULL argumentMaulik Shah2020-02-111-2/+2
| |/ / /
* | | | Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2020-03-254-0/+220
|\ \ \ \
| * | | | soc: amlogic: fix compile failure with MESON_SECURE_PM_DOMAINS & !MESON_SMJianxin Pan2020-02-291-1/+1
| * | | | soc: amlogic: Add support for Secure power domains controllerJianxin Pan2020-02-143-0/+218