summaryrefslogtreecommitdiffstats
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not change "cachable" attribute for DMA memory allocated withgonzo2012-08-221-4/+0
* After r239366, fix the ti_edma3.c driver to use thekientzle2012-08-221-1/+1
* Make some at91_pcm_xxx() functions NULL safe.hselasky2012-08-211-1/+6
* - Calculate the I2C baud rate to keep them <100 kHz under different TCLKhrs2012-08-211-13/+122
* Add mvts(4) driver for internal thermal sensor found on 88F6282 and 88F6283.hrs2012-08-182-0/+179
* Sort IDs.hrs2012-08-181-1/+1
* Fix build when DEBUG is defined.hrs2012-08-181-2/+5
* - MV_DEV_88F6282 has 256KB 4-way L2 cache.hrs2012-08-181-6/+14
* Fix a bug that could fail to initialize GPIO pins specified in "gpios" becausehrs2012-08-181-1/+1
* Remove machine from the LN2410SBC config, it is set by std.s3c2410andrew2012-08-181-1/+0
* Set machine correctly on ARM. This allows universe to use the correct worldandrew2012-08-1820-13/+22
* The GPIO drivers were initialising their mutexes with type ofrpaulo2012-08-171-2/+1
* Preliminary Embest ATEB9200 support.imp2012-08-165-0/+194
* Hmmm, somehow this file was completely deleted, rather than justimp2012-08-161-0/+48
* Remove unused hints.imp2012-08-161-68/+0
* Unbreak build for the rest of AT91 platformsgonzo2012-08-152-0/+2
* Switch lpc initarm() to use struct arm_boot_params and therefore fixjceel2012-08-151-33/+7
* Unbreak ATMEL kernel buildgonzo2012-08-151-0/+1
* Specify architecture for assemblergonzo2012-08-151-0/+2
* Merging of projects/armv6, part 10gonzo2012-08-1561-0/+19383
* Merging of projects/armv6, part 9gonzo2012-08-155-0/+971
* Merging of projects/armv6, intermissiongonzo2012-08-153-0/+202
* Merging of projects/armv6, part 8gonzo2012-08-1520-0/+6692
* Merging of projects/armv6, part 7gonzo2012-08-1519-185/+1364
* Merging projects/armv6, part 1gonzo2012-08-1561-685/+9908
* Move the decoding of the swi instruction to the syscall function. With theandrew2012-08-111-7/+4
* 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
* After the PHYS_TO_VM_PAGE() function was de-inlined, the main reasonkib2012-08-051-1/+1
* Correctly return EFAULT in copyin & copyout on a fault. This fixes NFSandrew2012-08-042-1/+4
* Ensure we align the stack to 8 bytes in system calls.andrew2012-08-041-0/+3
* Prefer ate over macb. macb doesn't work anymore, and ate has moreimp2012-07-314-4/+1
* Note about where we can boot this.imp2012-07-311-1/+2
* Allow chip selects other than 0. The SAM9260EK boardimp2012-07-311-4/+14
* macb doesn't work, switch to ate.imp2012-07-311-2/+1
* 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
* Commit the dci (gadget) support to the one ATMEL kernel config whereimp2012-07-291-0/+6
* Add usb_template for the gadget support. Even though this isn't aimp2012-07-291-0/+1
* Add support for Marvell 88F6282.hrs2012-07-286-4/+22
* Add gadget devices. Not yet added to the child lists, but here toimp2012-07-271-0/+5
* Add the usb device (gadget) side of things. Also add ehci bindingsimp2012-07-271-1/+4
* Neither of these systems has PCI, but they do have ohci interface, soimp2012-07-272-2/+2
* Add new at91sam9g45 support and sn9g45 board to the ATMEL kernel.imp2012-07-273-1/+3
OpenPOWER on IntegriCloud