summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_msm.c
AgeCommit message (Collapse)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
2018-01-18Support for UART device found in Qualcomm Snapdragon 410E SoC.Ruslan Bukin
Tested on DragonBoard 410c. Reviewed by: andrew Sponsored by: DARPA, AFRL Differential Revision: https://reviews.freebsd.org/D13972 Notes: svn path=/head/; revision=328132
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
Found with devel/coccinelle. Notes: svn path=/head/; revision=297793
2015-04-11Add support for the uart classes to set their default register shift value.Andrew Turner
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
2015-03-07Move the uart_class definitions and fdt compat data into the individualIan Lepore
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
2014-10-02Add uart driver for Qualcomm MSM 7000/8000 series chips.Ganbold Tsagaankhuu
It is working on IFC6410 board which has Qualcomm Snapdragon SoC. Approved by: stas (mentor) Notes: svn path=/head/; revision=272399