Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-26 Thread Patrice Chotard
Hi Kishon On 03/26/2015 12:11 AM, Kishon Vijay Abraham I wrote: +Maxime, Srinivas, patrice On Monday 09 March 2015 06:55 PM, Axel Lin wrote: 2015-03-09 19:44 GMT+08:00 Kishon Vijay Abraham I : Hi, On Thursday 05 March 2015 07:27 AM, Axel Lin wrote: The defines in phy-miphy365x.h are all

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-26 Thread Patrice Chotard
Hi Kishon On 03/26/2015 12:11 AM, Kishon Vijay Abraham I wrote: +Maxime, Srinivas, patrice On Monday 09 March 2015 06:55 PM, Axel Lin wrote: 2015-03-09 19:44 GMT+08:00 Kishon Vijay Abraham I kis...@ti.com: Hi, On Thursday 05 March 2015 07:27 AM, Axel Lin wrote: The defines in

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-25 Thread Kishon Vijay Abraham I
+Maxime, Srinivas, patrice On Monday 09 March 2015 06:55 PM, Axel Lin wrote: > 2015-03-09 19:44 GMT+08:00 Kishon Vijay Abraham I : >> Hi, >> >> >> On Thursday 05 March 2015 07:27 AM, Axel Lin wrote: >>> >>> The defines in phy-miphy365x.h are all covered in phy.h: >>> >>> MIPHY_TYPE_SATA ==

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-25 Thread Kishon Vijay Abraham I
+Maxime, Srinivas, patrice On Monday 09 March 2015 06:55 PM, Axel Lin wrote: 2015-03-09 19:44 GMT+08:00 Kishon Vijay Abraham I kis...@ti.com: Hi, On Thursday 05 March 2015 07:27 AM, Axel Lin wrote: The defines in phy-miphy365x.h are all covered in phy.h: MIPHY_TYPE_SATA == PHY_TYPE_STA

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-09 Thread Axel Lin
2015-03-09 19:44 GMT+08:00 Kishon Vijay Abraham I : > Hi, > > > On Thursday 05 March 2015 07:27 AM, Axel Lin wrote: >> >> The defines in phy-miphy365x.h are all covered in phy.h: >> >> MIPHY_TYPE_SATA == PHY_TYPE_STA >> MIPHY_TYPE_PCIE == PHY_TYPE_PCIE >> MIPPHY_TYPE_USB == PHY_TYPE_USB2 >> >> So

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-09 Thread Kishon Vijay Abraham I
Hi, On Thursday 05 March 2015 07:27 AM, Axel Lin wrote: The defines in phy-miphy365x.h are all covered in phy.h: MIPHY_TYPE_SATA == PHY_TYPE_STA MIPHY_TYPE_PCIE == PHY_TYPE_PCIE MIPPHY_TYPE_USB == PHY_TYPE_USB2 So covert to use phy.h and then delete phy-miphy365x.h. Signed-off-by: Axel Lin

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-09 Thread Kishon Vijay Abraham I
Hi, On Thursday 05 March 2015 07:27 AM, Axel Lin wrote: The defines in phy-miphy365x.h are all covered in phy.h: MIPHY_TYPE_SATA == PHY_TYPE_STA MIPHY_TYPE_PCIE == PHY_TYPE_PCIE MIPPHY_TYPE_USB == PHY_TYPE_USB2 So covert to use phy.h and then delete phy-miphy365x.h. Signed-off-by: Axel Lin

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-09 Thread Axel Lin
2015-03-09 19:44 GMT+08:00 Kishon Vijay Abraham I kis...@ti.com: Hi, On Thursday 05 March 2015 07:27 AM, Axel Lin wrote: The defines in phy-miphy365x.h are all covered in phy.h: MIPHY_TYPE_SATA == PHY_TYPE_STA MIPHY_TYPE_PCIE == PHY_TYPE_PCIE MIPPHY_TYPE_USB == PHY_TYPE_USB2 So covert

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-04 Thread Lee Jones
On Thu, 05 Mar 2015, Axel Lin wrote: > The defines in phy-miphy365x.h are all covered in phy.h: > > MIPHY_TYPE_SATA == PHY_TYPE_STA > MIPHY_TYPE_PCIE == PHY_TYPE_PCIE > MIPPHY_TYPE_USB == PHY_TYPE_USB2 > > So covert to use phy.h and then delete phy-miphy365x.h. > > Signed-off-by: Axel Lin >

[RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-04 Thread Axel Lin
The defines in phy-miphy365x.h are all covered in phy.h: MIPHY_TYPE_SATA == PHY_TYPE_STA MIPHY_TYPE_PCIE == PHY_TYPE_PCIE MIPPHY_TYPE_USB == PHY_TYPE_USB2 So covert to use phy.h and then delete phy-miphy365x.h. Signed-off-by: Axel Lin --- Documentation/devicetree/bindings/ata/ahci-st.txt

Re: [RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-04 Thread Lee Jones
On Thu, 05 Mar 2015, Axel Lin wrote: The defines in phy-miphy365x.h are all covered in phy.h: MIPHY_TYPE_SATA == PHY_TYPE_STA MIPHY_TYPE_PCIE == PHY_TYPE_PCIE MIPPHY_TYPE_USB == PHY_TYPE_USB2 So covert to use phy.h and then delete phy-miphy365x.h. Signed-off-by: Axel Lin

[RFC][PATCH 2/2] phy: miphy365x: Convert to use phy.h instead of phy-miphy365x.h

2015-03-04 Thread Axel Lin
The defines in phy-miphy365x.h are all covered in phy.h: MIPHY_TYPE_SATA == PHY_TYPE_STA MIPHY_TYPE_PCIE == PHY_TYPE_PCIE MIPPHY_TYPE_USB == PHY_TYPE_USB2 So covert to use phy.h and then delete phy-miphy365x.h. Signed-off-by: Axel Lin axel@ingics.com ---