summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'psci-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2017-01-041-2/+2
|\
| * drivers: psci: annotate timer on stack to silence odebug messagesSudeep Holla2017-01-031-2/+2
* | firmware: arm_scpi: fix reading sensor values on pre-1.0 SCPI firmwaresMartin Blumenstingl2016-12-301-2/+8
|/
* firmware: dmi_scan: Always show system identification stringKefeng Wang2016-12-191-2/+2
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-1512-46/+4878
|\
| * Merge tag 'qcom-drivers-for-4.10-2' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann2016-11-301-12/+37
| |\
| | * firmware: qcom: scm: Return PTR_ERR when devm_clk_get failsspjoshi@codeaurora.org2016-11-231-4/+4
| | * firmware: qcom: scm: Remove core, iface and bus clocks dependencyspjoshi@codeaurora.org2016-11-231-12/+37
| * | Merge branch 'for-4.10-ti-sci-base' of https://github.com/t-kristo/linux-pm i...Arnd Bergmann2016-11-304-0/+2499
| |\ \
| | * | firmware: ti_sci: Add support for reboot core serviceNishanth Menon2016-10-272-0/+95
| | * | firmware: ti_sci: Add support for Clock controlNishanth Menon2016-10-272-0/+974
| | * | firmware: ti_sci: Add support for Device controlNishanth Menon2016-10-272-0/+531
| | * | firmware: Add basic support for TI System Control Interface (TI-SCI) protocolNishanth Menon2016-10-274-0/+899
| * | | Merge tag 'scpi-updates-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2016-11-301-32/+244
| |\ \ \
| | * | | firmware: arm_scpi: add support for pre-v1.0 SCPI compatibleSudeep Holla2016-11-171-0/+9
| | * | | firmware: arm_scpi: allow firmware with get_capabilities not implementedNeil Armstrong2016-11-011-0/+4
| | * | | firmware: arm_scpi: add alternative legacy structures, functions and macrosNeil Armstrong2016-11-011-18/+174
| | * | | firmware: arm_scpi: increase MAX_DVFS_OPPS to 16 entriesNeil Armstrong2016-11-011-1/+1
| | * | | firmware: arm_scpi: add command indirection to support legacy commandsSudeep Holla2016-10-171-14/+57
| | |/ /
| * | | drivers: psci: Allow PSCI node to be disabledThierry Reding2016-11-251-1/+1
| * | | drivers: psci: PSCI checker moduleKevin Brodsky2016-11-253-0/+502
| * | | Merge tag 'tegra-for-4.10-firmware' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2016-11-186-0/+1592
| |\ \ \
| | * | | firmware: tegra: Add BPMP supportThierry Reding2016-11-183-0/+881
| | * | | firmware: tegra: Add IVC libraryThierry Reding2016-11-185-0/+711
| | |/ /
| * | | Merge tag 'qcom-drivers-for-4.10' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2016-11-171-1/+3
| |\ \ \ | | | |/ | | |/|
| | * | firmware: qcom: scm: Use devm_reset_controller_register()Wei Yongjun2016-11-121-1/+3
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-12-141-1/+1
|\ \ \
| * | | Remove references to dead make variable LINUX_INCLUDEPaul Bolle2016-12-141-1/+1
| |/ /
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-131-2/+2
|\ \ \
| * | | arm64: dump: Make ptdump debugfs a separate optionLaura Abbott2016-11-071-2/+2
| |/ /
* | | efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitArd Biesheuvel2016-11-251-6/+7
* | | x86/efi: Retrieve and assign Apple device propertiesLukas Wunner2016-11-133-0/+262
* | | efi: Add device path parserLukas Wunner2016-11-133-0/+209
* | | efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableArd Biesheuvel2016-11-133-0/+52
* | | efi/libstub: Add random.c to ARM buildArd Biesheuvel2016-11-134-14/+16
* | | efi: Add support for seeding the RNG from a UEFI config tableArd Biesheuvel2016-11-131-0/+72
* | | efi/libstub: Fix allocation size calculationsRoy Franz2016-11-131-10/+14
* | | Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar2016-11-131-2/+3
|\ \ \ | |/ /
| * | efi/arm: Fix absolute relocation detection for older toolchainsArd Biesheuvel2016-10-191-2/+3
| |/
* | efi/efivar_ssdt_load: Don't return success on allocation failureDan Carpenter2016-10-181-1/+3
* | efi/efi_test: Use memdup_user() as a cleanupIvan Hu2016-10-181-7/+3
* | efi/efi_test: Fix uninitialized variable 'rv'Ivan Hu2016-10-181-1/+1
* | efi/efi_test: Fix uninitialized variable 'datasize'Ivan Hu2016-10-181-1/+1
* | efi/arm*: Fix efi_init() error handlingYisheng Xie2016-10-181-1/+3
* | efi: Remove unused include of <linux/version.h>Wei Yongjun2016-10-181-1/+0
|/
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-10-076-14/+265
|\
| * Merge tag 'qcom-drivers-for-4.9' of git://git.kernel.org/pub/scm/linux/kernel...Arnd Bergmann2016-09-151-14/+5
| |\
| | * firmware: qcom_scm: make it explicitly non-modularPaul Gortmaker2016-08-231-14/+5
| * | Merge tag 'amlogic-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2016-09-155-0/+260
| |\ \
| | * | firmware: Amlogic: Add secure monitor driverCarlo Caione2016-09-015-0/+260
| | |/
OpenPOWER on IntegriCloud