From: Len Sorensen Date: Tue, 8 May 2007 07:26:33 +0000 (-0700) Subject: Subject: jsm driver fix for linuxpps support X-Git-Tag: v2.6.22-rc1~736 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e97cb3e28ce2fdd3b06a65f67d00462d86929008;p=pandora-kernel.git Subject: jsm driver fix for linuxpps support The jsm driver doesn't currently use the uart_handle_*_change helper functions, which are the obvious place for things like linuxpps to tie into (which it now does of course), and as a result the jsm driver can not be used with linuxpps and anything else that ties into the serial_core helper functions. This patch adds calls to these helper functions whenever the value they manage changes. That actual storage of the state is not modified since the jsm driver caches the current settings (The 8250 driver reads them everytime a user asks for the state), and only updates them whenever they change. Signed-off-by: Len Sorensen Cc: Scott H Kilau Cc: Wendy Xiong Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed