aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2017-01-15Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 4-41/+95
2017-01-07x86/efi: Don't allocate memmap through memblock after mm_init()Gravatar Nicolai Stange 2-2/+39
2017-01-04Merge tag 'psci-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 1-2/+2
2017-01-03drivers: psci: annotate timer on stack to silence odebug messagesGravatar Sudeep Holla 1-2/+2
2016-12-30firmware: arm_scpi: fix reading sensor values on pre-1.0 SCPI firmwaresGravatar Martin Blumenstingl 1-2/+8
2016-12-28efi/libstub/arm*: Pass latest memory map to the kernelGravatar Ard Biesheuvel 2-39/+56
2016-12-19firmware: dmi_scan: Always show system identification stringGravatar Kefeng Wang 1-2/+2
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 12-46/+4878
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-12-14Remove references to dead make variable LINUX_INCLUDEGravatar Paul Bolle 1-1/+1
2016-12-13Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-2/+2
2016-11-30Merge tag 'qcom-drivers-for-4.10-2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Arnd Bergmann 1-12/+37
2016-11-30Merge branch 'for-4.10-ti-sci-base' of https://github.com/t-kristo/linux-pm i...Gravatar Arnd Bergmann 4-0/+2499
2016-11-30Merge tag 'scpi-updates-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Arnd Bergmann 1-32/+244
2016-11-25drivers: psci: Allow PSCI node to be disabledGravatar Thierry Reding 1-1/+1
2016-11-25drivers: psci: PSCI checker moduleGravatar Kevin Brodsky 3-0/+502
2016-11-25efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bitGravatar Ard Biesheuvel 1-6/+7
2016-11-23firmware: qcom: scm: Return PTR_ERR when devm_clk_get failsGravatar spjoshi@codeaurora.org 1-4/+4
2016-11-23firmware: qcom: scm: Remove core, iface and bus clocks dependencyGravatar spjoshi@codeaurora.org 1-12/+37
2016-11-18Merge tag 'tegra-for-4.10-firmware' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Olof Johansson 6-0/+1592
2016-11-18firmware: tegra: Add BPMP supportGravatar Thierry Reding 3-0/+881
2016-11-18firmware: tegra: Add IVC libraryGravatar Thierry Reding 5-0/+711
2016-11-17Merge tag 'qcom-drivers-for-4.10' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Olof Johansson 1-1/+3
2016-11-17firmware: arm_scpi: add support for pre-v1.0 SCPI compatibleGravatar Sudeep Holla 1-0/+9
2016-11-13x86/efi: Retrieve and assign Apple device propertiesGravatar Lukas Wunner 3-0/+262
2016-11-13efi: Add device path parserGravatar Lukas Wunner 3-0/+209
2016-11-13efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG tableGravatar Ard Biesheuvel 3-0/+52
2016-11-13efi/libstub: Add random.c to ARM buildGravatar Ard Biesheuvel 4-14/+16
2016-11-13efi: Add support for seeding the RNG from a UEFI config tableGravatar Ard Biesheuvel 1-0/+72
2016-11-13efi/libstub: Fix allocation size calculationsGravatar Roy Franz 1-10/+14
2016-11-13Merge branch 'linus' into efi/core, to pick up fixesGravatar Ingo Molnar 1-2/+3
2016-11-12firmware: qcom: scm: Use devm_reset_controller_register()Gravatar Wei Yongjun 1-1/+3
2016-11-07arm64: dump: Make ptdump debugfs a separate optionGravatar Laura Abbott 1-2/+2
2016-11-01firmware: arm_scpi: allow firmware with get_capabilities not implementedGravatar Neil Armstrong 1-0/+4
2016-11-01firmware: arm_scpi: add alternative legacy structures, functions and macrosGravatar Neil Armstrong 1-18/+174
2016-11-01firmware: arm_scpi: increase MAX_DVFS_OPPS to 16 entriesGravatar Neil Armstrong 1-1/+1
2016-10-27firmware: ti_sci: Add support for reboot core serviceGravatar Nishanth Menon 2-0/+95
2016-10-27firmware: ti_sci: Add support for Clock controlGravatar Nishanth Menon 2-0/+974
2016-10-27firmware: ti_sci: Add support for Device controlGravatar Nishanth Menon 2-0/+531
2016-10-27firmware: Add basic support for TI System Control Interface (TI-SCI) protocolGravatar Nishanth Menon 4-0/+899
2016-10-19efi/arm: Fix absolute relocation detection for older toolchainsGravatar Ard Biesheuvel 1-2/+3
2016-10-18efi/efivar_ssdt_load: Don't return success on allocation failureGravatar Dan Carpenter 1-1/+3
2016-10-18efi/efi_test: Use memdup_user() as a cleanupGravatar Ivan Hu 1-7/+3
2016-10-18efi/efi_test: Fix uninitialized variable 'rv'Gravatar Ivan Hu 1-1/+1
2016-10-18efi/efi_test: Fix uninitialized variable 'datasize'Gravatar Ivan Hu 1-1/+1
2016-10-18efi/arm*: Fix efi_init() error handlingGravatar Yisheng Xie 1-1/+3
2016-10-18efi: Remove unused include of <linux/version.h>Gravatar Wei Yongjun 1-1/+0
2016-10-17firmware: arm_scpi: add command indirection to support legacy commandsGravatar Sudeep Holla 1-14/+57
2016-10-07Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 6-14/+265
2016-10-06Merge tag 'pstore-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1