summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-02-0293-735/+6909
|\
| * Merge tag 'omap-for-v4.16/ti-sysc-fix-signed' of ssh://gitolite.kernel.org/pu...Arnd Bergmann2018-01-261-1/+1
| |\
| | * bus: ti-sysc: Fix smartreflex sysc maskTony Lindgren2018-01-221-1/+1
| * | Merge tag 'zynqmp-soc-fixes-for-4.16' of https://github.com/Xilinx/linux-xlnx...Arnd Bergmann2018-01-262-11/+12
| |\ \
| | * | soc: xilinx: Fix Kconfig alignmentMichal Simek2018-01-161-10/+10
| | * | soc: xilinx: xlnx_vcu: Use bitwise & rather than logical && on clkoutdivGustavo A. R. Silva2018-01-161-1/+1
| | * | soc: xilinx: xlnx_vcu: Depends on HAS_IOMEM for xlnx_vcuDhaval Shah2018-01-161-0/+1
| * | | Merge tag 'soc-fsl-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2018-01-231-0/+8
| |\ \ \
| | * | | soc: fsl: guts: Add a NULL check for devm_kasprintf()Fabio Estevam2018-01-221-0/+6
| | * | | soc: fsl: support GUTS driver for ls1012a/ls1046ayangbo lu2017-12-081-0/+2
| * | | | of: platform: fix OF node refcount leakSudeep Holla2018-01-231-1/+3
| * | | | psci: add CPU_IDLE dependencyArnd Bergmann2018-01-191-1/+1
| * | | | soc: bcm: brcmstb: Be multi-platform compatibleThierry Reding2018-01-151-9/+29
| * | | | soc: brcmstb: biuctrl: exit without warning on non brcmstb platformsSudeep Holla2018-01-151-9/+11
| * | | | Revert "soc: brcmstb: Only register SoC device on STB platforms"Olof Johansson2018-01-121-5/+0
| * | | | Merge tag 'zynqmp-soc-for-4.16' of https://github.com/Xilinx/linux-xlnx into ...Olof Johansson2018-01-126-0/+684
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | soc: xilinx: xlnx_vcu: Add Xilinx ZYNQMP VCU logicoreIP init driverDhaval Shah2018-01-083-0/+646
| | * | | dt-bindings: soc: xilinx: Add DT bindings to xlnx_vcu driverDhaval Shah2018-01-081-0/+31
| | * | | soc: xilinx: Create folder structure for soc specific driversMichal Simek2018-01-084-0/+7
| * | | | Merge tag 'tee-drv-dynamic-shm+fixes-for-v4.16' of https://git.linaro.org/peo...Olof Johansson2018-01-124-15/+61
| |\ \ \ \
| | * | | | tee: shm: Potential NULL dereference calling tee_shm_register()Dan Carpenter2018-01-091-1/+1
| | * | | | tee: shm: don't put_page on null shm->pagesColin Ian King2017-12-281-3/+5
| | * | | | tee: shm: make function __tee_shm_alloc staticColin Ian King2017-12-281-3/+3
| | * | | | tee: optee: check type of registered shared memoryJens Wiklander2017-12-281-2/+42
| | * | | | tee: add start argument to shm_register callbackJens Wiklander2017-12-284-6/+11
| * | | | | bus: omap: add MODULE_LICENSE tagsArnd Bergmann2018-01-122-0/+11
| * | | | | Merge tag 'samsung-drivers-4.16-2' of https://git.kernel.org/pub/scm/linux/ke...Olof Johansson2018-01-129-68/+43
| |\ \ \ \ \
| | * | | | | soc: samsung: Add SPDX license identifiersKrzysztof Kozlowski2018-01-039-68/+43
| | | |/ / / | | |/| | |
| * | | | | soc: brcmstb: Only register SoC device on STB platformsThierry Reding2018-01-121-0/+5
| * | | | | Merge tag 'imx-drivers-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2018-01-052-1/+18
| |\ \ \ \ \
| | * | | | | soc: imx: gpc: Add i.MX6SX PCI power domainFabio Estevam2017-12-262-1/+18
| * | | | | | Merge tag 'reset-for-4.16' of git://git.pengutronix.de/git/pza/linux into nex...Arnd Bergmann2018-01-055-39/+149
| |\ \ \ \ \ \
| | * | | | | | reset: meson-axg: add compatible string for Meson-AXG SoCYixun Lan2017-11-271-0/+2
| | * | | | | | dt-bindings: reset: Add bindings for the Meson-AXG SoC Reset ControllerYixun Lan2017-11-272-1/+126
| | * | | | | | reset: remove reset_control_get(_optional)Masahiro Yamada2017-11-271-12/+0
| | * | | | | | reset: minimize the number of headers included from <linux/reset.h>Masahiro Yamada2017-11-271-1/+3
| | * | | | | | reset: remove remaining WARN_ON() in <linux/reset.h>Masahiro Yamada2017-11-271-6/+0
| | * | | | | | reset: make device_reset_optional() really optionalMasahiro Yamada2017-11-272-19/+18
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'qcom-drivers-for-4.16' of ssh://gitolite.kernel.org/pub/scm/linux/...Arnd Bergmann2018-01-0512-41/+2010
| |\ \ \ \ \ \
| | * | | | | | of: platform: populate /firmware/ node from of_platform_default_populate_init()Sudeep Holla2018-01-041-0/+4
| | * | | | | | soc: qcom: smp2p: Use common error handling code in qcom_smp2p_probe()Markus Elfring2018-01-011-8/+8
| | * | | | | | soc: qcom: Introduce QMI helpersBjorn Andersson2017-12-203-1/+1014
| | * | | | | | soc: qcom: Introduce QMI encoder/decoderBjorn Andersson2017-12-204-0/+933
| | * | | | | | firmware: qcom_scm: Add dependent headers to qcom_scm.hJordan Crouse2017-12-201-0/+3
| | * | | | | | soc: qcom: smp2p: Access APCS as mailbox clientBjorn Andersson2017-12-203-7/+41
| | * | | | | | soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan2017-12-201-0/+4
| | * | | | | | soc: qcom: smsm: fix child-node lookupJohan Hovold2017-12-201-2/+4
| | * | | | | | firmware: qcom_scm: drop redandant of_platform_populateSudeep Holla2017-12-201-24/+0
| | |/ / / / /
| * | | | | | Merge tag 'at91-ab-4.16-drivers' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2018-01-051-3/+1
| |\ \ \ \ \ \
| | * | | | | | pcmcia: at91_cf: Use PTR_ERR_OR_ZERO()Vasyl Gomonovych2017-11-291-3/+1
| | |/ / / / /