S
spin89
Guest
Hello everyone,
i'm writing GPIO event driver. Which will be used for GPIO monitoring.
Half through, I realized that my design is too complicated. Soo I started considering other options. Currently my driver is capable of handling multiple GPIOs and multiple requests. Now I want to redesign it to handle only one GPIO and only one request at the time. With this modification problem will occur when I will want to monitor multiple GPIOs at the same time. For that I will have to insert multiple instances of the same driver.
I'm wondering, if this kind of implementation is used and if it is a good practise?
TY for your help and have a nice day.
i'm writing GPIO event driver. Which will be used for GPIO monitoring.
Half through, I realized that my design is too complicated. Soo I started considering other options. Currently my driver is capable of handling multiple GPIOs and multiple requests. Now I want to redesign it to handle only one GPIO and only one request at the time. With this modification problem will occur when I will want to monitor multiple GPIOs at the same time. For that I will have to insert multiple instances of the same driver.
I'm wondering, if this kind of implementation is used and if it is a good practise?
TY for your help and have a nice day.
