summaryrefslogtreecommitdiffstats
path: root/drivers/serial/atmel.c
Commit message (Expand)AuthorAgeFilesLines
* serial: atmel: Add DT compatibility tableAndrey Smirnov2017-03-301-0/+7
* serial: atmel: Check result of clk_get()Andrey Smirnov2017-03-091-0/+5
* driver: workaroud resource request that conflicts with errno PTRJean-Christophe PLAGNIOL-VILLARD2015-01-081-3/+3
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+3
* Merge branch 'for-next/rs485'Sascha Hauer2013-10-071-0/+27
|\
| * atmel_serial: add rs485 supportJean-Christophe PLAGNIOL-VILLARD2013-09-241-0/+27
* | serial: do not set default baudrate at initJean-Christophe PLAGNIOL-VILLARD2013-09-221-2/+0
* | console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
|/
* Introduce console_platform_driver() macro and use it for serial driversAlexander Shiyan2013-03-141-8/+1
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-3/+0
* 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