summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorNandor Han <nandor.han@ge.com>2017-06-28 13:15:14 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-06-29 18:08:01 +0300
commita3015affdf76ef279fbbb3710a220bab7e9ea04b (patch)
treee3a3478c72e67d050299fc770f90d9506eac5595 /scripts/gdb/linux/utils.py
parent6376cd39ea0b9a56c3ddfb8c794b7322a7029b63 (diff)
downloadlinux-a3015affdf76ef279fbbb3710a220bab7e9ea04b.tar.xz
serial: imx-serial - move DMA buffer configuration to DT
The size of the DMA buffer can affect the delta time between data being produced and data being consumed. Basically the DMA system will move data to tty buffer when a) DMA buffer is full b) serial line is idle. The situation is visible when producer generates data continuously and there is no possibility for idle line. At this point the DMA buffer is directly affecting the delta time. The patch will add the possibility to configure the DMA buffers in DT, which case by case can be configured separately for every driver instance. The DT configuration is optional and in case missing the driver will use the 4096 buffer with 4 periods (as before), therefore no clients are impacted by this change. Signed-off-by: Nandor Han <nandor.han@ge.com> Signed-off-by: Romain Perier <romain.perier@collabora.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions