Message ID | 20240517194104.747328-1-andriy.shevchenko@linux.intel.com (mailing list archive) |
---|---|
Headers | show |
Series | spi: bitbang: Clean up the driver | expand |
On Fri, May 17, 2024 at 10:40:19PM +0300, Andy Shevchenko wrote: > A few cleanups to the driver. No functional change intended. > > Andy Shevchenko (3): > spi: bitbang: Use typedef for txrx_*() callbacks > spi: bitbang: Convert unsigned to unsigned int > spi: bitbang: Replace hard coded number of SPI modes Hmm... It's not the first time I noticed that the series (despite even appearing in the CI, but then disappearing) left abandoned without clear feedback, Should I do something here?
On Thu, Jun 06, 2024 at 12:07:14AM +0300, Andy Shevchenko wrote: > On Fri, May 17, 2024 at 10:40:19PM +0300, Andy Shevchenko wrote: > > A few cleanups to the driver. No functional change intended. > > > > Andy Shevchenko (3): > > spi: bitbang: Use typedef for txrx_*() callbacks > > spi: bitbang: Convert unsigned to unsigned int > > spi: bitbang: Replace hard coded number of SPI modes > > Hmm... It's not the first time I noticed that the series > (despite even appearing in the CI, but then disappearing) > left abandoned without clear feedback, > Should I do something here? Please don't send content free pings and please allow a reasonable time for review. People get busy, go on holiday, attend conferences and so on so unless there is some reason for urgency (like critical bug fixes) please allow at least a couple of weeks for review. If there have been review comments then people may be waiting for those to be addressed. Sending content free pings adds to the mail volume (if they are seen at all) which is often the problem and since they can't be reviewed directly if something has gone wrong you'll have to resend the patches anyway, so sending again is generally a better approach though there are some other maintainers who like them - if in doubt look at how patches for the subsystem are normally handled.
On Wed, Jun 05, 2024 at 10:21:35PM +0100, Mark Brown wrote: > On Thu, Jun 06, 2024 at 12:07:14AM +0300, Andy Shevchenko wrote: > > On Fri, May 17, 2024 at 10:40:19PM +0300, Andy Shevchenko wrote: > > > A few cleanups to the driver. No functional change intended. > > > > > > Andy Shevchenko (3): > > > spi: bitbang: Use typedef for txrx_*() callbacks > > > spi: bitbang: Convert unsigned to unsigned int > > > spi: bitbang: Replace hard coded number of SPI modes > > > > Hmm... It's not the first time I noticed that the series > > (despite even appearing in the CI, but then disappearing) > > left abandoned without clear feedback, > > > Should I do something here? Okay, it's just an announce is missing. I found them in the repository. Thanks!