aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Move remaining code and data related to static device mapping into theIan Lepore2013-11-042-4/+6
* Fix typo. Sorry!Nathan Whitehorn2013-10-291-1/+1
* A last BUS_PROBE_NOWILDCARD. Move setting the postfilter function into theNathan Whitehorn2013-10-291-2/+3
* Sweep up a bit of arm-land fallout after r257244; include necessaryIan Lepore2013-10-281-0/+1
* Remove #include <machine/frame.h> from all the arm code that doesn'tIan Lepore2013-10-272-2/+0
* Replace kernel virtual address space allocation with vmem. This providesJeff Roberson2013-08-071-1/+1
* Fix regression issue after r248910.Hans Petter Selasky2013-04-072-3/+3
* Enable hardware flow control and high speed bulk data transfer in at91 uarts.Ian Lepore2013-04-011-53/+169
* Fix a typo in the CF device driver name that prevented instantiation.Ian Lepore2013-03-311-1/+1
* Add userland access to at91 gpio functionality via ioctl calls. Also,Ian Lepore2013-03-292-29/+228
* Change the API for at91_pio_gpio_get() to return the entire masked setIan Lepore2013-03-291-3/+1
* Call soc_info.soc_data->soc_clock_init() before at91_pmc_init_clock(), soIan Lepore2013-03-291-2/+11
* Redo the workaround for at91rm9200 erratum #26 in a way that doesn'tIan Lepore2013-03-291-15/+9
* Fix a typo: the RXD0 pin is PA18, not PA19.Ian Lepore2013-03-291-1/+1
* Remove a really noisy printf left over from debugging hardware errata.Ian Lepore2013-03-291-2/+0
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-2/+2
* Use m_get2() to get an mbuf of appropriate size.Gleb Smirnoff2013-03-121-6/+3
* Eliminate a redundant #include: machine/pmap.h is already includedAlan Cox2013-02-261-1/+0
* Merge from vmobj-rwlock branch:Attilio Rao2013-02-261-1/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should haveAlan Cox2013-02-201-1/+2
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-052-6/+6
* Unbreak building a kernel with EHCI: there's no ehci_atmelarm.c.Marcel Moolenaar2012-11-261-1/+0
* Reduce differences between these two initarms a bit more.Warner Losh2012-11-081-15/+19
* Minor cosmetic changes to bring atmel's initarm and the defaultWarner Losh2012-11-071-5/+5
* Loop reading the RTC registers until the same values are obtainedWarner Losh2012-10-071-3/+14
* Improve a few comments.Warner Losh2012-10-071-6/+11
* Use the RTC unit to get the time. This works on all known AT91SAM9*Warner Losh2012-10-072-25/+136
* Create a common set_stackptrs in sys/arm/machdep.c.Andrew Turner2012-09-221-11/+2
* Make this work on the AT91SAM9G20:Warner Losh2012-08-291-9/+22
* When copying data, use memcpy instead of bcopy. It matches theWarner Losh2012-08-291-7/+7
* Make AT91_MCI_ALLOW_OVERCLOCK a real option. Rename old use 30MHz toWarner Losh2012-08-281-86/+89
* Clip the upper end to 31MHz for slow clock speeds. On fasterWarner Losh2012-08-281-5/+6
* Move to using a flag instead of checking the CPU type eachWarner Losh2012-08-281-2/+9
* Style: Move these routines to be before the forward declared functionsWarner Losh2012-08-281-12/+12
* Bring in the multi-block patches for mci. These required extensiveWarner Losh2012-08-281-193/+664
* Add hint and sysctl support for 4 wire mode.Warner Losh2012-08-271-7/+13
* Minor style(9) nit.Warner Losh2012-08-271-1/+2
* Don't puprosely overclock the SD bus to 30MHz, make the userWarner Losh2012-08-271-11/+91
* Fetch the chip select in the bridge driver, like all the other spiWarner Losh2012-08-231-5/+9
* Use proper resource type when freeing.Warner Losh2012-08-231-1/+1
* Make some at91_pcm_xxx() functions NULL safe.Hans Petter Selasky2012-08-211-1/+6
* Set machine correctly on ARM. This allows universe to use the correct worldAndrew Turner2012-08-184-5/+4
* Preliminary Embest ATEB9200 support.Warner Losh2012-08-163-0/+79
* Unbreak build for the rest of AT91 platformsOleksandr Tymoshenko2012-08-152-0/+2
* Unbreak ATMEL kernel buildOleksandr Tymoshenko2012-08-151-0/+1
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-152-5/+2
* Correct the PLLA setting functions and centralize.Warner Losh2012-08-115-70/+41
* Update comments about setting PLLA and refernce the tables in theWarner Losh2012-08-111-6/+15
* Don't use C++ comments.Warner Losh2012-08-111-11/+12
* More comments about setting PLLA, or rather that we never do.Warner Losh2012-08-101-7/+12