Re: [PATCH] netmos 9855 fix

2007-12-12 Thread chri
550A :02:00.0: ttyS1 at I/O 0xda00 (irq = 19) is a 16550A -- Christian Pellegrin, see http://www.evolware.org/chri/ "Real Programmers don't play tennis, or any other sport which requires you to change clothes. Mountain climbing is OK, and Real Programmers wear their climbing boots to wor

Re: [PATCH] max3100 driver

2007-12-12 Thread chri
.platform_data = &max3100_plat_data, .irq= IRQ_EINT12, .max_speed_hz = 5*1000*1000, .chip_select= 0, }, }; ... spi_register_board_info(spi_board_info, ARRAY_SIZE(spi_board_info)); -- Christian Pellegrin, see http://www.evolware.or

Re: [PATCH RESEND] max3100 driver

2007-12-28 Thread chri
a steep increase in serial drivers. Everyone got their > new chips for xmas, eh? :) > > This year I was a bad boy so Santa brought me just a cheap uart. For next Xmas I hope in a WLAN chip or something like that. ;-) -- Christian Pellegrin, see http://www.evolware.org/chri/ "Re

Re: [PATCH] max3100 driver

2007-12-17 Thread chri
with rmmod (and so all of them toghether). Anyway the code I sent is ugly, I will correct and resend. > > Also you should synchronize_irq() after stopping them here. > I see. I guess I will have problems on suspending with serial activity otherwise. Thanks, -- Christian Pellegrin,