summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'imx-drivers-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-04-299-89/+376
|\
| * soc: imx: Add generic i.MX8 SoC driverAbel Vesa2019-04-202-0/+116
| * firmware: imx: enable imx scu general irq functionAnson Huang2019-04-114-1/+180
| * soc: imx: gpcv2: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-111-3/+1
| * soc: imx: gpc: use devm_platform_ioremap_resource() to simplify codeAnson Huang2019-04-111-3/+1
| * firmware: imx: scu-pd: decouple the SS information from domain namesAisheng Dong2019-03-191-44/+48
| * firmware: imx: scu-pd: add specifying the base of domain name index supportAisheng Dong2019-03-191-52/+55
| * firmware: imx: scu-pd: use bool to set postfixAisheng Dong2019-03-191-51/+51
| * soc: imx: gpcv2: Make use of regmap_read_poll_timeout()Andrey Smirnov2019-03-191-25/+14
* | spi: zynqmp: Fix build breakOlof Johansson2019-04-291-0/+1
* | Merge tag 'amlogic-drivers-2' of https://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2019-04-291-16/+144
|\ \
| * | soc: amlogic: meson-gx-pwrc-vpu: Add support for G12ANeil Armstrong2019-04-161-12/+140
| * | soc: amlogic: meson-gx-pwrc-vpu: Fix power on/off register bitmaskNeil Armstrong2019-04-161-4/+4
* | | Merge tag 'renesas-drivers-for-v5.2' of https://git.kernel.org/pub/scm/linux/...Olof Johansson2019-04-291-0/+3
|\ \ \
| * | | soc: renesas: Identify R-Car M3-W ES1.3Takeshi Kihara2019-03-181-0/+3
| | |/ | |/|
* | | Merge tag 'tegra-for-5.2-arm-soc' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2019-04-293-17/+4
|\ \ \
| * | | ARM: tegra: cpuidle: Handle tick broadcasting within cpuidle core on Tegra20/30Dmitry Osipenko2019-04-182-17/+3
| * | | ARM: tegra: enforce PM requirementSameer Pujar2019-03-281-0/+1
| |/ /
* | | Merge tag 'tegra-for-5.2-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2019-04-299-66/+42
|\ \ \
| * | | memory: tegra: Fix a typos for "fdcdwr2" mc clientEdward Cragg2019-04-182-2/+2
| * | | Revert "ARM: tegra: Restore memory arbitration on resume from LP1 on Tegra30+"Dmitry Osipenko2019-04-182-30/+0
| * | | memory: tegra: Replace readl-writel with mc_readl-mc_writelDmitry Osipenko2019-04-181-5/+5
| * | | memory: tegra: Fix integer overflow on tick value calculationDmitry Osipenko2019-04-181-1/+1
| * | | memory: tegra: Fix missed registers values latchingDmitry Osipenko2019-04-181-0/+6
| * | | memory: tegra: Properly spell "tegra"Thierry Reding2019-04-117-29/+29
| * | | memory: tegra: Make terga20_mc_reset_ops staticYue Haibing2019-04-111-1/+1
| |/ /
* | | Merge tag 'tegra-for-5.2-soc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-04-294-78/+389
|\ \ \
| * | | soc/tegra: pmc: Move powergate initialisation to probeJon Hunter2019-04-171-15/+68
| * | | soc/tegra: pmc: Remove reset sysfs entries on errorJon Hunter2019-04-171-1/+4
| * | | soc/tegra: pmc: Fix reset sources and levelsJon Hunter2019-04-171-15/+29
| * | | soc/tegra: pmc: Implement acquire/release for resetsThierry Reding2019-03-221-6/+33
| * | | Merge branch 'reset/acquire' of git://git.pengutronix.de/git/pza/linux into f...Thierry Reding2019-03-223-41/+255
| |\ \ \ | | |/ / | |/| |
| | * | reset: Add acquire/release support for arraysThierry Reding2019-03-202-1/+41
| | * | reset: Add acquired flag to of_reset_control_array_get()Thierry Reding2019-03-203-10/+16
| | * | reset: add acquired/released state for exclusive reset controlsPhilipp Zabel2019-03-202-32/+200
| |/ /
* | | Merge tag 'tegra-for-5.2-bus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2019-04-291-20/+46
|\ \ \
| * | | bus: tegra-aconnect: add system sleep callbacksSameer Pujar2019-03-281-0/+2
| * | | bus: tegra-aconnect: use devm_clk_*() helpersSameer Pujar2019-03-281-20/+44
| |/ /
* | | Merge tag 'tee-optee-for-5.2' of http://git.linaro.org:/people/jens.wiklander...Olof Johansson2019-04-291-31/+49
|\ \ \
| * | | optee: allow to work without static shared memoryVolodymyr Babchuk2019-04-171-31/+49
* | | | Merge tag 'scmi-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2019-04-291-4/+4
|\ \ \ \
| * | | | firmware: arm_scmi: replace of_match_device->data with of_device_get_match_da...Aditya Pakki2019-04-121-1/+3
| * | | | firmware: arm_scmi: fix of_node leak in scmi_mailbox_checkSteven Price2019-04-121-3/+1
| | |/ / | |/| |
* | | | Merge tag 'zynqmp-soc-for-v5.2' of https://github.com/Xilinx/linux-xlnx into ...Olof Johansson2019-04-2914-39/+302
|\ \ \ \
| * | | | fpga manager: Adding FPGA Manager support for Xilinx zynqmpNava kishore Manne2019-04-153-0/+169
| * | | | dt-bindings: fpga: Add bindings for ZynqMP fpga driverNava kishore Manne2019-04-151-0/+25
| * | | | firmware: xilinx: Add fpga API'sNava kishore Manne2019-04-152-0/+57
| * | | | drivers: Defer probe if firmware is not readyRajan Vaja2019-03-1810-28/+47
| * | | | firmware: xilinx: fix debugfs write handlerJann Horn2019-03-181-11/+4
| |/ / /
* | | | Merge tag 'omap-for-v5.2/am4-pm-v2-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson2019-04-2911-62/+409
|\ \ \ \