linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 RESEND 0/3] Initial work for Rust abstraction for HID device driver development
@ 2025-08-08  6:13 Rahul Rameshbabu
  2025-08-08  6:13 ` [PATCH v3 RESEND 1/3] HID: core: Change hid_driver to use a const char* for name Rahul Rameshbabu
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rahul Rameshbabu @ 2025-08-08  6:13 UTC (permalink / raw)
  To: linux-input, rust-for-linux, linux-kernel
  Cc: Jiri Kosina, a.hindborg, alex.gaynor, aliceryhl, benno.lossin,
	Benjamin Tissoires, bjorn3_gh, boqun.feng, dakr, db48x, gary,
	ojeda, tmgross, peter.hutterer, Rahul Rameshbabu

Hello again,

Resending my patches for review.

https://lore.kernel.org/rust-for-linux/20250721020211.196394-2-sergeantsagara@protonmail.com/

I incorporated Danilo's and Miguel's feedback from my v2. Additionally, I
noticed I had basic formatting issues when running scripts/checkpatch.pl.
I made sure to check the generated rustdocs and that the Rust examples
compile as part of the kunit infrastructure. I dropped the kref bindings
as they are no longer needed for this series.

Link: https://lore.kernel.org/rust-for-linux/20250721020211.196394-2-sergeantsagara@protonmail.com/
Link: https://lore.kernel.org/rust-for-linux/20250713211012.101476-4-sergeantsagara@protonmail.com/
Link: https://lore.kernel.org/rust-for-linux/20250629045031.92358-2-sergeantsagara@protonmail.com/
Link: https://lore.kernel.org/rust-for-linux/20250313160220.6410-2-sergeantsagara@protonmail.com/
Link: https://binary-eater.github.io/tags/usb-monitor-control/

Rahul Rameshbabu (3):
  HID: core: Change hid_driver to use a const char* for name
  rust: core abstractions for HID drivers
  rust: hid: Glorious PC Gaming Race Model O and O- mice reference
    driver

 MAINTAINERS                      |  16 +
 drivers/hid/Kconfig              |  16 +
 drivers/hid/Makefile             |   1 +
 drivers/hid/hid-glorious.c       |   2 +
 drivers/hid/hid_glorious_rust.rs |  60 ++++
 include/linux/hid.h              |   2 +-
 rust/bindings/bindings_helper.h  |   3 +
 rust/kernel/hid.rs               | 503 +++++++++++++++++++++++++++++++
 rust/kernel/lib.rs               |   2 +
 9 files changed, 604 insertions(+), 1 deletion(-)
 create mode 100644 drivers/hid/hid_glorious_rust.rs
 create mode 100644 rust/kernel/hid.rs


base-commit: 1523590203786bf4e1d29b7d08a7100c783f20ba
-- 
2.47.2



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

end of thread, other threads:[~2025-08-08  6:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-08  6:13 [PATCH v3 RESEND 0/3] Initial work for Rust abstraction for HID device driver development Rahul Rameshbabu
2025-08-08  6:13 ` [PATCH v3 RESEND 1/3] HID: core: Change hid_driver to use a const char* for name Rahul Rameshbabu
2025-08-08  6:13 ` [PATCH v3 RESEND 2/3] rust: core abstractions for HID drivers Rahul Rameshbabu
2025-08-08  6:13 ` [PATCH v3 RESEND 3/3] rust: hid: Glorious PC Gaming Race Model O and O- mice reference driver Rahul Rameshbabu

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