summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'firmware/psci-1.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2015-10-225-24/+123
|\
| * drivers: firmware: psci: add system suspend supportSudeep Holla2015-10-022-0/+36
| * drivers: firmware: psci: define more generic PSCI_FN_NATIVE macroSudeep Holla2015-10-021-10/+11
| * drivers: firmware: psci: add PSCI v1.0 DT bindingsLorenzo Pieralisi2015-10-022-0/+7
| * drivers: firmware: psci: add extended stateid power_state supportLorenzo Pieralisi2015-10-022-2/+44
| * drivers: firmware: psci: add PSCI_FEATURES callLorenzo Pieralisi2015-10-022-0/+8
| * drivers: firmware: psci: move power_state handling to generic codeLorenzo Pieralisi2015-10-023-14/+17
| * drivers: firmware: psci: add INVALID_ADDRESS return valueLorenzo Pieralisi2015-10-022-0/+2
* | soc: qcom/smem: add HWSPINLOCK dependencyArnd Bergmann2015-10-151-0/+1
* | Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm i...Arnd Bergmann2015-10-1510-336/+452
|\ \
| * | soc: qcom: smem: Move RPM message ram out of smem DT nodeStephen Boyd2015-10-142-49/+41
| * | soc: qcom: smd-rpm: Correct the active vs sleep state flaggingBjorn Andersson2015-10-141-1/+1
| * | soc: qcom: smd: delete unneeded of_node_putJulia Lawall2015-10-141-3/+1
| * | firmware: qcom-scm: build for correct architecture levelArnd Bergmann2015-10-141-1/+1
| * | soc: qcom: smd: Correct SMEM items for upper channelsBjorn Andersson2015-10-141-2/+2
| * | qcom-scm: add missing prototype for qcom_scm_is_available()Rob Clark2015-10-141-0/+2
| * | qcom-scm: fix endianess issue in __qcom_scm_is_call_availableRob Clark2015-10-141-3/+3
| * | soc: qcom: smd: Reject send of too big packetsBjorn Andersson2015-10-141-0/+4
| * | soc: qcom: smd: Handle big endian CPUsStephen Boyd2015-10-141-65/+116
| * | soc: qcom: smd_rpm: Handle big endian CPUsStephen Boyd2015-10-141-24/+26
| * | soc: qcom: smd: Remove use of VLAISStephen Boyd2015-10-141-13/+19
| * | soc: qcom: smd: Use __iowrite32_copy() instead of open-coding itStephen Boyd2015-10-141-9/+4
| * | soc: qcom: smd: Represent channel layout in structuresStephen Boyd2015-10-141-28/+33
| * | soc: qcom: smem: Handle big endian CPUsStephen Boyd2015-10-141-91/+138
| * | soc: qcom: Make qcom_smem_get() return a pointerStephen Boyd2015-10-143-56/+48
| * | soc: qcom: Reorder SMEM/SMD configsStephen Boyd2015-10-141-8/+8
| * | soc: qcom: smem: Avoid NULL pointer exception on removeStephen Boyd2015-10-141-1/+1
| * | soc: qcom: smd: Implement id_table driver matchingBjorn Andersson2015-10-142-7/+29
| * | Merge tag 'qcom-fixes-for-4.3-rc1' into base-for-4.4Andy Gross2015-10-073-1/+73
| |\ \
* | \ \ Merge tag 'berlin-new-cpuclk-for-4.4-1' of git://git.infradead.org/users/hess...Arnd Bergmann2015-10-152-7/+8
|\ \ \ \
| * | | | clk: berlin: add cpuclkAntoine Tenart2015-10-151-7/+7
| * | | | Merge tag 'berlin-dt-cpuclk-for-4.4-1' into berlin/cpuclkSebastian Hesselbarth2015-10-151-0/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ARM: berlin: dts: add CLKID_CPU for BG2QSebastian Hesselbarth2015-10-151-0/+1
| |/ / /
* | | | Merge tag 'drivers_pl172_for_4.4' of https://github.com/manabian/linux-lpc in...Arnd Bergmann2015-10-152-6/+28
|\ \ \ \
| * | | | doc: dt: arm,pl172: add description of PL175 and PL176 controllersVladimir Zapolskiy2015-09-291-3/+5
| * | | | memory: pl172: add ARM PrimeCell PL176 MPMC supportVladimir Zapolskiy2015-09-291-0/+9
| * | | | memory: pl172: add ARM PrimeCell PL175 MPMC supportVladimir Zapolskiy2015-09-291-1/+11
| * | | | memory: pl172: correct MPMC peripheral ID register bitsVladimir Zapolskiy2015-09-291-2/+3
| |/ / /
* | | | Merge tag 'arm-scpi-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2015-10-1416-0/+1868
|\ \ \ \
| * | | | hwmon: Support thermal zones registration for SCP temperature sensorsPunit Agrawal2015-10-091-1/+103
| * | | | hwmon: Support sensors exported via ARM SCP interfacePunit Agrawal2015-10-094-0/+228
| * | | | firmware: arm_scpi: Extend to support sensorsPunit Agrawal2015-10-092-0/+77
| * | | | Documentation: add DT bindings for ARM SCPI sensorsPunit Agrawal2015-10-091-0/+38
| * | | | cpufreq: arm_big_little: add SCPI interface driverSudeep Holla2015-09-284-0/+136
| * | | | clk: scpi: add support for cpufreq virtual deviceSudeep Holla2015-09-281-0/+13
| * | | | clk: add support for clocks provided by SCP(System Control Processor)Sudeep Holla2015-09-284-0/+324
| * | | | firmware: add support for ARM System Control and Power Interface(SCPI) protocolSudeep Holla2015-09-285-0/+794
| * | | | Documentation: add DT binding for ARM System Control and Power Interface(SCPI...Sudeep Holla2015-09-282-0/+156
| |/ / /
* | | | Merge tag 'v4.4-rockchip-drivers1' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2015-10-098-2/+591
|\ \ \ \
| * | | | soc: rockchip: power-domain: Add power domain driverCaesar Wang2015-10-065-0/+510
OpenPOWER on IntegriCloud