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)
commitc8ac0b10fd941d31295eed01acc1564415390f39
treea0538a5832c004486828b689aff0db2c39fbc6ff
parent830ebd37c57709e08c1b010c26ad1659a5853ce1
parent0e5721f76252d69d424ec87a391d5ea37414b641
Merge tag 'reset-for-4.16' of git://git.pengutronix.de/git/pza/linux into next/drivers

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