| Commit message (Expand) | Author | Age | Files | Lines |
* | - Fix spelling error in comments. | stas | 2008-12-01 | 1 | -1/+1 |
* | - Get rid of extra include file, erroneously added by the | stas | 2008-11-30 | 1 | -1/+0 |
* | - Obtain main clock frequency dynamically based on CKGR_MCFR register | stas | 2008-11-30 | 1 | -6/+50 |
* | opt_at91.h isn't needed here at all anymore, since the board init | imp | 2008-11-30 | 1 | -1/+0 |
* | Convert BWCT and HL200 over to new board mechanism as well. The | imp | 2008-11-25 | 9 | -19/+238 |
* | Start to make it easier to add AT91RM9200 based boards: | imp | 2008-11-25 | 7 | -52/+135 |
* | Whitespace nit. | imp | 2008-11-25 | 1 | -2/+2 |
* | Save boot args. | imp | 2008-11-25 | 1 | -0/+5 |
* | more silly whitespace changes. | imp | 2008-11-25 | 1 | -4/+2 |
* | Fix various whitespace botches, mostly having them at the end of a line. | imp | 2008-11-25 | 1 | -15/+13 |
* | Replace disclaimer with the one from COPYRIGHT. Joint authors aggreed | imp | 2008-11-25 | 3 | -30/+33 |
* | Replace three magic constants with L1_S_SIZE, since that's what is | imp | 2008-11-25 | 1 | -3/+3 |
* | Tweak the disclaimer section of the license to match COPYRIGHT, for | imp | 2008-11-25 | 27 | -270/+298 |
* | - Fix two minor errors in at91 code. | stas | 2008-11-18 | 2 | -2/+2 |
* | Allow card reader bridge driver to report maximum supported transfer size. | mav | 2008-10-29 | 1 | -0/+4 |
* | - Add stream bus_space operations. | stas | 2008-10-26 | 1 | -0/+36 |
* | - Add a missing NULL-pointer check. | stas | 2008-10-26 | 1 | -2/+4 |
* | Use bus_get_dma_tag() instead of NULL here. Not really needed for atmel | imp | 2008-10-07 | 4 | -17/+18 |
* | Properly implement read only. Also, the caps implementation is wrong | imp | 2008-09-30 | 1 | -5/+1 |
* | Implement MMCBR_IVAR_CAPS for AT91 MCI device. | imp | 2008-09-28 | 1 | -0/+5 |
* | Turn some lame pseudo-code into a less lame comment. | imp | 2008-09-05 | 1 | -8/+1 |
* | Kill bogus #if 0'd stuff for interrupts. They don't happen, and this | imp | 2008-09-05 | 1 | -16/+0 |
* | Kill vestiges of the special case code we once had in place for usb | imp | 2008-09-05 | 1 | -12/+2 |
* | Kill bogus #if 1. There's no need for it since usb works these days. | imp | 2008-09-05 | 1 | -2/+0 |
* | Use a locally assigned address rather than stealing Atmel's which | imp | 2008-08-31 | 1 | -4/+6 |
* | - Fix comment. | stas | 2008-08-31 | 1 | -3/+3 |
* | - Try to look for MAC address in all SA registers, not only in the | stas | 2008-08-30 | 1 | -16/+37 |
* | - Style fix. | stas | 2008-08-30 | 1 | -1/+1 |
* | Provide hooks into the GPIO lines and the ability to set/clear | imp | 2008-08-19 | 2 | -0/+47 |
* | Use the proper clock domain for the usb host controller. | imp | 2008-08-19 | 1 | -1/+1 |
* | Add IRQ line for usb device. I'm not 100% sure this is the right | imp | 2008-08-19 | 1 | -1/+1 |
* | Add locking to the various iicbus(4) bridge drivers: | jhb | 2008-08-04 | 1 | -0/+7 |
* | Make the at91 uart(4) driver compile again. | ed | 2008-08-02 | 1 | -9/+12 |
* | - Whitespace fixes. | stas | 2008-07-22 | 1 | -35/+35 |
* | fix multicast hash register definition | ticso | 2008-07-12 | 1 | -2/+2 |
* | Since we create a DMA tag "mtag" for TX map with bus_dmamap_create(), | wkoszek | 2008-06-09 | 1 | -2/+2 |
* | Release the resources for the registers for the TWI device with | imp | 2008-05-28 | 1 | -1/+1 |
* | Expand kdb_alt_break a little, most commonly used with the option | peter | 2008-05-04 | 1 | -2/+13 |
* | On the AT91, we need to write on the EOI register after we handle an | cognet | 2008-04-20 | 1 | -0/+10 |
* | Take the first baby step towards unifying and cleaning up arminit(): | imp | 2008-04-03 | 1 | -53/+3 |
* | Remove unnecessary #define. | imp | 2008-04-03 | 1 | -1/+0 |
* | Add a missing \n. | cognet | 2008-01-07 | 1 | -1/+1 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | rwatson | 2007-12-25 | 1 | -1/+1 |
* | - Fix a typo in comments. | stas | 2007-12-23 | 1 | -1/+1 |
* | Actually program the interrupt controller for priorities. As we | imp | 2007-12-19 | 1 | -3/+43 |
* | Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULL | kevlo | 2007-12-17 | 1 | -1/+1 |
* | - Don't return 0xffff if PHY id isn't equal 0. This allows PHYs with | stas | 2007-12-16 | 1 | -2/+0 |
* | Fix for the panic("vm_thread_new: kstack allocation failed") and | kib | 2007-11-05 | 1 | -1/+1 |
* | kill commented out line of code. | imp | 2007-10-29 | 1 | -1/+0 |
* | Add an option to be able to override the value of the AT91 master clock | cognet | 2007-10-25 | 1 | -0/+2 |