Hi Linus, here is a smallish batch of fixes for the pin control stuff in v3.12. All but the topmost commit were tested in Linux-next prior to Stephens leave.
Please pull them in! Yours, Linus Walleij The following changes since commit 272b98c6455f00884f0350f775c5342358ebb73f: Linux 3.12-rc1 (2013-09-16 16:17:51 -0400) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v3.12-2 for you to fetch changes up to 7fd9ddd5f71078df34f2fd7d375fbf0a8d92f9cc: pinctrl: palmas: do not abort pin configuration for BIAS_DEFAULT (2013-09-27 16:22:43 +0200) ---------------------------------------------------------------- Pin control fixes for the v3.12 series: - Various build warning fixes. - Correct the S5P pin count. - Handle BIAS_DEFAULT properly in the Palmas driver. ---------------------------------------------------------------- Dan Carpenter (1): pinctrl: remove an unnecessary cast Laxman Dewangan (1): pinctrl: palmas: do not abort pin configuration for BIAS_DEFAULT Mateusz Krawczuk (1): pinctrl: Correct number of pins for s5pv210 Thierry Reding (1): pinctrl: tegra114: Remove MODULE_ALIAS Vincent Stehlé (1): pinctrl: fix pinconf_dbg_config_write return type drivers/pinctrl/pinconf.c | 4 ++-- drivers/pinctrl/pinctrl-exynos.c | 12 ++++++------ drivers/pinctrl/pinctrl-palmas.c | 5 +++-- drivers/pinctrl/pinctrl-tegra114.c | 5 ++--- 4 files changed, 13 insertions(+), 13 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/