summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-04-30USB: serial: option: ZTEAC8710 Support with Device ID 0xffffMahesh Kuruganti1-0/+2
2010-04-30USB: serial: pl2303: Hybrid reader Uniform HCR331Simone Contini2-0/+2
2010-04-30USB: option: add ID for ZTE MF 330Dominik Brodowski1-0/+5
2010-04-30USB: xhci: properly set endpoint context fields for periodic eps.Sarah Sharp2-0/+55
2010-04-30USB: xhci: properly set the "Mult" field of the endpoint context.Sarah Sharp1-0/+14
2010-04-30USB: OHCI: don't look at the root hub to get the number of portsAlan Stern1-1/+1
2010-04-30USB: don't choose configs with no interfacesAlan Stern1-1/+1
2010-04-30USB: cdc-acm: add another device quirkRuss Nelson1-0/+3
2010-04-30USB: fix testing the wrong variable in fs_create_by_name()Dan Carpenter1-2/+2
2010-04-30usb: Fix tusb6010 for DMA APITony Lindgren2-8/+27
2010-04-30musb_core: fix musb_init_controller() error cleanup pathSergei Shtylyov1-17/+34
2010-04-30MUSB: fix DaVinci glue layer dependencySergei Shtylyov2-2/+2
2010-04-30musb_core: don't call musb_platform_exit() twiceSergei Shtylyov1-10/+7
2010-04-30MUSB: OMAP: don't call clk_put()Sergei Shtylyov1-3/+0
2010-04-30MUSB: DaVinci: fix musb_platform_init() error cleanup pathSergei Shtylyov1-0/+2
2010-04-30musb_core: don't prevent disabling clock on driver unloadSergei Shtylyov1-3/+1
2010-04-30musb_core: don't touch 'musb->clock' in musb_free()Sergei Shtylyov1-5/+0
2010-04-30musb: potential use after freeDan Carpenter1-0/+1
2010-04-30musb: save and restore missing bus control registerAjay Kumar Gupta2-1/+3
2010-04-30MUSB: Blackfin: don't fake blackfin_interrupt() resultSergei Shtylyov1-7/+1
2010-04-30serial: drivers/serial/pmac_zilog.c: add missing unlockJulia Lawall1-1/+3
2010-04-30serial: 8250_pnp - add Fujitsu Wacom devicePing Cheng1-0/+2
2010-04-30tty: Fix regressions in the char driver conversionAlan Cox5-6/+16
2010-04-29Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-4/+11
2010-04-29Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2-0/+6
2010-04-29ARM: 6061/1: PL061 GPIO: Bug fix - setting gpio for HIGH_LEVEL interrupt is n...viresh kumar1-1/+1
2010-04-29pktcdvd: improve BKL and compat_ioctl.c usageArnd Bergmann1-3/+14
2010-04-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds1-1/+1
2010-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds23-136/+1230
2010-04-28sfc: Change falcon_probe_board() to fail for unsupported boardsBen Hutchings3-12/+7
2010-04-28sfc: Always close net device at the end of a disabling resetBen Hutchings1-2/+2
2010-04-28sfc: Wait at most 10ms for the MC to finish reading out MAC statisticsBen Hutchings1-2/+11
2010-04-28Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds1-36/+18
2010-04-28Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-67/+80
2010-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds3-10/+10
2010-04-28regulator: fix enabling regulator issue on max8925Haojian Zhuang1-1/+1
2010-04-28drivers/gpu/drm/drm_sysfs.c: sysfs files error handlingDan Carpenter1-9/+12
2010-04-28drivers/gpu/drm/radeon/radeon_atombios.c: range check issuesDan Carpenter2-3/+3
2010-04-28gpu: vga_switcheroo, fix lock imbalanceJiri Slaby1-2/+4
2010-04-28drivers/gpu/drm/drm_memory.c: fix check for end of loopDan Carpenter1-1/+1
2010-04-28drivers/gpu/drm/via/via_video.c: fix off by one issueDan Carpenter1-1/+1
2010-04-28omap2_mcspi: small fixes of output data formatRoman Tereshonkov1-2/+2
2010-04-28omap2_mcspi: Flush posted writesRoman Tereshonkov1-0/+1
2010-04-28drm/radeon/kms/agp The wrong AGP chipset can cause a NULL pointer dereferenceRobert Fitzsimons1-6/+4
2010-04-28drm/radeon/kms: r300 fix CS checker to allow zbuffer-only fastfillMarek Olšák3-3/+3
2010-04-28spi: spi_device memory should be released instead of device.Roman Tereshonkov1-1/+1
2010-04-28spi: release device claimed by bus_find_device_by_nameRoman Tereshonkov1-2/+4
2010-04-28of: check for IS_ERR()Dan Carpenter1-1/+1
2010-04-28serial/mpc52xx_uart: Drop outdated commentsWolfram Sang1-33/+0
2010-04-28gpio: potential null dereferenceDan Carpenter1-1/+2