summaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2019-05-14bcm: Make RASPBERRYPI_POWER depend on PMpopcornmix1-0/+1
2019-05-10soc: sunxi: Fix missing dependency on REGMAP_MMIOSamuel Holland1-0/+1
2019-04-20soc/tegra: pmc: Drop locking from tegra_powergate_is_powered()Dmitry Osipenko1-7/+1
2019-04-05soc/tegra: fuse: Fix illegal free of IO base addressTimo Alho1-3/+9
2019-04-05soc: qcom: gsbi: Fix error handling in gsbi_probe()Alexey Khoroshilov1-2/+5
2019-03-23soc: qcom: rpmh: Avoid accessing freed memory from batch APIStephen Boyd1-13/+21
2019-03-13soc: fsl: qbman: avoid race in clearing QMan interruptMadalin Bucur1-4/+5
2019-02-12soc: bcm: brcmstb: Don't leak device tree node referenceYangtao Li1-1/+5
2019-02-12soc/tegra: Don't leak device tree node referenceYangtao Li1-1/+5
2018-11-21soc: ti: QMSS: Fix usage of irq_set_affinity_hintMarc Zyngier3-14/+22
2018-11-13soc/tegra: pmc: Fix child-node lookupJohan Hovold1-1/+1
2018-11-13soc: qcom: rmtfs-mem: Validate that scm is availableBjorn Andersson1-0/+5
2018-10-01soc: fsl: qman_portals: defer probe after qman's probeLaurentiu Tudor1-0/+8
2018-09-27soc: fsl: qbman: add APIs to retrieve the probing statusLaurentiu Tudor2-0/+22
2018-09-25soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()Zhao Qiang1-1/+1
2018-09-25soc: fsl: qbman: qman: avoid allocating from non existing gen_poolAlexandre Belloni1-0/+3
2018-08-23Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds1-0/+14
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds18-13/+2926
2018-08-23Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds4-24/+155
2018-08-18Merge tag 'rproc-v4.19' of git://github.com/andersson/remoteprocLinus Torvalds1-25/+62
2018-08-14Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-1/+1
2018-08-14Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'Rafael J. Wysocki1-1/+1
2018-08-10Merge branch 'regulator-4.19' into regulator-nextMark Brown10-7/+1873
2018-08-04Merge tag 'qcom-arm64-for-4.19-2' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson10-7/+1873
2018-07-26Merge tag 'v4.18-next-soc' of https://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-2/+79
2018-07-26Merge tag 'soc-fsl-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson13-3/+2658
2018-07-26Merge tag 'sunxi-drivers-for-4.19' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson1-2/+85
2018-07-26Merge tag 'qcom-drivers-for-4.19' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson10-7/+1873
2018-07-24soc: fsl: cleanup Kconfig menuLi Yang3-3/+6
2018-07-24soc: fsl: dpio: Convert DPIO documentation to .rstRoy Pledge1-135/+0
2018-07-24staging: fsl-mc: Move DPIO from staging to drivers/soc/fslRoy Pledge11-0/+2759
2018-07-24soc: fsl: qe: gpio: Add qe_gpio_set_multipleJoakim Tjernlund1-0/+28
2018-07-21Merge tag 'am654-for-v4.19-signed' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson1-0/+14
2018-07-21Merge tag 'imx-drivers-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-6/+12
2018-07-21Merge tag 'renesas-arm-soc2-for-v4.19' of https://git.kernel.org/pub/scm/linu...Olof Johansson2-0/+99
2018-07-21soc: qcom: rmtfs-mem: fix memleak in probe error pathsJohan Hovold1-2/+1
2018-07-21soc: qcom: llc-slice: Add missing MODULE_LICENSE()Niklas Cassel1-0/+3
2018-07-21drivers: qcom: rpmh: fix unwanted error check for get_tcs_of_type()Raju P.L.S.S.S.N1-4/+2
2018-07-21drivers: qcom: rpmh-rsc: fix the loop index check in get_req_from_tcsRaju P.L.S.S.S.N1-1/+1
2018-07-21drivers: qcom: rpmh-rsc: Check cmd_db_ready() to help childrenDouglas Anderson1-0/+13
2018-07-21drivers: qcom: rpmh-rsc: allow active requests from wake TCSLina Iyer1-2/+21
2018-07-21drivers: qcom: rpmh: add support for batch RPMH requestLina Iyer3-2/+160
2018-07-21drivers: qcom: rpmh: allow requests to be sent asynchronouslyLina Iyer2-0/+53
2018-07-21drivers: qcom: rpmh: cache sleep/wake state requestsLina Iyer3-7/+205
2018-07-21drivers: qcom: rpmh-rsc: allow invalidation of sleep/wake TCSLina Iyer1-0/+44
2018-07-21drivers: qcom: rpmh-rsc: write sleep/wake requests to TCSLina Iyer2-0/+129
2018-07-21drivers: qcom: rpmh: add RPMH helper functionsLina Iyer4-3/+154
2018-07-21drivers: qcom: rpmh-rsc: log RPMH requests in FTRACELina Iyer3-1/+93
2018-07-21drivers: qcom: rpmh-rsc: add RPMH controller for QCOM SoCsLina Iyer4-0/+561
2018-07-21drivers: soc: Add LLCC driverRishabh Bhatnagar4-0/+448