Searched hist:ade7fd908d710d0ab865c273df782c75528636ef (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/firmware/google/ |
H A D | gsmi.c | diff ade7fd908d710d0ab865c273df782c75528636ef Tue Jan 17 06:43:09 CST 2023 Johan Hovold <johan+linaro@kernel.org> efi: efivars: drop kobject from efivars_register()
Since commit 0f5b2c69a4cb ("efi: vars: Remove deprecated 'efivars' sysfs interface") and the removal of the sysfs interface there are no users of the efivars kobject.
Drop the kobject argument from efivars_register() and add a new efivar_is_available() helper in favour of the old efivars_kobject().
Note that the new helper uses the prefix 'efivar' (i.e. without an 's') for consistency with efivar_supports_writes() and the rest of the interface (except the registration functions).
For the benefit of drivers with optional EFI support, also provide a dummy implementation of efivar_is_available().
Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/fs/efivarfs/ |
H A D | super.c | diff ade7fd908d710d0ab865c273df782c75528636ef Tue Jan 17 06:43:09 CST 2023 Johan Hovold <johan+linaro@kernel.org> efi: efivars: drop kobject from efivars_register()
Since commit 0f5b2c69a4cb ("efi: vars: Remove deprecated 'efivars' sysfs interface") and the removal of the sysfs interface there are no users of the efivars kobject.
Drop the kobject argument from efivars_register() and add a new efivar_is_available() helper in favour of the old efivars_kobject().
Note that the new helper uses the prefix 'efivar' (i.e. without an 's') for consistency with efivar_supports_writes() and the rest of the interface (except the registration functions).
For the benefit of drivers with optional EFI support, also provide a dummy implementation of efivar_is_available().
Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | vars.c | diff ade7fd908d710d0ab865c273df782c75528636ef Tue Jan 17 06:43:09 CST 2023 Johan Hovold <johan+linaro@kernel.org> efi: efivars: drop kobject from efivars_register()
Since commit 0f5b2c69a4cb ("efi: vars: Remove deprecated 'efivars' sysfs interface") and the removal of the sysfs interface there are no users of the efivars kobject.
Drop the kobject argument from efivars_register() and add a new efivar_is_available() helper in favour of the old efivars_kobject().
Note that the new helper uses the prefix 'efivar' (i.e. without an 's') for consistency with efivar_supports_writes() and the rest of the interface (except the registration functions).
For the benefit of drivers with optional EFI support, also provide a dummy implementation of efivar_is_available().
Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
H A D | efi.c | diff ade7fd908d710d0ab865c273df782c75528636ef Tue Jan 17 06:43:09 CST 2023 Johan Hovold <johan+linaro@kernel.org> efi: efivars: drop kobject from efivars_register()
Since commit 0f5b2c69a4cb ("efi: vars: Remove deprecated 'efivars' sysfs interface") and the removal of the sysfs interface there are no users of the efivars kobject.
Drop the kobject argument from efivars_register() and add a new efivar_is_available() helper in favour of the old efivars_kobject().
Note that the new helper uses the prefix 'efivar' (i.e. without an 's') for consistency with efivar_supports_writes() and the rest of the interface (except the registration functions).
For the benefit of drivers with optional EFI support, also provide a dummy implementation of efivar_is_available().
Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|
/openbmc/linux/include/linux/ |
H A D | efi.h | diff ade7fd908d710d0ab865c273df782c75528636ef Tue Jan 17 06:43:09 CST 2023 Johan Hovold <johan+linaro@kernel.org> efi: efivars: drop kobject from efivars_register()
Since commit 0f5b2c69a4cb ("efi: vars: Remove deprecated 'efivars' sysfs interface") and the removal of the sysfs interface there are no users of the efivars kobject.
Drop the kobject argument from efivars_register() and add a new efivar_is_available() helper in favour of the old efivars_kobject().
Note that the new helper uses the prefix 'efivar' (i.e. without an 's') for consistency with efivar_supports_writes() and the rest of the interface (except the registration functions).
For the benefit of drivers with optional EFI support, also provide a dummy implementation of efivar_is_available().
Signed-off-by: Johan Hovold <johan+linaro@kernel.org> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
|