ChangeSet@1.1752.22.3, 2004-06-09 00:11:45+01:00, elf@com.rmk.(none) [ARM PATCH] 1916/1: lh7a40x #5 (1/1) revision B support Patch from Marc Singer Small change to support revision B Card Engines. ChangeSet@1.1752.22.2, 2004-06-09 00:07:30+01:00, elf@com.rmk.(none) [ARM PATCH] 1915/1: lh7a40x #4 (1/1) hardware.h bug fix Patch from Marc Singer This patch corrects a bug in the register access macros for 16 and 8 bit accesses. It also updates the default configuration files for the 2.6.7 kernel. ChangeSet@1.1752.22.1, 2004-06-09 00:03:10+01:00, ben-linux@org.rmk.(none) [ARM PATCH] 1920/1: S3C2410 - register definition fix Patch from Ben Dooks Fix for multiple definition of the same item in the GPIO and IRQ register includes ChangeSet@1.1752.21.1, 2004-06-08 23:53:39+01:00, ben-linux@org.rmk.(none) [ARM PATCH] 1919/1: S3C2410 - Serial configuration bugfix (missing SERIAL_CORE_CONSOLE) Patch from Ben Dooks Fix missing select of SERIAL_CORE_CONSOLE when selecting the S3C2410 serial console support with no other serial console selected ChangeSet@1.1752.1.110, 2004-06-08 12:10:44-07:00, dhowells@redhat.com [PATCH] Fix semaphore downgrade_write() Stop downgrade_write() from under-adjusting the rwsem counter in optimised rw-semaphores. Signed-off-by: David Howells Signed-off-by: Linus Torvalds ChangeSet@1.1757, 2004-06-08 19:55:14+01:00, dwmw2@dwmw2.baythorne.internal Merge linux-mtd@bkbits.net:sbc8260-2.6 into dwmw2.baythorne.internal:/inst/bk/sbc8260-2.6 ChangeSet@1.1753.1.1, 2004-06-08 11:51:14-07:00, linux-mtd.adm@hostme.bitkeeper.com Merge http://linux.bkbits.net/linux-2.6 into hostme.bitkeeper.com:/repos/l/linux-mtd/sbc8260-2.6 ChangeSet@1.1756, 2004-06-08 19:47:33+01:00, dwmw2@dwmw2.baythorne.internal Add WindRiver PowerQUICC II flash map driver ChangeSet@1.1755, 2004-06-08 19:46:28+01:00, dwmw2@dwmw2.baythorne.internal Wind River PowerQUICC II SBC82xx update: - Switch to using u-boot bdinfo. - Set up CS11 for RTC if the bootloader didn't bother. - Set BOOTROM_RESTART_ADDR so machine_restart() actually works. - For non-uboot boot, note bus clock is 66MHz on 8265 model. ChangeSet@1.1752.1.108, 2004-06-08 14:36:38-04:00, jesse.brandeburg@intel.com [PATCH] e1000: fix napi crash on ifdown during traffic Signed off by: Jesse Brandeburg ChangeSet@1.1752.1.107, 2004-06-08 14:33:48-04:00, akpm@osdl.org [PATCH] Fix tulip deadlocks on device removal From: Carl-Daniel Hailfinger Handle going-away devices. ChangeSet@1.1752.1.106, 2004-06-08 14:32:21-04:00, herbert@gondor.apana.org.au [PATCH] Fixed MCA resource bugs in at1700 This patch fixes an incorrect MCA check as well as a leak on probe failure in at1700. ChangeSet@1.1752.1.105, 2004-06-08 14:32:12-04:00, herbert@gondor.apana.org.au [PATCH] Fix netdev leak on probe failure in 3c527 This patch frees the netdev on failure in mc32_probe in 3c527. ChangeSet@1.1752.20.1, 2004-06-08 11:31:45-07:00, hunold@convergence.de [PATCH] Make tda1004x DVB frontend driver work again Adrian Bunk noticed that the tda1004x DVB frontend driver was broken and sent a small patch that at least made the driver work again. There was a discussion afterwards about the kernel syscall interface, but at the end, the tda1004x DVB frontend driver is still non-functional. This re-applies the temporary band-aid. ChangeSet@1.1752.1.104, 2004-06-08 14:11:12-04:00, alan@redhat.com [PATCH] epic100 fixes "Gee it works better if you turn the chip on before programming it" The ioctl to ethtool change broke that little detail... I made the changes, Jeff agreed in principle, Red Hat owns them and I know no reason they can't be contributed under the GPL v2 or later. Requires: ethtool change ChangeSet@1.1752.1.103, 2004-06-08 14:11:04-04:00, alan@redhat.com [PATCH] ethtool power manglement hooks Several ethernet drivers have been broken by the ethtool support because the ioctl code used to power the interface up and down as needed. Rather than add this to each driver call Jeff Garzik suggested we add hooks for before/after ethtool processing. This patch implements them which makes fixing the PM stuff easier, as the epic100 patch to follow will show. It also cleans up the via-velocity driver pm/ethtool logic a great deal. As per Jeff's request the before handler is allowed to fail the operation. -- The contribution herein included is a creation of Red Hat Inc. It is hereby submitted under the license of the existing files and as a derivative work thereof. I know of no reason for not having the right to submit the work herein included. (Bluff your way in legalese ;)) ChangeSet@1.1754, 2004-06-08 18:55:07+01:00, dwmw2@dwmw2.baythorne.internal Merge linux-mtd@bkbits.net:sbc8260-2.6 into dwmw2.baythorne.internal:/inst/bk/sbc8260-2.6 ChangeSet@1.1752.1.102, 2004-06-08 09:27:15-07:00, paulus@samba.org [PATCH] Make paca xCurrent field be a pointer The paca struct contains a pointer to the current task, which is used for the `current' macro. For some reason, this field is a u64, and every time we use it we need a cast, because it is really a pointer. This patch cleans things up a little by making it a pointer to struct task_struct and removing the casts. It also removes a now-incorrect comment which said that r13 contains current (it now holds &paca[smp_processor_id()]). Signed-off-by: Paul Mackerras Signed-off-by: Linus Torvalds ChangeSet@1.1752.1.101, 2004-06-08 09:27:01-07:00, paulus@samba.org [PATCH] Single-stepping emulated instructions Occasionally the ppc64 kernel emulates a usermode instruction, for example in the alignment exception handler. Kumar Gala pointed out (in the context of the ppc32 kernel) that if the instruction was being single-stepped, and we end up emulating the instruction, we should then send the process a SIGTRAP as if it had not been emulated and the process had then taken a single-step exception. This patch implements this for ppc64. Signed-off-by: Paul Mackerras Signed-off-by: Linus Torvalds ChangeSet@1.1752.19.3, 2004-06-07 16:21:38-07:00, davem@nuts.davemloft.net [NETFILTER]: Put arpt_mutex back into arp_tables.c ChangeSet@1.1752.19.2, 2004-06-07 15:28:12-07:00, shemminger@osdl.org [TCP]: Add receive DRS info to tcp_info. ChangeSet@1.1752.19.1, 2004-06-07 15:27:26-07:00, shemminger@osdl.org [TCP]: Update tcp_get_info() comments in net/tcp.h ChangeSet@1.1752.1.98, 2004-06-07 14:21:48-07:00, baldrick@free.fr [PATCH] USB devio.c: deadlock fix proc_resetdevice is called with dev->serialize held. usb_reset_device takes dev->serialize and then calls __usb_reset_device. To avoid deadlock, proc_resetdevice should call __usb_reset_device directly. Signed-off-by: Duncan Sands Signed-off-by: Greg Kroah-Hartman ChangeSet@1.1752.18.2, 2004-06-07 14:14:47-07:00, akpm@osdl.org [PATCH] i386 defconfig update Updates i386 defconfig. I simply ran `make oldconfig' and selected `m' where it was available, otherwise `y'. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds ChangeSet@1.1752.18.1, 2004-06-07 14:14:37-07:00, akpm@osdl.org [PATCH] make buildcheck missing hunk Forgot to update the top-level makefile to invoke the new reference_init script. Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds ChangeSet@1.1752.1.97, 2004-06-07 14:08:08-07:00, kaie@kuix.de [PATCH] USB: enable pwc usb camera driver The attached patch enables the pwc driver included with kernel 2.6.7-rc2 It also removes the warnings during compilation. However, note that I blindly duplicated the release approach used by other usb camera drivers, replacing the current no-op. The driver works for me with a Logitech QuickCam Notebook Pro and GnomeMeeting. Signed-off-by: Greg Kroah-Hartman ChangeSet@1.1752.1.96, 2004-06-07 14:05:59-07:00, Siegfried.Hildebrand@FernUni-Hagen.de [PATCH] USB: Fix problems with cyberjack usb-serial-module since kernel 2.6.2 > Send me a patch to back those changes out to fix your device and I'll > apply it. If the author is around to realize this, that should wake > them up :) Ok, here you are! :) Attached is a patch for linux-2.6.7-rc2. (though the patch hasn't changed since -rc1) Again a short description: (the patch removes most of the changes done in linux-2.6.2) 1. Removed the local buffer of cyberjack_write, because something goes wrong upon a write-request bigger than the buffer. Without this, a write-request stalls with error -3. 2. Removed some usb_clear_halt() lines. Without this, the device doesn't even open and returns -7. It works for my cyberjack pinpad USB card reader on - nforce2 chipset - VIA KM266 chipset - AMD Irongate chipset Signed-off-by: Greg Kroah-Hartman ChangeSet@1.1752.1.95, 2004-06-07 12:08:04-07:00, torvalds@ppc970.osdl.org Linux 2.6.7-rc3 TAG: v2.6.7-rc3