aboutsummaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2018-04-13Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-4/+12
2018-04-13firmware: dmi_scan: Use lowercase letters for UUIDGravatar Jean Delvare 1-2/+2
2018-04-13firmware: dmi_scan: Add DMI_OEM_STRING support to dmi_matchesGravatar Alex Hung 1-1/+9
2018-04-13firmware: dmi_scan: Fix UUID length safety checkGravatar Jean Delvare 1-1/+1
2018-04-10Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Gravatar Linus Torvalds 2-15/+4
2018-04-06Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-61/+230
2018-04-05Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 15-214/+3121
2018-04-05Merge tag 'edac_for_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpGravatar Linus Torvalds 1-0/+31
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-5/+3
2018-04-02Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 7-55/+31
2018-04-02Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+20
2018-03-27Merge tag 'scmi-fixes-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Arnd Bergmann 1-2/+3
2018-03-27Merge tag 'amlogic-drivers' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Arnd Bergmann 1-13/+12
2018-03-27Merge tag 'tegra-for-4.17-firmware' of ssh://gitolite.kernel.org/pub/scm/linu...Gravatar Arnd Bergmann 1-79/+65
2018-03-27firmware/dmi_scan: Uninline dmi_get_bios_year() helperGravatar Andy Shevchenko 1-0/+20
2018-03-27edd: don't spam log if no EDD information is presentGravatar Johannes Thumshirn 1-5/+3
2018-03-20firmware: arm_scmi: prevent accessing rate_discrete uninitializedGravatar Anders Roxell 1-2/+3
2018-03-20fw_cfg: write vmcoreinfo detailsGravatar Marc-André Lureau 1-3/+142
2018-03-20fw_cfg: add DMA registerGravatar Marc-André Lureau 1-12/+41
2018-03-20fw_cfg: add a public uapi headerGravatar Marc-André Lureau 1-20/+2
2018-03-20fw_cfg: handle fw_cfg_read_blob() errorGravatar Marc-André Lureau 1-10/+22
2018-03-20fw_cfg: remove inline from fw_cfg_read_blob()Gravatar Marc-André Lureau 1-2/+2
2018-03-20fw_cfg: fix sparse warnings around FW_CFG_FILE_DIR readGravatar Marc-André Lureau 1-3/+4
2018-03-20fw_cfg: fix sparse warning reading FW_CFG_IDGravatar Marc-André Lureau 1-2/+3
2018-03-20fw_cfg: fix sparse warnings with fw_cfg_fileGravatar Marc-André Lureau 1-13/+15
2018-03-20fw_cfg: fix sparse warnings in fw_cfg_sel_endianness()Gravatar Marc-André Lureau 1-3/+6
2018-03-18Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+2
2018-03-14platform/x86: Fix dell driver init orderGravatar Darren Hart (VMware) 1-1/+1
2018-03-14firmware, DMI: Add function to look up a handle and return DIMM sizeGravatar Tony Luck 1-0/+31
2018-03-13efi/libstub/tpm: Initialize pointer variables to zero for mixed modeGravatar Ard Biesheuvel 1-2/+2
2018-03-12efi: Use string literals for efi_char16_t variable initializersGravatar Ard Biesheuvel 3-15/+6
2018-03-12efi/esrt: Fix handling of early ESRT table mappingGravatar Ard Biesheuvel 1-13/+4
2018-03-12efi: Use efi_mm in x86 as well as ARMGravatar Sai Praneeth 2-9/+9
2018-03-09FIRMWARE: bcm47xx_nvram: Replace mac address parsingGravatar Andy Shevchenko 2-15/+4
2018-03-09efi/apple-properties: Use memremap() instead of ioremap()Gravatar Andy Shevchenko 1-5/+6
2018-03-09efi: Reorder pr_notice() with add_device_randomness() callGravatar Ard Biesheuvel 1-1/+1
2018-03-09efi/arm*: Stop printing addresses of virtual mappingsGravatar Ard Biesheuvel 1-4/+1
2018-03-09efi/apple-properties: Remove redundant attribute initialization from unmarsha...Gravatar Andy Shevchenko 1-8/+1
2018-03-09efi/arm*: Only register page tables when they existGravatar Mark Rutland 1-0/+3
2018-03-08firmware: tegra: adjust tested variableGravatar Julia Lawall 1-1/+1
2018-03-08firmware: tegra: Simplify channel managementGravatar Mikko Perttunen 1-78/+64
2018-03-07firmware: meson-sm: rework meson_sm_init to use module_platform_driver_probeGravatar Sudeep Holla 1-13/+12
2018-03-07Merge tag 'scmi-updates-4.17' of ssh://gitolite.kernel.org/pub/scm/linux/kern...Gravatar Arnd Bergmann 12-0/+2954
2018-02-28firmware: arm_scmi: add device power domain support using genpdGravatar Sudeep Holla 3-0/+143
2018-02-28firmware: arm_scmi: add per-protocol channels support using idr objectsGravatar Sudeep Holla 1-12/+42
2018-02-28firmware: arm_scmi: refactor in preparation to support per-protocol channelsGravatar Sudeep Holla 1-34/+56
2018-02-28firmware: arm_scmi: add option for polling based performance domain operationsGravatar Sudeep Holla 1-8/+11
2018-02-28firmware: arm_scmi: add support for polling based SCMI transfersGravatar Sudeep Holla 1-8/+47
2018-02-28firmware: arm_scmi: probe and initialise all the supported protocolsGravatar Sudeep Holla 1-1/+50
2018-02-28firmware: arm_scmi: add initial support for sensor protocolGravatar Sudeep Holla 2-1/+292