summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/serial/samsung_uart.txt (follow)
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: serial: Convert Samsung UART bindings to json-schemaKrzysztof Kozlowski2019-11-051-58/+0
| | | | | | | | Convert Samsung S3C/S5P/Exynos Serial/UART bindings to DT schema format using json-schema. Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: Rob Herring <robh@kernel.org>
* serial: samsung: get fifosize via device treeNaveen Krishna Chatradhi2014-07-181-0/+4
| | | | | | | | | | | | | | UART modules on some SoCs only differ in the fifosize of each UART channel. Its useless to duplicate the drv_data structure or create a compatible name for such a change. We can get fifosize via the device tree nodes (not mandating it). Also updates the documentation. Signed-off-by: Naveen Krishna Chatradhi <ch.naveen@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* Documentation: devicetree: Update samsung UART bindingsTomasz Figa2014-07-101-6/+46
| | | | | | | | | The primary purpose of this patch is to add information about (now required) aliases of UART ports. However the documentation currently is heavily outdated and so this patch also takes care of this. Signed-off-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* serial: samsung: add device tree supportThomas Abraham2011-12-231-0/+14
Add device tree based discovery support for Samsung's uart controller. Cc: Ben Dooks <ben-linux@fluff.org> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Thomas Abraham <thomas.abraham@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>