summaryrefslogtreecommitdiffstats
path: root/drivers/soc
Commit message (Expand)AuthorAgeFilesLines
* soc/fsl/qman: test: use DEFINE_SPINLOCK()Fabian Frederick2016-12-091-1/+1
* soc/fsl/bman: Use resource_size instead of computationWei Yongjun2016-12-041-2/+1
* soc/fsl/qe: use builtin_platform_driverGeliang Tang2016-12-041-5/+1
* soc/qman: Handle endianness of h/w descriptorsClaudiu Manoil2016-11-234-39/+45
* soc/qman: Clean up CGR CSCN target update operationsClaudiu Manoil2016-11-231-14/+23
* soc/qman: Change remaining contextB into context_bClaudiu Manoil2016-11-231-6/+6
* soc/qbman: Handle endianness of qm/bm_in/out()Claudiu Manoil2016-11-232-6/+6
* soc/qman: Drop unused field from eqcr/dqrr descriptorsClaudiu Manoil2016-11-231-2/+1
* soc/qman: Fix accesses to fqid, cleanupClaudiu Manoil2016-11-231-16/+16
* soc/qman: Remove unused struct qm_mcc* layoutsClaudiu Manoil2016-11-232-46/+18
* soc/qman: Remove redundant checks from qman_create_cgr()Claudiu Manoil2016-11-231-4/+4
* soc/qman: test: Don't use dummy platform device for dma mappingClaudiu Manoil2016-11-233-11/+22
* soc/qman: Don't add a new platform device for dma mappingClaudiu Manoil2016-11-233-21/+22
* soc/qman: test: Fix implementation of fd_cmp()Claudiu Manoil2016-11-231-15/+8
* soc/qman: Fix direct access to fd's addr_lo, use proper accesorClaudiu Manoil2016-11-231-2/+2
* soc/qbman: Fix resource leak on portal probing error pathClaudiu Manoil2016-11-232-10/+24
* soc/qman: Fix h/w resource cleanup error path handlingClaudiu Manoil2016-11-231-5/+11
* soc/qman: Replace of_get_property() with portable equivalentMadalin Bucur2016-11-232-6/+7
* soc/qman: Check ioremap return valueMadalin Bucur2016-11-231-0/+3
* soc/fsl: fix spelling mistakes in critical error messagesColin Ian King2016-11-222-2/+2
* Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-10-1424-8/+7181
|\
| * arch/powerpc: Add CONFIG_FSL_DPAA to corenetXX_smp_defconfigClaudiu Manoil2016-09-252-0/+2
| * soc/qman: Add self-test for QMan driverClaudiu Manoil2016-09-256-0/+995
| * soc/bman: Add self-test for BMan driverClaudiu Manoil2016-09-255-0/+259
| * soc/fsl: Introduce DPAA 1.x QMan device driverClaudiu Manoil2016-09-255-2/+4418
| * soc/fsl: Introduce DPAA 1.x BMan device driverClaudiu Manoil2016-09-257-0/+1492
| * soc/fsl/qe: fix gpio save_regs functionsChristophe Leroy2016-09-251-1/+2
| * soc/fsl/qe: fix Oops on CPM1 (and likely CPM2)Christophe Leroy2016-09-251-0/+8
| * fsl/qe: use of_property_read_boolJulia Lawall2016-09-251-1/+1
| * soc/fsl/qe: Use of_adress_to_resource() in get_qe_base()Zhao Qiang2016-09-241-5/+5
| * soc/fsl/qe: Use resource_sizeVaishali Thakkar2016-09-241-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-075-175/+223
|\ \
| * \ Merge tag 'v4.8-next-soc' of https://github.com/mbgg/linux-mediatek into next...Arnd Bergmann2016-09-191-1/+1
| |\ \
| | * | soc: mediatek: PMIC wrap: Extend the waiting time to 10ms.Henry Chen2016-08-221-1/+1
| | |/
| * | Merge tag 'tegra-for-4.9-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2016-09-151-20/+8
| |\ \
| | * | soc/tegra: pmc: Fix incorrect DPD requestVince Hsu2016-08-161-20/+8
| | |/
| * | Merge tag 'qcom-drivers-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2016-09-152-111/+157
| |\ \
| | * | soc: qcom: smd: Reset rx tail rather than txBjorn Andersson2016-09-011-1/+1
| | * | soc: qcom: smd: Represent smd edges as devicesBjorn Andersson2016-08-231-75/+122
| | * | soc: qcom: smd: Request irqs after parsing propertiesBjorn Andersson2016-08-231-16/+16
| | * | soc: qcom: smd: Simplify multi channel handlingBjorn Andersson2016-08-231-18/+16
| | * | soc: qcom: smem: Silence probe defer errorStephen Boyd2016-08-231-1/+2
| | |/
| * / soc: rockchip: support active_wakeup for rockchip power-domainsElaine Zhang2016-08-191-43/+57
| |/
* / ARM: EXYNOS: Remove calls to of_genpd_get_from_provider()Jon Hunter2016-09-131-15/+8
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-08-0121-82/+731
|\
| * Merge tag 'samsung-drivers-4.8-3' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2016-07-142-2/+2
| |\
| | * soc: samsung: pmu: Constify arrays with PMU dataKrzysztof Kozlowski2016-07-062-2/+2
| * | Merge tag 'ux500-cleanup-bundle' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2016-07-145-0/+232
| |\ \
| | * | ARM: ux500: move soc_id driver to drivers/socArnd Bergmann2016-07-125-0/+232
| * | | soc: raspberrypi-power: add CONFIG_OF dependencyArnd Bergmann2016-07-071-2/+1