summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2007-10-25USB: fix interface sysfs file-creation bugAlan Stern1-1/+7
2007-10-25USB: fix ssb_ohci_probe() build bugIngo Molnar1-1/+1
2007-10-25USB: pl2303: remove can't happen checks, set speed properly and report baud rateAlan Cox1-5/+6
2007-10-25USB: mos7840: Clean up old checks and stuffAlan Cox1-21/+2
2007-10-25USB rio500.c: fix check-after-useAdrian Bunk1-12/+3
2007-10-25USB iowarrior.c: fix check-after-useAdrian Bunk1-1/+1
2007-10-25USB: add URB_FREE_BUFFER to permissible flagsOliver Neukum1-1/+1
2007-10-25USB: isd200: sort out USB/IDE dependancy messAlan Cox2-2/+104
2007-10-25USB: FTDI Elan driver: Convert ftdi->u132_lock to mutexMatthias Kaehlcke1-65/+65
2007-10-25USB: fix scheduling of Iso URBs in uhci-hcdAlan Stern1-5/+14
2007-10-25USB: io_edgeport: cleanups, and tty speed reportingAlan Cox1-10/+8
2007-10-25USB: ftd_sio cleanups and updates for new termios work checkpatch fixesAndrew Morton1-3/+4
2007-10-25USB: ftd_sio: cleanups and updates for new termios workAlan Cox1-13/+19
2007-10-25USB: cp2101: convert to new termiosAlan Cox1-37/+11
2007-10-25USB: whiteheat: clean up can't happen checks and encode baud rateAlan Cox1-9/+2
2007-10-25usb-serial: handle NULL termios methods as "no hardware changing support"Alan Cox1-0/+2
2007-10-25USB: sierra: termiosAlan Cox1-1/+1
2007-10-25USB: option: termios handlingAlan Cox1-1/+2
2007-10-25USB: kobil_sct: termios encoding fixupsAlan Cox1-1/+4
2007-10-25USB: keyspan termios tidyAlan Cox1-5/+11
2007-10-25USB: ir_usb: termios handlingAlan Cox1-7/+4
2007-10-25USB: empeg: clean up and handle speedsAlan Cox1-15/+8
2007-10-25USB: digi_acceleport: fix termios and also readability a bitAlan Cox1-7/+9
2007-10-25USB: ch341: fix termios handlingAlan Cox1-3/+5
2007-10-25usb serial: kill another case we pass NULL and shouldn'tAlan Cox1-1/+3
2007-10-25USB: ark3116: update termios handlingAlan Cox1-2/+11
2007-10-25serial: stop passing NULL to functions that expect dataAlan Cox1-1/+2
2007-10-25USB: add new Novatel device ids to option driverGreg Kroah-Hartman1-0/+2
2007-10-25[netdrvr] forcedeth: add MCP77 device IDsAyaz Abdulla1-0/+16
2007-10-25rndis_host: reduce MTU instead of refusing to talk to devices with low max pa...Thomas Sailer1-5/+13
2007-10-25cpmac: update to new fixed phy driver interfaceEugene Konev1-18/+46
2007-10-25cpmac: convert to napi_struct interfaceEugene Konev1-31/+37
2007-10-25cpmac: use print_mac() instead of MAC_FMTEugene Konev1-9/+4
2007-10-25natsemi: fix oops, link back netdevice from private-structIngo Molnar1-0/+1
2007-10-25ehea: fix port_napi_disable/enableJan-Bernd Themann2-5/+4
2007-10-25bonding/bond_main.c: fix cut'n'paste errorAdrian Bunk1-1/+1
2007-10-25make bonding/bond_main.c:bond_deinit() staticAdrian Bunk2-2/+2
2007-10-25drivers/net/ipg.c: cleanupsAdrian Bunk2-21/+21
2007-10-25ub: add sg_init_table for sense and read capacity commandsFUJITA Tomonori1-0/+2
2007-10-25[libata] sata_nv: SWNCQ should not apply to MCP61Kuan Luo1-3/+3
2007-10-25libata-core: Be a bit more relaxed about early DMA zero devicesAlan Cox1-3/+7
2007-10-25ahci: ahci: implement workaround for ASUS P5W-DH Deluxe ahci_broken_hardreset...Tejun Heo1-0/+144
2007-10-25Fix pata_icside build for recent libata API changesAl Viro1-20/+22
2007-10-25libata: cosmetic clean up in ata_eh_reset()Tejun Heo1-6/+6
2007-10-25libata-core.c: make 2 functions staticAdrian Bunk1-2/+2
2007-10-25lguest: documentation updateRusty Russell10-169/+274
2007-10-25[libata] Create internal helper ata_dev_set_feature()Jeff Garzik1-15/+11
2007-10-25lguest: remove unused "wake" element from struct lguestRusty Russell1-3/+0
2007-10-25lguest: use defines from x86 headers instead of magic numbersRusty Russell1-1/+1
2007-10-24SG: audit of drivers that use blk_rq_map_sg()Jens Axboe3-5/+9