Re: [PATCH v3 5/6] regulator: add support for regulator set registration

2014-06-16 Thread Boris BREZILLON
On 16/06/2014 10:08, Lee Jones wrote: >> Hello Mark, >> >> Did you have time to take a look at this patch ? >> >> I'd like to post a new version of this series addressing Lee's comments, >> but it would be great to have your feedback on this patch before posting >> a new version. > I wouldn't do

Re: [PATCH v3 5/6] regulator: add support for regulator set registration

2014-06-16 Thread Lee Jones
> Hello Mark, > > Did you have time to take a look at this patch ? > > I'd like to post a new version of this series addressing Lee's comments, > but it would be great to have your feedback on this patch before posting > a new version. I wouldn't do that, as you're likely to upset him. Just

Re: [PATCH v3 5/6] regulator: add support for regulator set registration

2014-06-16 Thread Lee Jones
Hello Mark, Did you have time to take a look at this patch ? I'd like to post a new version of this series addressing Lee's comments, but it would be great to have your feedback on this patch before posting a new version. I wouldn't do that, as you're likely to upset him. Just fix what

Re: [PATCH v3 5/6] regulator: add support for regulator set registration

2014-06-16 Thread Boris BREZILLON
On 16/06/2014 10:08, Lee Jones wrote: Hello Mark, Did you have time to take a look at this patch ? I'd like to post a new version of this series addressing Lee's comments, but it would be great to have your feedback on this patch before posting a new version. I wouldn't do that, as you're

Re: [PATCH v3 5/6] regulator: add support for regulator set registration

2014-06-10 Thread Boris BREZILLON
Hello Mark, Did you have time to take a look at this patch ? I'd like to post a new version of this series addressing Lee's comments, but it would be great to have your feedback on this patch before posting a new version. Best Regards, Boris On 27/05/2014 11:38, Boris BREZILLON wrote: > PMIC

Re: [PATCH v3 5/6] regulator: add support for regulator set registration

2014-06-10 Thread Boris BREZILLON
Hello Mark, Did you have time to take a look at this patch ? I'd like to post a new version of this series addressing Lee's comments, but it would be great to have your feedback on this patch before posting a new version. Best Regards, Boris On 27/05/2014 11:38, Boris BREZILLON wrote: PMIC

[PATCH v3 5/6] regulator: add support for regulator set registration

2014-05-27 Thread Boris BREZILLON
PMIC devices often provide several regulators, and these regulators are all using the same regmap and are all attached to the same device (the PMIC device). Add helper functions (both simple and resource managed versions) to register and unregister such kind of regulator set. This implementation

[PATCH v3 5/6] regulator: add support for regulator set registration

2014-05-27 Thread Boris BREZILLON
PMIC devices often provide several regulators, and these regulators are all using the same regmap and are all attached to the same device (the PMIC device). Add helper functions (both simple and resource managed versions) to register and unregister such kind of regulator set. This implementation