summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | V4L/DVB (10198): uvcvideo: Print the UVC version number in binary-coded decimal.Laurent Pinchart2009-01-291-1/+1
| * | | V4L/DVB (10197): uvcvideo: Whitespace and comments cleanup, copyright updates.Laurent Pinchart2009-01-298-178/+184
| * | | V4L/DVB (10195): [PATCH] add Terratec Cinergy T Express to dibcom driverYusuf Altin2009-01-292-2/+9
| * | | V4L/DVB (10193): removed unused #include <version.h>'sHuang Weiyi2009-01-2910-10/+0
| * | | V4L/DVB (10192): em28xx: fix input selectionMauro Carvalho Chehab2009-01-291-18/+23
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2009-02-027-14/+975
|\ \ \
| * | | pxamci: enable DMA for write ops after CMD/RESPCliff Brake2009-02-021-1/+15
| * | | pxamci: replace #ifdef CONFIG_PXA27x with if (cpu_is_pxa27x())Cliff Brake2009-02-021-5/+4
| * | | ricoh_mmc: Use suspend_late/resume_earlyphilipl@overt.org2009-02-021-4/+4
| * | | mmci: Add support for ST Micro derivateLinus Walleij2009-02-022-4/+61
| * | | mmc: Add a MX2/MX3 specific SDHC driverSascha Hauer2009-02-023-0/+891
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2009-02-0210-16/+371
|\ \ \ \
| * | | | icside: fix PCB version 6 support (v2)Bartlomiej Zolnierkiewicz2009-02-021-1/+1
| * | | | tx4939ide: typo fix and minor cleanupAtsushi Nemoto2009-02-021-2/+2
| * | | | ide: add CS5536 host driver (v3)Bartlomiej Zolnierkiewicz2009-02-023-0/+319
| * | | | ide: Force VIA IDE legacy interrupts for AmigaOne boardsGerhard Pircher2009-02-021-0/+5
| * | | | IDE: Unregister and disable devices if initialization fails.Ian Campbell2009-02-021-1/+2
| * | | | ide: fix ide_register_port() failure handlingBartlomiej Zolnierkiewicz2009-02-021-8/+32
| * | | | ide: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers2009-02-021-1/+1
| * | | | ide-cd: fix DMA for non bio-backed requestsBorislav Petkov2009-02-022-3/+9
| |/ / /
* | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-02-029-13/+51
|\ \ \ \
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2009-02-02296-1763/+11585
| |\| | |
| * | | | uwb: lock rc->rsvs_lock with spin_lock_bh()David Vrabel2009-01-232-4/+4
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2009-01-221234-24539/+68448
| |\ \ \ \
| * | | | | wusb: timeout when waiting for ASL/PZL updates in whci-hcdDavid Vrabel2009-01-074-4/+30
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel2009-01-071069-29328/+481613
| |\ \ \ \ \
| * | | | | | uwb: remove unused #include <version.h>'sHuang Weiyi2009-01-071-1/+0
| * | | | | | wusb: return -ENOTCONN when resetting a port with no connected deviceDavid Vrabel2009-01-062-0/+4
| * | | | | | uwb: safely remove all reservationsDavid Vrabel2009-01-061-4/+13
* | | | | | | virtio-pci: do not oops on config change if driver not loadedMark McLoughlin2009-02-021-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-311-1/+32
|\ \ \ \ \ \
| * | | | | | xen: make sysfs files behave as their names suggestJeremy Fitzhardinge2009-01-291-1/+32
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-01-312-6/+2
|\ \ \ \ \ \ \
| * | | | | | | leds: Fix bounds checking of wm8350->pmic.ledRoel Kluin2009-01-301-1/+1
| * | | | | | | regulator: move bq24022 init back to module_init instead of subsys_initcallPhilipp Zabel2009-01-301-5/+1
* | | | | | | | Fix memory corruption in console selectionMikulas Patocka2009-01-311-1/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-3116-326/+305
|\ \ \ \ \ \ \ \
| * | | | | | | | igb: fix link reporting when using sgmiiAlexander Duyck2009-01-311-2/+9
| * | | | | | | | igb: prevent skb_over panic w/ mtu smaller than 1KAlexander Duyck2009-01-311-4/+4
| * | | | | | | | igb: Fix DCA errors and do not use context index for 82576Alexander Duyck2009-01-312-15/+10
| * | | | | | | | sfc: Replace stats_enabled flag with a disable countBen Hutchings2009-01-306-25/+57
| * | | | | | | | sfc: SFX7101/SFT9001: Fix AN advertisementsBen Hutchings2009-01-306-201/+141
| * | | | | | | | sfc: SFT9001: Always enable XNP exchange on SFT9001 rev BBen Hutchings2009-01-301-1/+1
| * | | | | | | | sfc: Update board info for hardware monitor on SFN4111T-R5 and laterBen Hutchings2009-01-301-2/+10
| * | | | | | | | sfc: Test for PHYXS faults whenever we cannot test link state bitsSteve Hodgson2009-01-301-7/+9
| * | | | | | | | sfc: Reinitialise the PHY completely in case of a PHY or NIC resetSteve Hodgson2009-01-304-13/+28
| * | | | | | | | sfc: Fix post-reset MAC selectionSteve Hodgson2009-01-301-7/+8
| * | | | | | | | sfc: SFN4111T: Fix GPIO sharing between I2C and FLASH_CFG_1Ben Hutchings2009-01-301-6/+9
| * | | | | | | | sfc: SFT9001: Fix speed reporting in 1G PHY loopbackSteve Hodgson2009-01-303-18/+18
| * | | | | | | | sfc: SFX7101: Remove workaround for bad link trainingSteve Hodgson2009-01-304-28/+0