summaryrefslogtreecommitdiffstats
path: root/drivers/serial/atmel.c
Commit message (Expand)AuthorAgeFilesLines
* serial drivers: remove unused type_dataSascha Hauer2012-02-251-1/+0
* uart drivers: use xzalloc instead of xmallocSascha Hauer2011-12-231-1/+1
* introduce io.hSascha Hauer2011-09-221-1/+1
* at91: swtich to clkdevJean-Christophe PLAGNIOL-VILLARD2011-08-101-1/+1
* atmel/drivers: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-1/+1
* at91/serial: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-13/+14
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-2/+1
* at91: implement clock frameworkJean-Christophe PLAGNIOL-VILLARD2010-08-061-5/+27
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machJean-Christophe PLAGNIOL-VILLARD2009-10-221-1/+1
* Get rid of DEVICE_TYPE_CONSOLE usageSascha Hauer2009-07-211-1/+0
* atmel serial: add initialization and baudrate functionsSascha Hauer2008-08-261-16/+36
* add basic at91sam9260 support. Currently only second stageSascha Hauer2008-06-061-0/+391