- 24 Jun, 2003 8 commits
-
-
bk://kernel.bkbits.net/gregkh/linux/pci-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://kernel.bkbits.net/gregkh/linux/i2c-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.5-serialLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
bk://bk.arm.linux.org.uk/linux-2.5-pcmciaLinus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Russell King authored
- add buggy_uart parameter - use detected Vcc values, not CIS Vcc values - handle OxSemi OXCF950 ports
-
Russell King authored
Remove the work queue for serial_remove; events always happen in process context now so the work queue gains us nothing.
-
Russell King authored
-
Matthew Wilcox authored
If one turns off SERIAL_8250, these items shouldn't be selectable. Also gets the indentation right in `make oldconfig'.
-
- 23 Jun, 2003 32 commits
-
-
Russell King authored
into flint.arm.linux.org.uk:/usr/src/linux-bk-2.5/linux-2.5-serial
-
Russell King authored
Problem noticed by Eivind Tagseth. We seem to have resurected the "ide_cs" driver name for the ide-cs module. Restore the driver name to "ide-cs".
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/i2c-2.5
-
Greg Kroah-Hartman authored
into kroah.com:/home/greg/linux/BK/pci-2.5
-
Greg Kroah-Hartman authored
Ported from the i2c cvs tree.
-
Henk Vergonet authored
Using the MMIO method now, the driver should be able to handle multiple video cards. The driver could potentialy also handle other s3 devices. You can try this by adding more pci id's to the prosavage_pci_tbl.
-
Adrian Bunk authored
I don't understand the code good enough to be sure my patch is correct, but the current code is definitely buggy: 0xFF is the maximum value for an u8, so tdevice < 0x100 is _always_ true.
-
bk://kernel.bkbits.net/davem/net-2.5Linus Torvalds authored
into home.transmeta.com:/home/torvalds/v2.5/linux
-
Matthew Wilcox authored
Combine the dev and func arguments to pci_raw_ops into devfn which is more natural all around.
-
Matthew Wilcox authored
I was looking in this Makefile for link order when my head began to hurt. Apparently you can't have both NUMAQ and VISWS selected, so getting rid of all the ifdefs/ifndefs like this should work.
-
Stephen Hemminger authored
- dynamically allocate and free the network device. previously, used static network device. - support multiple equalizers (default one) via module parameter (max_equalizers) previously, limited to one.
-
Maciej Soltysiak authored
-
Jeff Smith authored
-
Herbert Xu authored
-
Herbert Xu authored
-
Jamal Hadi Salim authored
-
Michael Hunold authored
clean up the parts according to the comments on kernel mailing list (mainly by Christoph Hellwig) - ugly WRITE_RPS0 define in saa7146_hlp.c has been replaced by a proper inline (I hope) - use <linux/types.h> not <asm/types.h> everywhere - include <asm/*.h> headers after <linux/*.h> ones - revert the indentation from "static <newline> xxx to "static xxx"
-
Michael Hunold authored
- this patch corrects the i2c address from "34>>1" to 0x24 and 0x25. Believe me -- or look at the data sheet, for example from http://www.gdv.uni-hannover.de/~hunold1/linux/saa7146/specs/saa7111a.pdf Page 41 says: "Slave address read = 49H or 4BH; note 2 write = 48H or 4AH" They use 8-bit addresses here, but i2c addresses are 7-bit, ie. 0x48>>1 == 0x24 and 0x4a>>1 = 0x25
-
Michael Hunold authored
- update analog saa7146 drivers mxb and dpc7146 - add MODULE_DEVICE_TABLE entries, so that /sbin/hotplug can handle the devices - fixup due to the latest i2c changes
-
Michael Hunold authored
- add dvb subsystem as a crc32 lib user
-
Michael Hunold authored
- add a new driver for the cx24110 frontend by Peter Hettkamp <peter.hettkamp@t-online.de>
-
Michael Hunold authored
- update dvb frontend drivers - C99 initializers - fix up some includes - various bugfixes
-
Michael Hunold authored
- update the av7110 and budget drivers - replaced ddelay() wait function with generic dvb_delay() implementation - new DATA_MPEG_VIDEO_EVENT for direct mpeg2 video playback - added support for DVB-C cards with MSP3400 mixer and analog tuner - fixed up the av7110_ir handler and especially the write_proc() function; this fixed the bug the Stanford Checker has found
-
Michael Hunold authored
- update dvb subsystem core - switched from user-land types like __u8 to u8 and uint16_t to u16 this makes the patch rather large. - updated the dvr (digital videorecording) facility - renamed some structures, like "struct dmxdev_s" to "struct dmxdev" - introduced dvb_functions.[ch], where some linux-kernel specific functions are encapsulated. by this, the dvb subsystem stays quite independent from deeper linux kernel functions. - moved dvb_usercopy() to dvb_functions.c -- this is essentially video_usercopy() which should be generic_usercopy() instead... - Made the dvb-core in dvbdev.c work with devfs again. - remove all typedefs from structs - remove all typedefs from enums
-
Michael Hunold authored
- update the generic saa7146 driver - remove some #if LINUX_VERSION_CODE constructions - sync with the interrupt handler changes in 2.5.69 - add a missing kfree() call which caused the kernel to leak 32kB of kmalloc()ed memory. iieek! - fixed the capture code to handle cards that have swapped field order (odd and even fields) - added and fixed some debug messages - changed from kmalloc() to pci_consistent() - many small changes necessary to fix warnings/problems for ppc64 compilation
-
Stephen Hemminger authored
-
Stephen Hemminger authored
-
Stephen Hemminger authored
This is a cleanup patch, no change in functionality. - Get rid of debug macro's that aren't used anywhere in the code. - Make functions and data structures static where possible - C99 initializer for ppoe_chan_ops - fix whitespace typo
-
Chas Williams authored
-
Hideaki Yoshifuji authored
-
David Woodhouse authored
-
David Woodhouse authored
-