<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/dev/uart/uart.h, branch releng/10.2</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=releng%2F10.2'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2015-05-23T20:54:25Z</updated>
<entry>
<title>MFC r279723, r279724:</title>
<updated>2015-05-23T20:54:25Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2015-05-23T20:54:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=ce1563f57045eaa1141637271a1409facff93ca5'/>
<id>urn:sha1:ce1563f57045eaa1141637271a1409facff93ca5</id>
<content type='text'>
  Define new linker set, UART_FDT_CLASS_AND_DEVICE, for registering full
  (class and device) FDT UART. Define second one, UART_FDT_CLASS, for UART
  class only.

  Move the uart_class definitions and fdt compat data into the individual
  uart implementations, and export them using the new linker-set mechanism.
</content>
</entry>
<entry>
<title>MFC r277132: Rename Exynos UART driver functions. No functional change.</title>
<updated>2015-05-23T19:57:44Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2015-05-23T19:57:44Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=c7c143173c92aa5239bd4872a44e4c66cce19b84'/>
<id>urn:sha1:c7c143173c92aa5239bd4872a44e4c66cce19b84</id>
<content type='text'>
</content>
</entry>
<entry>
<title>MFC r272399, r272602, r274451, r274452:</title>
<updated>2015-05-23T19:27:04Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2015-05-23T19:27:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=678278e199200a967f95ff93013d00b1dcfa81cc'/>
<id>urn:sha1:678278e199200a967f95ff93013d00b1dcfa81cc</id>
<content type='text'>
  Add uart driver for Qualcomm MSM 7000/8000 series chips.
  It is working on IFC6410 board which has Qualcomm Snapdragon SoC.

  Use documented compat string for msm uart.

  Make PL011 UART to wait on putc only when TX FIFO is full

  Make uart_bus_fdt a decendant of ofwbus
</content>
</entry>
<entry>
<title>MFC r261083, r261092, r261126, r261127, r261128, r261129, r261130, r261131</title>
<updated>2014-05-14T23:17:33Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2014-05-14T23:17:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=d0f05b1d6eaef9c30f078c67ceab435149fa9227'/>
<id>urn:sha1:d0f05b1d6eaef9c30f078c67ceab435149fa9227</id>
<content type='text'>
  Add Atmel serial drivers.

  uart clock-frequency is a FreeBSD-specific extention. Make it optional and
  allow the client uart drivers to decide if a frequency is required.

  Remove redundant declaration for uart devclass.
  Commit some unrelated, but harmless, FDT ifdefs.

  Add at91 NAND support, Fix comment.

  Remove obsolete options and fix comments
</content>
</entry>
<entry>
<title>MFC  r256839, r256948, r256950, r257299, r257414, r258057, r259090</title>
<updated>2014-05-14T20:11:20Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2014-05-14T20:11:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a816fa4fb39477219c31974fa0c47c0f1b2a160e'/>
<id>urn:sha1:a816fa4fb39477219c31974fa0c47c0f1b2a160e</id>
<content type='text'>
  Add configuration for the Freescale i.MX53 Quick Start Board.

  Add the Raspberry Pi BSC (I2C compliant) controller driver.

  Add Radxa Rock board (by radxa.com) support.

  Digi-CCWMX53: enable ffec and uart, USB.

  Add support for Freescale Vybrid Family VF600

  Move and rename dwc otg driver to more generic one as it appears to work
  for rk3188 SoC based board too.
</content>
</entry>
<entry>
<title>MFC r257556:</title>
<updated>2013-12-13T22:48:01Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2013-12-13T22:48:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=426abbe389c2e040df2477e7b79236e3f904912f'/>
<id>urn:sha1:426abbe389c2e040df2477e7b79236e3f904912f</id>
<content type='text'>
  Arrange for uart_cpu_fdt's probe() routine to use the same table of compat
  strings as uart_bus_fdt's probe().
</content>
</entry>
<entry>
<title>Add support for uarts other than the serial console in TI OMAP SoCs.</title>
<updated>2013-08-21T14:33:02Z</updated>
<author>
<name>Ian Lepore</name>
<email>ian@FreeBSD.org</email>
</author>
<published>2013-08-21T14:33:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=aef60d8c4a5b5a4d31e56dd0288ec523f64f47bd'/>
<id>urn:sha1:aef60d8c4a5b5a4d31e56dd0288ec523f64f47bd</id>
<content type='text'>
The TI uart hardware is ns16550-compatible, except that before it can
be used the clocks and power have to be enabled and a non-standard
mode control register has to be set to put the device in uart mode
(as opposed to irDa or other serial protocols).  This adds the extra
code in an extension to the standard ns8250 probe routine, and the
rest of the driver is just the standard ns8250 code.
</content>
</entry>
<entry>
<title>Teach UART to attach Exynos/s3/s5 class driver.</title>
<updated>2013-06-29T23:48:08Z</updated>
<author>
<name>Aleksandr Rybalko</name>
<email>ray@FreeBSD.org</email>
</author>
<published>2013-06-29T23:48:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5d490515c3b2fbb8b05bad3fb2d1c280c5b9c81a'/>
<id>urn:sha1:5d490515c3b2fbb8b05bad3fb2d1c280c5b9c81a</id>
<content type='text'>
Submitted by:	Ruslan Bukin &lt;br@bsdpad.com&gt;
Reviewed by:	gonzo
</content>
</entry>
<entry>
<title>Add Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm port.</title>
<updated>2013-04-27T23:07:49Z</updated>
<author>
<name>Wojciech A. Koszek</name>
<email>wkoszek@FreeBSD.org</email>
</author>
<published>2013-04-27T23:07:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=735c7fe55ead40fb9b6d75294d2ae840a00cb149'/>
<id>urn:sha1:735c7fe55ead40fb9b6d75294d2ae840a00cb149</id>
<content type='text'>
Submitted by:	Thomas Skibo &lt;ThomasSkibo (at) sbcglobal.net&gt;
Tested by:	wkoszek (ZedBoard)
Reviewed by:	wkoszek, freebsd-arm@ (no objections raised)
</content>
</entry>
<entry>
<title>Integrate Efika MX project back to home.</title>
<updated>2013-03-20T15:39:27Z</updated>
<author>
<name>Aleksandr Rybalko</name>
<email>ray@FreeBSD.org</email>
</author>
<published>2013-03-20T15:39:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=a2c472e741ff8682553464270bdef82b70635fdb'/>
<id>urn:sha1:a2c472e741ff8682553464270bdef82b70635fdb</id>
<content type='text'>
Sponsored by:	The FreeBSD Foundation
</content>
</entry>
</feed>
