Thread (5 messages) 5 messages, 3 authors, 2018-01-23

[PATCH] pinctrl: pinctrl-single: Fix pcs_request_gpio() when bits_per_mux != 0

From: Andy Shevchenko <hidden>
Date: 2018-01-23 09:25:10
Also in: linux-gpio, linux-omap, lkml

On Mon, Jan 22, 2018 at 7:06 PM, David Lechner [off-list ref] wrote:
On 01/22/2018 08:49 AM, Andy Shevchenko wrote:
quoted
On Mon, Jan 22, 2018 at 1:03 AM, David Lechner [off-list ref]
wrote:
quoted
quoted
Fixes: 4e7e8017a80e ("pinctrl: pinctrl-single: enhance to configure
multiple pins of different modules")
quoted
One line?
One line is more important that wrapping to 75 chars?
It's *special* line, i.e. tag. Tag per line is a rule I know, did I
miss any new change to that?
quoted
quoted
+                       byte_num = (pcs->bits_per_pin * pin) /
BITS_PER_BYTE;
+                       offset = (byte_num / mux_bytes) * mux_bytes;
+                       pin_shift = pin % (pcs->width /
pcs->bits_per_pin) *
+                                   pcs->bits_per_pin;
quoted
Sounds like playing around pretty well defined macro and functions,
e.g. DIV_ROUND_UP(), round_up().
I admit, I just copied existing code (which may be a reason to leave this
the
way it is).
Ah, fair enough.
 But, I only see once place to do this:

        offset = round_down(byte_num, mux_bytes);

Did I miss another?
I meant that you may use macros to make code cleaner. Though, taking
above into consideration, it would be done as a separate patch later.

-- 
With Best Regards,
Andy Shevchenko
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help