summaryrefslogtreecommitdiffstats
path: root/drivers/soc
AgeCommit message (Expand)AuthorLines
2019-03-18Merge tag 'tags/bcm2835-drivers-next-2019-03-12' into soc/fixesFlorian Fainelli-7/+42
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-214/+2739
2019-03-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2019-03-05Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds-225/+0
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-20/+90
2019-03-04soc: bcm: bcm2835-pm: Fix error paths of initialization.Eric Anholt-5/+30
2019-03-04soc: bcm: bcm2835-pm: Fix PM_IMAGE_PERI power domain support.Eric Anholt-2/+12
2019-03-01Merge tag 'soc-fsl-next-v5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-4/+82
2019-02-26soc: fsl: dpio: configure cache stashing destinationIoana Ciornei-0/+79
2019-02-26soc: fsl: dpio: enable frame data cache stashing per software portalIoana Ciornei-2/+2
2019-02-26soc: fsl: guts: make fsl_guts_get_svr() staticHoria Geantă-2/+1
2019-02-25MIPS: lantiq: Remove separate GPHY Firmware loaderHauke Mehrtens-225/+0
2019-02-23soc/tegra: default select TEGRA_TIMER for Tegra210Joseph Lo-0/+1
2019-02-20Merge tag 'soc-fsl-next-v5.1-3' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-1/+2
2019-02-19soc: fsl: dpio: fix memory leak of a struct qbman on error exit pathColin Ian King-0/+1
2019-02-16Merge tag 'qcom-drivers-for-5.1-3' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-2/+2
2019-02-15soc: qcom: llcc-slice: Fix typosAndy Gross-2/+2
2019-02-15Merge tag 'qcom-drivers-for-5.1-2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann-33/+74
2019-02-15Merge tag 'drivers_soc_for_5.1' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-1/+1
2019-02-15Merge tag 'arm-soc/for-5.1/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann-0/+674
2019-02-15Merge tag 'qcom-drivers-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann-25/+793
2019-02-15Merge tag 'tegra-for-5.1-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann-140/+298
2019-02-15Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann-2/+212
2019-02-15Merge tag 'imx-drivers-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann-3/+75
2019-02-15Merge tag 'zynqmp-soc-for-v5.1' of https://github.com/Xilinx/linux-xlnx into ...Arnd Bergmann-0/+521
2019-02-12qcom: soc: llcc-slice: Consolidate some codeJordan Crouse-22/+20
2019-02-12qcom: soc: llcc-slice: Clear the global drv_data pointer on errorJordan Crouse-17/+60
2019-02-12drivers: soc: xilinx: Add ZynqMP power domain driverJolly Shah-0/+331
2019-02-12drivers: soc: xilinx: Add ZynqMP PM driverRajan Vaja-0/+190
2019-02-07soc: amlogic: clk-measure: add axg and g12a supportJerome Brunet-0/+196
2019-02-07soc: amlogic: canvas: Fix meson_canvas_get when probe failedNeil Armstrong-1/+12
2019-02-06soc: amlogic: add missing of_node_put()wen yang-1/+4
2019-02-04soc: fsl: dpio: Use after free in dpaa2_dpio_remove()Dan Carpenter-1/+1
2019-02-01soc: qcom: smd-rpm: Add sdm660 compatibleCraig Tatlor-0/+1
2019-02-01soc: qcom: gsbi: Fix error handling in gsbi_probe()Alexey Khoroshilov-2/+5
2019-02-01soc: qcom: rpmh: Avoid accessing freed memory from batch APIStephen Boyd-13/+21
2019-02-01drivers: qcom: rpmh: avoid sending sleep/wake sets immediatelyRaju P.L.S.S.S.N-2/+1
2019-02-01soc: qcom: rmtfs-mem: Make sysfs attributes world-readableEvan Green-3/+3
2019-02-01soc: qcom: rmtfs-mem: Add class to enable ueventsEvan Green-5/+21
2019-01-31soc: bcm: bcm2835-pm: Make local symbol staticWei Yongjun-1/+1
2019-01-30Merge tag 'soc-fsl-next-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann-25/+97
2019-01-30soc: ti: knav_dma: Use proper enum in pktdma_init_chanNathan Chancellor-1/+1
2019-01-30Merge tag 'soc-fsl-fix-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann-4/+5
2019-01-25soc/tegra: pmc: Support systems where PMC is marked secureMikko Perttunen-3/+97
2019-01-25soc/tegra: pmc: Explicitly initialize all fieldsThierry Reding-1/+9
2019-01-25soc/tegra: pmc: Make alignment consistentThierry Reding-11/+18
2019-01-25soc/tegra: pmc: Pass struct tegra_pmc * where possibleThierry Reding-115/+152
2019-01-25soc/tegra: pmc: Make tegra_powergate_is_powered() a local functionJon Hunter-1/+1
2019-01-25soc/tegra: pmc: Add missing kerneldocThierry Reding-0/+6
2019-01-25soc/tegra: pmc: Sort includes alphabeticallyThierry Reding-5/+5