2019-08-09 17:22:27

by Stephen Douthit

[permalink] [raw]
Subject: [PATCH v2 0/2] Lookup PCS offset, and cleanup hex formatting

v2: Fix case of hex values

Stephen Douthit (2):
ata: ahci: Lookup PCS register offset based on PCI device ID
ata: ahci: Cleanup hex values to use lowercase everywhere

drivers/ata/ahci.c | 62 ++++++++++++++++++++++++++++++++++++----------
1 file changed, 49 insertions(+), 13 deletions(-)

--
2.21.0


2019-08-09 17:25:53

by Jens Axboe

[permalink] [raw]
Subject: Re: [PATCH v2 0/2] Lookup PCS offset, and cleanup hex formatting

On 8/9/19 7:48 AM, Stephen Douthit wrote:
> v2: Fix case of hex values
>
> Stephen Douthit (2):
> ata: ahci: Lookup PCS register offset based on PCI device ID
> ata: ahci: Cleanup hex values to use lowercase everywhere
>
> drivers/ata/ahci.c | 62 ++++++++++++++++++++++++++++++++++++----------
> 1 file changed, 49 insertions(+), 13 deletions(-)

Thanks, applied.

--
Jens Axboe