summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
...
| | * | firmware: arm_scmi: Add compatibility checks for shmem nodeSudeep Holla2021-06-082-0/+6
| | * | firmware: arm_scpi: Add compatibility checks for shmem nodeSudeep Holla2021-06-031-0/+11
| | * | firmware: arm_scmi: Fix the build when CONFIG_MAILBOX is not selectedSudeep Holla2021-06-031-0/+2
| | * | firmware: arm_scmi: Reset Rx buffer to max size during async commandsCristian Marussi2021-06-021-0/+4
| | * | firmware: arm_scmi: Add SMCCC discovery dependency in KconfigEtienne Carriere2021-06-022-2/+2
| | * | firmware: arm_scmi: Add clock management to the SCMI power domainNicolas Pitre2021-05-111-0/+26
| | |/
* | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2021-07-061-2/+10
|\ \ \
| * | | ARM: 9093/1: drivers: firmwapsci: Register with kernel restart handlerGuenter Roeck2021-06-131-2/+10
| | |/ | |/|
* | | Merge tag 'char-misc-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-051-7/+15
|\ \ \
| * \ \ Merge tag 'v5.13-rc6' into char-misc-nextGreg Kroah-Hartman2021-06-144-9/+5
| |\ \ \
| * \ \ \ Merge 5.13-rc4 into char-misc-nextGreg Kroah-Hartman2021-05-312-3/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | firmware: stratix10-svc: Fix a resource leak in an error handling pathChristophe JAILLET2021-05-271-7/+15
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+1
|\ \ \ \
| * | | | kernel.h: split out panic and oops helpersAndy Shevchenko2021-07-011-0/+1
| | |_|/ | |/| |
* | | | Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-5/+3
|\ \ \ \
| * | | | qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attributeNathan Chancellor2021-06-291-5/+3
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-06-282-2/+11
|\ \ \ \
| * \ \ \ Merge branch 'for-next/smccc' into for-next/coreWill Deacon2021-06-241-0/+4
| |\ \ \ \
| | * | | | arm64: smccc: Support SMCCC v1.3 SVE register saving hintMark Brown2021-06-081-0/+4
| | | |_|/ | | |/| |
| * / | | PSCI: Use cpuidle context helpers in psci_cpu_suspend_enter()Marc Zyngier2021-06-171-2/+7
| |/ / /
* | | | Merge tag 'efi-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2021-05-232-32/+19
|\ \ \ \ | |_|_|/ |/| | |
| * | | efi/dev-path-parser: Switch to use for_each_acpi_dev_match()Andy Shevchenko2021-05-221-31/+18
| * | | efi/apple-properties: Handle device properties with software node APIHeikki Krogerus2021-05-221-1/+1
* | | | Merge tag 'efi-urgent-for-v5.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2021-05-234-9/+5
|\| | | | |/ / |/| |
| * | efi: cper: fix snprintf() use in cper_dimm_err_location()Rasmus Villemoes2021-05-221-3/+1
| * | efi/libstub: prevent read overflow in find_file_option()Dan Carpenter2021-05-221-1/+1
| * | efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be clearedHeiner Kallweit2021-05-221-5/+0
| * | efi/fdt: fix panic when no valid fdt foundChangbin Du2021-05-221-0/+3
| |/
* | Merge tag 'arm-soc-fixes-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-05-202-3/+3
|\ \ | |/ |/|
| * Merge tag 'scmi-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2021-04-282-3/+3
| |\
| | * firmware: arm_scmi: Remove duplicate declaration of struct scmi_protocol_handleWan Jiabing2021-04-271-2/+0
| | * firmware: arm_scpi: Prevent the ternary sign expansion bugDan Carpenter2021-04-271-1/+3
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-05-071-1/+1
|\ \ \
| * | | psci: Remove unneeded semicolonYang Li2021-04-291-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-014-1/+54
|\ \ \ \
| * \ \ \ Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-234-1/+54
| |\ \ \ \
| | * | | | arm/arm64: Probe for the presence of KVM hypervisorWill Deacon2021-03-314-1/+54
| | |/ / /
* | | | | Merge tag 'pinctrl-v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-04-301-0/+114
|\ \ \ \ \
| * | | | | firmware: xilinx: Add pinctrl supportSai Krishna Potthuri2021-04-221-0/+114
* | | | | | Merge tag 'sound-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-301-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'asoc/for-5.13' into asoc-nextMark Brown2021-04-231-0/+1
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'mute-led-rework' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown2021-03-314-2/+23
| | |\ \ \ \ \ \ | | | | |/ / / / | | | |/| | | |
| | * | | | | | ASoC: soc-core: fix DMI handlingPierre-Louis Bossart2021-03-111-0/+1
| | | |/ / / / | | |/| | | |
* | | | | | | Merge tag 'mips_5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2021-04-291-45/+47
|\ \ \ \ \ \ \
| * | | | | | | firmware: bcm47xx_nvram: inline code checking NVRAM sizeRafał Miłecki2021-03-121-18/+7
| * | | | | | | firmware: bcm47xx_nvram: look for NVRAM with for instead of whileRafał Miłecki2021-03-121-3/+1
| * | | | | | | firmware: bcm47xx_nvram: extract code copying NVRAMRafał Miłecki2021-03-121-18/+25
| * | | | | | | firmware: bcm47xx_nvram: add helper checking for NVRAMRafał Miłecki2021-03-121-12/+18
| * | | | | | | firmware: bcm47xx_nvram: rename finding function and its variablesRafał Miłecki2021-03-121-11/+13
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-2/+5
|\ \ \ \ \ \ \