summaryrefslogtreecommitdiffstats
path: root/include/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'pdf_fixes_v1' of https://git.linuxtv.org/mchehab/experimental i...Jonathan Corbet2019-07-221-1/+1
|\
| * docs: powerpc: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-07-171-1/+1
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-202-0/+17
|\ \ | |/ |/|
| * Merge tag 'soc-fsl-next-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-06-172-0/+17
| |\
| | * soc: fsl: qbman_portals: add APIs to retrieve the probing statusLaurentiu Tudor2019-05-202-0/+17
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-1913-53/+13Star
|/ /
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 399Thomas Gleixner2019-06-051-12/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner2019-06-056-54/+6Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282Thomas Gleixner2019-06-051-10/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201Thomas Gleixner2019-05-302-24/+2Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-309-45/+9Star
|/
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-05-191-0/+270
|\
| * ARM: at91: move SoC specific definitions to SoC folderAlexandre Belloni2019-05-021-0/+270
* | Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-05-121-7/+27
|\ \
| * | ARM: at91: add sam9x60 SFR definitionsTudor Ambarus2019-03-211-7/+27
| |/
* | PM / devfreq: rk3399_dmc: Pass ODT and auto power down parameters to TF-A.Enric Balletbo i Serra2019-04-161-0/+1
* | PM / devfreq: rockchip-dfi: Move GRF definitions to a common place.Enric Balletbo i Serra2019-04-161-0/+21
|/
* Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-03-101-1/+26
|\
| * iommu/tegra: gart: Integrate with Memory Controller driverDmitry Osipenko2019-01-161-0/+25
| * memory: tegra: Adapt to Tegra20 device-tree binding changesDmitry Osipenko2019-01-161-1/+1
* | Merge tag 'arm-soc/for-5.1/drivers' of https://github.com/Broadcom/stblinux i...Arnd Bergmann2019-02-151-0/+4
|\ \
| * | soc: bcm2835: sync firmware properties with downstreamStefan Wahren2019-01-091-0/+4
| |/
* | Merge tag 'tegra-for-5.1-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2019-02-151-6/+0Star
|\ \
| * | soc/tegra: pmc: Make tegra_powergate_is_powered() a local functionJon Hunter2019-01-251-6/+0Star
| |/
* | Merge tag 'tegra-for-5.1-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2019-02-151-6/+7
|\ \
| * | firmware: tegra: add bpmp driver for Tegra210Timo Alho2019-01-251-0/+1
| * | firmware: tegra: Refactor BPMP driverTimo Alho2019-01-251-6/+6
| |/
* | soc: fsl: dpio: Change bpid type to u16Ioana Ciocoi Radulescu2019-01-111-2/+2
* | soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-111-2/+4
* | soc: fsl: dpio: store a backpointer to the device backing the dpaa2_ioIoana Ciornei2019-01-111-1/+2
* | soc: fsl: dpio: use a cpumask to identify which cpus are unusedIoana Ciornei2019-01-081-0/+2
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-01-016-255/+979
|\
| * Merge tag 'tegra-for-4.21-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-12-122-241/+954
| |\
| | * soc/tegra: bpmp: Update ABI headerTimo Alho2018-11-081-241/+947
| | * firmware: tegra: Add helper to check for supported MRQsTimo Alho2018-11-081-0/+7
| * | Merge tag 'tegra-for-4.21-soc' of git://git.kernel.org/pub/scm/linux/kernel/g...Olof Johansson2018-12-122-1/+21
| |\ \
| | * | soc/tegra: pmc: Add Tegra194 supportThierry Reding2018-11-281-0/+21
| | * | soc/tegra: fuse: Remove duplicated function declarationBo Yan2018-11-131-1/+0Star
| | |/
| * | Merge tag 'qcom-drivers-for-4.21' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2018-12-031-9/+3Star
| |\ \
| | * | soc: qcom: cmd-db: Stop memcpy()ing in cmd_db_read_aux_data()Stephen Boyd2018-11-141-9/+3Star
| | |/
| * / firmware: raspberrypi: Switch to SPDX identifierStefan Wahren2018-11-211-4/+1Star
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-272-2/+10
|\ \
| * | soc: fsl: dpio: Add BP and FQ query APIsRoy Pledge2018-12-191-0/+4
| * | soc/qman: add return value to interrupt coalesce changing APIsMadalin Bucur2018-11-231-2/+6
| |/
* / soc/tegra: pmc: Drop SMP dependency from CPU APIsJon Hunter2018-12-141-2/+0Star
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-292-19/+29
|\
| * Merge tag 'soc-fsl-next-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2018-10-082-0/+44
| |\
| | * soc: fsl: qbman: add interrupt coalesce changing APIsMadalin Bucur2018-10-051-0/+28
| * | soc/tegra: pmc: Remove public pad voltage APIsAapo Vienamo2018-08-271-19/+0Star