Re: [PATCH] arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev

2023-10-16 Thread Stefan Roese
On 9/25/23 10:14, Stefan Roese wrote: On 9/6/23 07:22, Tony Dinh wrote: Add hook in sata_mv probe to enable bootstd bootdev. Note: bootdev_setup_for_sibling_blk() invocation is a noop if bootsd is not enabled for ahci sata yet. Signed-off-by: Tony Dinh Reviewed-by: Stefan Roese Applied

Re: [PATCH] arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev

2023-09-25 Thread Tony Dinh
Thanks Stefan! All the best, Tony On Mon, Sep 25, 2023 at 1:14 AM Stefan Roese wrote: > > On 9/6/23 07:22, Tony Dinh wrote: > > Add hook in sata_mv probe to enable bootstd bootdev. > > > > Note: bootdev_setup_for_sibling_blk() invocation is a noop if bootsd is > > not enabled for ahci sata yet.

Re: [PATCH] arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev

2023-09-25 Thread Stefan Roese
On 9/6/23 07:22, Tony Dinh wrote: Add hook in sata_mv probe to enable bootstd bootdev. Note: bootdev_setup_for_sibling_blk() invocation is a noop if bootsd is not enabled for ahci sata yet. Signed-off-by: Tony Dinh Reviewed-by: Stefan Roese Thanks, Stefan --- drivers/ata/sata_mv.c |

Re: [PATCH] arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev

2023-09-24 Thread Tony Dinh
Hi Simon, On Sun, Sep 24, 2023 at 1:40 PM Simon Glass wrote: > > Hi Tony, > > On Tue, 5 Sept 2023 at 23:23, Tony Dinh wrote: > > > > Add hook in sata_mv probe to enable bootstd bootdev. > > > > Note: bootdev_setup_for_sibling_blk() invocation is a noop if bootsd is > > not enabled for ahci sata

Re: [PATCH] arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev

2023-09-24 Thread Simon Glass
Hi Tony, On Tue, 5 Sept 2023 at 23:23, Tony Dinh wrote: > > Add hook in sata_mv probe to enable bootstd bootdev. > > Note: bootdev_setup_for_sibling_blk() invocation is a noop if bootsd is > not enabled for ahci sata yet. > > Signed-off-by: Tony Dinh > --- > > drivers/ata/sata_mv.c | 8

Re: [PATCH] arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev

2023-09-23 Thread Tony Dinh
Hi Stefan, In case you forgot, please review this patch! Thanks, Tony On Tue, Sep 5, 2023 at 10:23 PM Tony Dinh wrote: > > Add hook in sata_mv probe to enable bootstd bootdev. > > Note: bootdev_setup_for_sibling_blk() invocation is a noop if bootsd is > not enabled for ahci sata yet. > >

[PATCH] arm: mvebu: sata_mv: Add bootstd hook to enable sata_bootdev

2023-09-05 Thread Tony Dinh
Add hook in sata_mv probe to enable bootstd bootdev. Note: bootdev_setup_for_sibling_blk() invocation is a noop if bootsd is not enabled for ahci sata yet. Signed-off-by: Tony Dinh --- drivers/ata/sata_mv.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git