
24 Apr
2017
24 Apr
'17
5:38 a.m.
On 18 April 2017 at 20:06, James Balean james@balean.com.au wrote:
Enables the pinctrl-single driver to support 16-bit registers. Only 32-bit registers were supported previously. Reduced width registers are required for some platforms, such as OMAP.
Signed-off-by: James Balean james@balean.com.au Cc: Felix Brack fb@ltec.ch Cc: Simon Glass sjg@chromium.org
Changes for v3:
- Fixes incorrect v2 submission.
- Inline rather than separate read/write function calls.
drivers/pinctrl/pinctrl-single.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org