summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-192-0/+753
|\
| * firmware: ti_sci: Add helper apis to manage resourcesLokesh Vutla2019-05-011-0/+130
| * firmware: ti_sci: Add RM mapping table for am654Peter Ujfalusi2019-05-011-0/+23
| * firmware: ti_sci: Add support for IRQ managementLokesh Vutla2019-05-012-0/+305
| * firmware: ti_sci: Add support for RM core opsLokesh Vutla2019-05-012-0/+212
| * firmware: ti_sci: Add support to get TISCI handle using of_phandleGrygorii Strashko2019-05-011-0/+83
* | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-05-167-77/+302
|\ \
| * \ Merge tag 'imx-drivers-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2019-04-294-58/+239
| |\ \
| | * | firmware: imx: enable imx scu general irq functionAnson Huang2019-04-113-1/+175
| | * | firmware: imx: scu-pd: decouple the SS information from domain namesAisheng Dong2019-03-191-44/+48
| | * | firmware: imx: scu-pd: add specifying the base of domain name index supportAisheng Dong2019-03-191-52/+55
| | * | firmware: imx: scu-pd: use bool to set postfixAisheng Dong2019-03-191-51/+51
| | |/
| * | Merge tag 'scmi-fixes-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson2019-04-281-4/+4
| |\ \
| | * | firmware: arm_scmi: replace of_match_device->data with of_device_get_match_da...Aditya Pakki2019-04-121-1/+3
| | * | firmware: arm_scmi: fix of_node leak in scmi_mailbox_checkSteven Price2019-04-121-3/+1
| | |/
| * | firmware: xilinx: Add fpga API'sNava kishore Manne2019-04-151-0/+45
| * | drivers: Defer probe if firmware is not readyRajan Vaja2019-03-182-4/+10
| * | firmware: xilinx: fix debugfs write handlerJann Horn2019-03-181-11/+4
| |/
* | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-163-0/+193
|\ \
| * | firmware: Move Trusted Foundations supportThierry Reding2019-04-173-0/+193
| |/
* | Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-071-2/+2
|\ \
| * | firmware: vpd: Drop __iomem usage for memremap() memoryStephen Boyd2019-03-281-2/+2
| |/
* | Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-066-50/+95
|\ \
| * | firmware/psci: add support for SYSTEM_RESET2Sudeep Holla2019-04-161-1/+23
| * | drivers: firmware: psci: Announce support for OS initiated suspend modeUlf Hansson2019-04-121-1/+20
| * | drivers: firmware: psci: Simplify error path of psci_dt_init()Ulf Hansson2019-04-121-13/+10
| * | drivers: firmware: psci: Split psci_dt_cpu_init_idle()Ulf Hansson2019-04-121-19/+23
| * | drivers: firmware: psci: Move psci to separate directoryUlf Hansson2019-04-126-16/+19
| |/
* | Merge tag 'acpi-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-05-061-1/+1
|\ \
| * | ACPICA: Rename nameseg length macro/define for clarityBob Moore2019-04-091-1/+1
| |/
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-05-062-3/+6
|\ \
| * | firmware: arm_sdei: Prohibit probing in '_sdei_handler'Xiongfeng Wang2019-04-291-0/+3
| * | efi/arm/arm64: Makefile: Replace -pg with CC_FLAGS_FTRACETorsten Duwe2019-04-091-3/+3
| |/
* | efi/libstub/arm: Omit unneeded stripping of ksymtab/kcrctab sectionsArd Biesheuvel2019-03-291-2/+1
* | efi: Unify DMI setup code over the arm/arm64, ia64 and x86 architecturesRobert Richter2019-03-292-18/+17
* | efi/arm: Show SMBIOS bank/device location in CPER and GHES error logsMarcin Benka2019-03-291-0/+1
* | efi/libstub: Refactor the cmd_stubcopy Makefile commandMasahiro Yamada2019-03-291-6/+7
|/
* memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-03-102-5/+18
|\
| * efi: Let architectures decide the flags that should be saved/restoredJulien Thierry2019-02-061-2/+15
| * efi/arm: Don't expect a return value of ptdump_debugfs_registerNathan Chancellor2019-02-041-3/+3
* | Merge branch 'stable/for-linus-5.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-03-082-1/+2
|\ \
| * | iscsi_ibft: use virt_to_phys instead of isa_virt_to_busChristoph Hellwig2019-02-121-1/+1
| * | iscsi_ibft: Fix missing break in switch statementGustavo A. R. Silva2019-02-121-0/+1
* | | Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-03-061-1/+1
|\ \ \
| * | | Merge 5.0-rc6 into driver-core-nextGreg Kroah-Hartman2019-02-112-4/+10
| |\| |
| * | | firmware: intel_stratix10_service: remove COMPILE_TESTStephen Rothwell2019-02-011-1/+1
| * | | firmware: intel_stratix10_service: add hardware dependencyRichard Gong2019-01-311-1/+1
| | |/ | |/|
* | | Merge tag 'acpi-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2019-03-062-4/+77
|\ \ \
| * \ \ Merge branch 'acpi-apei'Rafael J. Wysocki2019-03-042-4/+77
| |\ \ \