Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-11 Thread Paul Mundt
On Tue, Sep 11, 2007 at 07:39:26AM +0100, Adrian McMenamin wrote: > On Tue, 2007-09-11 at 13:27 +0900, Paul Mundt wrote: > > I don't believe the 'or any later version' thing was intended by any of > > the original authors, this should probably be dropped. The original file > > lacked explicit

Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-11 Thread Adrian McMenamin
On Tue, 2007-09-11 at 13:27 +0900, Paul Mundt wrote: > (Adding GregKH to the CC, he needs to Ack this before I can merge it). > > > diff --git a/drivers/sh/maple/maplebus.c b/drivers/sh/maple/maplebus.c > > new file mode 100644 > > index 000..4662463 > > --- /dev/null > > +++

Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-11 Thread Greg KH
On Tue, Sep 11, 2007 at 01:27:16PM +0900, Paul Mundt wrote: > (Adding GregKH to the CC, he needs to Ack this before I can merge it). I do? Why? Oh, it's a new bus, sure, feel free to CC: me on the next round of patches and I'll review them. thanks, greg k-h - To unsubscribe from this list:

Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-11 Thread Greg KH
On Tue, Sep 11, 2007 at 01:27:16PM +0900, Paul Mundt wrote: (Adding GregKH to the CC, he needs to Ack this before I can merge it). I do? Why? Oh, it's a new bus, sure, feel free to CC: me on the next round of patches and I'll review them. thanks, greg k-h - To unsubscribe from this list:

Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-11 Thread Adrian McMenamin
On Tue, 2007-09-11 at 13:27 +0900, Paul Mundt wrote: (Adding GregKH to the CC, he needs to Ack this before I can merge it). diff --git a/drivers/sh/maple/maplebus.c b/drivers/sh/maple/maplebus.c new file mode 100644 index 000..4662463 --- /dev/null +++

Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-11 Thread Paul Mundt
On Tue, Sep 11, 2007 at 07:39:26AM +0100, Adrian McMenamin wrote: On Tue, 2007-09-11 at 13:27 +0900, Paul Mundt wrote: I don't believe the 'or any later version' thing was intended by any of the original authors, this should probably be dropped. The original file lacked explicit terms, so

Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-10 Thread Paul Mundt
(Adding GregKH to the CC, he needs to Ack this before I can merge it). On Tue, Sep 11, 2007 at 12:16:48AM +0100, Adrian McMenamin wrote: > diff --git a/drivers/sh/maple/Makefile b/drivers/sh/maple/Makefile > new file mode 100644 > index 000..f8c39f2 > --- /dev/null > +++

Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-10 Thread Mike Frysinger
On Monday 10 September 2007, Adrian McMenamin wrote: > +config MAPLE > + tristate "Maple Bus Support" > + depends on SH_DREAMCAST > + help > + The Maple Bus is SEGA's serial communication bus for peripherals > + on the Dreamcast. Without this bus support you won't be able

[PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-10 Thread Adrian McMenamin
This adds support for the Maple Bus - Sega's proprietary serial if with peripherals - for the Dreamcast. Signed-off by: Adrian McMenamin <[EMAIL PROTECTED]> diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 54878f0..c1771b7 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -702,6 +702,17

[PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-10 Thread Adrian McMenamin
This adds support for the Maple Bus - Sega's proprietary serial if with peripherals - for the Dreamcast. Signed-off by: Adrian McMenamin [EMAIL PROTECTED] diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 54878f0..c1771b7 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig @@ -702,6 +702,17 @@

Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-10 Thread Mike Frysinger
On Monday 10 September 2007, Adrian McMenamin wrote: +config MAPLE + tristate Maple Bus Support + depends on SH_DREAMCAST + help + The Maple Bus is SEGA's serial communication bus for peripherals + on the Dreamcast. Without this bus support you won't be able to +

Re: [PATCH 1/2] Maple Bus support for SEGA Dreamcast

2007-09-10 Thread Paul Mundt
(Adding GregKH to the CC, he needs to Ack this before I can merge it). On Tue, Sep 11, 2007 at 12:16:48AM +0100, Adrian McMenamin wrote: diff --git a/drivers/sh/maple/Makefile b/drivers/sh/maple/Makefile new file mode 100644 index 000..f8c39f2 --- /dev/null +++