一般这种信息在user guide中的相关模块章节都能查到:
比如你的这个问题:
The 8250 UART driver framework has been used for many years for several processors including x86. Therefore, TI plans on shifting away from omap-serial driver to the generic 8250 framework. 8250 support for OMAP devices was accepted into mainline 3.19 kernel.
Currently there are two UART drivers available to the user and by default the legacy omap-serial driver is used. The current plan is to eventually make the 8250 driver the default for OMAP devices after several kernel releases to insure proper testing.
However, the 8250 driver includes several features that are extremely useful for some users right now.
The biggest new feature is support for DMA when using UART which significantly increases throughput and reliability while at the same time significantly decreasing CPU load. If you will be transferring alot of data via UART at a very high baud rate then it is recommend to use the 8250 driver.
一般这种信息在user guide中的相关模块章节都能查到:
比如你的这个问题:
The 8250 UART driver framework has been used for many years for several processors including x86. Therefore, TI plans on shifting away from omap-serial driver to the generic 8250 framework. 8250 support for OMAP devices was accepted into mainline 3.19 kernel.
Currently there are two UART drivers available to the user and by default the legacy omap-serial driver is used. The current plan is to eventually make the 8250 driver the default for OMAP devices after several kernel releases to insure proper testing.
However, the 8250 driver includes several features that are extremely useful for some users right now.
The biggest new feature is support for DMA when using UART which significantly increases throughput and reliability while at the same time significantly decreasing CPU load. If you will be transferring alot of data via UART at a very high baud rate then it is recommend to use the 8250 driver.
举报