summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91.c
Commit message (Expand)AuthorAgeFilesLines
* Move AIC related stuff to own file.imp2014-03-081-66/+9
* Properly round on unmapping.imp2014-03-081-1/+5
* Switch to using PAs rather than VAs for the addresses we map forimp2014-01-311-9/+21
* When mapping an address, the bsh needs the same offset we do for otherimp2014-01-311-1/+1
* Bus space handles need to be the VA of the requested resource, not theimp2014-01-251-2/+4
* Set the SoC name for the atmelbus name.imp2013-12-301-1/+1
* Move remaining code and data related to static device mapping into theian2013-11-041-2/+3
* Fix typo. Sorry!nwhitehorn2013-10-291-1/+1
* A last BUS_PROBE_NOWILDCARD. Move setting the postfilter function into thenwhitehorn2013-10-291-2/+3
* Replace kernel virtual address space allocation with vmem. This providesjeff2013-08-071-1/+1
* Move unmask IRQ function call up to nexus device level.gonzo2012-07-171-3/+0
* Fix whitespace divot.imp2012-07-121-1/+1
* Complete the transition away from newbus to populate the children toimp2012-07-121-0/+1
* Create the children devices for the SoC in atmelarm bus node, not inimp2012-07-121-6/+16
* Export the interrupt status vector via soc_data. Set the interruptimp2012-07-121-2/+26
* Remove a useless bit of indirection. On all Atmel ARM products, irq 1imp2012-07-101-1/+1
* Collapse all copies of at91_add_child into at91.c. They wereimp2012-07-101-2/+39
* Strip trailing whitespace before other changes.imp2012-06-131-9/+9
* Enhance the Atmel SoC chip identification routines to account for moreimp2012-06-061-2/+0
* Compute the master clock frequency, so we no longer need to have itimp2012-05-291-4/+0
* Be a little less magical, not that these values are likely to change...imp2012-05-211-4/+4
* Check the return value of BUS_SETUP_INTR()kevlo2011-10-271-2/+6
* if_ate.c:cognet2010-10-061-316/+53
* Pass the previously returned IRQ back to arm_get_next_irq() so thatmarcel2009-06-091-2/+1
* Fix name for driver to assign to the SPI device.imp2009-05-151-1/+1
* - Add the driver for AT91RM9200 CompactFlash controller. The driverstas2009-04-221-0/+8
* Store at91_master_clock in a global variable as opposed to a compileimp2009-01-221-0/+2
* Tweak the disclaimer section of the license to match COPYRIGHT, forimp2008-11-251-10/+11
* - Add stream bus_space operations.stas2008-10-261-0/+36
* - Add a missing NULL-pointer check.stas2008-10-261-2/+4
* Kill vestiges of the special case code we once had in place for usbimp2008-09-051-12/+2
* Add IRQ line for usb device. I'm not 100% sure this is the rightimp2008-08-191-1/+1
* On the AT91, we need to write on the EOI register after we handle ancognet2008-04-201-0/+10
* Actually program the interrupt controller for priorities. As weimp2007-12-191-3/+43
* Use M_NOWAIT instead of M_WAITOK to cause malloc() to return NULLkevlo2007-12-171-1/+1
* o substitute INTR_FAST with FILTER in a panic message.piso2007-03-061-3/+3
* Fix attach of at91_pio() after bus_setup_intr() modification.piso2007-02-251-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-3/+3
* MFp4: Tweak descriptions in preparation for porting to other members ofimp2006-11-201-4/+4
* change bus space unmap protoypesam2006-11-191-1/+1
* Relocate the vector page for AT91, to work around bugs with the LOW_VECTORcognet2006-08-281-4/+8
* We have an implementation of generic_bs_rr_1, so use it, as some drivers usecognet2006-05-191-1/+1
* Resurrect Skyeye support :cognet2006-05-131-0/+8
* When returning a resource that we've allocated with rman_reserve_resource,imp2006-04-201-0/+1
* Add debug writes in error cases that, in theory, should never happenimp2006-04-061-2/+5
* MFp4:imp2006-03-181-49/+195
* Use the correct address for the ohci device.imp2006-02-111-1/+1
* Import support for the Atmel AT91RM9200 CPU/Microcontroller. This SoCimp2006-02-041-0/+516
OpenPOWER on IntegriCloud