aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/Kconfig
AgeCommit message (Expand)Author
2019-08-16iscsi_ibft: make ISCSI_IBFT dependson ACPI instead of ISCSI_IBFT_FINDThomas Tai
2019-06-18firmware: trusted_foundations: add ARMv7 dependencyArnd Bergmann
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-04-17firmware: Move Trusted Foundations supportThierry Reding
2019-04-12drivers: firmware: psci: Move psci to separate directoryUlf Hansson
2019-02-01firmware: intel_stratix10_service: remove COMPILE_TESTStephen Rothwell
2019-01-31firmware: intel_stratix10_service: add hardware dependencyRichard Gong
2018-11-26firmware: add Intel Stratix10 service layer driver2016-02-11firmware: qemu config needs I/O portsArnd Bergmann
2016-02-09firmware: introduce sysfs driver for QEMU's fw_cfg deviceGabriel Somlo
2016-01-04ARM: 8478/2: arm/arm64: add arm-smcccJens Wiklander
2015-10-26Merge tag 'arm/soc/for-4.4/rpi-drivers' of https://github.com/Broadcom/stblin...Olof Johansson
2015-10-14ARM: bcm2835: Add the Raspberry Pi firmware driverEric Anholt
2015-10-14Merge tag 'arm-scpi-for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann
2015-09-28firmware: add support for ARM System Control and Power Interface(SCPI) protocolSudeep Holla
2015-09-23firmware: qcom: scm: Add function stubs for ARM64Andy Gross
2015-08-03arm64: psci: factor invocation code to driversMark Rutland
2015-06-21MIPS: BCM47xx: Move NVRAM driver to the drivers/firmware/Rafał Miłecki
2015-03-11firmware: qcom: scm: Move the scm driver to drivers/firmwareKumar Gala
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-23firmware/dmi_scan: generalize for use by other archsArd Biesheuvel
2013-12-07ACPI / IBFT: Fix incorrect <acpi/acpi.h> inclusion in iSCSI boot firmware moduleLv Zheng
2013-06-03dell_rbu: Select CONFIG_FW_LOADER_USER_HELPER explicitlyTakashi Iwai
2013-04-17efivars: Move pstore code into the new EFI directoryMatt Fleming
2013-03-21efivars: Add module parameter to disable use as a pstore backendSeth Forshee
2013-03-21efivars: Allow disabling use as a pstore backendSeth Forshee
"p">) == -EEXIST) sysfs_warn_dup(parent, name); return PTR_ERR(kn); } return 0; } EXPORT_SYMBOL_GPL(sysfs_create_mount_point); /** * sysfs_remove_mount_point - remove an always empty directory. * @parent_kobj: kobject that will contain this always empty directory * @name: The name of the always empty directory to remove * */ void sysfs_remove_mount_point(struct kobject *parent_kobj, const char *name) { struct kernfs_node *parent = parent_kobj->sd; kernfs_remove_by_name_ns(parent, name, NULL); } EXPORT_SYMBOL_GPL(sysfs_remove_mount_point);