commit | 32b4456877319fed8d5630f3db011097fd3cf7a8 | [log] [tgz] |
---|---|---|
author | Sonic Zhang <sonic.zhang@analog.com> | Mon Dec 05 15:12:50 2011 +0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Fri Dec 09 19:05:32 2011 -0800 |
tree | 88b8cf97f789a8f3123a3569b9b4c29709ba3520 | |
parent | 7962fce9a052f34390b6dab9f11df1d2e48c138d [diff] |
serial: bfin-uart: Request CTS GPIO PIN when the serial device starts up. Serial device may be probed earlier before GPIOLIB is initialized. Requesting and configuring CTS GPIO PIN fails in that early stage. Do it when the serial device really starts up. Signed-off-by: Sonic Zhang <sonic.zhang@analog.com> Acked-by: Alan Cox <alan@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>