Re: [PATCH] tty: serial: 8250: remove U6715 16550A auto-detection

2013-03-21 Thread Philippe LANGLAIS
On 03/20/2013 06:21 PM, Greg Kroah-Hartman wrote: > On Tue, Mar 19, 2013 at 08:50:09PM +0100, Philippe Langlais wrote: >> The auto-detection based on 64 bytes fifo size causes troubles >> for the identification of the MultiTechZPX Modems (pci 11c1:0480). >> They loose the a

Re: [PATCH] tty: serial: 8250: remove U6715 16550A auto-detection

2013-03-21 Thread Philippe LANGLAIS
On 03/20/2013 06:21 PM, Greg Kroah-Hartman wrote: On Tue, Mar 19, 2013 at 08:50:09PM +0100, Philippe Langlais wrote: The auto-detection based on 64 bytes fifo size causes troubles for the identification of the MultiTechZPX Modems (pci 11c1:0480). They loose the ability to do hardware flow

[PATCH] tty: serial: 8250: remove U6715 16550A auto-detection

2013-03-19 Thread Philippe Langlais
The auto-detection based on 64 bytes fifo size causes troubles for the identification of the MultiTechZPX Modems (pci 11c1:0480). They loose the ability to do hardware flow control (specifically CTS is never set). Signed-off-by: Philippe Langlais --- drivers/tty/serial/8250/8250.c |9

[PATCH] tty: serial: 8250: remove U6715 16550A auto-detection

2013-03-19 Thread Philippe Langlais
The auto-detection based on 64 bytes fifo size causes troubles for the identification of the MultiTechZPX Modems (pci 11c1:0480). They loose the ability to do hardware flow control (specifically CTS is never set). Signed-off-by: Philippe Langlais philippe.langl...@st.com --- drivers/tty/serial

Re: [PATCH 1/1 v2] ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT

2012-08-24 Thread Philippe LANGLAIS
On 08/24/2012 04:08 PM, Lee Jones wrote: >> I have checked in Snowball schematics and I can confirm that the fixed >> 3.3V regulator is GPIO26 on AB8500 not DB8500, so its numero is >> MOP500_AB8500_PIN_GPIO(26) > We're also using GPIO26 on the DB8500 in the Device Tree solution. > Odd that is

Re: [PATCH 1/1 v2] ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT

2012-08-24 Thread Philippe LANGLAIS
Hi Lee, I have checked in Snowball schematics and I can confirm that the fixed 3.3V regulator is GPIO26 on AB8500 not DB8500, so its numero is MOP500_AB8500_PIN_GPIO(26) and you have first to update the upstream gpio-ab8500 driver. BR, Philippe On 08/24/2012 02:48 PM, Lee Jones wrote: > The

Re: [PATCH 1/1 v2] ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT

2012-08-24 Thread Philippe LANGLAIS
Hi Lee, I have checked in Snowball schematics and I can confirm that the fixed 3.3V regulator is GPIO26 on AB8500 not DB8500, so its numero is MOP500_AB8500_PIN_GPIO(26) and you have first to update the upstream gpio-ab8500 driver. BR, Philippe On 08/24/2012 02:48 PM, Lee Jones wrote: The

Re: [PATCH 1/1 v2] ARM: ux500: Provide SMSC911x fixed-regulator when not booting DT

2012-08-24 Thread Philippe LANGLAIS
On 08/24/2012 04:08 PM, Lee Jones wrote: I have checked in Snowball schematics and I can confirm that the fixed 3.3V regulator is GPIO26 on AB8500 not DB8500, so its numero is MOP500_AB8500_PIN_GPIO(26) We're also using GPIO26 on the DB8500 in the Device Tree solution. Odd that is should