Message ID | 20241022180839.2712439-1-bvanassche@acm.org (mailing list archive) |
---|---|
Headers | show |
Series | Replace the "slave_*" function names | expand |
Hi-- On 10/22/24 11:07 AM, Bart Van Assche wrote: > Hi Martin, > > The text "slave_" in multiple function names does not make it clear what > the purpose of these functions is. Hence this patch series that renames all > SCSI functions that have the word "slave" in their function name. Please > consider this patch series for the next merge window. > > Thanks, > > Bart. for patches 1 & 3: this file has been removed: (using quilt & patch) -------------------------- |diff --git a/drivers/staging/rts5208/rtsx.c b/drivers/staging/rts5208/rtsx.c |index 6851a28f5ec6..2ee5d6341b53 100644 |--- a/drivers/staging/rts5208/rtsx.c |+++ b/drivers/staging/rts5208/rtsx.c -------------------------- No file to patch. Skipping patch. For the documentation changes in all 5 patches: Tested-by: Randy Dunlap <rdunlap@infradead.org> Acked-by: Randy Dunlap <rdunlap@infradead.org> Can we expect to see this merged for 6.13-rcN soonish? I am working on some patches that would like to be applied after this series. > > Changes compared to v3: > - Combined two Documentation/scsi/scsi_mid_low_api.rst patches into a single > patch. > > Changes compared to v2: > - Renamed sdev_prep() into sdev_init(). > - Dropped the patches again that remove SCSI LLD changelog files. > > Changes compared to v1: > - Switch to the names proposed by Matthew Wilcox. > - Included a patch that renames .device_configure() into .sdev_configure(). > - Split off the documentation changes into a separate patch as requested by > Damien. > - Added 5 patches that remove obsolete SCSI LLD changelog files. > > Bart Van Assche (5): > scsi: Rename .slave_alloc() and .slave_destroy() > scsi: Rename .device_configure() into .sdev_configure() > scsi: Convert SCSI drivers to .sdev_configure() > scsi: core: Remove the .slave_configure() method > scsi: core: Update API documentation Thanks.
On 12/5/24 8:57 AM, Randy Dunlap wrote:
> Can we expect to see this merged for 6.13-rcN soonish?
Thanks for the reminder Randy. I'm currently traveling and I plan to
rebase and repost this patch series next week.
Bart.
Randy, > Can we expect to see this merged for 6.13-rcN soonish? > > I am working on some patches that would like to be applied > after this series. Already merged, it's in 6.14/scsi-staging.
On 12/5/24 12:00 PM, Martin K. Petersen wrote: > > Randy, > >> Can we expect to see this merged for 6.13-rcN soonish? >> >> I am working on some patches that would like to be applied >> after this series. > > Already merged, it's in 6.14/scsi-staging. Ah good. I was looking at the linux-next tree. thanks.
On Tue, 22 Oct 2024 11:07:52 -0700, Bart Van Assche wrote: > The text "slave_" in multiple function names does not make it clear what > the purpose of these functions is. Hence this patch series that renames all > SCSI functions that have the word "slave" in their function name. Please > consider this patch series for the next merge window. > > Thanks, > > [...] Applied to 6.14/scsi-queue, thanks! [1/5] scsi: Rename .slave_alloc() and .slave_destroy() https://git.kernel.org/mkp/scsi/c/ed638918f4df [2/5] scsi: Rename .device_configure() into .sdev_configure() https://git.kernel.org/mkp/scsi/c/47c2e30afcec [3/5] scsi: Convert SCSI drivers to .sdev_configure() https://git.kernel.org/mkp/scsi/c/49515b7fe50c [4/5] scsi: core: Remove the .slave_configure() method https://git.kernel.org/mkp/scsi/c/0f98212d96a2 [5/5] scsi: core: Update API documentation https://git.kernel.org/mkp/scsi/c/b0d3b8514abd