Alan Cox e707c35cbb tty_port: Move hupcl handling
Move the HUCPL handling from the end of close_port_start to the beginning
of close_port_end. What this actually does is change the ordering from

	port shutdown
	port->dtr_rts

to

	port->dtr_rts
	port shutdown

Some hardware drops the physical connection on shutdown so we must perform
the port operations before the shutdown.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-12-11 15:18:05 -08:00
..
2009-06-11 08:51:01 -07:00
2009-09-24 07:21:03 -07:00
2009-07-12 12:22:34 -07:00
2008-12-13 11:25:49 -08:00
2009-10-01 16:11:16 -07:00
2008-10-20 08:52:41 -07:00
2008-12-13 09:12:07 +00:00
2009-10-04 15:05:10 -07:00
2009-10-14 17:36:51 +02:00
2009-06-18 11:16:55 +10:00
2009-01-02 10:28:32 -08:00
2009-12-11 15:18:03 -08:00
2009-12-02 23:38:13 -08:00
2009-12-11 15:18:03 -08:00
2009-09-15 08:42:00 -07:00
2009-10-14 17:33:32 +02:00
2009-07-12 12:22:34 -07:00
2009-07-12 12:22:34 -07:00
2009-12-09 18:53:23 -08:00
2009-06-18 13:03:54 -07:00
2009-09-19 13:13:37 -07:00
2009-07-12 12:22:34 -07:00
2009-02-22 09:23:02 -08:00
2009-06-11 08:51:01 -07:00
2009-12-11 15:18:03 -08:00
2009-07-12 12:22:34 -07:00
2009-09-01 01:13:31 -07:00
2009-09-01 01:13:31 -07:00
2009-09-01 01:13:31 -07:00
2009-10-14 17:36:53 +02:00
2009-06-11 08:51:02 -07:00
2009-12-11 15:18:05 -08:00