aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91/uart_dev_at91usart.c
Commit message (Expand)AuthorAgeFilesLines
* Remove Atmel AT91RM9200 and AT91SAM9 support.Warner Losh2018-07-271-877/+0
* sys/arm: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Load the transmit dma buffer at attach time as well. We don't need toWarner Losh2017-06-181-9/+5
* Move the uart_class definitions and fdt compat data into the individualIan Lepore2015-03-071-0/+12
* Style(9) nit: Use tab here.Warner Losh2014-02-271-1/+1
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()Ian Lepore2014-02-121-22/+37
* Before resetting the USART, delay a bit to allow the transmitter toWarner Losh2014-01-261-3/+2
* Make early printf output nicer by inserting a carriage return beforeWarner Losh2014-01-251-0/+4
* Implement support for early printf. You need to define SOCDEV_{PA,VA}Warner Losh2014-01-221-0/+18
* Connect NAND for the SAM9260EK eval board, as well as the HotE HL-201.Warner Losh2014-01-191-16/+23
* Plumb the cn_grab and cn_ungrab routines down into the uartWarner Losh2013-12-211-0/+16
* Enable hardware flow control and high speed bulk data transfer in at91 uarts.Ian Lepore2013-04-011-53/+169
* - Add missing locking in at91_usart_getc().Marius Strobl2012-05-011-117/+157
* Remove pointless semicolons after labelKevin Lo2011-09-301-1/+1
* Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson2011-08-271-21/+4
* Remove support for SKYEYE simulatorWarner Losh2011-01-051-24/+0
* if_ate.c:Olivier Houchard2010-10-061-3/+7
* - Proprely intialize UART parameters at probe stage, so uart(4)Stanislav Sedov2009-08-151-4/+4
* Migrate towards using at91_master_clock. Initialize the clocks forWarner Losh2009-01-221-3/+3
* Tweak the disclaimer section of the license to match COPYRIGHT, forWarner Losh2008-11-251-10/+11
* - Fix two minor errors in at91 code.Stanislav Sedov2008-11-181-1/+1
* Use bus_get_dma_tag() instead of NULL here. Not really needed for atmelWarner Losh2008-10-071-3/+4
* Make the at91 uart(4) driver compile again.Ed Schouten2008-08-021-9/+12
* Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm2008-05-041-2/+13
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-1/+1
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-2/+4
* - Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl2007-01-181-7/+5
* Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn'tOlivier Houchard2006-12-071-1/+10
* Fix ALT_BREAK_TO_DEBUGGER on the AT91 :Olivier Houchard2006-07-201-5/+20
* Be sure to flush the cache after a partial read on timeout. ExpandWarner Losh2006-07-141-3/+7
* MFp4:Warner Losh2006-07-021-53/+208
* Resurrect Skyeye support :Olivier Houchard2006-05-131-12/+12
* MFp4: Catchup with recent UART changes.Olivier Houchard2006-04-061-13/+13
* Optimize the TX side of the part by using the PDC to move bytes out toWarner Losh2006-04-061-27/+99
* MFp4: Handle break interrupts (it seems to only work for USART, not DBGU).Olivier Houchard2006-03-221-2/+12
* Get this to compile with the recent UART changes.Olivier Houchard2006-02-271-3/+3
* Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoCWarner Losh2006-02-041-0/+408