summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'samsung-drivers-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/k...Arnd Bergmann2018-03-078-25/+26
|\
| * soc: samsung: pmu: Populate children syscon nodesKrzysztof Kozlowski2018-02-132-0/+13
| * soc: samsung: Add SPDX license identifiers to headersKrzysztof Kozlowski2018-02-122-9/+2
| * memory: samsung: Add SPDX license identifiersKrzysztof Kozlowski2018-02-124-16/+11
* | Merge tag 'tee-drv-misc-for-v4.17' of https://git.linaro.org:/people/jens.wik...Arnd Bergmann2018-03-073-6/+41
|\ \
| * | tee: optee: report OP-TEE revision informationJérôme Forissier2018-03-061-0/+23
| * | tee: optee: GET_OS_REVISION: document a2 as a build identifierJérôme Forissier2018-03-061-1/+9
| * | tee: correct max value for id allocationPeng Fan2018-03-061-5/+9
* | | Merge tag 'soc_drivers_for_4.17' of ssh://gitolite.kernel.org/pub/scm/linux/k...Arnd Bergmann2018-03-072-2/+1
|\ \ \
| * | | memory: ti-emif-sram: remove redundant dev_err call in ti_emif_probe()Wei Yongjun2018-03-051-1/+0
| * | | memory-EMIF: Use seq_putc() in emif_regdump_show()SF Markus Elfring2018-03-051-1/+1
* | | | Merge tag 'scmi-updates-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Arnd Bergmann2018-03-0726-5/+4172
|\ \ \ \
| * | | | cpufreq: scmi: add support for fast frequency switchingSudeep Holla2018-02-281-0/+18
| * | | | cpufreq: add support for CPU DVFS based on SCMI message protocolSudeep Holla2018-02-284-1/+259
| * | | | hwmon: add support for sensors exported via ARM SCMISudeep Holla2018-02-283-0/+238
| * | | | hwmon: (core) Add hwmon_max to hwmon_sensor_types enumerationSudeep Holla2018-02-281-0/+1
| * | | | clk: add support for clocks provided by SCMISudeep Holla2018-02-284-1/+214
| * | | | firmware: arm_scmi: add device power domain support using genpdSudeep Holla2018-02-283-0/+143
| * | | | firmware: arm_scmi: add per-protocol channels support using idr objectsSudeep Holla2018-02-281-12/+42
| * | | | firmware: arm_scmi: refactor in preparation to support per-protocol channelsSudeep Holla2018-02-281-34/+56
| * | | | firmware: arm_scmi: add option for polling based performance domain operationsSudeep Holla2018-02-282-12/+15
| * | | | firmware: arm_scmi: add support for polling based SCMI transfersSudeep Holla2018-02-281-8/+47
| * | | | firmware: arm_scmi: probe and initialise all the supported protocolsSudeep Holla2018-02-281-1/+50
| * | | | firmware: arm_scmi: add initial support for sensor protocolSudeep Holla2018-02-283-1/+338
| * | | | firmware: arm_scmi: add initial support for power protocolSudeep Holla2018-02-283-1/+250
| * | | | firmware: arm_scmi: add initial support for clock protocolSudeep Holla2018-02-283-1/+387
| * | | | firmware: arm_scmi: add initial support for performance protocolSudeep Holla2018-02-284-1/+522
| * | | | firmware: arm_scmi: add scmi protocol bus to enumerate protocol devicesSudeep Holla2018-02-284-1/+288
| * | | | firmware: arm_scmi: add common infrastructure and support for base protocolSudeep Holla2018-02-285-1/+382
| * | | | firmware: arm_scmi: add basic driver infrastructure for SCMISudeep Holla2018-02-287-1/+786
| * | | | dt-bindings: arm: add support for ARM System Control and Management Interface...Sudeep Holla2018-02-282-2/+181
| * | | | dt-bindings: mailbox: add support for mailbox client shared memorySudeep Holla2018-02-281-0/+28
| | |_|/ | |/| |
* | | | Merge tag 'scpi-updates-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Arnd Bergmann2018-03-071-122/+89
|\ \ \ \
| * | | | firmware: arm_scpi: improve info message for pre-1.0 firmwareHeiner Kallweit2018-02-231-6/+15
| * | | | firmware: arm_scpi: use FIELD_GET/_PREP to simplify macro definitionsHeiner Kallweit2018-02-231-23/+15
| * | | | firmware: arm_scpi: remove struct sensor_capabilitiesHeiner Kallweit2018-02-231-8/+4
| * | | | firmware: arm_scpi: fix incorrect __iomem accesses using correct accessorsHeiner Kallweit2018-02-231-8/+9
| * | | | firmware: arm_scpi: remove all single element structuresSudeep Holla2018-02-231-15/+7
| * | | | firmware: arm_scpi: drop unnecessary type cast to scpi_shared_memSudeep Holla2018-02-231-1/+1
| * | | | firmware: arm_scpi: improve struct sensor_valueHeiner Kallweit2018-02-231-7/+5
| * | | | firmware: arm_scpi: improve handling of protocol and firmware version subfieldsHeiner Kallweit2018-02-231-24/+19
| * | | | firmware: arm_scpi: improve struct dvfs_info to make code better readableHeiner Kallweit2018-02-231-8/+5
| * | | | firmware: arm_scpi: make scpi_probe completely device-managedHeiner Kallweit2018-02-231-8/+2
| * | | | firmware: arm_scpi: make freeing mbox channels device-managedHeiner Kallweit2018-02-231-21/+16
| * | | | firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_removeHeiner Kallweit2018-02-231-2/+0
| |/ / /
* | | | Merge tag 'reset-for-4.17' of git://git.pengutronix.de/git/pza/linux into nex...Arnd Bergmann2018-03-064-20/+35
|\ \ \ \
| * | | | reset: simple: Enable for ASPEED systemsJoel Stanley2018-02-202-3/+9
| * | | | dt-bindings: aspeed-lpc: Add reset controllerJoel Stanley2018-02-201-0/+21
| * | | | reset: meson: enable level reset support on Meson8bMartin Blumenstingl2018-02-161-17/+5
| |/ / /
* | | | perf/arm-cci: Untangle global cci_ctrl_baseRobin Murphy2018-03-062-27/+37