summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
...
* Fix the definitioin of AT91SAM9G45_IRQ_PIOE and rename it tokevlo2014-09-271-5/+4
* Remove a bogus AIC.kevlo2014-09-271-2/+1
* Fix the size of AT91SAM9260_PIT_SIZE.kevlo2014-09-261-1/+1
* Fix typos.kevlo2014-09-265-11/+11
* Mechanically convert to if_inc_counter().glebius2014-09-192-16/+16
* Convert the at91_pinctrl driver to use the new fdt_pinctrl interface.ian2014-09-132-79/+58
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-102-2/+4
* Wrap some long lines.imp2014-09-041-20/+34
* Rename OF_xref_phandle() to OF_node_from_xref() and add a new functionian2014-09-011-2/+2
* Make note about reset vs RTOE actions...imp2014-08-181-0/+1
* Remove keyboard entropy [1] from r270105.bz2014-08-171-1/+1
* Add missing license to at91_common.c. It was committed w/o a license.imp2014-08-171-1/+26
* Define at91_master_clock in only one file to eliminate warnings aboutimp2014-08-171-1/+1
* Rename the old initarm_* functions to the new platform_* names. Alsoian2014-08-171-6/+8
* Implement the FDT static pinctl/pinmux spec for Atmel. This willimp2014-08-153-7/+547
* Print the symbolic bit names for the status when we get a timeout.imp2014-08-142-2/+26
* Add AIC to at91sam9260 support, now that it is needed for multipass toimp2014-08-143-1/+3
* Add support for multipass to Atmel, for both FDT and !FDT cases.imp2014-08-144-16/+14
* Start to add FDT support.imp2014-08-142-9/+107
* Add support for FDT and !FDT configs on Atmel, though FDT isn'timp2014-08-141-9/+17
* Don't bother clearing maps for static DMA allocations to NULL. Instead,jhb2014-06-171-1/+0
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-111-8/+7
* Remove extra semicolons.kevlo2014-06-061-3/+3
* When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.ian2014-05-101-6/+6
* Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.cian2014-03-101-1/+0
* The arm exception entry points currently vector through a function pointerian2014-03-091-9/+0
* Remove bogus define that causes compile errors. Most of the definesimp2014-03-091-1/+0
* Move AIC related stuff to own file.imp2014-03-088-66/+203
* Properly round on unmapping.imp2014-03-081-1/+5
* Make at91_soc_id() public.imp2014-03-082-1/+2
* tcb device for fdtimp2014-02-281-0/+105
* shdwc device for fdtimp2014-02-281-0/+105
* Add device node for SDRAMC device. Currently just claims device'simp2014-02-281-0/+105
* Style(9) nit: Use tab here.imp2014-02-271-1/+1
* Honor the disabled status by only grabbing resources and returningimp2014-02-132-0/+18
* Fix board ID too...imp2014-02-131-1/+1
* Fix board name.imp2014-02-131-1/+1
* Rework the EARLY_PRINTF mechanism. Instead of defining a special eprintf()ian2014-02-121-22/+37
* Check in the "real" board_tsc4370 file in place of the stubbed out one.ian2014-02-111-17/+547
* If someone tries to boot a generic ATMEL kernel that has no board_init()ian2014-02-091-0/+5
* Add FDT attachment.imp2014-02-091-1/+16
* FDT attachment...imp2014-02-091-6/+18
* Add TWI attachment for FDT. We're only matching the SAMG20 device forimp2014-02-091-1/+18
* Add FDT attachment.imp2014-02-091-1/+17
* Add FDT attachment. Flag lost functionality with FDT_HACKS so we canimp2014-02-091-1/+26
* Add FDT attachment.imp2014-02-091-1/+19
* Add FDT attachment, plus minor code shuffle.imp2014-02-091-19/+37
* Add FDT attachment.imp2014-02-091-1/+23
* Add FDT matching code.imp2014-02-091-1/+17
* No need to set physmem in each initarm() instance anymore, it's handledian2014-02-091-1/+0
OpenPOWER on IntegriCloud