- 30 Jan, 2005 9 commits
-
-
Jody McIntyre authored
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Adds basic sysfs support for udev etc. Signed-off-by: Daniel Drake <dsd@gentoo.org> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Change some variables and functions that were needlessly global static. Removes several functions that weren't used anywhere in the kernel. Removes many unnecessary EXPORT_SYMBOL's. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Fixes a bug in the channel reservation : If dma resources allocation fails, the channel was not freed. I fixed that by marking the channel allocated after the dma resources allocation succeeded. Also changed the error return value from ioctl. Signed-off-by: Philippe De Muyter <phdm at macqel dot be> Signed-off-by: Dan Dennedy <dan@dennedy.org> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
I have tested and updated a patch from Randy Dunlap that fixes missing entries in the modules.ieee1394map file. The patch is against latest SVN (1234). The patch adds the following entries for IIDC cameras that would not be detected otherwise: video1394 0x0000000c 0x000000 0x000000 0x00a02d 0x000101 video1394 0x0000000c 0x000000 0x000000 0x00a02d 0x000102 raw1394 0x0000000c 0x000000 0x000000 0x00a02d 0x000101 raw1394 0x0000000c 0x000000 0x000000 0x00a02d 0x000102 This is necessary because the IIDC consortium interpreted the 1394 specifications differently. They have been summoned by the 1394TA to change their numbering policy so that these entries are final and will not grow forever in number. Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
In trunk/ohci1394.c, duplicate code has slipped in which sets max_packet_size to 512 and prints a log notice. See "Serial EEPROM Sanity check" further down in ohci_initialize(). Since the latter code is more appropriate, the former is deleted by the attached patch. Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
drivers/ieee1394/raw1394.c::raw1394_read() with the added bonus of silencing this warning: include/asm/uaccess.h: In function `raw1394_read': drivers/ieee1394/raw1394.c:446: warning: ignoring return value of `__copy_to_user', declared with attribute warn_unused_result I've submitted this before, but never got an ACK or NACK, and the patch is still relevant against latest Linus bk (2.6.10-rc2-bk11 atm). Signed-off-by: Jesper Juhl <juhl-lkml@dif.dk> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
sw-suspend does not work with our kernel. khpsbpkt will die because down_interruptible returns -EINTR on suspend. As a result, hpsb packet delivery will not work anymore after resume. Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
- 29 Jan, 2005 6 commits
-
-
Jody McIntyre authored
sbp2 unit directory parsing (for PowerFile) Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Fix GCC 3.4 compile error with inline keyword in function prototype. Signed-off-by: Adrian Bunk <bunk@fs.tum.de> Signed-off-by: Steve Kinneberg <kberg@linux1394.org> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Use wmb() to make sure things get flushed before setting the wakup bit. Signed-off-by: Ben Collins <bcollins@debian.org> Submitted-by: Keith Bengston <Keith.Bengston@csiro.au> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Fix buffer overflow in csr1212.c. Signed-off-by: Steve Kinneberg <kberg@linux13294.org> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Fix bug where 4 times Extended ROM Leaf size would be read when parsing in csr1212. Added NULL check for csr1212_rom_cache_malloc return value. Signed-off-by: Steve Kinneberg <kberg@linux1394.org> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
Jody McIntyre authored
Fix bugs generating and parsing ConfigROMs with Extended ROM entries. Signed-off-by: Steve Kinneberg <kberg@linux1394.org> Signed-off-by: Jody McIntyre <scjody@modernduck.com>
-
- 28 Jan, 2005 1 commit
-
-
bk://linux-scsi.bkbits.net/scsi-for-linus-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 27 Jan, 2005 2 commits
-
-
Linus Torvalds authored
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 28 Jan, 2005 1 commit
-
-
David Vrabel authored
Patch from David Vrabel Use some #define'd constants in the ixp4xx's arch_reset(). Signed-off-by: David Vrabel Signed-off-by: Russell King
-
- 27 Jan, 2005 16 commits
-
-
Russell King authored
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
-
Russell King authored
Signed-off-by: Russell King <rmk@arm.linux.org.uk>
-
bk://gkernel.bkbits.net/net-drivers-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Stephen Hemminger authored
Use netdev_priv() and get rid of the PRIV() macro by using the correct data element. Also eliminate casts, where type is correct. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Stephen Hemminger authored
When the skfddi driver was converted to the new PCI netdevice interface, it never got tested with real hardware. The initialization got broken, this should fix it. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Kumar Gala authored
Fixes instances where gfar_read() was invoked in debug codewith a value, rather than a pointer. Signed-of-by: Andy Fleming <afleming@freescale.com> Signed-of-by: Kumar Gala <afleming@freescale.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Andrew Morton authored
From: Steven Rostedt <rostedt@goodmis.org> If the transmit buffer of the e100 overflowed, then the system would hang. This was caused because the e100 driver would stop the queue, and netpoll_send_pkt in netpoll.c would then loop forever. This is because the e100 net_poll would never start the queue again after the transmits have completed. For those that use the e100 and netconsole, all you need to do is a sysreq 't' to lock up the system. Acked-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Alexander Viro authored
Fixes breakage in getting MAC address on built-in tulip in alphastation 200 - without delay we are skipping bytes. Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
bk://gkernel.bkbits.net/libata-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Jason Gaston authored
This patch adds the Intel ICH7R DID's to the ahci.c SATA AHCI driver for ICH7R SATA support. Signed-off-by: Jason Gaston <Jason.d.gaston@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Haroldo Gamal authored
-
bk://kernel.bkbits.net/vojtech/for-linusLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
-
Vojtech Pavlik authored
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
-
Vojtech Pavlik authored
changing HID->event mappings (via EVIOCS*) in the future and make debugging easier now. Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
-
Vojtech Pavlik authored
rebooting. Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
-
- 26 Jan, 2005 4 commits
-
-
Dmitry Torokhov authored
good idea to discard any character other than ACK/NAK during probe it causes missing releases and keys getting "stuck" when a command issued on enabled device. The effect is easily demonstrated with the following command: while true; do xset led 3; xset -led 3; done With this change extra characters will be discarded only if device has not been marked as "enabled" yet. Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
-
Vojtech Pavlik authored
into silver.ucw.cz:/home/vojtech/bk/input
-
Herbert Pötzl authored
looking at ext3_xattr_block_set() [fs/ext3/xattr.c] ... I see that error = -EDQUOT; if (DQUOT_ALLOC_BLOCK(inode, 1)) goto cleanup; allocates a quota block, but right after that several error echecks happen ... if (error) goto cleanup; and I don't see any DQUOT_FREE_BLOCK() in the errorpath cleanup: if (ce) mb_cache_entry_release(ce); brelse(new_bh); if (!(bs->bh && s->base == bs->bh->b_data)) kfree(s->base); return error; I'd suggest the attached fix. Acked-by: Jan Kara <jack@suse.cz> Acked-by: Andreas Gruenbacher <agruen@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 25 Jan, 2005 1 commit
-
-
Nicolas Pitre authored
Patch from Nicolas Pitre This enables audio on Mainstone with the ALSA PXA2xx AC97 driver. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King
-