Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-29 Thread Alan Cox
> I think Alan's per-arch patch was dependent upon an earlier patch. He > fooled everyone by sending them out in random order, without sequence Sorry about that - I forgot to do it initially so it didn't get ordered sanely > +struct termios_2 { struct termios2 so I also sneaked in a typo.

Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-29 Thread Alan Cox
I think Alan's per-arch patch was dependent upon an earlier patch. He fooled everyone by sending them out in random order, without sequence Sorry about that - I forgot to do it initially so it didn't get ordered sanely +struct termios_2 { struct termios2 so I also sneaked in a typo.

Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-28 Thread Russell King
On Mon, May 28, 2007 at 02:56:32PM -0700, Andrew Morton wrote: > On Mon, 28 May 2007 20:36:58 +0100 Russell King <[EMAIL PROTECTED]> wrote: > > > On Wed, May 23, 2007 at 05:27:39PM +0100, Alan Cox wrote: > > > Add the ioctls and values needed for this to the ARM26/ARM32 ports. The > > > actual

Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-28 Thread Andrew Morton
On Mon, 28 May 2007 20:36:58 +0100 Russell King <[EMAIL PROTECTED]> wrote: > On Wed, May 23, 2007 at 05:27:39PM +0100, Alan Cox wrote: > > Add the ioctls and values needed for this to the ARM26/ARM32 ports. The > > actual code has been in the base kernel for a while and automatically > > turns on

Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-28 Thread Russell King
On Wed, May 23, 2007 at 05:27:39PM +0100, Alan Cox wrote: > Add the ioctls and values needed for this to the ARM26/ARM32 ports. The > actual code has been in the base kernel for a while and automatically > turns on when a port sets the required defines. Did you forget to provide a termios2

Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-28 Thread Russell King
On Wed, May 23, 2007 at 05:27:39PM +0100, Alan Cox wrote: Add the ioctls and values needed for this to the ARM26/ARM32 ports. The actual code has been in the base kernel for a while and automatically turns on when a port sets the required defines. Did you forget to provide a termios2 structure

Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-28 Thread Andrew Morton
On Mon, 28 May 2007 20:36:58 +0100 Russell King [EMAIL PROTECTED] wrote: On Wed, May 23, 2007 at 05:27:39PM +0100, Alan Cox wrote: Add the ioctls and values needed for this to the ARM26/ARM32 ports. The actual code has been in the base kernel for a while and automatically turns on when a

Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-28 Thread Russell King
On Mon, May 28, 2007 at 02:56:32PM -0700, Andrew Morton wrote: On Mon, 28 May 2007 20:36:58 +0100 Russell King [EMAIL PROTECTED] wrote: On Wed, May 23, 2007 at 05:27:39PM +0100, Alan Cox wrote: Add the ioctls and values needed for this to the ARM26/ARM32 ports. The actual code has been

Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-23 Thread Russell King
On Wed, May 23, 2007 at 05:27:39PM +0100, Alan Cox wrote: > Add the ioctls and values needed for this to the ARM26/ARM32 ports. The > actual code has been in the base kernel for a while and automatically > turns on when a port sets the required defines. > > Signed-off-by: Alan Cox <[EMAIL

[PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-23 Thread Alan Cox
Add the ioctls and values needed for this to the ARM26/ARM32 ports. The actual code has been in the base kernel for a while and automatically turns on when a port sets the required defines. Signed-off-by: Alan Cox <[EMAIL PROTECTED]> diff -u --new-file --recursive --exclude-from /usr/src/exclude

[PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-23 Thread Alan Cox
Add the ioctls and values needed for this to the ARM26/ARM32 ports. The actual code has been in the base kernel for a while and automatically turns on when a port sets the required defines. Signed-off-by: Alan Cox [EMAIL PROTECTED] diff -u --new-file --recursive --exclude-from /usr/src/exclude

Re: [PATCH] ARM/ARM26: Enable arbitary speed tty ioctls and split input/output speed

2007-05-23 Thread Russell King
On Wed, May 23, 2007 at 05:27:39PM +0100, Alan Cox wrote: Add the ioctls and values needed for this to the ARM26/ARM32 ports. The actual code has been in the base kernel for a while and automatically turns on when a port sets the required defines. Signed-off-by: Alan Cox [EMAIL PROTECTED]