Re: [PATCH 1/1] phy: fix build breakage: add PHY_MODE_SATA

2019-01-14 Thread Kishon Vijay Abraham I
On 13/01/19 7:35 AM, Jens Axboe wrote: > On 1/12/19 6:29 PM, john.hubb...@gmail.com wrote: >> From: John Hubbard >> >> Commit 49e54187ae0b ("ata: libahci_platform: comply to PHY framework") uses >> the PHY_MODE_SATA, but that enum had not yet been added. This caused a >> build failure for me, w

Re: [PATCH 1/1] phy: fix build breakage: add PHY_MODE_SATA

2019-01-14 Thread Kishon Vijay Abraham I
On 14/01/19 2:27 PM, Miquel Raynal wrote: > Hi Olof, > > Olof Johansson wrote on Sat, 12 Jan 2019 19:57:12 > -0800: > >> On Sat, Jan 12, 2019 at 6:05 PM Jens Axboe wrote: >>> >>> On 1/12/19 6:29 PM, john.hubb...@gmail.com wrote: From: John Hubbard Commit 49e54187ae0b ("ata:

Re: [PATCH 1/1] phy: fix build breakage: add PHY_MODE_SATA

2019-01-14 Thread Miquel Raynal
Hi Olof, Olof Johansson wrote on Sat, 12 Jan 2019 19:57:12 -0800: > On Sat, Jan 12, 2019 at 6:05 PM Jens Axboe wrote: > > > > On 1/12/19 6:29 PM, john.hubb...@gmail.com wrote: > > > From: John Hubbard > > > > > > Commit 49e54187ae0b ("ata: libahci_platform: comply to PHY framework") > > > u

Re: [PATCH 1/1] phy: fix build breakage: add PHY_MODE_SATA

2019-01-12 Thread Olof Johansson
On Sat, Jan 12, 2019 at 6:05 PM Jens Axboe wrote: > > On 1/12/19 6:29 PM, john.hubb...@gmail.com wrote: > > From: John Hubbard > > > > Commit 49e54187ae0b ("ata: libahci_platform: comply to PHY framework") uses > > the PHY_MODE_SATA, but that enum had not yet been added. This caused a > > build f

Re: [PATCH 1/1] phy: fix build breakage: add PHY_MODE_SATA

2019-01-12 Thread Jens Axboe
On 1/12/19 6:29 PM, john.hubb...@gmail.com wrote: > From: John Hubbard > > Commit 49e54187ae0b ("ata: libahci_platform: comply to PHY framework") uses > the PHY_MODE_SATA, but that enum had not yet been added. This caused a > build failure for me, with today's linux.git. > > Also, there is a pot

[PATCH 1/1] phy: fix build breakage: add PHY_MODE_SATA

2019-01-12 Thread john . hubbard
From: John Hubbard Commit 49e54187ae0b ("ata: libahci_platform: comply to PHY framework") uses the PHY_MODE_SATA, but that enum had not yet been added. This caused a build failure for me, with today's linux.git. Also, there is a potentially conflicting (mis-named) PHY_MODE_SATA, hiding in the Ma