From 499147c9dbceee27c63bf8e6b604aca1737e9e0c Mon Sep 17 00:00:00 2001 From: Tomasz Figa Date: Mon, 18 Mar 2013 22:31:52 +0100 Subject: [PATCH] pinctrl: samsung: Split pin bank description into two structures This patch splits pin bank description into two structures, one describing bank type (currently only bitfield widths), which can be shared across multiple banks and second containing bank-specific parameters including a pointer to a bank type struct. It is a prerequisite for further patch removing the statically hardcoded register offsets, making it impossible to support SoCs with different set and order of pin control registers. Signed-off-by: Tomasz Figa Signed-off-by: Linus Walleij --- Reading git-format-patch failed