Merge tag 'reset-for-4.16' of git://git.pengutronix.de/git/pza/linux into next/drivers
authorArnd Bergmann <arnd@arndb.de>
Fri, 5 Jan 2018 11:24:25 +0000 (12:24 +0100)
committerArnd Bergmann <arnd@arndb.de>
Fri, 5 Jan 2018 11:25:04 +0000 (12:25 +0100)
Pull "Reset controller changes for v4.16" from Philipp Zabel:

This adds Meson-AXG reset support and fixes a few issues with the reset
include header: device_reset_optional is fixed to be really optional,
unused headers are pruned, and useless warnings and deprecated API calls
are removed.

* tag 'reset-for-4.16' of git://git.pengutronix.de/git/pza/linux:
  reset: meson-axg: add compatible string for Meson-AXG SoC
  dt-bindings: reset: Add bindings for the Meson-AXG SoC Reset Controller
  reset: remove reset_control_get(_optional)
  reset: minimize the number of headers included from <linux/reset.h>
  reset: remove remaining WARN_ON() in <linux/reset.h>
  reset: make device_reset_optional() really optional


Trivial merge