summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add the usb device (gadget) side of things. Also add ehci bindingsimp2012-07-271-1/+4
* Add new at91sam9g45 support and sn9g45 board to the ATMEL kernel.imp2012-07-272-1/+2
* Turns out the ETHERNUT5 isn't anything like the SAM9260-EK. Make thisimp2012-07-271-30/+50
* Add (back?) ohci atmel attachment.imp2012-07-271-0/+4
* Add support for the DesignA Electronics Snapper9g45 System on Module.andrew2012-07-263-0/+68
* Add support for the Atmel AT91SAM9G45 CPU.andrew2012-07-268-4/+844
* Some models have 6 USARTS + DBGU. Set a consistent name.imp2012-07-261-0/+6
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-171-3/+0
* These were never used, remove them.imp2012-07-152-135/+0
* Configure the peripheral pins for MCI devices. Eliminate the now-unusedimp2012-07-157-221/+54
* Add preliminary support for Atmel SAM9260-EK evaluation kit.imp2012-07-143-0/+161
* uboot should be telling us it is an ETHERNUT5 for this board. Tag itimp2012-07-141-1/+1
* Create common routines for configuring the serial ports and use themimp2012-07-146-88/+102
* For our at91rm9200 boards, register which subtype of SoC is on theimp2012-07-137-5/+120
* This file is no longer AT91RM9200 specific, but now is generic to allimp2012-07-122-2/+1
* Remember where we found the DBGU and use that for our console.imp2012-07-123-2/+5
* Fix whitespace divot.imp2012-07-121-1/+1
* Complete the transition away from newbus to populate the children toimp2012-07-126-219/+20
* Create the children devices for the SoC in atmelarm bus node, not inimp2012-07-126-83/+26
* Export the interrupt status vector via soc_data. Set the interruptimp2012-07-126-140/+37
* Make the SoC stuff a little more modular, and start to move away fromimp2012-07-1112-61/+239
* at91pit->at91_pit for consistnecy with other drivers.imp2012-07-112-21/+22
* at91$DEV->at91_$DEV to match other Atmel drivers. Also, exportimp2012-07-112-34/+37
OpenPOWER on IntegriCloud