Commits
Simon Glass committed 56a71f891b7
dm: gpio: Add an implementation for gpio_get_number() This has a prototype but no implementation. It returns the global GPIO number given a gpio_desc. It is useful for debugging in some cases. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Marek Vasut <marex@denx.de>