Searched hist:f7de9e82f64b04ca03ab920815c05312b9be621d (Results 1 – 3 of 3) sorted by relevance
/openbmc/u-boot/drivers/gpio/ |
H A D | gpio-uclass.c | diff f7de9e82f64b04ca03ab920815c05312b9be621d Mon Feb 07 17:13:32 CST 2022 Eddie James <eajames@linux.ibm.com> gpio: Enable hogging support in SPL
Use the CONFIG macros to conditionally build the GPIO hogging support in either the SPL or U-Boot, or both, depending on the configuration. Also call the GPIO hog probe function in the common SPL board initialization as an equivalent to adding it to the U-Boot init sequence functions.
Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Link: https://lore.kernel.org/r/20220207231334.59845-5-eajames@linux.ibm.com Signed-off-by: Joel Stanley <joel@jms.id.au>
|
H A D | Kconfig | diff f7de9e82f64b04ca03ab920815c05312b9be621d Mon Feb 07 17:13:32 CST 2022 Eddie James <eajames@linux.ibm.com> gpio: Enable hogging support in SPL
Use the CONFIG macros to conditionally build the GPIO hogging support in either the SPL or U-Boot, or both, depending on the configuration. Also call the GPIO hog probe function in the common SPL board initialization as an equivalent to adding it to the U-Boot init sequence functions.
Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Link: https://lore.kernel.org/r/20220207231334.59845-5-eajames@linux.ibm.com Signed-off-by: Joel Stanley <joel@jms.id.au>
|
/openbmc/u-boot/common/spl/ |
H A D | spl.c | diff f7de9e82f64b04ca03ab920815c05312b9be621d Mon Feb 07 17:13:32 CST 2022 Eddie James <eajames@linux.ibm.com> gpio: Enable hogging support in SPL
Use the CONFIG macros to conditionally build the GPIO hogging support in either the SPL or U-Boot, or both, depending on the configuration. Also call the GPIO hog probe function in the common SPL board initialization as an equivalent to adding it to the U-Boot init sequence functions.
Signed-off-by: Eddie James <eajames@linux.ibm.com> Reviewed-by: Andrew Jeffery <andrew@aj.id.au> Link: https://lore.kernel.org/r/20220207231334.59845-5-eajames@linux.ibm.com Signed-off-by: Joel Stanley <joel@jms.id.au>
|