summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+1
* drivers/firmware/broadcom/bcm47xx_nvram.c: use __ioread32_copy() instead of o...Stephen Boyd2016-01-201-8/+3
* Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-151-20/+42
|\
| * firmware: dmi_scan: Save SMBIOS Type 9 System SlotsJordan Hargrave2016-01-151-15/+36
| * firmware: dmi_scan: Fix dmi_find_device descriptionJean Delvare2016-01-151-1/+1
| * firmware: dmi_scan: Clarify dmi_save_extended_devicesJean Delvare2016-01-151-6/+5
| * firmware: dmi_scan: Optimize dmi_save_extended_devicesJean Delvare2016-01-151-2/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-1/+1
|\ \
| * | treewide: Fix typos in printkMasanari Iida2015-12-081-1/+1
* | | efi: include asm/early_ioremap.h not asm/efi.h to get early_memremapArd Biesheuvel2016-01-131-1/+1
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-01-126-3/+122
|\ \ \
| * \ \ Merge branch 'devel-stable' into for-linusRussell King2016-01-127-1/+447
| |\ \ \
| | * | | ARM: add UEFI stub supportRoy Franz2015-12-143-1/+97
| | * | | ARM: wire up UEFI init and runtime supportArd Biesheuvel2015-12-131-0/+1
| * | | | ARM: 8481/2: drivers: psci: replace psci firmware callsJens Wiklander2016-01-041-2/+21
| * | | | ARM: 8478/2: arm/arm64: add arm-smcccJens Wiklander2016-01-041-0/+3
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-01-125-2/+351
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | efi: stub: define DISABLE_BRANCH_PROFILING for all architecturesArd Biesheuvel2016-01-061-2/+2
| | |/ / | |/| |
| * | | arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-093-35/+22
| * | | arm64/efi: split off EFI init and runtime code for reuse by 32-bit ARMArd Biesheuvel2015-12-093-0/+362
| |/ /
* | | firmware: dmi_scan: Fix UUID endianness for SMBIOS >= 2.6Andrea Arcangeli2016-01-081-3/+3
|/ /
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-106-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-143-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/+0
| |/ / / /
* | | | | 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
OpenPOWER on IntegriCloud