All of lore.kernel.org
 help / color / mirror / Atom feed
* Where do I put my new driver?
@ 2022-08-08 18:20 Alec Matthews
  2022-09-21 22:26 ` jim.cromie
  0 siblings, 1 reply; 3+ messages in thread
From: Alec Matthews @ 2022-08-08 18:20 UTC (permalink / raw)
  To: kernelnewbies

I've created a new device driver that is responsible for controlling a
GPIO expander. This driver contains gpio_chip code, pinmux/pinconf,
code, pwm, and irq handlers. 

I'm not certain what I should name this driver. `pinctrl-*`, `gpio-*`,
or something else? 

I'm also not sure where this driver belongs in the source tree. Should
it exist in drivers/gpio, drivers/pinctrl, or drivers/pwm?

I have developed this driver out of tree, now I am trying to move it in
tree so I can begin the patch process. I appreciate any insight that
this list may have on where it belongs.


_______________________________________________
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies

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

end of thread, other threads:[~2022-09-22  7:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-08 18:20 Where do I put my new driver? Alec Matthews
2022-09-21 22:26 ` jim.cromie
2022-09-22  7:31   ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.