Re: [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}

2016-04-19 Thread Masahiro Yamada
Hi.

2016-03-15 17:31 GMT+09:00 Linus Walleij :
> On Wed, Mar 9, 2016 at 3:23 PM, Laxman Dewangan  wrote:
>
>>> Pushed the change at:
>>> Branch "devm_pinctrl_register" of
>>> https://github.com/ldewangan/linux-upstream.git.
>>>
>>> Base repo is
>>> for-next of
>>> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
>>>
>>>
>>> If required, I can send the V2 version of list with acks.
>>
>> Let me know if I need to send full series (V2 with collected ack) again or
>> fine to pull it from above location.
>
> Please collect the ACKs on your branch and ask me to pull it after v4.6-rc1.
> No need to resend the patches.
>
> Unfortunately it arrived too late for the merge window, but hey: we got the
> devm gpiochip in for v4.6.


Not pulled yet?

I want to do my development on top of the devm_pinctrl_register series.



-- 
Best Regards
Masahiro Yamada
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}

2016-03-15 Thread Linus Walleij
On Wed, Mar 9, 2016 at 3:23 PM, Laxman Dewangan  wrote:

>> Pushed the change at:
>> Branch "devm_pinctrl_register" of
>> https://github.com/ldewangan/linux-upstream.git.
>>
>> Base repo is
>> for-next of
>> https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
>>
>>
>> If required, I can send the V2 version of list with acks.
>
> Let me know if I need to send full series (V2 with collected ack) again or
> fine to pull it from above location.

Please collect the ACKs on your branch and ask me to pull it after v4.6-rc1.
No need to resend the patches.

Unfortunately it arrived too late for the merge window, but hey: we got the
devm gpiochip in for v4.6.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}

2016-03-09 Thread Laxman Dewangan

Hi Linus,

On Sunday 28 February 2016 08:14 PM, Laxman Dewangan wrote:


On Thursday 25 February 2016 07:43 PM, Linus Walleij wrote:
On Wed, Feb 24, 2016 at 2:15 PM, Laxman Dewangan 
 wrote:


Add resource manageemnt APIs fro pinctrl_register() and 
pinctrl_unregister()

and use these new APIs on hw driver to reduce the error path code and
remove callback for driver.

As you can probably guess I like this too, so wait a while, collect ACKs
and send me a branch to pull for this too.

Got lots of ack/reviewed by and captured all. Also did code changes 
per review:

- Optimizing in devm_ apis.
- Correcting the description of devm_ apis.
- Simplifying probe in digicolor.
- Removing unwanted pfc->pinctrl in ish.

Pushed the change at:
Branch "devm_pinctrl_register" of 
https://github.com/ldewangan/linux-upstream.git.


Base repo is
for-next of 
https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git



If required, I can send the V2 version of list with acks.



Let me know if I need to send full series (V2 with collected ack) again 
or fine to pull it from above location.



Thanks,
Laxman


--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}

2016-02-28 Thread Laxman Dewangan


On Thursday 25 February 2016 07:43 PM, Linus Walleij wrote:

On Wed, Feb 24, 2016 at 2:15 PM, Laxman Dewangan  wrote:


Add resource manageemnt APIs fro pinctrl_register() and pinctrl_unregister()
and use these new APIs on hw driver to reduce the error path code and
remove callback for driver.

As you can probably guess I like this too, so wait a while, collect ACKs
and send me a branch to pull for this too.

Got lots of ack/reviewed by and captured all. Also did code changes per 
review:

- Optimizing in devm_ apis.
- Correcting the description of devm_ apis.
- Simplifying probe in digicolor.
- Removing unwanted pfc->pinctrl in ish.

Pushed the change at:
Branch "devm_pinctrl_register" of 
https://github.com/ldewangan/linux-upstream.git.


Base repo is
for-next of 
https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git



If required, I can send the V2 version of list with acks.


--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}

2016-02-25 Thread Linus Walleij
On Wed, Feb 24, 2016 at 2:15 PM, Laxman Dewangan  wrote:

> Add resource manageemnt APIs fro pinctrl_register() and pinctrl_unregister()
> and use these new APIs on hw driver to reduce the error path code and
> remove callback for driver.

As you can probably guess I like this too, so wait a while, collect ACKs
and send me a branch to pull for this too.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}

2016-02-24 Thread Stefan Wahren
Hi Laxman,

> Laxman Dewangan  hat am 24. Februar 2016 um 14:15
> geschrieben:
>
>
> Add resource manageemnt APIs fro pinctrl_register() and pinctrl_unregister()
> and use these new APIs on hw driver to reduce the error path code and
> remove callback for driver.
>

just for interest: why didn't you patch freescale/pinctrl-mxs.c?

Regards
Stefan
--
To unsubscribe from this list: send the line "unsubscribe linux-doc" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html