linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [libgpiod][PATCH 0/3] thread-safety doc + Rust modeling
@ 2023-09-28 14:37 Erik Schilling
  2023-09-28 14:37 ` [libgpiod][PATCH 1/3] doc: drop unneeded <p> tags Erik Schilling
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Erik Schilling @ 2023-09-28 14:37 UTC (permalink / raw)
  To: Linux-GPIO; +Cc: Bartosz Golaszewski, Viresh Kumar, Erik Schilling

This updates the docs with what was discussed in the linked thread.
Then, the Rust bindings are adjusted to match in behaviour.

To: Linux-GPIO <linux-gpio@vger.kernel.org>
Cc: Bartosz Golaszewski <brgl@bgdev.pl>
Cc: Viresh Kumar <viresh.kumar@linaro.org>

Link: https://lore.kernel.org/r/CVHO091CC80Y.3KUOSLSOBVL0T@ablu-work
Signed-off-by: Erik Schilling <erik.schilling@linaro.org>
---
Erik Schilling (3):
      doc: drop unneeded <p> tags
      doc: document thread safety guarantees
      bindings: rust: mark all owning types as `Send`

 bindings/rust/libgpiod/src/edge_event.rs     |  4 ++++
 bindings/rust/libgpiod/src/event_buffer.rs   |  8 ++++++++
 bindings/rust/libgpiod/src/info_event.rs     |  4 ++++
 bindings/rust/libgpiod/src/line_config.rs    |  4 ++++
 bindings/rust/libgpiod/src/line_request.rs   |  4 ++++
 bindings/rust/libgpiod/src/line_settings.rs  |  4 ++++
 bindings/rust/libgpiod/src/request_config.rs |  4 ++++
 include/gpiod.h                              | 26 +++++++++++++++++++++++---
 8 files changed, 55 insertions(+), 3 deletions(-)
---
base-commit: ced90e79217793957b11414f47f8aa8a77c7a2d5
change-id: 20230928-rust-send-trait-316a8f31bb97

Best regards,
-- 
Erik Schilling <erik.schilling@linaro.org>


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

end of thread, other threads:[~2023-10-02  7:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-28 14:37 [libgpiod][PATCH 0/3] thread-safety doc + Rust modeling Erik Schilling
2023-09-28 14:37 ` [libgpiod][PATCH 1/3] doc: drop unneeded <p> tags Erik Schilling
2023-09-28 14:37 ` [libgpiod][PATCH 2/3] doc: document thread safety guarantees Erik Schilling
2023-09-28 14:37 ` [libgpiod][PATCH 3/3] bindings: rust: mark all owning types as `Send` Erik Schilling
2023-09-29 10:58   ` Viresh Kumar
2023-09-29 12:45     ` Bartosz Golaszewski
2023-09-29 12:47       ` Erik Schilling
2023-09-29 13:07         ` Bartosz Golaszewski
2023-10-02  7:16 ` [libgpiod][PATCH 0/3] thread-safety doc + Rust modeling Bartosz Golaszewski
2023-10-02  7:22   ` Erik Schilling

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).