| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Correct the PLLA setting functions and centralize. | imp | 2012-08-11 | 5 | -70/+41 |
* | Update comments about setting PLLA and refernce the tables in the | imp | 2012-08-11 | 1 | -6/+15 |
* | Don't use C++ comments. | imp | 2012-08-11 | 1 | -11/+12 |
* | More comments about setting PLLA, or rather that we never do. | imp | 2012-08-10 | 1 | -7/+12 |
* | Add charge pump current register. | imp | 2012-08-10 | 1 | -0/+5 |
* | Allow chip selects other than 0. The SAM9260EK board | imp | 2012-07-31 | 1 | -4/+14 |
* | These files will support the whole at91sam9x5 family when done, | imp | 2012-07-30 | 5 | -8/+7 |
* | List the members of the AT91SAM9G45 family. | imp | 2012-07-30 | 1 | -1/+4 |
* | Fix a couple of comments about the rm9200, and fix a couple of indentation | imp | 2012-07-30 | 1 | -12/+12 |
* | Add the usb device (gadget) side of things. Also add ehci bindings | imp | 2012-07-27 | 1 | -1/+4 |
* | Add new at91sam9g45 support and sn9g45 board to the ATMEL kernel. | imp | 2012-07-27 | 2 | -1/+2 |
* | Turns out the ETHERNUT5 isn't anything like the SAM9260-EK. Make this | imp | 2012-07-27 | 1 | -30/+50 |
* | Add (back?) ohci atmel attachment. | imp | 2012-07-27 | 1 | -0/+4 |
* | Add support for the DesignA Electronics Snapper9g45 System on Module. | andrew | 2012-07-26 | 3 | -0/+68 |
* | Add support for the Atmel AT91SAM9G45 CPU. | andrew | 2012-07-26 | 8 | -4/+844 |
* | Some models have 6 USARTS + DBGU. Set a consistent name. | imp | 2012-07-26 | 1 | -0/+6 |
* | Move unmask IRQ function call up to nexus device level. | gonzo | 2012-07-17 | 1 | -3/+0 |
* | These were never used, remove them. | imp | 2012-07-15 | 2 | -135/+0 |
* | Configure the peripheral pins for MCI devices. Eliminate the now-unused | imp | 2012-07-15 | 7 | -221/+54 |
* | Add preliminary support for Atmel SAM9260-EK evaluation kit. | imp | 2012-07-14 | 3 | -0/+161 |
* | uboot should be telling us it is an ETHERNUT5 for this board. Tag it | imp | 2012-07-14 | 1 | -1/+1 |
* | Create common routines for configuring the serial ports and use them | imp | 2012-07-14 | 6 | -88/+102 |
* | For our at91rm9200 boards, register which subtype of SoC is on the | imp | 2012-07-13 | 7 | -5/+120 |
* | This file is no longer AT91RM9200 specific, but now is generic to all | imp | 2012-07-12 | 2 | -2/+1 |
* | Remember where we found the DBGU and use that for our console. | imp | 2012-07-12 | 3 | -2/+5 |
* | Fix whitespace divot. | imp | 2012-07-12 | 1 | -1/+1 |
* | Complete the transition away from newbus to populate the children to | imp | 2012-07-12 | 6 | -219/+20 |
* | Create the children devices for the SoC in atmelarm bus node, not in | imp | 2012-07-12 | 6 | -83/+26 |
* | Export the interrupt status vector via soc_data. Set the interrupt | imp | 2012-07-12 | 6 | -140/+37 |
* | Make the SoC stuff a little more modular, and start to move away from | imp | 2012-07-11 | 12 | -61/+239 |
* | at91pit->at91_pit for consistnecy with other drivers. | imp | 2012-07-11 | 2 | -21/+22 |
* | at91$DEV->at91_$DEV to match other Atmel drivers. Also, export | imp | 2012-07-11 | 2 | -34/+37 |
* | Remove some more unused code. | imp | 2012-07-10 | 2 | -16/+0 |