summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ide: move ide_read_bcount_and_ireason() to ide-atapi.cBartlomiej Zolnierkiewicz2009-03-242-15/+15
* ide: move xfer mode tuning code to ide-xfer-mode.cBartlomiej Zolnierkiewicz2009-03-244-242/+256
* ide: move device settings code to ide-devsets.cBartlomiej Zolnierkiewicz2009-03-244-192/+192
* ide: move ide_do_park_unpark() to ide-park.cBartlomiej Zolnierkiewicz2009-03-242-24/+25
* ide: factor out processing of special commands from ide_special_rq()Bartlomiej Zolnierkiewicz2009-03-241-34/+41
* ide: remove ide_do_drive_cmd()Bartlomiej Zolnierkiewicz2009-03-243-30/+7
* ide: move ide_dma_timeout_retry() to ide-dma.cBartlomiej Zolnierkiewicz2009-03-242-57/+57
* ide: move drive_is_ready() to ide-io.cBartlomiej Zolnierkiewicz2009-03-242-25/+23
* ide: unexport ide_devset_execute()Bartlomiej Zolnierkiewicz2009-03-241-1/+0
* ide: remove stale comments from drive_is_ready()Bartlomiej Zolnierkiewicz2009-03-241-9/+0
* ide-acpi: remove taskfile_load_raw()Bartlomiej Zolnierkiewicz2009-03-241-47/+24
* ide-acpi: cleanup do_drive_set_taskfiles()Bartlomiej Zolnierkiewicz2009-03-241-20/+1
* ide-acpi: cleanup do_drive_get_GTF()Bartlomiej Zolnierkiewicz2009-03-241-27/+0
* ide: sanitize ACPI initializationBartlomiej Zolnierkiewicz2009-03-243-10/+6
* ide: add ide_for_each_present_dev() iteratorBartlomiej Zolnierkiewicz2009-03-243-48/+25
* ide-acpi: init ACPI handles early for devicesBartlomiej Zolnierkiewicz2009-03-241-44/+21
* ide-acpi: no need to zero ->acpidata for devicesBartlomiej Zolnierkiewicz2009-03-241-2/+0
* ide: remove superfluous check from ide_proc_port_register_devices()Bartlomiej Zolnierkiewicz2009-03-241-1/+1
* ide: init_irq() doesn't need to hold ide_cfg_mtxBartlomiej Zolnierkiewicz2009-03-241-4/+0
* ide: move ->lock and ->timer init from init_irq() to ide_init_port_data()Bartlomiej Zolnierkiewicz2009-03-241-5/+6
* ide: no need to touch local IRQs in ide_probe_port()Bartlomiej Zolnierkiewicz2009-03-241-6/+0
* ide: move ide_pktcmd_tf_load() to ide-atapi.cBartlomiej Zolnierkiewicz2009-03-242-21/+20
* ide: fix IDE_DFLAG_NO_IO_32BIT handlingBartlomiej Zolnierkiewicz2009-03-241-7/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-03-2322-103/+236
|\
| * ucc_geth: Fix oops when using fixed-link supportAnton Vorontsov2009-03-222-26/+11
| * dm9000: locking bugfixDavid Brownell2009-03-221-2/+4
| * net: update dnet.c for bus_id removalStephen Rothwell2009-03-221-3/+3
| * dnet: DNET should depend on HAS_IOMEMIlya Yanok2009-03-211-1/+1
| * dca: add missing copyright/license headersMaciej Sosnowski2009-03-211-0/+21
| * sungem: missing net_device_opsStephen Hemminger2009-03-191-5/+4
| * be2net: fix to restore vlan ids into BE2 during a IF DOWN->UP cycleSathya Perla2009-03-191-5/+5
| * be2net: replenish when posting to rx-queue is starved in out of mem conditionsSathya Perla2009-03-192-21/+30
| * bas_gigaset: correctly allocate USB interrupt transfer bufferTilman Schmidt2009-03-181-3/+13
| * smsc911x: reset last known duplex and carrier on openSteve Glendinning2009-03-181-0/+4
| * sh_eth: Fix mistake of the address of SH7763Nobuhiro Iwamatsu2009-03-181-2/+2
| * sh_eth: Change handling of IRQNobuhiro Iwamatsu2009-03-181-3/+17
| * tulip: fix crash on iface up with shirq debugKyle McMartin2009-03-181-16/+29
| * virtio_net: Make virtio_net support carrier detectionPantelis Koukousoulas2009-03-181-0/+3
| * bonding: Fix updating of speed/duplex changesJay Vosburgh2009-03-181-5/+20
| * bnx2: Fix problem of using wrong IRQ handler.Michael Chan2009-03-181-6/+6
| * zd1211rw: Do not panic on device eject when associatedJouni Malinen2009-03-161-2/+6
| * ath9k: AR9280 PCI devices must serialize IO as wellLuis R. Rodriguez2009-03-161-1/+2
| * ath9k: implement IO serializationLuis R. Rodriguez2009-03-164-2/+55
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2009-03-231-0/+1
|\ \
| * \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-03-18518-27808/+34055
| |\ \
| * | | sbus: Auto-load openprom module when device opened.Scott James Remnant2009-03-131-0/+1
* | | | radeonfb: Whack the PCI PM register until it sticksBenjamin Herrenschmidt2009-03-221-0/+24
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-03-191-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | HID: fix waitqueue usage in hiddevJohannes Weiner2009-03-101-1/+1
| * | | HID: fix incorrect free in hiddevJohannes Weiner2009-03-101-1/+1