| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r259685: | imp | 2013-12-23 | 1 | -0/+16 |
* | MFC r259212, r259220: | ian | 2013-12-14 | 1 | -14/+23 |
* | MFC r259038, r259039: | ian | 2013-12-14 | 1 | -1/+2 |
* | MFC r258828: | ian | 2013-12-14 | 1 | -1/+1 |
* | MFC r258820: Add definitions for the PIO pins found on recent AT91 SoCs. | ian | 2013-12-14 | 1 | -0/+64 |
* | MFC r258392, r258412: | ian | 2013-12-14 | 1 | -0/+1 |
* | MFC r257648, r257649, r257660: | ian | 2013-12-13 | 2 | -4/+6 |
* | MFC r257258, r257265: Include headers (if_var.h and others) where needed. | ian | 2013-12-13 | 1 | -0/+1 |
* | MFC r257199, r257200, r257217: | ian | 2013-12-13 | 2 | -2/+0 |
* | Replace kernel virtual address space allocation with vmem. This provides | jeff | 2013-08-07 | 1 | -1/+1 |
* | Fix regression issue after r248910. | hselasky | 2013-04-07 | 2 | -3/+3 |
* | Enable hardware flow control and high speed bulk data transfer in at91 uarts. | ian | 2013-04-01 | 1 | -53/+169 |
* | Fix a typo in the CF device driver name that prevented instantiation. | ian | 2013-03-31 | 1 | -1/+1 |
* | Add userland access to at91 gpio functionality via ioctl calls. Also, | ian | 2013-03-29 | 2 | -29/+228 |
* | Change the API for at91_pio_gpio_get() to return the entire masked set | ian | 2013-03-29 | 1 | -3/+1 |
* | Call soc_info.soc_data->soc_clock_init() before at91_pmc_init_clock(), so | ian | 2013-03-29 | 1 | -2/+11 |
* | Redo the workaround for at91rm9200 erratum #26 in a way that doesn't | ian | 2013-03-29 | 1 | -15/+9 |
* | Fix a typo: the RXD0 pin is PA18, not PA19. | ian | 2013-03-29 | 1 | -1/+1 |
* | Remove a really noisy printf left over from debugging hardware errata. | ian | 2013-03-29 | 1 | -2/+0 |
* | Functions m_getm2() and m_get2() have different order of arguments, | glebius | 2013-03-12 | 1 | -2/+2 |
* | Use m_get2() to get an mbuf of appropriate size. | glebius | 2013-03-12 | 1 | -6/+3 |
* | Eliminate a redundant #include: machine/pmap.h is already included | alc | 2013-02-26 | 1 | -1/+0 |
* | Merge from vmobj-rwlock branch: | attilio | 2013-02-26 | 1 | -1/+0 |
* | Initialize vm_max_kernel_address on non-FDT platforms. (This should have | alc | 2013-02-20 | 1 | -1/+2 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 2 | -6/+6 |
* | Unbreak building a kernel with EHCI: there's no ehci_atmelarm.c. | marcel | 2012-11-26 | 1 | -1/+0 |
* | Reduce differences between these two initarms a bit more. | imp | 2012-11-08 | 1 | -15/+19 |
* | Minor cosmetic changes to bring atmel's initarm and the default | imp | 2012-11-07 | 1 | -5/+5 |
* | Loop reading the RTC registers until the same values are obtained | imp | 2012-10-07 | 1 | -3/+14 |
* | Improve a few comments. | imp | 2012-10-07 | 1 | -6/+11 |
* | Use the RTC unit to get the time. This works on all known AT91SAM9* | imp | 2012-10-07 | 2 | -25/+136 |
* | Create a common set_stackptrs in sys/arm/machdep.c. | andrew | 2012-09-22 | 1 | -11/+2 |
* | Make this work on the AT91SAM9G20: | imp | 2012-08-29 | 1 | -9/+22 |
* | When copying data, use memcpy instead of bcopy. It matches the | imp | 2012-08-29 | 1 | -7/+7 |
* | Make AT91_MCI_ALLOW_OVERCLOCK a real option. Rename old use 30MHz to | imp | 2012-08-28 | 1 | -86/+89 |
* | Clip the upper end to 31MHz for slow clock speeds. On faster | imp | 2012-08-28 | 1 | -5/+6 |
* | Move to using a flag instead of checking the CPU type each | imp | 2012-08-28 | 1 | -2/+9 |
* | Style: Move these routines to be before the forward declared functions | imp | 2012-08-28 | 1 | -12/+12 |
* | Bring in the multi-block patches for mci. These required extensive | imp | 2012-08-28 | 1 | -193/+664 |
* | Add hint and sysctl support for 4 wire mode. | imp | 2012-08-27 | 1 | -7/+13 |
* | Minor style(9) nit. | imp | 2012-08-27 | 1 | -1/+2 |
* | Don't puprosely overclock the SD bus to 30MHz, make the user | imp | 2012-08-27 | 1 | -11/+91 |
* | Fetch the chip select in the bridge driver, like all the other spi | imp | 2012-08-23 | 1 | -5/+9 |
* | Use proper resource type when freeing. | imp | 2012-08-23 | 1 | -1/+1 |
* | Make some at91_pcm_xxx() functions NULL safe. | hselasky | 2012-08-21 | 1 | -1/+6 |
* | Set machine correctly on ARM. This allows universe to use the correct world | andrew | 2012-08-18 | 4 | -5/+4 |
* | Preliminary Embest ATEB9200 support. | imp | 2012-08-16 | 3 | -0/+79 |
* | Unbreak build for the rest of AT91 platforms | gonzo | 2012-08-15 | 2 | -0/+2 |
* | Unbreak ATMEL kernel build | gonzo | 2012-08-15 | 1 | -0/+1 |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 2 | -5/+2 |