summaryrefslogtreecommitdiffstats
path: root/drivers/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/tegra: fuse: Fix bitwise vs. logical OR warningNathan Chancellor2021-12-222-2/+2
* drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probeZhihao Cheng2020-12-291-1/+2
* soc: ti: Fix reference imbalance in knav_dma_probeZhang Qilong2020-12-291-2/+11
* soc: ti: knav_qmss: fix reference leak in knav_queue_probeZhang Qilong2020-12-291-0/+1
* soc/tegra: fuse: Fix index bug in get_process_idNicolin Chen2020-12-291-1/+1
* soc: qcom: smem: Use le32_to_cpu for comparisonChris Lew2020-04-241-1/+1
* soc/tegra: fuse: Correct straps' address for older Tegra124 device treesDmitry Osipenko2020-02-281-1/+1
* soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipherNathan Chancellor2019-06-221-1/+1
* soc/tegra: fuse: Fix illegal free of IO base addressTimo Alho2019-04-271-3/+9
* soc: qcom: gsbi: Fix error handling in gsbi_probe()Alexey Khoroshilov2019-04-271-2/+5
* soc/tegra: Don't leak device tree node referenceYangtao Li2019-02-201-1/+5
* soc/tegra: pmc: Fix child-node lookupJohan Hovold2018-11-211-1/+1
* soc: qcom/spm: shut up uninitialized variable warningArnd Bergmann2016-09-241-1/+1
* soc: rockchip: power-domain: fix err handle while probingShawn Lin2016-05-111-0/+1
* Merge tag 'keystone-fixes-for-4.4' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2015-11-251-4/+4
|\
| * soc: ti: knav_qmss_queue: Fix linking RAM setup for queue managersMichal Morawiec2015-11-231-1/+1
| * soc: ti: use request_firmware_direct() as acc firmware is optionalMurali Karicheri2015-11-231-3/+3
* | soc: Mediatek: Enable SCPSYS power domain driver by defaultEddie Huang2015-11-241-0/+1
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-109-325/+938
|\
| * soc: qcom: smd-rpm: Correct size of outgoing messageBjorn Andersson2015-10-311-1/+1
| * Merge tag 'v4.4-rockchip-drivers2' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2015-10-232-2/+6
| |\
| | * soc: rockchip: power-domain: don't try to print the clock name in error caseHeiko Stuebner2015-10-161-2/+2
| | * soc: rockchip: Restrict to ARCH_ROCKCHIPThierry Reding2015-10-111-0/+4
| * | soc: qcom/smem: add HWSPINLOCK dependencyArnd Bergmann2015-10-151-0/+1
| * | Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm i...Arnd Bergmann2015-10-154-325/+423
| |\ \
| | * | soc: qcom: smem: Move RPM message ram out of smem DT nodeStephen Boyd2015-10-141-43/+30
| | * | soc: qcom: smd-rpm: Correct the active vs sleep state flaggingBjorn Andersson2015-10-141-1/+1
| | * | soc: qcom: smd: delete unneeded of_node_putJulia Lawall2015-10-141-3/+1
| | * | soc: qcom: smd: Correct SMEM items for upper channelsBjorn Andersson2015-10-141-2/+2
| | * | soc: qcom: smd: Reject send of too big packetsBjorn Andersson2015-10-141-0/+4
| | * | soc: qcom: smd: Handle big endian CPUsStephen Boyd2015-10-141-65/+116
| | * | soc: qcom: smd_rpm: Handle big endian CPUsStephen Boyd2015-10-141-24/+26
| | * | soc: qcom: smd: Remove use of VLAISStephen Boyd2015-10-141-13/+19
| | * | soc: qcom: smd: Use __iowrite32_copy() instead of open-coding itStephen Boyd2015-10-141-9/+4
| | * | soc: qcom: smd: Represent channel layout in structuresStephen Boyd2015-10-141-28/+33
| | * | soc: qcom: smem: Handle big endian CPUsStephen Boyd2015-10-141-91/+138
| | * | soc: qcom: Make qcom_smem_get() return a pointerStephen Boyd2015-10-142-55/+47
| | * | soc: qcom: Reorder SMEM/SMD configsStephen Boyd2015-10-141-8/+8
| | * | soc: qcom: smem: Avoid NULL pointer exception on removeStephen Boyd2015-10-141-1/+1
| | * | soc: qcom: smd: Implement id_table driver matchingBjorn Andersson2015-10-141-7/+18
| * | | Merge tag 'v4.4-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2015-10-095-0/+510
| |\ \ \ | | | |/ | | |/|
| | * | soc: rockchip: power-domain: Add power domain driverCaesar Wang2015-10-065-0/+510
| | |/
* | | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2015-11-1011-54/+280
|\ \ \
| * \ \ Merge tag 'v4.3-next-soc' of https://github.com/mbgg/linux-mediatek into next...Olof Johansson2015-10-232-27/+66
| |\ \ \
| | * | | soc: mediatek: Fix random hang up issue while kernel initJames Liao2015-10-141-23/+44
| | * | | soc: mediatek: add scpsys support active_wakeupEddie Huang2015-09-271-0/+16
| | * | | soc: mediatek: Move the initial setting of pmic wrap interrupt before request...Henry Chen2015-09-271-4/+6
| | |/ /
| * | | Merge tag 'keystone-driver-soc_v2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2015-10-153-27/+53
| |\ \ \
| | * | | soc: ti: qmss: make acc queue support optional in the driverMurali Karicheri2015-10-133-7/+25
| | * | | soc: ti: add firmware file name as part of the driverMurali Karicheri2015-10-132-20/+28
| | | |/ | | |/|