mirror of https://github.com/torvalds/linux.git
Rename the internal __reset_control_get/put functions to
__reset_control_get/put_internal and add an exported
__reset_control_get equivalent to __of_reset_control_get
that takes a struct device parameter.
This avoids the confusing call to __of_reset_control_get in
the non-DT case and fixes the devm_reset_control_get_optional
function to return NULL if RESET_CONTROLLER is enabled but
dev->of_node == NULL.
Fixes:
|
||
|---|---|---|
| .. | ||
| hisilicon | ||
| sti | ||
| tegra | ||
| Kconfig | ||
| Makefile | ||
| core.c | ||
| reset-ath79.c | ||
| reset-berlin.c | ||
| reset-lpc18xx.c | ||
| reset-meson.c | ||
| reset-oxnas.c | ||
| reset-pistachio.c | ||
| reset-socfpga.c | ||
| reset-stm32.c | ||
| reset-sunxi.c | ||
| reset-ti-syscon.c | ||
| reset-uniphier.c | ||
| reset-zx2967.c | ||
| reset-zynq.c | ||