summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-165-36/+179
|\
| * efi: cper: print AER info of PCIe fatal errorXiaofei Tan2019-08-121-0/+15
| * efi: Export Runtime Configuration Interface table to sysfsNarendra K2019-08-084-0/+164
| * efi: ia64: move SAL systab handling out of generic EFI codeArd Biesheuvel2019-08-081-2/+0
| * efi/x86: move UV_SYSTAB handling into arch/x86Ard Biesheuvel2019-08-081-1/+0
| * efi: x86: move efi_is_table_address() into arch/x86Ard Biesheuvel2019-08-081-33/+0
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-09-1618-217/+1424
|\ \
| * \ Merge tag 'qcom-drivers-for-5.4' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2019-09-121-23/+24
| |\ \
| | * | firmware: qcom_scm: Cleanup code in qcom_scm_assign_mem()Stephen Boyd2019-07-221-18/+16
| | * | firmware: qcom_scm: Fix some typos in docs and printksStephen Boyd2019-07-221-3/+3
| | * | firmware: qcom_scm: Use proper types for dma mappingsStephen Boyd2019-07-221-2/+5
| | |/
| * | firmware: ti_sci: Allow for device shared and exclusive requestsLokesh Vutla2019-09-041-2/+43
| * | firmware: Add Turris Mox rWTM firmware driverMarek Behún2019-09-043-0/+399
| * | Merge tag 'imx-drivers-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2019-09-034-1/+170
| |\ \
| | * | firmware: imx: Add DSP IPC protocol interfaceDaniel Baluta2019-08-123-0/+167
| | * | firmware: imx: scu-pd: Add IRQSTR_DSP PD rangeDaniel Baluta2019-07-231-0/+1
| | * | firmware: imx: scu-pd: Add mu13 b side PD rangeDaniel Baluta2019-07-231-0/+1
| | * | firmware: imx: scu-pd: Rename mu PD range to mu_aDaniel Baluta2019-07-231-1/+1
| | |/
| * | firmware: arm_scmi: Add RESET protocol in SCMI v2.0Sudeep Holla2019-08-122-1/+232
| * | firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocolSudeep Holla2019-08-121-4/+99
| * | firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannelsSudeep Holla2019-08-121-4/+149
| * | firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessorsSudeep Holla2019-08-126-27/+20
| * | firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possibleSudeep Holla2019-08-121-3/+16
| * | firmware: arm_scmi: Drop config flag in clk_ops->rate_setSudeep Holla2019-08-121-2/+2
| * | firmware: arm_scmi: Add asynchronous sensor read if it supportsSudeep Holla2019-08-121-8/+22
| * | firmware: arm_scmi: Drop async flag in sensor_ops->reading_getSudeep Holla2019-08-121-2/+2
| * | firmware: arm_scmi: Add support for asynchronous commands and delayed responseSudeep Holla2019-08-122-3/+46
| * | firmware: arm_scmi: Add mechanism to unpack message headersSudeep Holla2019-08-121-0/+18
| * | firmware: arm_scmi: Separate out tx buffer handling and prepare to add rxSudeep Holla2019-08-121-13/+27
| * | firmware: arm_scmi: Add receive channel support for notificationsSudeep Holla2019-08-121-4/+26
| * | firmware: arm_scmi: Segregate tx channel handling and prepare to add rxSudeep Holla2019-08-121-18/+23
| * | firmware: arm_scmi: Reorder some functions to avoid forward declarationsSudeep Holla2019-08-121-90/+90
| * | firmware: arm_scmi: Check if platform has released shmem before usingSudeep Holla2019-08-121-0/+8
| * | firmware: arm_scmi: Use the term 'message' instead of 'command'Sudeep Holla2019-08-122-8/+8
| * | firmware: arm_scmi: Fix few trivial typos in commentsSudeep Holla2019-08-121-2/+2
| * | firmware: arm_scmi: Remove extra check for invalid length message responsesSudeep Holla2019-08-121-6/+0
| * | firmware: arm_scmi: Align few names in sensors protocol with SCMI specificationSudeep Holla2019-08-121-13/+15
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-162-168/+15
|\ \
| * | PSCI: cpuidle: Refactor CPU suspend power_state parameter handlingLorenzo Pieralisi2019-08-091-149/+8
| * | ARM: psci: cpuidle: Enable PSCI CPUidle driverLorenzo Pieralisi2019-08-091-10/+0
| * | drivers: firmware: psci: Decouple checker from generic ARM CPUidleLorenzo Pieralisi2019-08-091-9/+7
* | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-08-181-11/+27
|\ \ \ | |/ / |/| |
| * | efi-stub: Fix get_efi_config_table on mixed-mode setupsHans de Goede2019-08-121-11/+27
| |/
* | Merge branch 'for-linus-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-262-2/+7
|\ \ | |/ |/|
| * iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FINDThomas Tai2019-07-192-2/+7
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-07-196-14/+1681
|\ \
| * \ Merge tag 'tegra-for-5.3-firmware' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2019-06-251-1/+3
| |\ \
| | * | firmware: tegra: Early resume BPMPBitan Biswas2019-06-141-1/+3
| * | | Merge tag 'drivers_soc_for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson2019-06-192-8/+1663
| |\ \ \
| | * | | firmware: ti_sci: Fix gcc unused-but-set-variable warningYueHaibing2019-06-181-12/+12
OpenPOWER on IntegriCloud