summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* MFC 265852: Map device memory using PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-181-6/+6
* MFC 262952, 262958, 262966, 262979, 262980, 262986, 262987, 262995, 262997,ian2014-05-172-10/+0
* MFC 257774, 256760, 262916, 262905, 262918, 262919, 262920, 262921, 262924,ian2014-05-177-67/+207
* MFC r262591, r262592, r262593, r262597, r262598, r262599, r262600, r262601,ian2014-05-163-0/+315
* MFC r262534, r262548, r262549, r262552, r262568, r262581, r262583, r262584,ian2014-05-161-1/+1
* MFC r261786, r261789ian2014-05-151-22/+37
* MFC r261681, r261682, r261683, r261684, r261685, r261686, r261687, r261688,ian2014-05-1511-33/+215
* MFC r261643, r261646, r261648, r261649, r261651, r261656, r261657, r261663,ian2014-05-151-17/+19
* MFC r261423, r261424, r261516, r261513, r261562, r261563, r261564, r261565,ian2014-05-151-1/+2
* MFC r261252, r261279, r261304, r261305, r261322, r261336, r261337, r261338,ian2014-05-1518-67/+64
* MFC r260886, r261165, r261171, r261172, r261214ian2014-05-143-8/+107
* MFC r261083, r261092, r261126, r261127, r261128, r261129, r261130, r261131ian2014-05-142-3/+3
* MFC r261038, r261039, r261040, r261041ian2014-05-141-0/+18
* MFC r260695, r260696, r260884, r260885, r260886, r260887ian2014-05-1410-5/+555
* MFC r260092, r260093, r260121, r260180,ian2014-05-141-1/+1
* MFC r257334, r257336, r257337, r257338, r257341, r257342, r257343, r257370,ian2014-05-141-2/+3
* MRC: r260886imp2014-03-021-16/+23
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-2/+2
* MFC r259685:imp2013-12-231-0/+16
* MFC r259212, r259220:ian2013-12-141-14/+23
* MFC r259038, r259039:ian2013-12-141-1/+2
* MFC r258828:ian2013-12-141-1/+1
* MFC r258820: Add definitions for the PIO pins found on recent AT91 SoCs.ian2013-12-141-0/+64
* MFC r258392, r258412:ian2013-12-141-0/+1
* MFC r257648, r257649, r257660:ian2013-12-132-4/+6
* MFC r257258, r257265: Include headers (if_var.h and others) where needed.ian2013-12-131-0/+1
* MFC r257199, r257200, r257217:ian2013-12-132-2/+0
* 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
OpenPOWER on IntegriCloud