aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/at91
Commit message (Expand)AuthorAgeFilesLines
* Create release/8.0.0 for the 8.0-RELEASE.release/8.0.0_cvsKen Smith2009-11-2145-45/+45
* - Merge r196246:Stanislav Sedov2009-08-151-4/+4
* Map DPCPU pages into ARM kernel VA space.Rafal Jaworowski2009-07-011-0/+5
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-3/+3
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-231-0/+5
* strict kobj signatures: number of fixes for arm architectureAndriy Gapon2009-06-113-4/+4
* Eliminate devclass_find_free_unit call here, since -1 gives the sameWarner Losh2009-06-101-1/+1
* Pass the previously returned IRQ back to arm_get_next_irq() so thatMarcel Moolenaar2009-06-091-2/+1
* Delete the old USB stack. The new stack has settled in and has all theAndrew Thompson2009-05-271-231/+0
* Fix name for driver to assign to the SPI device.Warner Losh2009-05-151-1/+1
* - Set MAC address in ateinit, so it can be changed later.Stanislav Sedov2009-05-131-8/+7
* - Style(9) and consistency nitpicking.Stanislav Sedov2009-05-131-72/+88
* - Make SPI bus bridge be non-arch dependent by using more genericOleksandr Tymoshenko2009-05-131-1/+1
* - Resurrect the debug printf message I accidentally droppedStanislav Sedov2009-05-121-1/+4
* - Eliminate extra register reads by using a variable to storeStanislav Sedov2009-05-121-16/+28
* - Implement detach path.Stanislav Sedov2009-05-121-82/+143
* - Fix build with INVARIANTS enabled.Stanislav Sedov2009-05-101-2/+2
* - Fix multicast operation that I broke in previous commit.Stanislav Sedov2009-05-101-16/+44
* - Fix promisc/multicast/broadcast parameters setting by introducing theStanislav Sedov2009-05-101-12/+53
* - Whitespace nitpicking.Stanislav Sedov2009-04-231-7/+7
* - Add the driver for AT91RM9200 CompactFlash controller. The driverStanislav Sedov2009-04-225-0/+302
* MFp4 //depot/projects/usb@159992Andrew Thompson2009-04-051-2/+0
* Move to new usb stack that puts the front-end bus attachments with theWarner Losh2009-02-271-1/+1
* Move to having a caps flag. Newer versions of the AT91 family don'tWarner Losh2009-01-231-13/+21
* Don't over-commit the DMA. Use the passed in size of the transferWarner Losh2009-01-221-2/+1
* Migrate towards using at91_master_clock. Initialize the clocks forWarner Losh2009-01-223-5/+12
* Use at91_master_clock instead of AT91C_MASTER_CLOCK.Warner Losh2009-01-222-2/+3
* Remove now-redundant declaration.Warner Losh2009-01-221-1/+0
* Store at91_master_clock in a global variable as opposed to a compileWarner Losh2009-01-222-0/+4
* o The f_max is really at91_master_clock / 2, not 30MHz, so compute it as such.Warner Losh2009-01-211-3/+6
* Implement MMCBR_IVAR_CAPS. It should better be implemented, or resultsAlexander Motin2009-01-201-0/+4
* - Fix spelling error in comments.Stanislav Sedov2008-12-011-1/+1
* - Get rid of extra include file, erroneously added by theStanislav Sedov2008-11-301-1/+0
* - Obtain main clock frequency dynamically based on CKGR_MCFR registerStanislav Sedov2008-11-301-6/+50
* opt_at91.h isn't needed here at all anymore, since the board initWarner Losh2008-11-301-1/+0
* Convert BWCT and HL200 over to new board mechanism as well. TheWarner Losh2008-11-259-19/+238
* Start to make it easier to add AT91RM9200 based boards:Warner Losh2008-11-257-52/+135
* Whitespace nit.Warner Losh2008-11-251-2/+2
* Save boot args.Warner Losh2008-11-251-0/+5
* more silly whitespace changes.Warner Losh2008-11-251-4/+2
* Fix various whitespace botches, mostly having them at the end of a line.Warner Losh2008-11-251-15/+13
* Replace disclaimer with the one from COPYRIGHT. Joint authors aggreedWarner Losh2008-11-253-30/+33
* Replace three magic constants with L1_S_SIZE, since that's what isWarner Losh2008-11-251-3/+3
* Tweak the disclaimer section of the license to match COPYRIGHT, forWarner Losh2008-11-2527-270/+298
* - Fix two minor errors in at91 code.Stanislav Sedov2008-11-182-2/+2
* Allow card reader bridge driver to report maximum supported transfer size.Alexander Motin2008-10-291-0/+4
* - Add stream bus_space operations.Stanislav Sedov2008-10-261-0/+36
* - Add a missing NULL-pointer check.Stanislav Sedov2008-10-261-2/+4
* Use bus_get_dma_tag() instead of NULL here. Not really needed for atmelWarner Losh2008-10-074-17/+18
* Properly implement read only. Also, the caps implementation is wrongWarner Losh2008-09-301-5/+1