Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1426531

Re: [PATCH 1/7] reset: Reorder inline reset_control_get*() wrappers

From Philipp Zabel <p.zabel@pengutronix.de>
Newsgroups linux.kernel
Subject Re: [PATCH 1/7] reset: Reorder inline reset_control_get*() wrappers
Date 2016-06-20 14:20 +0200
Message-ID <rM6lj-86N-13@gated-at.bofh.it> (permalink)
References <rH56x-6VJ-19@gated-at.bofh.it> <rH5gd-7ea-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Am Montag, den 06.06.2016, 16:56 +0100 schrieb Lee Jones:
> We're about to split the current API into two, where consumers will
> be forced to be explicit when requesting reset lines.  The choice
> will be to either the call the *_exclusive or *_shared variant
> depending on whether they can actually tolorate not being asserted
> when that request is made.
> 
> The new API will look like this once reorded and complete:
> 
>   reset_control_get_exclusive()
>   reset_control_get_shared()
>   reset_control_get_optional_exclusive()
>   reset_control_get_optional_shared()
>   of_reset_control_get_exclusive()
>   of_reset_control_get_shared()
>   of_reset_control_get_exclusive_by_index()
>   of_reset_control_get_shared_by_index()
>   devm_reset_control_get_exclusive()
>   devm_reset_control_get_shared()
>   devm_reset_control_get_optional_exclusive()
>   devm_reset_control_get_optional_shared()
>   devm_reset_control_get_exclusive_by_index()
>   devm_reset_control_get_shared_by_index()
> 
> Signed-off-by: Lee Jones <lee.jones@linaro.org>

I have applied patches 1-5 to my reset/next branch.

regards
Philipp

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH 1/7] reset: Reorder inline reset_control_get*() wrappers Philipp Zabel <p.zabel@pengutronix.de> - 2016-06-20 14:20 +0200

csiph-web