aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/soc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-30Merge tag 'v4.10-rc6' into develLinus Walleij1-0/+1
2017-01-20soc: samsung: pmu: Remove messages for failed memory allocationMarek Szyprowski1-3/+1
2017-01-20soc: samsung: pmu: Use of_device_get_match_data helperMarek Szyprowski1-5/+2
2017-01-20soc: samsung: pmu: Provide global function to get PMU regmapMarek Szyprowski1-0/+11
2017-01-12soc: ti: wkup_m3_ipc: Fix error return code in wkup_m3_ipc_probe()Wei Yongjun1-0/+1
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds11-192/+202
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds11-251/+1042
2016-12-15Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2016-12-13Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds2-0/+97
2016-12-13Merge tag 'mmc-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds4-2/+259
2016-12-09soc/fsl/qman: test: use DEFINE_SPINLOCK()Fabian Frederick1-1/+1
2016-12-04soc/fsl/bman: Use resource_size instead of computationWei Yongjun1-2/+1
2016-12-04soc/fsl/qe: use builtin_platform_driverGeliang Tang1-5/+1
2016-12-02soc/fsl/qbman: Convert to hotplug state machineSebastian Andrzej Siewior1-27/+12
2016-12-02soc/fsl/qbman: Convert to hotplug state machineSebastian Andrzej Siewior1-30/+16
2016-11-30soc: ti: qmss: fix the case when !SMPGrygorii Strashko1-1/+1
2016-11-30Merge tag 'renesas-soc-match-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/driversArnd Bergmann2-0/+259
2016-11-30Merge tag 'renesas-r8a7745-sysc-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into next/driversArnd Bergmann4-0/+37
2016-11-29soc: fsl: fix section mismatch build warningsSudeep Holla1-2/+5
2016-11-29soc: fsl: add GUTS driver for QorIQ platformsyangbo lu4-2/+256
2016-11-23soc/qman: Handle endianness of h/w descriptorsClaudiu Manoil4-39/+45
2016-11-23soc: renesas: Identify SoC and register with the SoC busGeert Uytterhoeven2-0/+259
2016-11-23soc: renesas: rcar-sysc: add R8A7745 supportSergei Shtylyov4-0/+37
2016-11-23soc/qman: Clean up CGR CSCN target update operationsClaudiu Manoil1-14/+23
2016-11-23soc/qman: Change remaining contextB into context_bClaudiu Manoil1-6/+6
2016-11-23soc/qbman: Handle endianness of qm/bm_in/out()Claudiu Manoil2-6/+6
2016-11-23soc/qman: Drop unused field from eqcr/dqrr descriptorsClaudiu Manoil1-2/+1
2016-11-23soc/qman: Fix accesses to fqid, cleanupClaudiu Manoil1-16/+16
2016-11-23soc/qman: Remove unused struct qm_mcc* layoutsClaudiu Manoil2-46/+18
2016-11-23soc/qman: Remove redundant checks from qman_create_cgr()Claudiu Manoil1-4/+4
2016-11-23soc/qman: test: Don't use dummy platform device for dma mappingClaudiu Manoil3-11/+22
2016-11-23soc/qman: Don't add a new platform device for dma mappingClaudiu Manoil3-21/+22
2016-11-23soc/qman: test: Fix implementation of fd_cmp()Claudiu Manoil1-15/+8
2016-11-23soc/qman: Fix direct access to fd's addr_lo, use proper accesorClaudiu Manoil1-2/+2
2016-11-23soc/qbman: Fix resource leak on portal probing error pathClaudiu Manoil2-10/+24
2016-11-23soc/qman: Fix h/w resource cleanup error path handlingClaudiu Manoil1-5/+11
2016-11-23soc/qman: Replace of_get_property() with portable equivalentMadalin Bucur2-6/+7
2016-11-23soc/qman: Check ioremap return valueMadalin Bucur1-0/+3
2016-11-22soc/fsl: fix spelling mistakes in critical error messagesColin Ian King2-2/+2
2016-11-18Merge tag 'tegra-for-4.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversOlof Johansson1-93/+305
2016-11-18Merge tag 'tegra-for-4.10-mailbox' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into next/driversOlof Johansson1-0/+14
2016-11-17Merge tag 'v4.9-next-soc' of https://github.com/mbgg/linux-mediatek into next/driversOlof Johansson2-140/+327
2016-11-17Merge tag 'v4.10-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/driversOlof Johansson1-18/+63
2016-11-15soc/tegra: pmc: Use consistent naming for PM domainsThierry Reding1-4/+4
2016-11-15soc/tegra: pmc: Remove genpd when adding provider failsJon Hunter1-8/+15
2016-11-15soc/tegra: pmc: Check return code for pm_genpd_init()Jon Hunter1-1/+6
2016-11-15soc/tegra: pmc: Clean-up I/O rail error messagesThierry Reding1-23/+20
2016-11-15soc/tegra: pmc: Simplify IO rail bit handlingJon Hunter1-10/+10
2016-11-15soc/tegra: pmc: Guard against uninitialised PMC clockJon Hunter1-0/+2
2016-11-15soc/tegra: pmc: Add I/O pad voltage supportLaxman Dewangan1-36/+237