aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2020-02-08Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Linus Torvalds 21-1535/+1371
2020-02-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+1
2020-02-04arm64: mm: convert mm/dump.c to use walk_page_range()Gravatar Steven Price 1-1/+1
2020-02-03Merge branch 'stable/for-linus-5.6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-4/+5
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Gravatar Linus Torvalds 1-0/+2
2020-01-29Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 3-2/+34
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 17-583/+704
2020-01-28Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-1/+1
2020-01-23clk: zynqmp: Warn user if clock user are more than allowedGravatar Rajan Vaja 1-0/+2
2020-01-22Merge 5.5-rc7 into char-misc-nextGravatar Greg Kroah-Hartman 2-12/+10
2020-01-21Merge tag 'zynqmp-soc-for-v5.6' of https://github.com/Xilinx/linux-xlnx into ...Gravatar Olof Johansson 1-0/+43
2020-01-20efi: Fix handling of multiple efi_fake_mem= entriesGravatar Dan Williams 2-16/+17
2020-01-20efi: Fix efi_memmap_alloc() leaksGravatar Dan Williams 1-0/+25
2020-01-20efi: Add tracking for dynamically allocated memmapsGravatar Dan Williams 2-29/+32
2020-01-20efi: Add a flags parameter to efi_memory_mapGravatar Dan Williams 1-14/+17
2020-01-20efi: Fix comment for efi_mem_type() wrt absent physical addressesGravatar Anshuman Khandual 1-1/+1
2020-01-20efi/arm: Defer probe of PCIe backed efifb on DT systemsGravatar Ard Biesheuvel 1-4/+103
2020-01-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-12/+10
2020-01-16Merge tag 'qcom-drivers-for-5.6' of https://git.kernel.org/pub/scm/linux/kern...Gravatar Olof Johansson 8-1524/+1164
2020-01-16Merge tag 'imx-driver-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Olof Johansson 1-1/+1
2020-01-16Merge tag 'mvebu-drivers-5.6-1' of git://git.infradead.org/linux-mvebu into a...Gravatar Olof Johansson 1-1/+1
2020-01-14firmware: stratix10-svc: Remove unneeded semicolonGravatar zhengbin 1-2/+2
2020-01-14firmware: google: Probe for a GSMI handler in firmwareGravatar Arthur Heymans 1-0/+19
2020-01-14firmware: google: Unregister driver_info on failure and exit in gsmiGravatar Arthur Heymans 1-0/+6
2020-01-14firmware: google: Release devices before unregistering the busGravatar Patrick Rudolph 1-0/+7
2020-01-12iscsi_ibft: Don't limits Targets and NICs to twoGravatar Lubomir Rintel 1-4/+5
2020-01-10efi: Allow disabling PCI busmastering on bridges during bootGravatar Matthew Garrett 4-1/+152
2020-01-10efi/x86: Allow translating 64-bit arguments for mixed mode callsGravatar Arvind Sankar 1-4/+1
2020-01-10Merge branch 'linus' into efi/core, to pick up fixesGravatar Ingo Molnar 1-1/+0
2020-01-09firmware: imx: Allow IMX DSP to be selected as moduleGravatar Daniel Baluta 1-1/+1
2020-01-08Merge tag 'cpuidle_psci-v5.5-rc4' of git://git.linaro.org/people/ulf.hansson/...Gravatar Olof Johansson 5-65/+104
2020-01-08firmware: turris-mox-rwtm: small white space cleanupGravatar Dan Carpenter 1-1/+1
2020-01-07firmware: qcom_scm: Dynamically support SMCCC and legacy conventionsGravatar Elliot Berman 6-135/+176
2020-01-07firmware: qcom_scm: Remove thin wrappersGravatar Elliot Berman 4-948/+428
2020-01-07firmware: qcom_scm: Order functions, definitions by service/commandGravatar Elliot Berman 2-249/+247
2020-01-07firmware: qcom_scm-32: Add device argument to atomic callsGravatar Elliot Berman 4-14/+19
2020-01-07firmware: qcom_scm-32: Create common legacy atomic callGravatar Elliot Berman 1-38/+68
2020-01-07firmware: qcom_scm-32: Move SMCCC register filling to qcom_scm_callGravatar Elliot Berman 1-12/+24
2020-01-07firmware: qcom_scm-32: Use qcom_scm_desc in non-atomic callsGravatar Elliot Berman 1-149/+218
2020-01-07firmware: qcom_scm-32: Add funcnum IDsGravatar Elliot Berman 1-3/+5
2020-01-07firmware: qcom_scm-32: Use SMC arch wrappersGravatar Elliot Berman 2-55/+17
2020-01-07firmware: qcom_scm-64: Improve SMC convention detectionGravatar Elliot Berman 1-14/+27
2020-01-07firmware: qcom_scm-64: Move SMC register filling to qcom_scm_call_smcccGravatar Elliot Berman 1-20/+34
2020-01-07firmware: qcom_scm-64: Add SCM results structGravatar Elliot Berman 1-43/+50
2020-01-07firmware: qcom_scm-64: Move svc/cmd/owner into qcom_scm_descGravatar Elliot Berman 1-74/+121
2020-01-07firmware: qcom_scm-64: Make SMC macros less magicalGravatar Elliot Berman 1-3/+3
2020-01-07firmware: qcom_scm: Remove unused qcom_scm_get_versionGravatar Elliot Berman 1-36/+0
2020-01-07firmware: qcom_scm: Apply consistent naming scheme to command IDsGravatar Elliot Berman 4-72/+64
2020-01-07firmware: qcom_scm: Rename macros and structuresGravatar Elliot Berman 2-60/+64