[PATCH 1/3] dt: usb: jz4740: Add DT binding document for OHCI

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Add the binding documentation for the JZ47xx OHCI controller. Signed-off-by: Paul Burton Signed-off-by: Zubair Lutfullah Kakakhel --- The jz4740 is platform only at the moment. But DT support is being added See http://patchwork.linux-mips.org/bundle/paulburton/ci20-v3.20

[PATCH 3/3] usb: ohci: jz4740: prepare the clock before enabling it

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton The clock must have been prepared before enabling it. Signed-off-by: Paul Burton --- drivers/usb/host/ohci-jz4740.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers/usb/host/ohci-jz4740.c index bb69733..1455a8b 10064

[PATCH 0/3] usb: ohci: jz4740: Add DT support and a fix

2015-01-27 Thread Zubair Lutfullah Kakakhel
Hi, Here are a few simple patches for the jz4740. First adds a simple DT binding. Seconds adds DT support. Third is a minor fix in clock enabling. Patches are based on 3.19-rc6. Quite disjoint and stay within jz4740 so should apply easily on other trees. If you would like to have them rebased

[PATCH 2/3] usb: ohci: jz4740: add DT support

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton This is a simple matter of providing a match table, the probe code needs no modification. Signed-off-by: Paul Burton --- drivers/usb/host/ohci-jz4740.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers/usb/host/ohci-jz4740.c

[PATCH_V2 0/3] usb: ohci: jz4740: Add DT support and a fix

2015-01-27 Thread Zubair Lutfullah Kakakhel
Hi, Here are a few simple patches for the jz4740. First adds a simple DT binding. Seconds adds DT support. Third is a minor fix in clock enabling. Patches are based on 3.19-rc6. Quite disjoint and stay within jz4740 so should apply easily on other trees. If you would like to have them rebased

[PATCH_V2 2/3] usb: ohci: jz4740: add DT support

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton This is a simple matter of providing a match table, the probe code needs no modification. Signed-off-by: Paul Burton --- drivers/usb/host/ohci-jz4740.c | 9 + 1 file changed, 9 insertions(+) diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers/usb/host/ohci-jz4740.c

[PATCH_V2 1/3] dt: usb: jz4740: Add DT binding document for OHCI

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Add the binding documentation for the JZ47xx OHCI controller. Signed-off-by: Paul Burton Signed-off-by: Zubair Lutfullah Kakakhel --- The jz4740 is platform only at the moment. But DT support is being added See http://patchwork.linux-mips.org/bundle/paulburton/ci20-v3.20

[PATCH_V2 3/3] usb: ohci: jz4740: prepare the clock before enabling it

2015-01-27 Thread Zubair Lutfullah Kakakhel
From: Paul Burton The clock must have been prepared before enabling it. Signed-off-by: Paul Burton -- V2 changes. Add disable_unprepare as well --- drivers/usb/host/ohci-jz4740.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/usb/host/ohci-jz4740.c b/drivers

[PATCH_V3 1/3] dt: usb: jz4740: Add DT binding document for OHCI

2015-01-28 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Add the binding documentation for the JZ4740 OHCI controller. Signed-off-by: Paul Burton Signed-off-by: Zubair Lutfullah Kakakhel --- The jz4740 is platform only at the moment. But DT support is being added See http://patchwork.linux-mips.org/bundle/paulburton/ci20-v3.20

[PATCH_V3 3/3] usb: ohci: jz4740: prepare the clock before enabling it

2015-01-28 Thread Zubair Lutfullah Kakakhel
From: Paul Burton The clock must have been prepared before enabling it. Signed-off-by: Paul Burton Signed-off-by: Zubair Lutfullah Kakakhel Acked-by: Alan Stern -- V2 changes. Add disable_unprepare as well --- drivers/usb/host/ohci-jz4740.c | 6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH_V3 0/3] usb: ohci: jz4740: Add DT support and a fix

2015-01-28 Thread Zubair Lutfullah Kakakhel
Hi, Here are a few simple patches for the jz4740. First adds a simple DT binding. Seconds adds DT support. Third is a minor fix in clock enabling. Patches are based on 3.19-rc6. Quite disjoint and stay within jz4740 so should apply easily on other trees. If you would like to have them rebased

[PATCH_V3 2/3] usb: ohci: jz4740: add DT support

2015-01-28 Thread Zubair Lutfullah Kakakhel
From: Paul Burton This is a simple matter of providing a match table, the probe code needs no modification. Signed-off-by: Paul Burton Signed-off-by: Zubair Lutfullah Kakakhel Acked-by: Alan Stern --- drivers/usb/host/ohci-jz4740.c | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH_V4 0/3] usb: ohci: jz4740: Add DT support and a fix

2015-02-03 Thread Zubair Lutfullah Kakakhel
Hi, Here are a few simple patches for the jz4740. First adds a simple DT binding. Seconds adds DT support. Third is a minor fix in clock enabling. Patches are based on 3.19-rc7. Quite disjoint and stay within jz4740 so should apply easily on other trees. If you would like to have them rebased

[PATCH_V4 2/3] usb: ohci: jz4740: add DT support

2015-02-03 Thread Zubair Lutfullah Kakakhel
From: Paul Burton This is a simple matter of providing a match table, the probe code needs no modification. Signed-off-by: Paul Burton Signed-off-by: Zubair Lutfullah Kakakhel Acked-by: Alan Stern --- drivers/usb/host/ohci-jz4740.c | 9 + 1 file changed, 9 insertions(+) diff --git

[PATCH_V4 1/3] dt: usb: jz4740: Add DT binding document for OHCI

2015-02-03 Thread Zubair Lutfullah Kakakhel
From: Paul Burton Add the binding documentation for the JZ4740 OHCI controller. Signed-off-by: Paul Burton Signed-off-by: Zubair Lutfullah Kakakhel --- The jz4740 is platform only at the moment. But DT support is being added See http://patchwork.linux-mips.org/bundle/paulburton/ci20-v3.20

[PATCH_V4 3/3] usb: ohci: jz4740: prepare the clock before enabling it

2015-02-03 Thread Zubair Lutfullah Kakakhel
From: Paul Burton The clock must have been prepared before enabling it. Signed-off-by: Paul Burton Signed-off-by: Zubair Lutfullah Kakakhel Acked-by: Alan Stern -- V2 changes. Add disable_unprepare as well --- drivers/usb/host/ohci-jz4740.c | 6 +++--- 1 file changed, 3 insertions(+), 3

Re: [PATCH_V4 1/3] dt: usb: jz4740: Add DT binding document for OHCI

2015-02-03 Thread Zubair Lutfullah Kakakhel
On 03/02/15 10:32, Lars-Peter Clausen wrote: > On 02/03/2015 11:17 AM, Zubair Lutfullah Kakakhel wrote: > [...] >> V4 Changes >> Removed clock binding because of pending work in clock tree. Will add >> binding later. Rather than introduce a bad binding now and change later