Re: [PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-27 Thread Tom Rini
On Wed, 14 Aug 2024 09:10:37 +0200, Heinrich Schuchardt wrote: > A system may have multiple SATA controller. Removing the controller with > the lowest sequence number before probing all SATA controllers makes no > sense. > > In sata_rescan we remove all block devices which are children of SATA >

Re: [PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-18 Thread Simon Glass
Hi Tony, On Sun, 18 Aug 2024 at 06:01, Tony Dinh wrote: > > Hi Simon, > > On Fri, Aug 16, 2024 at 3:32 AM Simon Glass wrote: > > > > Hi Heinrich, > > > > On Wed, 14 Aug 2024 at 06:53, Heinrich Schuchardt > > wrote: > > > > > > On 14.08.24 14:40, Simon Glass wrote: > > > > On Wed, 14 Aug 2024 at

Re: [PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-17 Thread Tony Dinh
Hi Simon, On Fri, Aug 16, 2024 at 3:32 AM Simon Glass wrote: > > Hi Heinrich, > > On Wed, 14 Aug 2024 at 06:53, Heinrich Schuchardt > wrote: > > > > On 14.08.24 14:40, Simon Glass wrote: > > > On Wed, 14 Aug 2024 at 01:10, Heinrich Schuchardt > > > wrote: > > >> > > >> A system may have multipl

Re: [PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-15 Thread Simon Glass
Hi Heinrich, On Wed, 14 Aug 2024 at 06:53, Heinrich Schuchardt wrote: > > On 14.08.24 14:40, Simon Glass wrote: > > On Wed, 14 Aug 2024 at 01:10, Heinrich Schuchardt > > wrote: > >> > >> A system may have multiple SATA controller. Removing the controller with > >> the lowest sequence number befo

Re: [PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-14 Thread Heinrich Schuchardt
On 14.08.24 14:40, Simon Glass wrote: On Wed, 14 Aug 2024 at 01:10, Heinrich Schuchardt wrote: A system may have multiple SATA controller. Removing the controller with the lowest sequence number before probing all SATA controllers makes no sense. In sata_rescan we remove all block devices whi

Re: [PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-14 Thread Simon Glass
On Wed, 14 Aug 2024 at 01:10, Heinrich Schuchardt wrote: > > A system may have multiple SATA controller. Removing the controller with > the lowest sequence number before probing all SATA controllers makes no > sense. > > In sata_rescan we remove all block devices which are children of SATA > contr

Re: [PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-14 Thread Tony Dinh
Hi Heinrich, On Wed, Aug 14, 2024 at 2:10 PM Heinrich Schuchardt wrote: > > A system may have multiple SATA controller. Removing the controller with > the lowest sequence number before probing all SATA controllers makes no > sense. > > In sata_rescan we remove all block devices which are children

[PATCH v3 1/1] ata: sata_rescan must scan for block devices

2024-08-14 Thread Heinrich Schuchardt
A system may have multiple SATA controller. Removing the controller with the lowest sequence number before probing all SATA controllers makes no sense. In sata_rescan we remove all block devices which are children of SATA controllers. We also have to remove the bootdev devices as they will be crea