summaryrefslogtreecommitdiff
path: root/drivers/soc
AgeCommit message (Expand)AuthorFilesLines
2020-04-24soc: imx: gpc: fix power up sequencingLucas Stach1-11/+13
2020-04-24soc: qcom: smem: Use le32_to_cpu for comparisonChris Lew1-1/+1
2020-02-28soc/tegra: fuse: Correct straps' address for older Tegra124 device treesDmitry Osipenko1-1/+1
2020-02-05soc: ti: wkup_m3_ipc: Fix race condition with rproc_bootDave Gerlach1-2/+2
2020-01-27soc/fsl/qe: Fix an error code in qe_pin_request()Dan Carpenter1-1/+3
2019-11-20soc: qcom: wcnss_ctrl: Avoid string overflowNiklas Cassel1-1/+1
2019-11-20soc: imx: gpc: fix PDN delaySven Schmitt1-1/+1
2019-06-15soc: rockchip: Set the proper PWM for rk3288Douglas Anderson1-0/+2
2019-06-15soc: mediatek: pwrap: Zero initialize rdata in pwrap_init_cipherNathan Chancellor1-1/+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-14soc: 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-04soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()Zhao Qiang1-1/+1
2018-11-04soc: fsl: qbman: qman: avoid allocating from non existing gen_poolAlexandre Belloni1-0/+3
2018-08-24soc: imx: gpc: restrict register range for regmap accessAnson Huang1-0/+21
2018-08-24soc: imx: gpcv2: correct PGC offsetAnson Huang1-4/+9
2018-08-03soc: imx: gpcv2: Do not pass static memory as platform dataAndrey Smirnov1-7/+15
2018-07-03soc: rockchip: power-domain: Fix wrong value when power up pd with writemaskFinley Xiao1-1/+1
2018-06-20soc: bcm: raspberrypi-power: Fix use of __packedFlorian Fainelli1-1/+1
2018-06-05MIPS: lantiq: gphy: Drop reboot/remove reset assertsMathias Kresin1-36/+0
2018-05-30soc: qcom: wcnss_ctrl: Fix increment in NV uploadBjorn Andersson1-1/+1
2018-05-30soc: imx: gpc: de-register power domains only if initializedStefan Agner1-1/+9
2018-04-24soc: mediatek: fix the mistaken pointer accessed when subdomains are addedSean Wang1-1/+1
2018-03-31soc/fsl/qbman: fix issue in qman_delete_cgr_safe()Madalin Bucur1-23/+5
2018-03-24soc: qcom: smsm: fix child-node lookupJohan Hovold1-2/+4
2018-02-25meson-gx-socinfo: Fix package id parsingArnaud Patard1-2/+2
2017-12-20soc: mediatek: pwrap: fix compiler errorsMatthias Brugger1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-09-16Merge branch '4.14-features' of git://git.linux-mips.org/pub/scm/ralf/upstrea...Linus Torvalds4-0/+350
2017-09-11Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds30-159/+588
2017-09-11Merge tag 'armsoc-platforms' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2017-09-10Merge tag 'rproc-v4.14' of git://github.com/andersson/remoteprocLinus Torvalds3-0/+174
2017-09-04MIPS: lantiq: Add a GPHY driver which uses the RCU syscon-mfdMartin Blumenstingl2-0/+261
2017-09-04MIPS: lantiq: Convert the fpi bus driver to a platform_driverHauke Mehrtens3-0/+89
2017-08-23Merge tag 'samsung-drivers-4.14-2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann1-1/+1
2017-08-23soc/tegra: fuse: Add missing semi-colonThierry Reding1-1/+1
2017-08-23soc/tegra: Restrict SoC device registration to TegraThierry Reding1-0/+8
2017-08-21Merge tag 'sunxi-drivers-for-4.14' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann1-9/+48
2017-08-21soc: ti: knav: Add a NULL pointer check for kdev in knav_pool_createKeerthy1-0/+3
2017-08-19Merge tag 'tegra-for-4.14-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann3-5/+52
2017-08-19Merge tag 'v4.13-next-soc' of https://github.com/mbgg/linux-mediatek into nex...Arnd Bergmann2-103/+150
2017-08-18soc: ti: ti_sci_pm_domains: Populate name for genpdDave Gerlach1-0/+2
2017-08-18drivers: soc: sunxi: add support for A64 and its SRAM CIcenowy Zheng1-0/+11
2017-08-18drivers: soc: sunxi: add support for remapping func value to reg valueIcenowy Zheng1-9/+34
2017-08-18drivers: soc: sunxi: fix error processing on base address when claimingIcenowy Zheng1-0/+3