summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91.c
Commit message (Expand)AuthorAgeFilesLines
* Move arm's devmap to some generic place, so it can be usedbr2016-04-261-1/+1
* Fix the resource_list_print_type() calls to use uintmax_t.jhibbits2016-03-221-3/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-271-2/+2
* We don't need at91_bs_tag. arm_base_bs_tag works now that we haveimp2016-01-161-160/+3
* Use explicit initializer style, fill in missing functions.ian2015-01-211-70/+70
* For some reason, all the arm bus_space functions that work with uint16ian2015-01-211-15/+14
* Revise the arm bus_space implementation to avoid dereferencing the tag onian2015-01-211-12/+7
* Unify interrupts bit definition and usage. While here remove PSR_C_bit.andrew2014-09-101-1/+2
* Add AIC to at91sam9260 support, now that it is needed for multipass toimp2014-08-141-1/+1
* 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
OpenPOWER on IntegriCloud