summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)Author
2020-01-14firmware: google: Unregister driver_info on failure and exit in gsmiArthur Heymans
2020-01-14firmware: google: Release devices before unregistering the busPatrick Rudolph
2020-01-12iscsi_ibft: Don't limits Targets and NICs to twoLubomir Rintel
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootMatthew Garrett
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsArvind Sankar
2020-01-10Merge branch 'linus' into efi/core, to pick up fixesIngo Molnar
2020-01-09firmware: imx: Allow IMX DSP to be selected as moduleDaniel Baluta
2020-01-08Merge tag 'cpuidle_psci-v5.5-rc4' of git://git.linaro.org/people/ulf.hansson/...Olof Johansson
2020-01-08firmware: turris-mox-rwtm: small white space cleanupDan Carpenter
2020-01-07firmware: qcom_scm: Dynamically support SMCCC and legacy conventionsElliot Berman
2020-01-07firmware: qcom_scm: Remove thin wrappersElliot Berman
2020-01-07firmware: qcom_scm: Order functions, definitions by service/commandElliot Berman
2020-01-07firmware: qcom_scm-32: Add device argument to atomic callsElliot Berman
2020-01-07firmware: qcom_scm-32: Create common legacy atomic callElliot Berman
2020-01-07firmware: qcom_scm-32: Move SMCCC register filling to qcom_scm_callElliot Berman
2020-01-07firmware: qcom_scm-32: Use qcom_scm_desc in non-atomic callsElliot Berman
2020-01-07firmware: qcom_scm-32: Add funcnum IDsElliot Berman
2020-01-07firmware: qcom_scm-32: Use SMC arch wrappersElliot Berman
2020-01-07firmware: qcom_scm-64: Improve SMC convention detectionElliot Berman
2020-01-07firmware: qcom_scm-64: Move SMC register filling to qcom_scm_call_smcccElliot Berman
2020-01-07firmware: qcom_scm-64: Add SCM results structElliot Berman
2020-01-07firmware: qcom_scm-64: Move svc/cmd/owner into qcom_scm_descElliot Berman
2020-01-07firmware: qcom_scm-64: Make SMC macros less magicalElliot Berman
2020-01-07firmware: qcom_scm: Remove unused qcom_scm_get_versionElliot Berman
2020-01-07firmware: qcom_scm: Apply consistent naming scheme to command IDsElliot Berman
2020-01-07firmware: qcom_scm: Rename macros and structuresElliot Berman
2020-01-06firmware: tee_bnxt: Fix multiple call to tee_client_close_contextVikas Gupta
2020-01-06Merge tag 'scmi-updates-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig
2020-01-02firmware: psci: Export functions to manage the OSI modeUlf Hansson
2019-12-30drivers: firmware: scmi: Extend SCMI transport layer by trace eventsLukasz Luba
2019-12-30Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflictsIngo Molnar
2019-12-25efi/libstub: Tidy up types and names of global cmdline variablesArd Biesheuvel
2019-12-25efi/libstub: Rename efi_call_early/_runtime macros to be more intuitiveArd Biesheuvel
2019-12-25efi/libstub: Drop 'table' argument from efi_table_attr() macroArd Biesheuvel
2019-12-25efi/libstub: Drop protocol argument from efi_call_proto() macroArd Biesheuvel
2019-12-25efi/libstub/x86: Work around page freeing issue in mixed modeArd Biesheuvel
2019-12-25efi/libstub: Remove 'sys_table_arg' from all function prototypesArd Biesheuvel
2019-12-25efi/libstub: Drop sys_table_arg from printk routinesArd Biesheuvel
2019-12-25efi/libstub: Unify the efi_char16_printk implementationsArd Biesheuvel
2019-12-25efi/libstub: Get rid of 'sys_table_arg' macro parameterArd Biesheuvel
2019-12-25efi/libstub: Avoid protocol wrapper for file I/O routinesArd Biesheuvel
2019-12-25efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel
2019-12-25efi/libstub: Use stricter typing for firmware function pointersArd Biesheuvel
2019-12-25efi/libstub: Drop explicit 32/64-bit protocol definitionsArd Biesheuvel
2019-12-25efi/libstub: Distinguish between native/mixed not 32/64 bitArd Biesheuvel
2019-12-25efi/libstub: Extend native protocol definitions with mixed_mode aliasesArd Biesheuvel
2019-12-25efi/libstub: Use a helper to iterate over a EFI handle arrayArd Biesheuvel
2019-12-25efi/gop: Unify 32/64-bit functionsArvind Sankar
2019-12-25efi/gop: Convert GOP structures to typedef and clean up some typesArvind Sankar