summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* ARM: decompressor: run decompressor in place if loaded via UEFIArd Biesheuvel2020-05-191-39/+6
* Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-101-3/+3
|\
| * edd: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-04-021-3/+3
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-04-091-5/+3
|\ \
| * | arm64: remove CONFIG_DEBUG_ALIGN_RODATA featureArd Biesheuvel2020-04-011-5/+3
* | | Merge tag 'arm-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-04-0310-267/+434
|\ \ \
| * \ \ Merge tag 'scmi-updates-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann2020-03-277-265/+419
| |\ \ \
| | * | | firmware: arm_scpi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-2/+2
| | * | | firmware: arm_scmi/perf: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
| | * | | firmware: arm_scmi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-1/+1
| | * | | firmware: arm_scmi: Make scmi core independent of the transport typeViresh Kumar2020-02-105-219/+373
| | * | | firmware: arm_scmi: Move macros and helpers to common.hViresh Kumar2020-02-102-40/+40
| | * | | firmware: arm_scmi: Update doc style commentsViresh Kumar2020-02-102-3/+3
| * | | | Merge tag 'tegra-for-5.7-firmware' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann2020-03-261-1/+1
| |\ \ \ \
| | * | | | firmware: tegra: Fix a typo in KconfigChristophe JAILLET2020-02-171-1/+1
| | |/ / /
| * | | | Merge tag 'imx-drivers-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2020-03-252-2/+13
| |\ \ \ \
| | * | | | firmware: imx: add COMPILE_TEST for IMX_SCU driverAnson Huang2020-03-161-1/+1
| | * | | | firmware: imx: scu-pd: add power domain for I2C and INTMUX in CM40 SSJoakim Zhang2020-03-101-0/+4
| | * | | | firmware: imx: scu-pd: enlarge PD range for mu_bSebastien Fagard2020-02-181-1/+1
| | * | | | firmware: imx: scu-pd: Add missing audio PD rangesDaniel Baluta2020-02-181-0/+7
| | |/ / /
| * / / / firmware: meson_sm: Add secure power domain supportJianxin Pan2020-02-141-0/+2
| |/ / /
* | | | Merge tag 'arm-soc-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2020-04-031-0/+2
|\ \ \ \
| * | | | arm64: zynqmp: Make zynqmp_firmware driver optionalTejas Patel2020-03-091-0/+2
| |/ / /
* | | | Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-033-3/+4
|\ \ \ \
| * \ \ \ Merge 5.6-rc7 into char-misc-nextGreg Kroah-Hartman2020-03-231-9/+23
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | firmware: imx: add COMPILE_TEST supportAnson Huang2020-03-181-2/+2
| * | | | firmware: stratix10-svc: add the compatible value for intel agilexRichard Gong2020-03-181-0/+1
| * | | | firmware: intel_stratix10_service: add depend on agilexRichard Gong2020-03-181-1/+1
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-011-0/+25
|\ \ \ \ \
| * | | | | firmware: xilinx: Add ZynqMP aes API for AES functionalityKalyani Akula2020-02-281-0/+25
| | |_|/ / | |/| | |
* | | | | Merge tag 'mmc-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds2020-03-311-0/+2
|\ \ \ \ \
| * | | | | firmware: xilinx: Add DLL reset supportManish Narani2020-03-241-0/+1
| * | | | | firmware: xilinx: Add ZynqMP Tap Delay setup ioctl to the valid listManish Narani2020-03-241-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-311-1/+2
|\ \ \ \ \
| * | | | | x86/*/Makefile: Use -fno-asynchronous-unwind-tables to suppress .eh_frame sec...Arvind Sankar2020-02-251-1/+2
| | |/ / / | |/| | |
* | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2020-03-311-35/+36
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | firmware: arm_sdei: clean up sdei_event_create()Liguang Zhang2020-02-271-9/+3
| * | | | firmware: arm_sdei: Use cpus_read_lock() to avoid races with cpuhpJames Morse2020-02-271-12/+14
| * | | | firmware: arm_sdei: fix possible double-lock on hibernate error pathLiguang Zhang2020-02-271-6/+13
| * | | | firmware: arm_sdei: fix double-lock on hibernate with shared eventsJames Morse2020-02-271-17/+15
| |/ / /
* | | | Merge tag 'mips_5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-03-311-1/+5
|\ \ \ \
| * \ \ \ Merge tag 'v5.6' into mips-nextThomas Bogendoerfer2020-03-305-16/+57
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | firmware: dmi: Add macro SMBIOS_ENTRY_POINT_SCAN_STARTTiezhu Yang2020-03-231-1/+5
| | |/ / | |/| |
* | | | Merge tag 'smp-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-2/+2
|\ \ \ \
| * | | | firmware: psci: Replace cpu_up/down() with add/remove_cpu()Qais Yousef2020-03-251-2/+2
* | | | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-3032-1349/+2795
|\ \ \ \ \
| * | | | | efi/libstub/arm: Fix spurious message that an initrd was loadedArd Biesheuvel2020-03-291-1/+1
| * | | | | efi/libstub/arm64: Avoid image_base value from efi_loaded_imageArd Biesheuvel2020-03-291-1/+6
| * | | | | efi/x86: Fix cast of image argumentArvind Sankar2020-03-081-1/+1
| * | | | | efi/libstub/x86: Use ULONG_MAX as upper bound for all allocationsArd Biesheuvel2020-03-081-13/+4