commit d96299537e43681942ea272e00b0e529aa5b5fa4 tree 65e4df4142a7a0eb0ec0bfe70058771731e39194 parent 1b8b22f44bc68b066c571ca2b5ab4fda123c15bd parent 737c17561fb2c6a72810cca7d7c0b8bdc29bb120 author Linus Torvalds Mon, 28 Aug 2006 20:19:55 -0700 committer Linus Torvalds Mon, 28 Aug 2006 20:19:55 -0700 Merge master.kernel.org:/home/rmk/linux-2.6-serial * master.kernel.org:/home/rmk/linux-2.6-serial: [SERIAL] Support for Intashield 2 port PCI serial card commit 1b8b22f44bc68b066c571ca2b5ab4fda123c15bd tree bb7e9bf87204a60fea86389d5f79fc4fa79b7ec7 parent 60d4684068ff1eec78f55b5888d0bd2d4cca1520 parent 260e98edc8ae8ea862c9c222eeffb1a2eeafa7fc author Linus Torvalds Mon, 28 Aug 2006 20:19:16 -0700 committer Linus Torvalds Mon, 28 Aug 2006 20:19:16 -0700 Merge master.kernel.org:/home/rmk/linux-2.6-arm * master.kernel.org:/home/rmk/linux-2.6-arm: [ARM] 3761/1: fix armv4t breakage after adding thumb interworking to userspace helpers [ARM] Add Integrator support for glibc outb() and friends [ARM] Move prototype for register_isa_ports to asm/io.h [ARM] Arrange for isa.c to use named initialisers [ARM] 3741/1: remove sa1111.c build warning on non-sa1100 systems [ARM] 3760/1: This patch adds timeouts while working with SSP registers. Such timeouts were en [ARM] 3758/1: Preserve signalling NaNs in conversion [ARM] 3749/3: Correct VFP single/double conversion emulation [ARM] 3748/3: Correct error check in vfp_raise_exceptions commit 260e98edc8ae8ea862c9c222eeffb1a2eeafa7fc tree 33f7e69ca5e27c1fd2c874ddd807e4d8c6e3dc23 parent 863dab453b869136453944bda63e20b6ed39c5ef author Lennert Buytenhek Mon, 28 Aug 2006 12:51:20 +0100 committer Russell King Mon, 28 Aug 2006 12:51:20 +0100 [ARM] 3761/1: fix armv4t breakage after adding thumb interworking to userspace helpers Patch from Lennert Buytenhek On armv4t systems, we have always compiled the kernel with -march=armv4 instead of -march=armv4t, which means that any use of bx will bomb out. Commit ba9b5d76372dc290b6ca04dad93927a22c2ac49a introduced the use of bx in the kernel, which means we need to compile with -march=armv4t on armv4t systems now. Signed-off-by: Lennert Buytenhek Signed-off-by: Russell King commit 863dab453b869136453944bda63e20b6ed39c5ef tree b6bfe11f05220f1d14e7856f6619fdf09ec15a0d parent 1645f20bc4440d6f67f73f570f3cf873b4e37f3c author Russell King Mon, 28 Aug 2006 12:47:05 +0100 committer Russell King Mon, 28 Aug 2006 12:47:05 +0100 [ARM] Add Integrator support for glibc outb() and friends Add the necessary call to register_isa_ports() so that glibc knows where these are found on Integrator platforms. Signed-off-by: Russell King commit 1645f20bc4440d6f67f73f570f3cf873b4e37f3c tree bad534529fb147d90d870d28ba15e666975fd2c2 parent 7034b0e60a2ccfab4ee2d3a468cb8cad6de3740d author Russell King Mon, 28 Aug 2006 12:45:16 +0100 committer Russell King Mon, 28 Aug 2006 12:45:16 +0100 [ARM] Move prototype for register_isa_ports to asm/io.h Signed-off-by: Russell King commit 7034b0e60a2ccfab4ee2d3a468cb8cad6de3740d tree e8f4ce9a3c9da04463de9b1a9573b71164deadf8 parent 416112f818afcc08aeaba79ebba899aee5ddf571 author Russell King Mon, 28 Aug 2006 12:44:03 +0100 committer Russell King Mon, 28 Aug 2006 12:44:03 +0100 [ARM] Arrange for isa.c to use named initialisers Convert isa.c (the glibc interface for emulating ISA IO) to use named initialisers. Signed-off-by: Russell King commit 416112f818afcc08aeaba79ebba899aee5ddf571 tree 404f2d5f4c5969d3c46e35328f1fea65456cc7eb parent 8f1bf8743c459399685f5df43021acd156548c22 author David Brownell Sun, 27 Aug 2006 13:09:14 +0100 committer Russell King Sun, 27 Aug 2006 13:09:14 +0100 [ARM] 3741/1: remove sa1111.c build warning on non-sa1100 systems Patch from David Brownell Remove buld warning when building sa1111 on non-sa1100 platforms (e.g. PXA). Signed-off-by: David Brownell Signed-off-by: Russell King commit 8f1bf8743c459399685f5df43021acd156548c22 tree 3eab5454e3dd04765f0f8b8d9f490596260d0ec5 parent b53a2b41f156a9c9b62c14502037cbc15bc08b54 author Paul Sokolovsky Sun, 27 Aug 2006 12:54:56 +0100 committer Russell King Sun, 27 Aug 2006 12:54:56 +0100 [ARM] 3760/1: This patch adds timeouts while working with SSP registers. Such timeouts were en Patch from Paul Sokolovsky This patch adds timeouts while working with SSP registers. Such timeouts were envisioned by docstrings in ssp.c, but were not implemented. There were actual lockups while accessing touchscreen for iPaqs h1910, h4000 due to lack of the timeouts. This is updated version of previously submitted patch: 3738/1. Signed-off-by: Paul Sokolovsky Signed-off-by: Russell King commit b53a2b41f156a9c9b62c14502037cbc15bc08b54 tree 7813d3dfbbb9fe97a8a093c837d7ee5a6746c4ae parent c29ecac18cb740ae845db14963ac586c53962453 author Daniel Jacobowitz Sun, 27 Aug 2006 12:42:14 +0100 committer Russell King Sun, 27 Aug 2006 12:42:14 +0100 [ARM] 3758/1: Preserve signalling NaNs in conversion Patch from Daniel Jacobowitz The fcvtds and fcvtsd instructions were generating a qnan bit pattern for both quiet and signalling NaNs. Signed-off-by: Daniel Jacobowitz Signed-off-by: Russell King commit c29ecac18cb740ae845db14963ac586c53962453 tree c9de25e8cd7ee3729a613b0176b448fd86a62d94 parent 7c6f25141b88b5e926f9d43932ce668602d611ae author Daniel Jacobowitz Sun, 27 Aug 2006 12:42:10 +0100 committer Russell King Sun, 27 Aug 2006 12:42:10 +0100 [ARM] 3749/3: Correct VFP single/double conversion emulation Patch from Daniel Jacobowitz The fcvtsd/fcvtds emulation was left behind when the numbering of double precision registers was changed from 0-30 to 0-15. Both conversion instructions were writing their results to the wrong register. Also, the conversion instructions should stop after the first element even if a vector length is specified. Signed-off-by: Daniel Jacobowitz Signed-off-by: Russell King commit 7c6f25141b88b5e926f9d43932ce668602d611ae tree 50553a8e12aa4918eb3723ba3682e9ba2ca1e025 parent 3a13813e6effcfad5910d47b15b724621b50b878 author Daniel Jacobowitz Sun, 27 Aug 2006 12:42:08 +0100 committer Russell King Sun, 27 Aug 2006 12:42:08 +0100 [ARM] 3748/3: Correct error check in vfp_raise_exceptions Patch from Daniel Jacobowitz The recent fix to hide VFP_NAN_FLAG broke the check in vfp_raise_exceptions; it would attempt to deliver an exception mask of 0xfffffeff instead of reporting a serious error condition using printk. Define a safe constant to use for an invalid exception maskm, and use it at both ends. Signed-off-by: Daniel Jacobowitz Signed-off-by: Russell King commit 737c17561fb2c6a72810cca7d7c0b8bdc29bb120 tree 3c18a3b61e08ed55076759139a331a18fadbbb95 parent 3a13813e6effcfad5910d47b15b724621b50b878 author Peter Horton Sat, 26 Aug 2006 09:07:36 +0100 committer Russell King Sun, 27 Aug 2006 11:59:49 +0100 [SERIAL] Support for Intashield 2 port PCI serial card Here is a patch that adds support for the Instashield IS-200 2 port PCI serial card. Signed-off-by: Peter Horton Signed-off-by: Russell King