On Fri, 2012-04-06 at 16:13 +0200, John Crispin wrote:
> On 06/04/12 16:08, Conor O'Gorman wrote:
> > compile error happens, as we are trying to initialise a struct with a
> > variable that only resolves at runtime (ltq_is_ase())
> >
> > #define LTQ_USB_INT ((ltq_is_ase()) ? (INT_NUM_IM0_I
On 06/04/12 16:08, Conor O'Gorman wrote:
> compile error happens, as we are trying to initialise a struct with a
> variable that only resolves at runtime (ltq_is_ase())
>
> #define LTQ_USB_INT ((ltq_is_ase()) ? (INT_NUM_IM0_IRL0 + 31) :\
>
On Fri, 2012-04-06 at 15:35 +0200, John Crispin wrote:
> thx for all the patches
>
> On 06/04/12 14:37, Conor O'Gorman wrote:
> > +--- a/arch/mips/lantiq/xway/dev-dwc_otg.c
> > b/arch/mips/lantiq/xway/dev-dwc_otg.c
> > +@@ -43,7 +43,6 @@ static struct resource resources[] =
> > + },
> > +
On 6 April 2012 15:35, John Crispin wrote:
> thx for all the patches
>
> On 06/04/12 14:37, Conor O'Gorman wrote:
>> +--- a/arch/mips/lantiq/xway/dev-dwc_otg.c
>> b/arch/mips/lantiq/xway/dev-dwc_otg.c
>> +@@ -43,7 +43,6 @@ static struct resource resources[] =
>> + },
>> + [1] = {
>> +
thx for all the patches
On 06/04/12 14:37, Conor O'Gorman wrote:
> +--- a/arch/mips/lantiq/xway/dev-dwc_otg.c
> b/arch/mips/lantiq/xway/dev-dwc_otg.c
> +@@ -43,7 +43,6 @@ static struct resource resources[] =
> + },
> + [1] = {
> + .name= "dwc_otg_irq",
> +-
changed irq number and pmu settings.
little bit of fiddling to get the now variable irq into resources.
Signed-off-by: Conor O'Gorman
---
.../patches-3.2/303-fix-dwc-otg-usb-for-ase.patch | 65
1 files changed, 65 insertions(+), 0 deletions(-)
create mode 100644
target/