summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_msm.c
Commit message (Collapse)AuthorAgeFilesLines
* Support for UART device found in Qualcomm Snapdragon 410E SoC.Ruslan Bukin2018-01-181-8/+11
| | | | | | | | | | | Tested on DragonBoard 410c. Reviewed by: andrew Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D13972 Notes: svn path=/head/; revision=328132
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
| | | | | | | Found with devel/coccinelle. Notes: svn path=/head/; revision=297793
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-0/+1
| | | | | | | | | | | | | | This is needed with the pl011 driver. Before this change it would default to a shift of 0, however the hardware places the registers at 4-byte addresses meaning the value should be 2. This patch fixes this for the pl011 when configured using the fdt. The other drivers have a default value of 0 to keep this a no-op. MFC after: 1 week Notes: svn path=/head/; revision=281438
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-1/+8
| | | | | | | | | | uart implementations, and export them using the new linker-set mechanism. Differential Revision: https://reviews.freebsd.org/D1993 Submitted by: Michal Meloun Notes: svn path=/head/; revision=279724
* Add uart driver for Qualcomm MSM 7000/8000 series chips.Ganbold Tsagaankhuu2014-10-021-0/+568
It is working on IFC6410 board which has Qualcomm Snapdragon SoC. Approved by: stas (mentor) Notes: svn path=/head/; revision=272399