| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not change "cachable" attribute for DMA memory allocated with | gonzo | 2012-08-22 | 1 | -4/+0 |
* | After r239366, fix the ti_edma3.c driver to use the | kientzle | 2012-08-22 | 1 | -1/+1 |
* | Make some at91_pcm_xxx() functions NULL safe. | hselasky | 2012-08-21 | 1 | -1/+6 |
* | - Calculate the I2C baud rate to keep them <100 kHz under different TCLK | hrs | 2012-08-21 | 1 | -13/+122 |
* | Add mvts(4) driver for internal thermal sensor found on 88F6282 and 88F6283. | hrs | 2012-08-18 | 2 | -0/+179 |
* | Sort IDs. | hrs | 2012-08-18 | 1 | -1/+1 |
* | Fix build when DEBUG is defined. | hrs | 2012-08-18 | 1 | -2/+5 |
* | - MV_DEV_88F6282 has 256KB 4-way L2 cache. | hrs | 2012-08-18 | 1 | -6/+14 |
* | Fix a bug that could fail to initialize GPIO pins specified in "gpios" because | hrs | 2012-08-18 | 1 | -1/+1 |
* | Remove machine from the LN2410SBC config, it is set by std.s3c2410 | andrew | 2012-08-18 | 1 | -1/+0 |
* | Set machine correctly on ARM. This allows universe to use the correct world | andrew | 2012-08-18 | 20 | -13/+22 |
* | The GPIO drivers were initialising their mutexes with type of | rpaulo | 2012-08-17 | 1 | -2/+1 |
* | Preliminary Embest ATEB9200 support. | imp | 2012-08-16 | 5 | -0/+194 |
* | Hmmm, somehow this file was completely deleted, rather than just | imp | 2012-08-16 | 1 | -0/+48 |
* | Remove unused hints. | imp | 2012-08-16 | 1 | -68/+0 |
* | Unbreak build for the rest of AT91 platforms | gonzo | 2012-08-15 | 2 | -0/+2 |
* | Switch lpc initarm() to use struct arm_boot_params and therefore fix | jceel | 2012-08-15 | 1 | -33/+7 |
* | Unbreak ATMEL kernel build | gonzo | 2012-08-15 | 1 | -0/+1 |
* | Specify architecture for assembler | gonzo | 2012-08-15 | 1 | -0/+2 |
* | Merging of projects/armv6, part 10 | gonzo | 2012-08-15 | 61 | -0/+19383 |
* | Merging of projects/armv6, part 9 | gonzo | 2012-08-15 | 5 | -0/+971 |
* | Merging of projects/armv6, intermission | gonzo | 2012-08-15 | 3 | -0/+202 |
* | Merging of projects/armv6, part 8 | gonzo | 2012-08-15 | 20 | -0/+6692 |
* | Merging of projects/armv6, part 7 | gonzo | 2012-08-15 | 19 | -185/+1364 |
* | Merging projects/armv6, part 1 | gonzo | 2012-08-15 | 61 | -685/+9908 |
* | Move the decoding of the swi instruction to the syscall function. With the | andrew | 2012-08-11 | 1 | -7/+4 |
* | 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 |
* | After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason | kib | 2012-08-05 | 1 | -1/+1 |
* | Correctly return EFAULT in copyin & copyout on a fault. This fixes NFS | andrew | 2012-08-04 | 2 | -1/+4 |
* | Ensure we align the stack to 8 bytes in system calls. | andrew | 2012-08-04 | 1 | -0/+3 |
* | Prefer ate over macb. macb doesn't work anymore, and ate has more | imp | 2012-07-31 | 4 | -4/+1 |
* | Note about where we can boot this. | imp | 2012-07-31 | 1 | -1/+2 |
* | Allow chip selects other than 0. The SAM9260EK board | imp | 2012-07-31 | 1 | -4/+14 |
* | macb doesn't work, switch to ate. | imp | 2012-07-31 | 1 | -2/+1 |
* | 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 |
* | Commit the dci (gadget) support to the one ATMEL kernel config where | imp | 2012-07-29 | 1 | -0/+6 |
* | Add usb_template for the gadget support. Even though this isn't a | imp | 2012-07-29 | 1 | -0/+1 |
* | Add support for Marvell 88F6282. | hrs | 2012-07-28 | 6 | -4/+22 |
* | Add gadget devices. Not yet added to the child lists, but here to | imp | 2012-07-27 | 1 | -0/+5 |
* | Add the usb device (gadget) side of things. Also add ehci bindings | imp | 2012-07-27 | 1 | -1/+4 |
* | Neither of these systems has PCI, but they do have ohci interface, so | imp | 2012-07-27 | 2 | -2/+2 |
* | Add new at91sam9g45 support and sn9g45 board to the ATMEL kernel. | imp | 2012-07-27 | 3 | -1/+3 |
* | Document the dataflash/mmc-sd issue. Add umass driver and usb. Boot | imp | 2012-07-27 | 1 | -18/+26 |
* | Turns out the ETHERNUT5 isn't anything like the SAM9260-EK. Make this | imp | 2012-07-27 | 1 | -30/+50 |