[PATCH 4/6] ide: add ide_busy_sleep() helper

2007-12-03 Thread Bartlomiej Zolnierkiewicz
Add ide_busy_sleep() helper and use it in do_probe(), enable_nest() and probe_hwif(). As a nice side-effect this fixes a minor bug in enable_nest() (the code was reading status register without any delay). Signed-off-by: Bartlomiej Zolnierkiewicz <[EMAIL PROTECTED]> --- drivers/ide/ide-probe.c

Re: [PATCH 4/6] ide: add ide_busy_sleep() helper

2007-12-04 Thread Sergei Shtylyov
Bartlomiej Zolnierkiewicz wrote: Add ide_busy_sleep() helper and use it in do_probe(), enable_nest() and probe_hwif(). As a nice side-effect this fixes a minor bug in enable_nest() (the code was reading status register without any delay). Huh? Signed-off-by: Bartlomiej Zolnierkiewicz <

Re: [PATCH 4/6] ide: add ide_busy_sleep() helper

2007-12-04 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday 04 December 2007, Sergei Shtylyov wrote: > Bartlomiej Zolnierkiewicz wrote: > > > Add ide_busy_sleep() helper and use it in do_probe(), > > enable_nest() and probe_hwif(). > > > As a nice side-effect this fixes a minor bug in enable_nest() > > (the code was reading status registe