Merge tag 'reset-fixes-for-4.11-2' of git://git.pengutronix.de/git/pza/linux into...
authorOlof Johansson <olof@lixom.net>
Fri, 7 Apr 2017 23:49:08 +0000 (16:49 -0700)
committerOlof Johansson <olof@lixom.net>
Fri, 7 Apr 2017 23:49:08 +0000 (16:49 -0700)
commitd4ee21ef61dfcaeba7542cdc1c9242364a8ca5c0
tree0764577c03e135cb5cf9fa4a66e788fa7e3f5c85
parent0fa974b8b6106e053595e5481ef6fdbf5c60b457
parent62e24c5775ecb387a3eb33701378ccfa6dbc98ee
Merge tag 'reset-fixes-for-4.11-2' of git://git.pengutronix.de/git/pza/linux into fixes

Reset controller fixes for v4.11

Fix devm_reset_controller_get_optional to return NULL for non-DT devices,
if the RESET_CONTROLLER Kconfig option is enabled. This fixes probe failures
of the 8250_dw driver on Intel platforms after commit acbdad8dd1ab ("serial:
8250_dw: simplify optional reset handling").

* tag 'reset-fixes-for-4.11-2' of git://git.pengutronix.de/git/pza/linux:
  reset: add exported __reset_control_get, return NULL if optional

Signed-off-by: Olof Johansson <olof@lixom.net>