summaryrefslogtreecommitdiffstats
path: root/drivers/serial/amba-pl011.c
Commit message (Expand)AuthorAgeFilesLines
* amba: pl011: add support for regulatorJean-Christophe PLAGNIOL-VILLARD2015-02-041-0/+11
* serial: do not set default baudrate at initJean-Christophe PLAGNIOL-VILLARD2013-09-221-4/+0
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
* amba: pl011: set RTS during initializationRob Herring2013-02-181-1/+1
* Merge branch 'for-next/remove-fsf-address'Sascha Hauer2012-10-031-4/+0
|\
| * Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* | amba-pl011: add st specific initJean-Christophe PLAGNIOL-VILLARD2012-09-111-2/+38
* | amba-pl011: switch to amba busJean-Christophe PLAGNIOL-VILLARD2012-09-111-10/+24
|/
* 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
* amba-pl011: switch to dev_request_mem_regionJean-Christophe PLAGNIOL-VILLARD2011-07-201-1/+1
* amba-pl011: fix missing switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-201-2/+2
* amba-pl011: switch to "struct resource"Jean-Christophe PLAGNIOL-VILLARD2011-07-181-13/+15
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-2/+1
* amba-pl011: probe fail if we can't get the clockJean-Christophe PLAGNIOL-VILLARD2010-09-201-0/+4
* amba: add pl011Jean-Christophe PLAGNIOL-VILLARD2010-08-061-0/+192