linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Question about ASPEED GPIO value/direction set order
@ 2025-03-11 12:40 Nikita Shubin
  2025-03-13  6:21 ` Andrew Jeffery
  0 siblings, 1 reply; 4+ messages in thread
From: Nikita Shubin @ 2025-03-11 12:40 UTC (permalink / raw)
  To: Joel Stanley, Andrew Jeffery; +Cc: linux-gpio

Hi Joel and Andrew !

I am observing "strange" behaviour when pin direction is set AFTER the
value itself:

```
aspeed_gpio_dir_out:

__aspeed_gpio_set(gc, offset, val);
gpio->config->llops->reg_bit_set(gpio, offset, reg_dir, 1);
```

Is this as intended ?

---

Yours.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-18  0:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-11 12:40 Question about ASPEED GPIO value/direction set order Nikita Shubin
2025-03-13  6:21 ` Andrew Jeffery
2025-03-13  7:39   ` Nikita Shubin
2025-03-18  0:48     ` Andrew Jeffery

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).