> Then it can use DMA polling post-wakeup? Yes, It will be switched back to DMA polling on UART IRQ. > What do you mean by "user" here? Userspace? Or > "platform data parameter"? platform data parameter > Not platform I think. Per usecase. > Are you not actually thinking about things like the above? > These are usecase requirements, not platform requirements. I mean that: Platform knows the requirement of it's ports (It can be usecase above) and can set the poll rate with platform data parameter. Some port is enough to do with slow poll rate, some need fast poll rate for the fast response. Of course some port don't need rx dma and polling, in this case we can set the poll rate to 0. If we fix the poll rate to the scale of baud rate, we don't have such flexibility. Anyway I just want to know we still need auto scale of poll rate. If this become clear, I will prepare v3 of this patch. Thanks Chanho -- To unsubscribe from this list: send the line "unsubscribe linux-serial" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html