Re: [PATCH 2/3, try #3] Blackfin: serial driver for Blackfinarchitecture against Linux kernel 2.6.20

2007-02-08 Thread Mike Frysinger
On 2/7/07, Wu, Bryan <[EMAIL PROTECTED]> wrote: + if (request_irq + (uart->port.irq+1, bfin_serial_int, SA_INTERRUPT | SA_SHIRQ, merely a cosmetic thing atm, but down the line we should convert these SA_* flags to the new IRQF_* ones -mike - To unsubscribe from this list: send t

Re: [PATCH 2/3, try #3] Blackfin: serial driver for Blackfinarchitecture against Linux kernel 2.6.20

2007-02-07 Thread Aubrey Li
On 2/8/07, Russell King <[EMAIL PROTECTED]> wrote: On Wed, Feb 07, 2007 at 06:49:58PM +0800, Wu, Bryan wrote: > Thanks Russell's review, we update the serial core driver according to > Russell's comments. Here is the change log: > > a) use "ttyBF" as blackfin serial name and use new serial major

Re: [PATCH 2/3, try #3] Blackfin: serial driver for Blackfinarchitecture against Linux kernel 2.6.20

2007-02-07 Thread Russell King
On Wed, Feb 07, 2007 at 06:49:58PM +0800, Wu, Bryan wrote: > Thanks Russell's review, we update the serial core driver according to > Russell's comments. Here is the change log: > > a) use "ttyBF" as blackfin serial name and use new serial major/minor number > b) can accept command line serial s

[PATCH 2/3, try #3] Blackfin: serial driver for Blackfinarchitecture against Linux kernel 2.6.20

2007-02-07 Thread Wu, Bryan
Hi folks, Thanks Russell's review, we update the serial core driver according to Russell's comments. Here is the change log: a) use "ttyBF" as blackfin serial name and use new serial major/minor number b) can accept command line serial setting like "console=ttyBF0,115200", delete the baud rate