[PATCH 1/5] m68k/atari: EtherNAT - change number of Atari interrupts to make room for EtherNAT interrupts

2012-03-31 Thread Michael Schmitz
Hi All, The following patch is one in a series of patches in relation to getting interrupt-driven Ethernet and USB drivers supported on the Atari Falcon EtherNAT board. Whoever does have a Falcon with EtherNAT (and CT60, preferably) running Linux please try out this patch series to help testi

[PATCH 2/5] m68k/atari: EtherNAT - add ISP1160 platform data

2012-03-31 Thread Michael Schmitz
Hi All, Part 2 in the EtherNAT patch series - USB host controller platform data. Signed-off-by: Michael Schmitz -- arch/m68k/atari/config.c | 63 - 1 files changed, 61 insertions(+), 2 deletions(-) diff --git a/arch/m68k/atari/config.c b/arch/m68

[PATCH 3/5] m68k/atari: EtherNAT - register EtherNAT platform devices only when probed

2012-03-31 Thread Michael Schmitz
Hi All, Part 3 in the EtherNAT series - only register platform devices if the card is present. Signed-off-by: Michael Schmitz -- arch/m68k/atari/config.c | 13 - 1 files changed, 12 insertions(+), 1 deletions(-) diff --git a/arch/m68k/atari/config.c b/arch/m68k/atari/config.c i

[PATCH 4/5] m68k/atari: EtherNAT - fix dumb compile error

2012-03-31 Thread Michael Schmitz
Hi All, Part 4 in the EtherNAT series - forgot to include isp116x.h, oops. Signed-off-by: Michael Schmitz -- arch/m68k/atari/config.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/m68k/atari/config.c b/arch/m68k/atari/config.c index 92bf83a..aceebc2 100644 --- a/

[PATCH 5/5] m68k/atari: EtherNAT - enable USB HCD config option on Atari

2012-03-31 Thread Michael Schmitz
Hi All, Part 5 in the EtherNAT series: actually enable the necessary USB HCD support option to be able to chose the ISP116x USB driver on Atari. Signed-off-by: Michael Schmitz -- arch/m68k/Kconfig.machine |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/m68k/Kconf

Re: [PATCH 6/5] m68k/atari: EtherNAT - use correct irq flag in atari_91C111

2012-03-31 Thread Michael Schmitz
Michael Schmitz wrote: Part 5 in the EtherNAT series: actually enable the necessary USB HCD support option to be able to chose the ISP116x USB driver on Atari. And another one (I feel a Monty Python pun coming on): make sure the 91C111 driver is prepared to share the interrupt, otherwise it wo