summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: fix regression in Visor/Palm OS module for kernels >= 2.6.24Brad Sawatzky2008-04-021-1/+1
* USB: cp2101: Add identifiers for the Telegesys ETRX2USBFlorian Fainelli2008-04-021-0/+1
* USB: serial: ti_usb_3410_5052: Correct TUSB3410 endpoint requirements.Robert Spanton2008-04-021-2/+2
* USB: another ehci_iaa_watchdog fixDavid Brownell2008-04-021-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-04-025-141/+38
|\
| * V4L/DVB (7486): radio-cadet: wrap PNP probe code in #ifdef CONFIG_PNPBjorn Helgaas2008-04-011-0/+6
| * V4L/DVB (7485): v4l2-int-device.c: add MODULE_LICENSEAdrian Bunk2008-04-011-0/+2
| * V4L/DVB (7466): Avoid minor model number warning when an OEM HVR1250 board is...Steven Toth2008-04-011-0/+1
| * V4L/DVB (7465): Fix eeprom parsing and errors on the HVR1800 productsSteven Toth2008-04-011-1/+4
| * V4L/DVB (7464): Convert driver to use a single SRAM memory mapSteven Toth2008-04-011-133/+1
| * V4L/DVB (7461): bttv: fix missed index checkCyrill Gorcunov2008-04-011-0/+4
| * V4L/DVB (7400): bttv: Add a radio compat_ioctl file operationRobert Fitzsimons2008-04-011-0/+1
| * V4L/DVB (7278): bttv: Re-enable radio tuner support for VIDIOCGFREQ/VIDIOCSFR...Robert Fitzsimons2008-04-011-2/+3
| * V4L/DVB (7277): bttv: Re-enabling radio support requires the use of struct bt...Robert Fitzsimons2008-04-011-5/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-04-024-237/+497
|\ \
| * | [SCSI] mvsas: check subsystem idKe Wei2008-03-281-0/+9
| * | [SCSI] mvsas: get phy info.Ke Wei2008-03-281-46/+42
| * | [SCSI] mvsas: fix the buffer of rx DMA overflow bugKe Wei2008-03-281-9/+16
| * | [SCSI] mvsas: retry aborting task.Ke Wei2008-03-281-8/+25
| * | [SCSI] mvsas: check hd whether unpluggedKe Wei2008-03-281-31/+45
| * | [SCSI] mvsas : interrupt handlingKe Wei2008-03-281-57/+170
| * | [SCSI] mvsas: a tag handler implementationKe Wei2008-03-281-43/+87
| * | [SCSI] mvsas: fill in error info record and phy mode6 bits.Ke Wei2008-03-281-36/+87
| * | [SCSI] libsas: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not setJames Bottomley2008-03-271-1/+4
| * | [SCSI] hosts.c: fixes for "no error" reported after error scenariosJames Smart2008-03-271-5/+11
| * | Revert "[SCSI] fix bsg queue oops with iscsi logout"James Bottomley2008-03-261-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-0221-36/+58
|\ \ \ | |_|/ |/| |
| * | [ATM] drivers/atm/iphase.c: compilation warning fixLeonardo Potenza2008-04-021-0/+2
| * | b43: Fix PCMCIA IRQ routingMichael Buesch2008-04-011-2/+4
| * | b43: Add DMA mapping failure messagesMichael Buesch2008-04-011-1/+6
| * | [ATM] atm/idt77252.c: Make 2 functions staticAdrian Bunk2008-03-311-4/+2
| * | [ATM]: Make atm/he.c:read_prom_byte() staticAdrian Bunk2008-03-311-2/+1
| * | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/...David S. Miller2008-03-2810-21/+28
| |\ \
| | * | forcedeth: fix locking bug with netconsoleIngo Molnar2008-03-281-8/+10
| | * | usb net: asix does not really need 10/100mbitMike Frysinger2008-03-281-1/+1
| | * | Blackfin EMAC Driver: delete unused variables to fixup gcc warningsMike Frysinger2008-03-281-2/+0
| | * | ibm_newemac: emac_tx_csum typo fixValentine Barshak2008-03-281-2/+2
| | * | Make pasemi_mac.c depend on PPC_PASEMI to prevent link errorsMichael Ellerman2008-03-281-1/+1
| | * | S2io: Version update for Tx completion patchSreenivasa Honnur2008-03-281-1/+1
| | * | drivers/net/usb/pegasus.c: remove in_atomic() checkDavid Brownell2008-03-281-4/+0
| | * | dm9601: Fix multicast hash table handlingPeter Korsgaard2008-03-281-1/+1
| | * | [netdrvr] tulip_read_eeprom fixes for BUG 4420Grant Grundler2008-03-282-1/+12
| * | | [ATM] firestream: Fix uninitialized var warning.David S. Miller2008-03-281-0/+1
| * | | lapb: use the shorter LIST_HEAD form for brevityRobert P. J. Day2008-03-281-1/+1
| * | | [BOND]: Fix warning in bond_sysfs.cDavid S. Miller2008-03-281-0/+1
| |/ /
| * | rt2x00: Ignore set_state(STATE_SLEEP) failureIvo van Doorn2008-03-271-2/+11
| * | drivers/net/wireless/iwlwifi/iwl-4965.c: correct use of ! and &Julia Lawall2008-03-271-1/+1
| * | libertas: fix spinlock recursion bugHolger Schurig2008-03-271-2/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-04-011-4/+5
|\ \ \
| * | | firewire: fw-ohci: plug dma memory leak in AR handlerJarod Wilson2008-03-271-4/+5
| | |/ | |/|