aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13rapidio: add definitions of Component Tag fieldsAlexandre Bounine1-1/+1
2011-01-13rapidio: integrate rio_switch into rio_devAlexandre Bounine2-29/+34
2011-01-13rapidio: use common destid storage for endpoints and switchesAlexandre Bounine6-200/+126
2011-01-13drivers/telephony/ixj.c: fix warningAndrew Morton1-2/+1
2011-01-13gpio/ml_ioh_gpio: ML7213 GPIO driverTomoya MORINAGA3-0/+362
2011-01-13GPIO_VX855: eliminate kconfig dependency warningRandy Dunlap1-1/+1
2011-01-13GPIO_RDC321X: select MFD_SUPPORT to squelch kconfig warningRandy Dunlap1-0/+1
2011-01-13gpio: vr41xx_giu: irq_data conversionLennert Buytenhek1-24/+24
2011-01-13gpio: timbgpio: irq_data conversionLennert Buytenhek1-15/+15
2011-01-13gpio: tc35892-gpio: irq_data conversionLennert Buytenhek1-18/+18
2011-01-13gpio: sx150x: irq_data conversionLennert Buytenhek1-23/+23
2011-01-13gpio: stmpe-gpio: irq_data conversionLennert Buytenhek1-18/+18
2011-01-13gpio: pl061: irq_data conversionLennert Buytenhek1-14/+14
2011-01-13gpio: pca953x: irq_data conversionLennert Buytenhek1-19/+19
2011-01-13gpio: max732x: irq_data conversionLennert Buytenhek1-19/+19
2011-01-13gpio: langwell_gpio: irq_data conversionLennert Buytenhek1-8/+8
2011-01-13gpio: adp5588-gpio: irq_data conversionLennert Buytenhek1-19/+20
2011-01-13cs5535: deprecate older cs5535_gpio driverAndres Salomon8-10/+21
2011-01-13drivers/staging/olpc_dcon: convert to new cs5535 gpio APIAndres Salomon5-93/+103
2011-01-13drivers/gpio/cs5535-gpio.c: add some additional cs5535-specific GPIO functionalityAndres Salomon2-1/+53
2011-01-13rtc: rtc-max6902 - set driver data in max6902_probe()Axel Lin1-1/+2
2011-01-13rtc-cmos: fix suspend/resumePaul Fox1-7/+9
2011-01-13drivers/rtc/rtc-omap.c: fix a memory leakAxel Lin1-2/+4
2011-01-13vgacon: check for efi machineYannick Heneault1-1/+2
2011-01-13dca: remove unneeded NULL checkDan Carpenter1-2/+0
2011-01-13kmsg_dump: constrain mtdoops and ramoops to perform their actions only for KMSG_DUMP_PANICSeiji Aguchi2-0/+10
2011-01-13drivers/video/backlight/l4f00242t03.c: fix reset sequenceAlberto Panizzo1-1/+2
2011-01-13drivers/video/backlight/l4f00242t03.c: prevent unbalanced calls to regulator enable/disableAlberto Panizzo1-4/+6
2011-01-13drivers/video/backlight/l4f00242t03.c: full implement fb power states for this lcdAlberto Panizzo1-22/+75
2011-01-13drivers/video/backlight/l4f00242t03.c: make 1-bit signed field unsignedMariusz Kozlowski1-1/+1
2011-01-13leds: add output inversion option to backlight triggerJanusz Krzysztofik1-4/+57
2011-01-13leds-lp5521: modify the way of setting led device nameArun Murthy1-1/+2
2011-01-13leds: lp5521: fix circular lockingSamu Onkalo1-44/+8
2011-01-13leds: lp5523: fix circular lockingSamu Onkalo1-40/+16
2011-01-13leds: leds-lp5523: modify the way of setting led device nameSamu Onkalo1-1/+2
2011-01-13leds: leds-pca9532 cleanupsAxel Lin1-38/+28
2011-01-13drivers/leds/leds-lp5521.c: fix potential buffer overflowVasiliy Kulikov1-0/+2
2011-01-12Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds23-637/+1082
2011-01-12Merge branch 'stable/xenbus' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds9-311/+660
2011-01-12i915/gtt: fix ordering causing DMAR errors on object teardown.Dave Airlie1-2/+2
2011-01-12i915/gtt: fix ordering issues with status setup and DMARDave Airlie1-2/+2
2011-01-12Merge branch 'drm-intel-fixes' of ssh://master.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intelDave Airlie23-633/+1078
2011-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds52-1559/+2619
2011-01-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds7-98/+135
2011-01-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds37-622/+889
2011-01-11cxgb4vf: recover from failure in cxgb4vf_open()Casey Leedom1-5/+10
2011-01-11drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson2-26/+47
2011-01-11drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson1-8/+4
2011-01-11drm/i915/evict: Ensure we completely cleanup on failureChris Wilson1-1/+8
2011-01-11drm/i915/execbuffer: Correctly clear the current object list upon EFAULTChris Wilson1-3/+1