Re: [U-Boot] [PATCH] Add 8 and 16-bit single register pin controller support

2017-04-05 Thread James Balean
Hi All, Thank you for your responses. I will submit a new version of the patch with your suggestions following this. On 1 April 2017 at 15:22, Simon Glass wrote: > Can you explain in your commit message why we want this? Will do. I will be seeking to add TI OMAP device tree

Re: [U-Boot] [PATCH] Add 8 and 16-bit single register pin controller support

2017-04-02 Thread Felix Brack
Hello James, hello Simon, On 01.04.2017 06:22, Simon Glass wrote: > Hi James, > > On 26 March 2017 at 23:55, James Balean wrote: >> Enables the pinctrl-single driver to support 8 and 16-bit registers. >> Only 32-bit registers were supported previously. > > Can you explain

Re: [U-Boot] [PATCH] Add 8 and 16-bit single register pin controller support

2017-03-31 Thread Simon Glass
Hi James, On 26 March 2017 at 23:55, James Balean wrote: > Enables the pinctrl-single driver to support 8 and 16-bit registers. > Only 32-bit registers were supported previously. Can you explain in your commit message why we want this? > > Signed-off-by: James Balean

[U-Boot] [PATCH] Add 8 and 16-bit single register pin controller support

2017-03-26 Thread James Balean
Enables the pinctrl-single driver to support 8 and 16-bit registers. Only 32-bit registers were supported previously. Signed-off-by: James Balean Cc: Felix Brack Cc: Simon Glass --- drivers/pinctrl/pinctrl-single.c | 58