Thread (1 message) 1 message, 1 author, 2014-11-03

Re: [PATCH 02/15] GPIO: port LoCoMo gpio support from old driver

From: Linus Walleij <hidden>
Date: 2014-11-03 13:43:21
Also in: alsa-devel, linux-arm-kernel, linux-fbdev, linux-gpio, linux-leds, linux-spi

On Fri, Oct 31, 2014 at 10:39 AM, Dmitry Eremin-Solenikov
[off-list ref] wrote:
2014-10-31 10:48 GMT+03:00 Linus Walleij [off-list ref]:
quoted
On Tue, Oct 28, 2014 at 1:01 AM, Dmitry Eremin-Solenikov
[off-list ref] wrote:
quoted
Add gpiolib driver for gpio pins placed on the LoCoMo GA.

Signed-off-by: Dmitry Eremin-Solenikov <redacted>
[skipped]
quoted
(etc, everywhere this pattern occurs).
quoted
+static void locomo_gpio_set(struct gpio_chip *chip,
+               unsigned offset, int value)
+{
+       struct locomo_gpio *lg = container_of(chip, struct locomo_gpio, gpio);
+       unsigned long flags;
+
+       spin_lock_irqsave(&lg->lock, flags);
+
+       __locomo_gpio_set(chip, offset, value);
+
+       spin_unlock_irqrestore(&lg->lock, flags);
If you actually always have to be getting and releasing a spin lock around
the register writes, contemplate using regmap-mmio because that
is part of what it does.

But is this locking really necessary?
I have a custom of doing such locking and never having to think about
somebody breaking into RMW cycles.

Also isn't regmap an overkill here? Wouldn't regmap also do a lock/unlock
around each register read/write/RMW?
Yes that's the point: if you use regmap mmio you get the RMW-locking
for free, with the regmap implementation.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-spi" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help