summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-03-17solos: Disable DMA until we have an FPGA update with it actually implemented.David Woodhouse1-1/+1
2009-03-17solos: Automatically determine number of portsNathan Williams1-1/+2
2009-03-17solos: Reset device on unload, free pending skbsDavid Woodhouse1-1/+29
2009-01-30solos: Swap upstream/downstream rates in status packet, clean up some moreDavid Woodhouse1-26/+25
2009-01-30solos: Set RX empty flag at startup only for !dma modeDavid Woodhouse1-2/+4
2009-01-30solos: Don't clear config registers at startupDavid Woodhouse1-5/+1
2009-01-30solos: Tidy up status interrupt handling, cope with 'ERROR' statusDavid Woodhouse1-4/+13
2009-01-30solos: Add 'reset' module parameter to reset the DSL chips on loadDavid Woodhouse1-0/+10
2009-01-29solos: Remove debugging, commented-out test codeDavid Woodhouse1-49/+3
2009-01-29solos: Clean up handling of card->tx_mask a littleDavid Woodhouse1-25/+28
2009-01-29solos: Fix various bugs in status packet handlingDavid Woodhouse1-21/+28
2009-01-29solos: Remove superfluous wait_queue_head_t from struct solos_paramDavid Woodhouse1-1/+0
2009-01-29solos: Remove IRQF_DISABLED, don't frob IRQ enable on the FPGA in solos_irq()David Woodhouse1-5/+1
2009-01-29solos: Remove unused loopback debug stuffDavid Woodhouse1-23/+0
2009-01-29solos: Tidy up tx_mask handling for ports which need TXDavid Woodhouse1-7/+13
2009-01-29solos: Tidy up DMA handling a little. Still untestedDavid Woodhouse1-42/+53
2009-01-28solos: First attempt at DMA supportDavid Woodhouse1-28/+90
2009-01-28solos: Remove parameter group from sysfs on ATM dev deregisterDavid Woodhouse1-0/+2
2009-01-28solos: Fix under-allocation of skb size for get/set parametersDavid Woodhouse1-2/+2
2009-01-28solos: Add SNR and Attn to status packet, fix oops on loadDavid Woodhouse1-7/+23
2009-01-27solos: Reject non-AAL5 connections.... for nowDavid Woodhouse1-0/+6
2009-01-27solos: Kill existing connections on link down eventDavid Woodhouse1-2/+28
2009-01-27solos: Handle new line status change packets, hook up to ATM layer infoDavid Woodhouse1-1/+92
2009-01-27solos: Add initial list of parametersDavid Woodhouse2-6/+94
2009-01-27solos: Handle attribute show/store in kernel more sanelyDavid Woodhouse1-0/+187
2009-01-27solos: Kill global 'opens' count.David Woodhouse1-10/+0
2009-01-27solos: Clean up firmware loading codeDavid Woodhouse1-136/+73
2009-01-27solos: FPGA and firmware update support.Simon Farnsworth1-2/+169
2009-01-27solos: Slight debugging improvementsSimon Farnsworth1-1/+2
2009-01-27solos: Fix length header in FPGA transfersDavid Woodhouse1-4/+7
2009-01-16Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds11-204/+830
2009-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-2/+5
2009-01-16ACPI PCI hotplug: harden against panic regressionJames Bottomley1-0/+2
2009-01-16Merge branch 'misc' into releaseLen Brown7-5/+17
2009-01-16Merge branch 'thinkpad-acpi' into releaseLen Brown2-152/+769
2009-01-16Merge branches 'bugzilla-11884' and 'bugzilla-8544' into releaseLen Brown2-47/+42
2009-01-16ACPI: rename main.c to sleep.cLen Brown2-1/+1
2009-01-16dell-laptop: move to drivers/platform/x86/ from drivers/misc/Len Brown4-2/+14
2009-01-16eeepc-laptop: enable Bluetooth ACPI detailsJonathan McDowell1-2/+2
2009-01-16thermal fixup for broken BIOS which has invalid trip points.Zhang Rui1-4/+12
2009-01-16netxen: include ipv6.h (fixes build failure)Dhananjay Phadke1-0/+1
2009-01-16ACPI: EC: Don't trust ECDT tables from ASUSAlexey Starikovskiy1-44/+30
2009-01-16netxen: avoid invalid iounmapDhananjay Phadke1-2/+4
2009-01-16ACPI: EC: Limit workaround for ASUS notebooks even moreAlexey Starikovskiy1-1/+2
2009-01-16Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds11-65/+66
2009-01-16Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds11-76/+1057
2009-01-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds23-95/+317
2009-01-16Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds8-67/+404
2009-01-16Revert "PCI PM: Register power state of devices during initialization"Linus Torvalds1-6/+2
2009-01-16sata_fsl: Return non-zero on error in probe()Michal Sojka1-1/+1