[PATCH] Documentation: panel-dpi: fix path to display-timing.txt

2016-12-30 Thread yegorslists
From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- Documentation/devicetree/bindings/display/panel/panel-dpi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/display/panel/panel-dpi.txt b/Documentation/devicetree/bindings/display/pan

[PATCH] Documentation: simple-card: add full path to widgets.txt

2016-12-30 Thread yegorslists
From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- Documentation/devicetree/bindings/sound/simple-card.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/simple-card.txt b/Documentation/devicetree/bindings/sound/simple-card.txt

[PATCH 2/2] Documentation: ehci-omap: remove the unnecessary newline

2016-12-15 Thread yegorslists
From: Yegor Yefremov Signed-off-by: Yegor Yefremov --- Documentation/devicetree/bindings/usb/ehci-omap.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/ehci-omap.txt b/Documentation/devicetree/bindings/usb/ehci-omap.txt index 3dc231c..d77e11a 100644

[PATCH 1/2] Documentation: omap-usb-host: fix OMAP OHCI/EHCI file names

2016-12-15 Thread yegorslists
From: Yegor Yefremov OMAP related files are actually named ehci-omap.txt and ohci-omap3.txt. Also add full path to ohci-omap3.txt. Signed-off-by: Yegor Yefremov --- Documentation/devicetree/bindings/mfd/omap-usb-host.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/

[PATCH] Documentation: ti-syscon-reset: fix header path

2016-12-09 Thread yegorslists
From: Yegor Yefremov 'include' was missing from path. Signed-off-by: Yegor Yefremov --- Documentation/devicetree/bindings/reset/ti-syscon-reset.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/reset/ti-syscon-reset.txt b/Documentation/d

[PATCH v2] tty/serial/8250: fix RS485 half-duplex RX

2016-03-24 Thread yegorslists
From: Yegor Yefremov When in half-duplex mode RX will be disabled before TX, but not enabled after deactivating transmitter. This patch enables UART_IER_RLSI and UART_IER_RDI interrupts after TX is over. Cc: Matwey V. Kornilov Signed-off-by: Yegor Yefremov Fixes: e490c9144cfa ("tty: Add softwa

[PATCH] Fixes: e490c9144cfa ("tty: Add software emulated RS485 support for 8250")

2016-03-23 Thread yegorslists
From: Yegor Yefremov When in half-duplex mode RX will be disabled before TX, but not enabled after deactivating transmitter. This patch enables UART_IER_RLSI and UART_IER_RDI interrupts after TX is over. Cc: Matwey V. Kornilov Signed-off-by: Yegor Yefremov --- drivers/tty/serial/8250/8250_por

[PATCH] modedb.txt: fix modedb.c path

2012-11-28 Thread yegorslists
From: Yegor Yefremov Remove "linux" in modedb.c path, otherwise such editors as vi won't be able to jump to this file. Signed-off-by: Yegor Yefremov --- Documentation/fb/modedb.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/fb/modedb.txt b/Documenta