summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* Fix regression issue after r248910.hselasky2013-04-072-3/+3
* Enable hardware flow control and high speed bulk data transfer in at91 uarts.ian2013-04-011-53/+169
* Fix a typo in the CF device driver name that prevented instantiation.ian2013-03-311-1/+1
* Add userland access to at91 gpio functionality via ioctl calls. Also,ian2013-03-292-29/+228
* Change the API for at91_pio_gpio_get() to return the entire masked setian2013-03-291-3/+1
* Call soc_info.soc_data->soc_clock_init() before at91_pmc_init_clock(), soian2013-03-291-2/+11
* Redo the workaround for at91rm9200 erratum #26 in a way that doesn'tian2013-03-291-15/+9
* Fix a typo: the RXD0 pin is PA18, not PA19.ian2013-03-291-1/+1
* Remove a really noisy printf left over from debugging hardware errata.ian2013-03-291-2/+0
* Functions m_getm2() and m_get2() have different order of arguments,glebius2013-03-121-2/+2
* Use m_get2() to get an mbuf of appropriate size.glebius2013-03-121-6/+3
* Eliminate a redundant #include: machine/pmap.h is already includedalc2013-02-261-1/+0
* Merge from vmobj-rwlock branch:attilio2013-02-261-1/+0
* Initialize vm_max_kernel_address on non-FDT platforms. (This should havealc2013-02-201-1/+2
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-052-6/+6
* Unbreak building a kernel with EHCI: there's no ehci_atmelarm.c.marcel2012-11-261-1/+0
* Reduce differences between these two initarms a bit more.imp2012-11-081-15/+19
* Minor cosmetic changes to bring atmel's initarm and the defaultimp2012-11-071-5/+5
* Loop reading the RTC registers until the same values are obtainedimp2012-10-071-3/+14
* Improve a few comments.imp2012-10-071-6/+11
* Use the RTC unit to get the time. This works on all known AT91SAM9*imp2012-10-072-25/+136
* Create a common set_stackptrs in sys/arm/machdep.c.andrew2012-09-221-11/+2
* Make this work on the AT91SAM9G20:imp2012-08-291-9/+22
* When copying data, use memcpy instead of bcopy. It matches theimp2012-08-291-7/+7
* Make AT91_MCI_ALLOW_OVERCLOCK a real option. Rename old use 30MHz toimp2012-08-281-86/+89
* Clip the upper end to 31MHz for slow clock speeds. On fasterimp2012-08-281-5/+6
* Move to using a flag instead of checking the CPU type eachimp2012-08-281-2/+9
* Style: Move these routines to be before the forward declared functionsimp2012-08-281-12/+12
* Bring in the multi-block patches for mci. These required extensiveimp2012-08-281-193/+664
* Add hint and sysctl support for 4 wire mode.imp2012-08-271-7/+13
* Minor style(9) nit.imp2012-08-271-1/+2
* Don't puprosely overclock the SD bus to 30MHz, make the userimp2012-08-271-11/+91
* Fetch the chip select in the bridge driver, like all the other spiimp2012-08-231-5/+9
* Use proper resource type when freeing.imp2012-08-231-1/+1
* Make some at91_pcm_xxx() functions NULL safe.hselasky2012-08-211-1/+6
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-184-5/+4
* Preliminary Embest ATEB9200 support.imp2012-08-163-0/+79
* Unbreak build for the rest of AT91 platformsgonzo2012-08-152-0/+2
* Unbreak ATMEL kernel buildgonzo2012-08-151-0/+1
* Merging projects/armv6, part 1gonzo2012-08-152-5/+2
* Correct the PLLA setting functions and centralize.imp2012-08-115-70/+41
* Update comments about setting PLLA and refernce the tables in theimp2012-08-111-6/+15
* Don't use C++ comments.imp2012-08-111-11/+12
* More comments about setting PLLA, or rather that we never do.imp2012-08-101-7/+12
* Add charge pump current register.imp2012-08-101-0/+5
* Allow chip selects other than 0. The SAM9260EK boardimp2012-07-311-4/+14
* These files will support the whole at91sam9x5 family when done,imp2012-07-305-8/+7
* List the members of the AT91SAM9G45 family.imp2012-07-301-1/+4
* Fix a couple of comments about the rm9200, and fix a couple of indentationimp2012-07-301-12/+12
OpenPOWER on IntegriCloud