Re: [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank

2013-08-14 Thread Tejun Heo
On Wed, Aug 14, 2013 at 03:40:11PM -0500, Mark Langsdorf wrote: > The Calxeda sata_highbank driver has been adding its descriptions to the > ahci driver. Separate them properly. This patch only affects > documentation and has no functional component. > > Signed-off-by: Mark Langsdorf > Acked-by:

[PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank

2013-08-14 Thread Mark Langsdorf
The Calxeda sata_highbank driver has been adding its descriptions to the ahci driver. Separate them properly. This patch only affects documentation and has no functional component. Signed-off-by: Mark Langsdorf Acked-by: Rob Herring --- Changes from v3 Added all optional properties to th

Re: [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank

2013-08-14 Thread Tejun Heo
On Wed, Aug 14, 2013 at 03:36:11PM -0500, Mark Langsdorf wrote: > On 08/14/2013 03:27 PM, Tejun Heo wrote: > > Hello, > > > > On Wed, Aug 14, 2013 at 01:23:30PM -0500, Mark Langsdorf wrote: > >> Documentation/devicetree/bindings/ata/sata_highbank.txt | 6 -- > >> 1 file changed, 4 insertions(

Re: [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank

2013-08-14 Thread Mark Langsdorf
On 08/14/2013 03:27 PM, Tejun Heo wrote: > Hello, > > On Wed, Aug 14, 2013 at 01:23:30PM -0500, Mark Langsdorf wrote: >> Documentation/devicetree/bindings/ata/sata_highbank.txt | 6 -- >> 1 file changed, 4 insertions(+), 2 deletions(-) > > Any ideas on how these should be routed? The above

Re: [PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank

2013-08-14 Thread Tejun Heo
Hello, On Wed, Aug 14, 2013 at 01:23:30PM -0500, Mark Langsdorf wrote: > Documentation/devicetree/bindings/ata/sata_highbank.txt | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) Any ideas on how these should be routed? The above doesn't apply to libata or master as the file doesn't

[PATCH v4 1/3] devicetree: create a separate binding description for sata_highbank

2013-08-14 Thread Mark Langsdorf
The Calxeda sata_highbank driver has been adding its descriptions to the ahci driver. Separate them properly. This patch only affects documentation and has no functional component. Signed-off-by: Mark Langsdorf Acked-by: Rob Herring --- Changes from v3 Added all optional properties to th