Message ID | 20230104133414.39305-1-m.zatovic1@gmail.com |
---|---|
Headers | show |
Series | Wiegand bus driver and GPIO controller driver | expand |
On Wed, Jan 25, 2023, at 14:05, Martin Zaťovič wrote: > Hello Greg, > > thank you for your insights! The static lists are needed > for matching wiegand_board_info structures to > wiegand_controller structures for drivers of devices that > do not use devicetree. I have seen this approach in the > SPI bus driver, so I assumed it was okay. If there is > a better way, please let me know. We have removed most of the support for machines that come without devicetree, and it is unlikely that we will be merging any new ones, so I expect this can simply be left out. Are there any corner cases where you you still expect to add devices manually from another driver? Arnd
On Wed, Jan 25, 2023 at 02:05:57PM +0100, Martin Zaťovič wrote: > Hello Greg, > > thank you for your insights! The static lists are needed > for matching wiegand_board_info structures to > wiegand_controller structures for drivers of devices that > do not use devicetree. I have seen this approach in the > SPI bus driver, so I assumed it was okay. If there is > a better way, please let me know. I have no context here at all, sorry. Remember, some of use get 1000+ emails a day and do hundreds of reviews. our ability to remember a random review done at a random time with no context at all would be taxing even if we only did one review a day, right? thanks, greg k-h
I am sorry, I should have included more information. Anyways, Arnd Bergmann has been kind enough to give me more insight and I now understand the point you were making in the review and will fix it. I will be careful to include more information in the future communication. With regards, Martin