summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
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-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-13soc/tegra: pmc: Fix child-node lookupJohan Hovold1-1/+1
2018-11-10soc: fsl: qe: Fix copy/paste bug in ucc_get_tdm_sync_shift()Zhao Qiang1-1/+1
2018-11-10soc: fsl: qbman: qman: avoid allocating from non existing gen_poolAlexandre Belloni1-0/+3
2018-05-30soc: qcom: wcnss_ctrl: Fix increment in NV uploadBjorn Andersson1-1/+1
2018-03-31soc/fsl/qbman: fix issue in qman_delete_cgr_safe()Madalin Bucur1-23/+5
2018-03-24soc/fsl/qe: round brg_freq to 1kHz granularityValentin Longchamp1-0/+13
2017-12-20soc: mediatek: pwrap: fix compiler errorsMatthias Brugger1-1/+1
2017-01-26soc: ti: wkup_m3_ipc: Fix error return code in wkup_m3_ipc_probe()Wei Yongjun1-0/+1
2016-10-14Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds104-266/+8631
2016-10-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds52-290/+3789
2016-09-25arch/powerpc: Add CONFIG_FSL_DPAA to corenetXX_smp_defconfigClaudiu Manoil4-2/+5
2016-09-25soc/qman: Add self-test for QMan driverClaudiu Manoil6-0/+995
2016-09-25soc/bman: Add self-test for BMan driverClaudiu Manoil5-0/+259
2016-09-25soc/fsl: Introduce DPAA 1.x QMan device driverClaudiu Manoil6-2/+5492
2016-09-25soc/fsl: Introduce DPAA 1.x BMan device driverClaudiu Manoil8-0/+1621
2016-09-25soc/fsl/qe: fix gpio save_regs functionsChristophe Leroy1-1/+2
2016-09-25soc/fsl/qe: fix Oops on CPM1 (and likely CPM2)Christophe Leroy4-6/+23
2016-09-25fsl/qe: use of_property_read_boolJulia Lawall1-1/+1
2016-09-25soc/fsl/qe: Use of_adress_to_resource() in get_qe_base()Zhao Qiang1-5/+5
2016-09-25soc/fsl/qe: Use resource_sizeVaishali Thakkar1-1/+1
2016-09-19Merge tag 'v4.8-next-soc' of https://github.com/mbgg/linux-mediatek into next...Arnd Bergmann1-1/+1
2016-09-14Merge tag 'tegra-for-4.9-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-20/+8
2016-09-14Merge tag 'qcom-drivers-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann6-127/+191
2016-09-13ARM: EXYNOS: Remove calls to of_genpd_get_from_provider()Jon Hunter1-15/+8
2016-09-01soc: qcom: smd: Reset rx tail rather than txBjorn Andersson1-1/+1
2016-08-23soc: qcom: smd: Represent smd edges as devicesBjorn Andersson2-75/+140
2016-08-23soc: qcom: smd: Request irqs after parsing propertiesBjorn Andersson1-16/+16
2016-08-23soc: qcom: smd: Simplify multi channel handlingBjorn Andersson2-18/+23
2016-08-23soc: qcom: smem: Silence probe defer errorStephen Boyd1-1/+2
2016-08-22soc: mediatek: PMIC wrap: Extend the waiting time to 10ms.Henry Chen1-1/+1
2016-08-18soc: rockchip: support active_wakeup for rockchip power-domainsElaine Zhang1-43/+57
2016-08-16soc/tegra: pmc: Fix incorrect DPD requestVince Hsu1-20/+8
2016-08-01Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds140-2641/+4776
2016-08-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds140-1149/+1267
2016-07-14Merge tag 'samsung-drivers-4.8-3' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann3-3/+3
2016-07-14Merge tag 'ux500-cleanup-bundle' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann27-1784/+786
2016-07-12ARM: ux500: move soc_id driver to drivers/socArnd Bergmann8-22/+37
2016-07-07soc: raspberrypi-power: add CONFIG_OF dependencyArnd Bergmann1-2/+1
2016-07-07Merge tag 'tegra-for-4.8-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2-38/+113
2016-07-07Merge tag 'renesas-rcar-sysc2-for-v4.8' of git://git.kernel.org/pub/scm/linux...Olof Johansson7-21/+71
2016-07-06soc: samsung: pmu: Constify arrays with PMU dataKrzysztof Kozlowski2-2/+2
2016-07-05Merge tag 'qcom-drivers-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson14-186/+1012
2016-06-30soc/tegra: pmc: Enable XUSB partitions on bootJon Hunter1-0/+12
2016-06-30soc/tegra: pmc: Initialise power partitions earlyJon Hunter1-9/+17
[next]