]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/at91
The change in r236456 (atomic_store_rel not locked) exposed a bug
[FreeBSD/FreeBSD.git] / sys / arm / at91 /
2012-08-29 impMake this work on the AT91SAM9G20:
2012-08-29 impWhen copying data, use memcpy instead of bcopy. It...
2012-08-28 impMake AT91_MCI_ALLOW_OVERCLOCK a real option. Rename...
2012-08-28 impClip the upper end to 31MHz for slow clock speeds....
2012-08-28 impMove to using a flag instead of checking the CPU type...
2012-08-28 impStyle: Move these routines to be before the forward...
2012-08-28 impBring in the multi-block patches for mci. These requir...
2012-08-27 attilioMFC
2012-08-27 impAdd hint and sysctl support for 4 wire mode.
2012-08-27 impMinor style(9) nit.
2012-08-27 impDon't puprosely overclock the SD bus to 30MHz, make...
2012-08-23 impFetch the chip select in the bridge driver, like all...
2012-08-23 impUse proper resource type when freeing.
2012-08-21 hselaskyMake some at91_pcm_xxx() functions NULL safe.
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-18 andrewSet machine correctly on ARM. This allows universe...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-16 impPreliminary Embest ATEB9200 support.
2012-08-15 gonzoUnbreak build for the rest of AT91 platforms
2012-08-15 gonzoUnbreak ATMEL kernel build
2012-08-15 gonzoMerging projects/armv6, part 1
2012-08-11 impCorrect the PLLA setting functions and centralize.
2012-08-11 impUpdate comments about setting PLLA and refernce the...
2012-08-11 impDon't use C++ comments.
2012-08-10 impMore comments about setting PLLA, or rather that we...
2012-08-10 impAdd charge pump current register.
2012-08-08 andrewImport compiler-rt r160957.
2012-08-03 attilioMFC
2012-07-31 impAllow chip selects other than 0. The SAM9260EK board
2012-07-30 impThese files will support the whole at91sam9x5 family...
2012-07-30 impList the members of the AT91SAM9G45 family.
2012-07-30 impFix a couple of comments about the rm9200, and fix...
2012-07-28 mmUpdate libarchive to 3.0.4
2012-07-27 impAdd the usb device (gadget) side of things. Also add...
2012-07-27 impAdd new at91sam9g45 support and sn9g45 board to the...
2012-07-27 impTurns out the ETHERNUT5 isn't anything like the SAM9260...
2012-07-27 impAdd (back?) ohci atmel attachment.
2012-07-26 andrewAdd support for the DesignA Electronics Snapper9g45...
2012-07-26 andrewAdd support for the Atmel AT91SAM9G45 CPU.
2012-07-26 impSome models have 6 USARTS + DBGU. Set a consistent...
2012-07-24 impUpdate to latest git version of dtc to get new dtsv2...
2012-07-17 pfgDtrace: improve handling of library paths.
2012-07-17 gonzoMove unmask IRQ function call up to nexus device level.
2012-07-15 impThese were never used, remove them.
2012-07-15 impConfigure the peripheral pins for MCI devices. Elimina...
2012-07-14 pfgMerge illumos commit 13455:7205f7794835
2012-07-14 impAdd preliminary support for Atmel SAM9260-EK evaluation...
2012-07-14 impuboot should be telling us it is an ETHERNUT5 for this...
2012-07-14 impCreate common routines for configuring the serial ports...
2012-07-13 impFor our at91rm9200 boards, register which subtype of...
2012-07-12 jkimMerge OpenSSL 1.0.1c.
2012-07-12 impThis file is no longer AT91RM9200 specific, but now...
2012-07-12 impRemember where we found the DBGU and use that for our...
2012-07-12 impFix whitespace divot.
2012-07-12 impComplete the transition away from newbus to populate...
2012-07-12 impCreate the children devices for the SoC in atmelarm...
2012-07-12 impExport the interrupt status vector via soc_data. Set...
2012-07-12 attilioMerge from vmcontention
2012-07-12 attilioMFC
2012-07-11 jkimMerge ACPICA 20120711.
2012-07-11 impMake the SoC stuff a little more modular, and start...
2012-07-11 grehanIFC @ r238370
2012-07-11 impat91pit->at91_pit for consistnecy with other drivers.
2012-07-11 impat91$DEV->at91_$DEV to match other Atmel drivers. ...
2012-07-10 impRemove some more unused code.
2012-07-10 impGo ahead and disable the interrupts for the DBGU the...
2012-07-10 impRemove a useless bit of indirection. On all Atmel...
2012-07-10 impPure style mischief. at91_$DEV_ rather than at91$DEV_...
2012-07-10 impMinor rework to eliminate at91rm9200reg.h dependency...
2012-07-10 impCollapse all copies of at91_add_child into at91.c....
2012-07-10 impMissed one of the special AT91SAM9xxx_BASE defines...
2012-07-10 impThe system IRQ is always IRQ 1. Make it so.
2012-07-10 impEliminate the AT91XXXX_BASE for each SoC. AT91_BASE...
2012-07-10 impRemove some unused variables/externs that have been...
2012-07-10 impThere's nothing AT91RM9200 specific about this file...
2012-07-08 attilioMerge from vmcontention
2012-07-07 attilioMFC
2012-07-07 impCreate a generic way to support multiple boards within an
2012-07-01 impCreate a pseudo-lint kernel for all at91 SoCs. This...
2012-07-01 impOpt-in rather than opt-out of the SoC. We don't really...
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-30 mariusExclude at91sam9x25 support, which just wastes space...
2012-06-29 impTweak comment.
2012-06-29 impAdd PIOD, make at91sam9x25 a standard SoC, tweak some...
2012-06-29 impOoops, replaced the at91sam9g20 interrupt list with...
2012-06-29 impInitital support for AT91SAM9X25 SoC and the SAM9X25...
2012-06-23 attilioMFC
2012-06-22 impFix a stray debug that I committed accidentally years...
2012-06-22 impMove these #defines to at91reg.h (where I should have...
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-18 mariusRevert the part of r236495 that introduced checking...
2012-06-18 mariusTry to bring this file closer to style(9).
2012-06-18 mariusUnbreak after r236658 by comparing the right things.
2012-06-16 attilioMFC
2012-06-16 impThrow this debug behind bootverbose. The information...
2012-06-15 impMake it possible to link together a sam and an rm kerne...
2012-06-15 impCollapse the files.at91 and files.at91sam9 back into...
2012-06-15 impTake half a step closer towards having a unified atmel...
2012-06-14 impMore Linux boot support. Create arm_dump_avail_init...
next