aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2008-07-23ide: use ->tf_read in ide_read_error()Bartlomiej Zolnierkiewicz4-0/+21
2008-07-23ide: use ->tf_load in SELECT_DRIVE()Bartlomiej Zolnierkiewicz1-1/+5
2008-07-23ide: use ->tf_load in actual_try_to_identify()Bartlomiej Zolnierkiewicz1-3/+9
2008-07-23ide: use ->tf_load in ide_config_drive_speed()Bartlomiej Zolnierkiewicz1-3/+10
2008-07-23ide: change order of register access in ide_config_drive_speed()Bartlomiej Zolnierkiewicz1-1/+1
2008-07-23ide: add ->set_irq methodBartlomiej Zolnierkiewicz6-22/+76
2008-07-23ide: add ->read_altstatus methodBartlomiej Zolnierkiewicz3-4/+19
2008-07-23ide: add ->read_status methodBartlomiej Zolnierkiewicz14-62/+102
2008-07-23ide: add ->exec_command methodBartlomiej Zolnierkiewicz7-13/+38
2008-07-23ide: factor out simplex handling from ide_pci_dma_base()Bartlomiej Zolnierkiewicz4-18/+42
2008-07-23ide: remove ide_setup_dma()Bartlomiej Zolnierkiewicz5-17/+14
2008-07-23ide: remove ->dma_{status,command} fields from ide_hwif_tBartlomiej Zolnierkiewicz11-73/+74
2008-07-23ide: use I/O ops directly in ide-dma.cBartlomiej Zolnierkiewicz1-14/+45
2008-07-23ide: add ->read_sff_dma_status methodBartlomiej Zolnierkiewicz4-9/+33
2008-07-23ide: pass hw_regs_t-s to ide_device_add[_all]() (take 3)Bartlomiej Zolnierkiewicz26-137/+127
2008-07-23ide: move ide_pci_setup_ports() call out from do_ide_setup_pci_device()Bartlomiej Zolnierkiewicz1-7/+13
2008-07-23ide-pmac: move ide_find_port() call to pmac_ide_setup_device() (take 2)Bartlomiej Zolnierkiewicz1-26/+16
2008-07-23ide-pmac: add ->init_dev method (take 4)Bartlomiej Zolnierkiewicz1-11/+20
2008-07-23ide-pmac: store pmif instead of hwif in ->driver_data (take 2)Bartlomiej Zolnierkiewicz1-40/+57
2008-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds74-6945/+13251
2008-07-22Re-delete zombie 'drivers/usb/serial/airprime.c' fileLinus Torvalds1-355/+0
2008-07-22ipw2200: Call netif_*_queue() interfaces properly.David S. Miller1-31/+2
2008-07-22netxen: Needs to include linux/vmalloc.hDavid S. Miller1-0/+1
2008-07-22Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller1-1/+1
2008-07-22[netdrvr] atl1d: fix !CONFIG_PM buildJeff Garzik1-1/+1
2008-07-22Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6David S. Miller60-6883/+13220
2008-07-22r6040: rework init_one error handlingFlorian Fainelli1-19/+25
2008-07-22r6040: bump release number to 0.18Florian Fainelli1-2/+2
2008-07-22r6040: handle RX fifo full and no descriptor interruptsFlorian Fainelli1-7/+15
2008-07-22r6040: change the default waiting timeFlorian Fainelli1-2/+2
2008-07-22r6040: use definitions for magic values in descriptor statusFlorian Fainelli1-11/+26
2008-07-22r6040: completely rework the RX pathFlorian Fainelli1-82/+62
2008-07-22r6040: call napi_disable when puting down the interface and set lp->dev accordingly.Florian Fainelli1-2/+2
2008-07-22mv643xx_eth: fix NETPOLL buildLennert Buytenhek1-1/+1
2008-07-22r6040: rework the RX buffers allocation routineFlorian Fainelli1-9/+44
2008-07-22r6040: fix scheduling while atomic in r6040_tx_timeoutFlorian Fainelli1-41/+58
2008-07-22r6040: fix null pointer access and tx timeoutsFlorian Fainelli1-8/+20
2008-07-22r6040: prefix all functions with r6040Florian Fainelli1-30/+30
2008-07-22rndis_host: support WM6 devices as modemsThomas Backlund2-1/+14
2008-07-22at91_ether: use netstats in net_device structurePaulius Zaleckas2-21/+19
2008-07-22sfc: Create one RX queue and interrupt per CPU package by defaultBen Hutchings1-1/+18
2008-07-22sfc: Use a separate workqueue for resetsBen Hutchings2-4/+21
2008-07-22sfc: I2C adapter initialisation fixesBen Hutchings1-9/+3
2008-07-22e1000: make ioport freeTaku Izumi2-13/+74
2008-07-22e1000: delete non NAPI code from the driverFrancois Romieu3-161/+14
2008-07-22e1000: remove email referenceJeff Kirsher1-1/+1
2008-07-22e1000: Move assignments in tests before testJoe Perches2-34/+56
2008-07-22e1000: checkpatch cleanJoe Perches1-14/+20
2008-07-22e1000: Remove spaces after casts and function namesJoe Perches5-51/+50
2008-07-22e1000: Move extern function definitions to e1000.hJoe Perches2-14/+10