Pin control fixes for v3.10:
- Six patches fixing up the suspend/resume and wakeup
  handling of the Samsung and Exynos drivers.
- Errorpath fixes for four different drivers. All on
  the probe() errorpath.
- Make the debugfs code for pin config take the right
  mutex.
pinctrl: pinconf: take the right mutex

The pinconf_dgb_config_print() takes the per-pincontroller
mutex, when what it wants to take is actually the pin maps
mutex.

Reported-by: James Hogan <james.hogan@imgtec.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 file changed