summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-116-14/+1161
|\
| * Merge tag 'arm/soc/for-4.4/rpi-drivers' of https://github.com/Broadcom/stblin...Olof Johansson2015-10-263-0/+268
| |\
| | * ARM: bcm2835: Add the Raspberry Pi firmware driverEric Anholt2015-10-153-0/+268
| * | Merge branch 'drivers/psci2' into next/driversOlof Johansson2015-10-231-3/+4
| |\ \
| | * | drivers: psci: make PSCI 1.0 functions initialization version dependentLorenzo Pieralisi2015-10-231-3/+4
| * | | Merge tag 'firmware/psci-1.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson2015-10-221-10/+97
| |\| |
| | * | drivers: firmware: psci: add system suspend supportSudeep Holla2015-10-021-0/+33
| | * | 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-021-0/+1
| | * | drivers: firmware: psci: add extended stateid power_state supportLorenzo Pieralisi2015-10-021-2/+32
| | * | drivers: firmware: psci: add PSCI_FEATURES callLorenzo Pieralisi2015-10-021-0/+6
| | * | drivers: firmware: psci: move power_state handling to generic codeLorenzo Pieralisi2015-10-021-0/+15
| | * | drivers: firmware: psci: add INVALID_ADDRESS return valueLorenzo Pieralisi2015-10-021-0/+1
| * | | Merge tag 'qcom-soc-for-4.4' of git://codeaurora.org/quic/kernel/agross-msm i...Arnd Bergmann2015-10-152-4/+4
| |\ \ \
| | * | | firmware: qcom-scm: build for correct architecture levelArnd Bergmann2015-10-141-1/+1
| | * | | qcom-scm: fix endianess issue in __qcom_scm_is_call_availableRob Clark2015-10-141-3/+3
| * | | | Merge tag 'arm-scpi-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann2015-10-143-0/+791
| |\ \ \ \
| | * | | | firmware: arm_scpi: Extend to support sensorsPunit Agrawal2015-10-091-0/+60
| | * | | | firmware: add support for ARM System Control and Power Interface(SCPI) protocolSudeep Holla2015-09-283-0/+731
| | | |_|/ | | |/| |
* | | | | Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-11-051-1/+1
|\ \ \ \ \
| * | | | | efi-pstore: fix kernel-doc argument nameGeliang Tang2015-11-021-1/+1
| |/ / / /
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-045-15/+179
|\ \ \ \ \
| * | | | | arm64/efi: fix libstub build under CONFIG_MODVERSIONSArd Biesheuvel2015-11-021-1/+1
| * | | | | arm64/efi: move arm64 specific stub C code to libstubArd Biesheuvel2015-10-302-0/+71
| * | | | | arm64: add KASAN supportAndrey Ryabinin2015-10-121-0/+8
| * | | | | arm64/efi: isolate EFI stub from the kernel properArd Biesheuvel2015-10-122-6/+90
| * | | | | arm64/efi: remove /chosen/linux, uefi-stub-kern-ver DT propertyArd Biesheuvel2015-10-121-9/+0Star
| |/ / / /
* | | | | efi: Fix warning of int-to-pointer-cast on x86 32-bit buildsTaku Izumi2015-10-281-2/+2
* | | | | efi: Use correct type for struct efi_memory_map::phys_mapArd Biesheuvel2015-10-281-4/+4
* | | | | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...Ingo Molnar2015-10-146-36/+307
|\ \ \ \ \
| * | | | | efi: Add "efi_fake_mem" boot optionTaku Izumi2015-10-123-0/+261
| * | | | | efi: Auto-load the efi-pstore moduleBen Hutchings2015-10-121-0/+1
| * | | | | efi: Introduce EFI_NX_PE_DATA bit and set it from properties tableArd Biesheuvel2015-10-121-0/+18
| * | | | | efi: Add support for UEFIv2.5 Properties tableArd Biesheuvel2015-10-121-14/+16
| * | | | | efi: Add EFI_MEMORY_MORE_RELIABLE support to efi_md_typeattr_format()Taku Izumi2015-10-121-2/+3
| * | | | | efi/arm64: Clean up efi_get_fdt_params() interfaceLeif Lindholm2015-10-121-4/+2Star
| * | | | | efi/x86: Move efi=debug option parsing to coreLeif Lindholm2015-10-121-0/+3
| * | | | | drivers/firmware: Make efi/esrt.c driver explicitly non-modularPaul Gortmaker2015-10-121-16/+3Star
* | | | | | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixIngo Molnar2015-10-149-25/+535
|\ \ \ \ \ \ | |/ / / / / |/| / / / / | |/ / / /
| * | | / arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel2015-10-011-15/+73
| | |_|/ | |/| |
| * | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2015-09-273-1/+73
| |\ \ \ | | | |/ | | |/|
| | * | firmware: qcom: scm: Add function stubs for ARM64Andy Gross2015-09-233-1/+73
| | |/
| * / x86, efi, kasan: #undef memset/memcpy/memmove per archAndrey Ryabinin2015-09-231-4/+0Star
| |/
| * kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+1
| * Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-09-044-3/+387
| |\
| | * Merge branch 'devel-stable' into for-linusRussell King2015-09-033-0/+386
| | |\
| | | * drivers: psci: support native SMC{32,64} callsMark Rutland2015-08-031-6/+19
| | | * arm64: psci: factor invocation code to driversMark Rutland2015-08-033-0/+373
| | * | firmware: qcom_scm-32: replace open-coded call to __cpuc_flush_dcache_area()Russell King2015-08-111-3/+1Star
| | |/
| * | FIRMWARE: bcm47xx_nvram: Fix module license.Axel Lin2015-08-191-1/+1