summaryrefslogtreecommitdiffstats
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2018-10-11Merge tag 'tegra-for-4.20-firmware-2' of git://git.kernel.org/pub/scm/linux/k...Arnd Bergmann1-0/+19
2018-10-10firmware: tegra: bpmp: Implement suspend/resume supportThierry Reding1-0/+19
2018-10-10Merge tag 'zynqmp-soc-clk-for-v4.20' of https://github.com/Xilinx/linux-xlnx ...Arnd Bergmann1-0/+42
2018-10-10Merge tag 'imx-drivers-4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann6-0/+384
2018-10-09firmware: xilinx: Add zynqmp IOCTL API for device controlRajan Vaja1-0/+42
2018-10-08firmware: imx: add misc svc supportDong Aisheng2-1/+100
2018-10-08firmware: imx: add SCU firmware driver supportDong Aisheng5-0/+285
2018-10-02Merge tag 'qcom-drivers-for-4.20' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-32/+42
2018-09-26Merge tag 'zynqmp-soc-for-v4.20-v2' of https://github.com/Xilinx/linux-xlnx i...Arnd Bergmann7-0/+827
2018-09-26firmware: xilinx: Add debugfs for query data APIRajan Vaja1-0/+28
2018-09-26firmware: xilinx: Add debugfs interfaceRajan Vaja5-0/+259
2018-09-26firmware: xilinx: Add clock APIsRajan Vaja1-2/+184
2018-09-26firmware: xilinx: Add query data APIRajan Vaja1-0/+14
2018-09-26firmware: xilinx: Add Zynqmp firmware driverRajan Vaja5-0/+344
2018-09-25Merge tag 'drivers_soc_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson1-4/+20
2018-09-25Merge tag 'scmi-updates-4.20' of git://git.kernel.org/pub/scm/linux/kernel/gi...Olof Johansson5-5/+33
2018-09-25Merge tag 'v4.19-rc3' into next/driversOlof Johansson1-1/+7
2018-09-14firmware: qcom: scm: Refactor clock handlingBjorn Andersson1-32/+42
2018-09-12firmware: meson_sm: Add serial number sysfs entryNeil Armstrong1-0/+56
2018-09-10firmware: arm_scmi: add a getter for power of performance statesQuentin Perret1-0/+28
2018-09-10firmware: arm_scmi: use strlcpy to ensure NULL-terminated stringsSudeep Holla5-5/+5
2018-09-06firmware: arm_scmi: fix divide by zero when sustained_perf_level is zeroSudeep Holla1-1/+7
2018-08-28firmware: ti_sci: Provide host-id as an optional dt parameterNishanth Menon1-4/+20
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds1-1/+1
2018-08-23Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-41/+76
2018-08-22module: allow symbol exports to be disabledArd Biesheuvel1-0/+1
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+4
2018-08-15Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds1-0/+1
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-11/+15
2018-08-13Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2018-08-02media: headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann1-0/+1
2018-08-02firmware: vpd: Fix section enabled flag on vpd_section_destroyAnton Vasilyev1-1/+4
2018-07-31efi/libstub: Only disable stackleak plugin for arm64Laura Abbott1-2/+4
2018-07-26arm64: Add support for STACKLEAK gcc pluginLaura Abbott1-1/+2
2018-07-26drivers/firmware: psci_checker: stash and use topology_core_cpumask for hotpl...Sudeep Holla1-34/+49
2018-07-23efi/arm: map UEFI memory map even w/o runtime services enabledAKASHI Takahiro1-7/+7
2018-07-23efi/arm: preserve early mapping of UEFI memory map longer for BGRTArd Biesheuvel2-2/+3
2018-07-22efi/cper: Use consistent types for UUIDsAndy Shevchenko1-1/+1
2018-07-22efi: Deduplicate efi_open_volume()Lukas Wunner3-30/+29
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel1-0/+1
2018-07-17efi/esrt: Only call efi_mem_reserve() for boot services memoryArd Biesheuvel1-1/+2
2018-07-16efi: Drop type and attribute checks in efi_mem_desc_lookup()Ard Biesheuvel2-8/+5
2018-07-16efi/libstub/arm: Add opt-in Kconfig option for the DTB loaderArd Biesheuvel2-3/+16
2018-07-16efi/cper: Avoid using get_seconds()Arnd Bergmann1-2/+15
2018-07-16efi: Use a work queue to invoke EFI Runtime ServicesSai Praneeth2-15/+201
2018-07-14Merge tag 'scmi-update-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-5/+0
2018-07-14Merge tag 'arm-soc/for-4.19/drivers' of https://github.com/Broadcom/stblinux ...Olof Johansson1-2/+27
2018-07-10headers: fix linux/mod_devicetable.h inclusionsArnd Bergmann1-0/+1
2018-07-09firmware: raspberrypi: Remove VLA usageKees Cook1-2/+8
2018-07-09firmware: raspberrypi: Register hwmon driverStefan Wahren1-0/+19