- 13 Nov, 2004 4 commits
-
-
bk://kernel.bkbits.net/gregkh/linux/usb-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
bk://kernel.bkbits.net/gregkh/linux/driver-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Matt Domsch authored
Bingo... edd_devices[] was too short. When we keep more than 6 signatures, it overruns the end. Also, I rewrote edd_num_devices to be clearer about its goal. This patch is necessary even after the last edd.S patch was reverted. Thanks to Christian Kujau for testing and narrowing it down enough to debug this. It still doesn't explain why Christian's BIOS reports more devices than he has, that's still up in the air, so don't re-apply the edd.S patch just reverted. Signed-off-by: Matt Domsch <Matt_Domsch@dell.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 12 Nov, 2004 1 commit
-
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
- 13 Nov, 2004 6 commits
-
-
Russell King authored
Remove static flash device location definitions since they're now obsolete. Additionally, dynamically allocate driver private data structures.
-
Russell King authored
-
Russell King authored
Use partitioning information passed in via the platform device instead. This means that individual machine files in arch/arm/mach-sa1100 can contain their partitioning information.
-
Russell King authored
- combine sa1100_locate_partitions with sa1100_mtd_probe. - set device driver data in the probe method, and use this to get at our driver private information in the other methods.
-
Russell King authored
-
Russell King authored
-
- 12 Nov, 2004 23 commits
-
-
Russell King authored
-
Russell King authored
This prepares the SA1100 flash driver to accept platform data via the driver model.
-
Russell King authored
This removes a bunch of SA1100 machine support files which have been unable to be built for a while, due to missing out on updates. Warning of removal had been posted to the ARM kernel mailing list, and this cset represents those which did not attract any interest.
-
Russell King authored
This adds platform_device-based partition and map information for badge4, cerf, collie, h3600, hackkit and shannon SA1100 machine types.
-
Russell King authored
-
Russell King authored
-
Ben Dooks authored
Patch from Ben Dooks S3C2410/S3C2440 RTC driver using arch/arm/common/rtctime.c as a base. Supports alarm, and periodic IRQ from 1 to 64Hz Signed-off-by: Ben Dooks Signed-off-by: Russell King
-
Dave Jiang authored
Patch from Dave Jiang Remove nolonger used file from arch/arm/mach-iop3xx/mm-321.c Signed-off-by: Dave Jiang Signed-off-by: Russell King
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/usb-2.6
-
Greg Kroah-Hartman authored
This all because of stupid hardware implementations that can't decide which endian form they want to run the chip in... Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Greg Kroah-Hartman authored
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Al Borchers authored
- Updated to version 0.7. - Added support for Edgeport 4s, 221c, 22c, 21c, 1, 1i, Watchports, Plus Power Port HP4CD, and Plus Power Port PCI. - Added a circular write buffer and locking to protect it. This fixes OPOST processing problems. - Rewrote TIChase to wait for the circular buffer to drain, to wait up to the closing wait time, and to wait for the last character out. - Fixed hardware flow control by having it stop and restart reads and set and clear tty->hw_stopped. - Removed the RELEVANT_IFLAG macro which mistakenly filtered out the software flow control stty flags. - Added a semaphore to to protect num_ports_open to fix a race during simultaneous opens--two opens could both try to submit the interrupt urb, an error. - Added a separate write_urb_in_use flag rather than relying on (urb->status == -EINPROGRESS). - Added edge_tty_recv to pass data to the tty flip buffers. - Freed memory on failed startup. - Added low latency as a module parameter, it is on by default. - Added closing wait as a module parameter, it is 40 seconds by default. - Simplified rounding the baud rate divisor. - Added some error messages. Signed-off-by: Al Borchers <alborchers@steinerpoint.com> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Lonnie Mendez authored
This patch frees interrupt_out_buffer in the cleanup routines. Signed off by: Lonnie Mendez <lmendez19@austin.rr.com> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Greg Kroah-Hartman authored
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Greg Kroah-Hartman authored
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Kay Sievers authored
Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Kay Sievers authored
Add the name of the bus and the driver to the hotplug event for /sys/devices/*. With this addition, userspace knows what it can expect from sysfs to show up, instead of waiting for a timeout for devices without a bus. ACTION=add DEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-1 SUBSYSTEM=usb SEQNUM=978 PHYSDEVBUS=usb PHYSDEVDRIVER=usb Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Kay Sievers authored
Add the name of the device's driver to the hotplug environment of class and block devices. ACTION=add DEVPATH=/block/sda SUBSYSTEM=block SEQNUM=986 PHYSDEVPATH=/devices/pci0000:00/0000:00:1d.1/usb3/3-1/3-1:1.0/host0/target0:0:0/0:0:0:0 PHYSDEVBUS=scsi PHYSDEVDRIVER=sd Signed-off-by: Kay Sievers <kay.sievers@vrfy.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Maneesh Soni authored
o Do not release existing directory if the new directory happens to be a duplicate directory. Thanks to Kay Sievers for the testcase. Signed-off-by: Maneesh Soni <maneesh@in.ibm.com> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Anil Keshavamurthy authored
I am trying to fix the current ACPI container.ko and processor.ko to use kobject_hotplug() for notification. For this I would be requiring the KOBJ_ONLINE definitions to be added to kobject_action. Signed-off-by: Anil Keshavamurty <anil.s.keshavamurthy@intel.com> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Milton D. Miller II authored
On Nov 3, 2004, at 3:42 PM, Greg KH wrote: |On Tue, Nov 02, 2004 at 10:03:34AM -0600, Maneesh Soni wrote: ||On Tue, Nov 02, 2004 at 02:46:58AM -0600, Milton Miller wrote: |||sysfs_new_dirent returns ERR_PTR(-ENOMEM) if kmalloc fails but the callers |||were expecting NULL. || ||Thanks for spotting this. But as you said, I will prefer to change the callee. ||How about this patch? .. ||- return -ENOMEM; ||+ return NULL; | |Actually, this needs to be a 0, not NULL, otherwise the compiler |complains with a warning. I've fixed it up and applied it. | |thanks, | |greg k-h I wondered why greg thought the type was wrong. After it was merged I realized that the wrong function was changed. Here's an attempt to fix both errors. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
David Brownell authored
This patch removes two fields from "struct device" that are duplicated in "struct dev_pm_info": power_state (which should probably vanish) and "saved_state". There were only two "real" uses of saved_state; both are now switched over to use dev_pm_info. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
-
Guido Guenther authored
The more relaxed memory ordering od the __raw_{write,read}b broke things on ppc in the recent rivafb cleanups. [ Uglyness alert: only the 8-bit accesses are more strongly serialized. The 16- and 32-bit ones have always been relaxed. Gaah. ] Signed-off-by: Guido Guenther <agx@sigxcpu.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
-
- 11 Nov, 2004 6 commits
-
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/usb-2.6
-
bk://bk.arm.linux.org.uk/linux-2.6-rmkLinus Torvalds authored
into ppc970.osdl.org:/home/torvalds/v2.6/linux
-
Nicolas Pitre authored
Patch from Nicolas Pitre The declaration of generic_fls recently changed from extern inline to static inline. Signed-off-by: Nicolas Pitre Signed-off-by: Russell King
-
Ben Dooks authored
Patch from Ben Dooks Add register definitions for channel hardware sources, and update for s3c2440 extra bits. (should be applied after #2226/1 and #2227/1) Signed-off-by: Ben Dooks Signed-off-by: Russell King
-
Ben Dooks authored
Patch from Ben Dooks Added EXPORT_SYMBOL() to appropriate routines (should be applied after Patch 2226/1) Signed-off-by: Ben Dooks Signed-off-by: Russell King
-
Ben Dooks authored
Patch from Ben Dooks Add sysfs class and devices for s3c24xx-dma code, and add simple pm suspend code to ensure all channels are stopped before suspending Signed-off-by: Ben Dooks Signed-off-by: Russell King
-