Re: [PATCH 2/3] ata: sata_dwc_460ex: add phy support

2015-12-16 Thread Måns Rullgård
Sergei Shtylyov writes: > Hello. > > On 12/16/2015 2:25 AM, Mans Rullgard wrote: > >> This adds support for powering on an optional PHY when activating the >> device. >> >> Signed-off-by: Mans Rullgard > [...] >> diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c >> index

Re: [PATCH 2/3] ata: sata_dwc_460ex: add phy support

2015-12-16 Thread Sergei Shtylyov
Hello. On 12/16/2015 2:25 AM, Mans Rullgard wrote: This adds support for powering on an optional PHY when activating the device. Signed-off-by: Mans Rullgard [...] diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c index 9985749..d07aae1 100644 ---

Re: [PATCH 2/3] ata: sata_dwc_460ex: add phy support

2015-12-16 Thread Sergei Shtylyov
Hello. On 12/16/2015 2:25 AM, Mans Rullgard wrote: This adds support for powering on an optional PHY when activating the device. Signed-off-by: Mans Rullgard [...] diff --git a/drivers/ata/sata_dwc_460ex.c b/drivers/ata/sata_dwc_460ex.c index 9985749..d07aae1 100644 ---

Re: [PATCH 2/3] ata: sata_dwc_460ex: add phy support

2015-12-16 Thread Måns Rullgård
Sergei Shtylyov writes: > Hello. > > On 12/16/2015 2:25 AM, Mans Rullgard wrote: > >> This adds support for powering on an optional PHY when activating the >> device. >> >> Signed-off-by: Mans Rullgard > [...] >> diff --git

[PATCH 2/3] ata: sata_dwc_460ex: add phy support

2015-12-15 Thread Mans Rullgard
This adds support for powering on an optional PHY when activating the device. Signed-off-by: Mans Rullgard --- drivers/ata/Kconfig | 1 + drivers/ata/sata_dwc_460ex.c | 21 + 2 files changed, 22 insertions(+) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig

[PATCH 2/3] ata: sata_dwc_460ex: add phy support

2015-12-15 Thread Mans Rullgard
This adds support for powering on an optional PHY when activating the device. Signed-off-by: Mans Rullgard --- drivers/ata/Kconfig | 1 + drivers/ata/sata_dwc_460ex.c | 21 + 2 files changed, 22 insertions(+) diff --git a/drivers/ata/Kconfig