| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove Atmel AT91RM9200 and AT91SAM9 support. | Warner Losh | 2018-07-27 | 1 | -877/+0 |
* | sys/arm: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
* | Load the transmit dma buffer at attach time as well. We don't need to | Warner Losh | 2017-06-18 | 1 | -9/+5 |
* | Move the uart_class definitions and fdt compat data into the individual | Ian Lepore | 2015-03-07 | 1 | -0/+12 |
* | Style(9) nit: Use tab here. | Warner Losh | 2014-02-27 | 1 | -1/+1 |
* | Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf() | Ian Lepore | 2014-02-12 | 1 | -22/+37 |
* | Before resetting the USART, delay a bit to allow the transmitter to | Warner Losh | 2014-01-26 | 1 | -3/+2 |
* | Make early printf output nicer by inserting a carriage return before | Warner Losh | 2014-01-25 | 1 | -0/+4 |
* | Implement support for early printf. You need to define SOCDEV_{PA,VA} | Warner Losh | 2014-01-22 | 1 | -0/+18 |
* | Connect NAND for the SAM9260EK eval board, as well as the HotE HL-201. | Warner Losh | 2014-01-19 | 1 | -16/+23 |
* | Plumb the cn_grab and cn_ungrab routines down into the uart | Warner Losh | 2013-12-21 | 1 | -0/+16 |
* | Enable hardware flow control and high speed bulk data transfer in at91 uarts. | Ian Lepore | 2013-04-01 | 1 | -53/+169 |
* | - Add missing locking in at91_usart_getc(). | Marius Strobl | 2012-05-01 | 1 | -117/+157 |
* | Remove pointless semicolons after label | Kevin Lo | 2011-09-30 | 1 | -1/+1 |
* | Follow up to r225203 refining break-to-debugger run-time configuration | Robert Watson | 2011-08-27 | 1 | -21/+4 |
* | Remove support for SKYEYE simulator | Warner Losh | 2011-01-05 | 1 | -24/+0 |
* | if_ate.c: | Olivier Houchard | 2010-10-06 | 1 | -3/+7 |
* | - Proprely intialize UART parameters at probe stage, so uart(4) | Stanislav Sedov | 2009-08-15 | 1 | -4/+4 |
* | Migrate towards using at91_master_clock. Initialize the clocks for | Warner Losh | 2009-01-22 | 1 | -3/+3 |
* | Tweak the disclaimer section of the license to match COPYRIGHT, for | Warner Losh | 2008-11-25 | 1 | -10/+11 |
* | - Fix two minor errors in at91 code. | Stanislav Sedov | 2008-11-18 | 1 | -1/+1 |
* | Use bus_get_dma_tag() instead of NULL here. Not really needed for atmel | Warner Losh | 2008-10-07 | 1 | -3/+4 |
* | Make the at91 uart(4) driver compile again. | Ed Schouten | 2008-08-02 | 1 | -9/+12 |
* | Expand kdb_alt_break a little, most commonly used with the option | Peter Wemm | 2008-05-04 | 1 | -2/+13 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson | 2007-12-25 | 1 | -1/+1 |
* | Don't expose the uart_ops structure directly, but instead have | Marcel Moolenaar | 2007-04-02 | 1 | -2/+4 |
* | - Add a uart_rxready() and corresponding device-specific implementations | Marius Strobl | 2007-01-18 | 1 | -7/+5 |
* | Unbreak build for Skyeye: do not attempt to do any DMA, as Skyeye doesn't | Olivier Houchard | 2006-12-07 | 1 | -1/+10 |
* | Fix ALT_BREAK_TO_DEBUGGER on the AT91 : | Olivier Houchard | 2006-07-20 | 1 | -5/+20 |
* | Be sure to flush the cache after a partial read on timeout. Expand | Warner Losh | 2006-07-14 | 1 | -3/+7 |
* | MFp4: | Warner Losh | 2006-07-02 | 1 | -53/+208 |
* | Resurrect Skyeye support : | Olivier Houchard | 2006-05-13 | 1 | -12/+12 |
* | MFp4: Catchup with recent UART changes. | Olivier Houchard | 2006-04-06 | 1 | -13/+13 |
* | Optimize the TX side of the part by using the PDC to move bytes out to | Warner Losh | 2006-04-06 | 1 | -27/+99 |
* | MFp4: Handle break interrupts (it seems to only work for USART, not DBGU). | Olivier Houchard | 2006-03-22 | 1 | -2/+12 |
* | Get this to compile with the recent UART changes. | Olivier Houchard | 2006-02-27 | 1 | -3/+3 |
* | Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoC | Warner Losh | 2006-02-04 | 1 | -0/+408 |