summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-12-24sh: intc: Initialize radix tree gfp mask explicitly.Paul Mundt1-0/+1
2010-12-22Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds15-59/+115
2010-12-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds4-5/+9
2010-12-22drivers/spi/spi.c: don't release the spi device twiceSebastian Andrzej Siewior1-2/+1
2010-12-22led_class: fix typo in blink APIJohannes Berg1-1/+1
2010-12-22backlight: cr_bllcd.c: fix a memory leakAxel Lin1-0/+1
2010-12-22rtc: rs5c372: fix buffer sizeWolfram Sang1-1/+1
2010-12-22gpiolib: gpio_request_one(): add missing gpio_free()Aaro Koskinen1-0/+3
2010-12-22mfd: Support additional parent IDs for wm831xMark Brown1-1/+5
2010-12-22mfd: Fix ab8500-core interrupt ffs bit bugMattias Wallin1-1/+1
2010-12-22mfd: Supply IRQ base for WM832x devicesMark Brown1-1/+1
2010-12-22watchdog: Fix null pointer dereference while accessing rdc321x platform_dataFlorian Fainelli1-1/+1
2010-12-22gpio: Fix null pointer dereference while accessing rdc321x platform_dataFlorian Fainelli1-1/+1
2010-12-22drm: Include the connector name in the output_poll_execute() debug messageChris Wilson1-1/+4
2010-12-22drm/radeon/kms: fix bug in r600_gpu_is_lockupAlex Deucher1-2/+8
2010-12-20Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-2/+4
2010-12-20Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds7-22/+50
2010-12-20Fix build error in drivers/block/cciss.cLinus Torvalds1-1/+1
2010-12-21drm/radeon/kms: reorder display resume to avoid problemsAlex Deucher2-6/+6
2010-12-21drm/radeon/kms/evergreen: reset the grbm blocks at resume and initAlex Deucher1-0/+10
2010-12-21drm/radeon/kms: fix evergreen asic resetAlex Deucher1-15/+0
2010-12-21Revert "drm: Don't try and disable an encoder that was never enabled"Dave Airlie1-1/+1
2010-12-21drm/radeon: Add early unregister of firmware fb'sBenjamin Herrenschmidt1-0/+19
2010-12-20Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-363/+204
2010-12-20Merge branch 'sh-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+11
2010-12-20Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+4
2010-12-20Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds7-21/+24
2010-12-20drm/radeon: use aperture size not vram size for overlap testsDave Airlie1-1/+1
2010-12-19Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2-0/+28
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2-76/+8
2010-12-17[media] gspca - sonixj: Better handling of the bridge registers 0x01 and 0x17Jean-Francois Moine1-163/+100
2010-12-17[media] gspca - sonixj: Add the bit definitions of the bridge reg 0x01 and 0x17Jean-Francois Moine1-0/+13
2010-12-17[media] gspca - sonixj: Set the flag for some devicesJean-Francois Moine1-2/+5
2010-12-17[media] gspca - sonixj: Add a flag in the driver_info tableJean-Francois Moine1-2/+8
2010-12-17[media] gspca - sonixj: Fix a bad probe exchangeJean-Francois Moine1-2/+2
2010-12-17[media] gspca - sonixj: Move bridge init to sd startJean-Francois Moine1-136/+129
2010-12-17[media] bttv: remove unneeded locking commentsBrandon Philips1-20/+0
2010-12-17[media] bttv: fix mutex use before init (BZ#24602)Mauro Carvalho Chehab1-94/+3
2010-12-17Revert "PCI: allocate bus resources from the top down"Bjorn Helgaas1-48/+5
2010-12-17Revert "PCI: fix pci_bus_alloc_resource() hang, prefer positive decode"Bjorn Helgaas1-49/+21
2010-12-17Merge branch 'bkl_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds37-324/+411
2010-12-17clocksource: sh_cmt: Remove nested spinlock fixTakashi YOSHII1-6/+11
2010-12-17cciss: fix cciss_revalidate panicStephen M. Cameron1-0/+2
2010-12-17block: max hardware sectors limit wrapperMike Snitzer1-3/+2
2010-12-17block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits insteadMartin K. Petersen3-10/+1
2010-12-16Revert "USB: gadget: Allow function access to device ID data during bind()"Greg Kroah-Hartman1-8/+8
2010-12-16USB: misc: uss720.c: add another vendor/product IDThomas Sailer1-1/+3
2010-12-16USB: usb-storage: unusual_devs entry for the Samsung YP-CP3Vitaly Kuznetsov1-0/+7
2010-12-16USB: gadget: Remove suspended sysfs file before freeing cdevPavankumar Kondeti1-1/+1
2010-12-16USB: core: Add input prompt and help text for USB_OTG configPavankumar Kondeti1-2/+10