Re: [PATCH 1/2] block: ide: use definitions from include/libata.h

2020-04-21 Thread Tom Rini
On Thu, Feb 27, 2020 at 06:28:00PM +0100, Heinrich Schuchardt wrote: > Currently ATA commands are defined both in include/libata.h and > include/ata.h. Use the command definitions from include/libata.h where > applicable. > > Signed-off-by: Heinrich Schuchardt > Reviewed-by: Simon Glass

Re: [PATCH 1/2] block: ide: use definitions from include/libata.h

2020-02-27 Thread Simon Glass
On Thu, 27 Feb 2020 at 09:28, Heinrich Schuchardt wrote: > > Currently ATA commands are defined both in include/libata.h and > include/ata.h. Use the command definitions from include/libata.h where > applicable. > > Signed-off-by: Heinrich Schuchardt > --- > Resent > --- > drivers/block/ide.c |

[PATCH 1/2] block: ide: use definitions from include/libata.h

2020-02-27 Thread Heinrich Schuchardt
Currently ATA commands are defined both in include/libata.h and include/ata.h. Use the command definitions from include/libata.h where applicable. Signed-off-by: Heinrich Schuchardt --- Resent --- drivers/block/ide.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git