- 07 Jan, 2005 7 commits
-
-
Jeff Garzik authored
Fixes 'make allyesconfig' build conflict with infiniband, which also has a global variable named 'debug_level'.
-
Jeff Garzik authored
into pobox.com:/garz/repo/net-drivers-2.6
-
Jeff Garzik authored
into pobox.com:/garz/repo/net-drivers-2.6
-
Jeff Garzik authored
into pobox.com:/garz/repo/net-drivers-2.6
-
Jeff Garzik authored
into pobox.com:/garz/repo/net-drivers-2.6
-
Jeff Garzik authored
into pobox.com:/garz/repo/net-drivers-2.6
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 08 Jan, 2005 1 commit
-
-
Dave Jiang authored
Patch from Dave Jiang Signed-off-by: Dave Jiang This is the IQ80332 platform port that's based off the IOP33x CPU. The IQ80332 is an PCI-express CRB based off the IOP332 processor. Otherwise functionalites are fairly similar to IQ80331. Signed-off-by: Russell King
-
- 07 Jan, 2005 8 commits
-
-
Dave Jiang authored
Patch from Dave Jiang Signed-off-by: Dave Jiang Major cleanup of the 321 PCI defines to make them more coherent. Unified some groups that were per platform to common proc specific. Removed some magic numbers. Signed-off-by: Russell King
-
Dave Jiang authored
Patch from Dave Jiang Signed-off-by: Dave Jiang Substitute 2 asm instr w/ one recommend by RMK. Signed-off-by: Russell King
-
Deepak Saxena authored
Patch from Deepak Saxena The IXP46x chips from Intel include the same I2C controller as found on the IOP3xx. This patch adds a hook to the platform-level init code to add that device to the device tree if running on a 46x CPU. A separate patch has been sent upstream via Greg KH for the changes to the I2C driver to support both IOP and IXP systems. While at it, we fix a minor issue with the code where we were sending the wrong ptr to platform_add_devices(). I am not sure how it ever worked... Signed-off-by: Deepak Saxena Signed-off-by: Russell King
-
bk://bk.arm.linux.org.uk/linux-2.6-mmcLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Russell King authored
Since we no longer pass a struct request to the MMC host drivers, it seems pointless including linux/blkdev.h. Instead, include linux/highmem.h and asm/scatterlist.h as appropriate. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
-
Linus Torvalds authored
The regular executable loader path doesn't need the locking, because it's the only user of its VM. But the same is not true at library load time. So get the mmap semaphore.
-
bk://bk.arm.linux.org.uk/linux-2.6-dmaLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Jeff Garzik authored
On x86-64, the attached patch is required to fix > kernel/sys.c: In function `sys_setsid': > kernel/sys.c:1078: error: `tty_sem' undeclared (first use in this function) > kernel/sys.c:1078: error: (Each undeclared identifier is reported only once > kernel/sys.c:1078: error: for each function it appears in.) kernel/sys.c needs the tty_sem declaration from linux/tty.h.
-
- 06 Jan, 2005 24 commits
-
-
Andi Kleen authored
This Tulip clone doesn't like an Cache Line setting over 8 words. This broke it on x86-64. Make it the same as on i386. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Philipp Gortan authored
-
Manfred Spraul authored
The patch adds ethtool get_ and set_settings support to the forcedeth nic driver. This allows to force a certain link speed with ethtool -s. Supported link speeds: 10 HD&FD, 100 HD&FD, 1000 FD 1000 HD is not supported (probably a hardware restriction), 1000 FD is only supported with autonegotiation enabled. Changelog: - Code reorganization: move ethtool functions further down in forcedeth.c (no code changes within the existing ethtool functions) - add support for setting the link setting bits in the nic with autodetection in the PHY disabled (i.e. use a netdev_priv() variable instead of querying the PHY) - implement get_settings and set_settings ethtool functions. Signed-Off-By: Manfred Spraul <manfred@colorfullife.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Stephen Hemminger authored
Convert via-velocity driver to module_param. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Alexander Kern authored
it exist a PCCARD from SIEMENS, its relabeled DLINK. Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
& other changes Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
speed on all the time. Now it will honor the setting defined in the eeprom. Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
one more word than what should have been possible. Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
to be sent out on the wire due to init-time operations on the IGP phy. Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
msleep()/msleep_interruptible() nacc@us.ibm.com Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
-- jdmason@us.ibm.com Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
implementations Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
the NAPI enabled driver is under stress Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-
Ganesh Venkatesan authored
Signed-off-by: Ganesh Venkatesan <ganesh.venkatesan@intel.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
-