summaryrefslogtreecommitdiffstats
path: root/drivers/serial/stm-serial.c
Commit message (Expand)AuthorAgeFilesLines
* driver: replace dev_request_mem_region with dev_request_mem_resourceSascha Hauer2016-03-071-3/+5
* serial: stm_serial: Add devicetree supportSascha Hauer2015-01-281-0/+9
* drivers: remove unnecessary mach/imx-regs.h includeSascha Hauer2015-01-051-1/+0
* resource: Let dev_request_mem_region return an error pointerSascha Hauer2014-09-161-0/+2
* console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-1/+0
* serial: stm: Use clk supportSascha Hauer2013-06-201-1/+7
* Merge branch 'for-next/device-driver-macros'Sascha Hauer2013-04-041-8/+1
|\
| * Introduce console_platform_driver() macro and use it for serial driversAlexander Shiyan2013-03-141-8/+1
* | driver/serial: stm-serial: fix flushMarc Kleine-Budde2013-03-151-1/+2
|/
* 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 stm: fix unregisterSascha Hauer2012-02-251-3/+6
* introduce io.hSascha Hauer2011-09-221-1/+1
* serial stm: get rid of map_baseSascha Hauer2011-07-281-46/+48
* STM378x: Do not configure any pin usage in the driverJuergen Beisert2010-12-141-7/+0
* STM378x: Use Hz as the clock unit like in all other archJuergen Beisert2010-12-141-1/+1
* Add the driver for the i.MX23 debug UARTJuergen Beisert2010-10-111-0/+202