summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* thinkpad-acpi: volume subdriver rewriteHenrique de Moraes Holschuh2009-12-161-58/+282
* thinkpad-acpi: log initial state of rfkill switchesHenrique de Moraes Holschuh2009-12-161-1/+6
* thinkpad-acpi: sync input device EV_SW initial stateHenrique de Moraes Holschuh2009-12-161-4/+10
* thinkpad-acpi: use input_set_capabilityHenrique de Moraes Holschuh2009-12-091-9/+5Star
* thinkpad-acpi: log temperatures on termal alarm (v2)Henrique de Moraes Holschuh2009-12-091-12/+45
* thinkpad-acpi: expose module parametersHenrique de Moraes Holschuh2009-12-091-10/+10
* thinkpad-acpi: adopt input deviceHenrique de Moraes Holschuh2009-12-091-0/+1
* thinkpad-acpi: silence bogus complain during rmmodHenrique de Moraes Holschuh2009-12-091-1/+2
* thinkpad-acpi: issue backlight class eventsHenrique de Moraes Holschuh2009-12-091-1/+23
* thinkpad-acpi: fix some version quirksHenrique de Moraes Holschuh2009-12-091-3/+3
* thinkpad-acpi: preserve rfkill state across suspend/resumeHenrique de Moraes Holschuh2009-12-091-27/+5Star
* thinkpad-acpi: fix default brightness_mode for R50e/R51Henrique de Moraes Holschuh2009-12-091-2/+2
* VIDEO: Correct use of request_region/request_mem_regionJulia Lawall2009-12-031-1/+1
* SPI: spi_txx9: Fix bit rate calculationAtsushi Nemoto2009-12-031-7/+6Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sam...Linus Torvalds2009-12-031-1/+1
|\
| * mfd: Correct WM831X_MAX_ISEL_VALUEMark Brown2009-12-011-1/+1
* | Input: i8042 - add Dell Vostro 1320, 1520 and 1720 to the reset listAnisse Astier2009-12-031-0/+21
* | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-12-031-3/+4
|\ \
| * | md: revert incorrect fix for read error handling in raid1.NeilBrown2009-12-011-3/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2009-12-031-2/+2
|\ \ \
| * | | [PATCH] rc32434_wdt: fix compilation failureFlorian Fainelli2009-12-021-1/+1
| * | | [WATCHDOG] rc32434_wdt.c: use resource_size()H Hartley Sweeten2009-12-021-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-12-021-0/+2
|\ \ \ \
| * | | | regulator: Initialise wm831x structure pointor for ISINK driverMark Brown2009-12-021-0/+2
| |/ / /
* | | | Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Linus Torvalds2009-12-021-2/+2
|\ \ \ \
| * | | | [ARM] pxamci: call mmc_remove_host() before freeing resourcesDaniel Mack2009-12-021-2/+2
* | | | | rtc-x1205: reset clock to sane state after power failureJohannes Weiner2009-12-021-2/+2
* | | | | rtc-x1205: fix rtc_time to y2k register value conversionJohannes Weiner2009-12-021-1/+1
* | | | | aoe: prevent cache aliasesPeter Horton2009-12-021-2/+21
* | | | | gpio: Langwell GPIO driver bugfixesAlek Du2009-12-021-10/+1Star
* | | | | davinci: fb: fix frame buffer driver issuesSudhakar Rajashekhara2009-12-021-4/+7
* | | | | drivers/rtc/rtc-pcf50633.c: fix use after free in pcf50633_rtc_probe()Dan Carpenter2009-12-021-1/+2
* | | | | drivers/media/dvb/dvb-core/dvb_frontend.c: needs semaphore.hAndrew Morton2009-12-021-0/+1
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-12-0112-28/+21Star
|\ \ \ \
| * | | | Staging: update TODO filesBartlomiej Zolnierkiewicz2009-12-014-10/+6Star
| * | | | Staging: hv: Fix some missing author namesHaiyang Zhang2009-12-015-0/+5
| * | | | Staging: hv: Fix vmbus event handler bugHaiyang Zhang2009-12-012-13/+5Star
| * | | | Staging: hv: Fix argument order in incorrect memset invocations in hyperv dri...Dave Jones2009-12-011-5/+5
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2009-12-0114-78/+118
|\ \ \ \ \
| * | | | | USB: Add support for Mobilcom Debitel USB UMTS Surf-Stick to option driverGernot Hillier2009-12-011-0/+5
| * | | | | USB: work around for EHCI with quirky periodic schedulesOliver Neukum2009-12-014-0/+20
| * | | | | USB: musb: Fix CPPI IRQs not being signaledDaniel Glöckner2009-12-011-5/+5
| * | | | | USB: musb: respect usb_request->zero in control requestsDaniel Glöckner2009-12-011-1/+2
| * | | | | USB: musb: fix ISOC Tx programming for CPPI DMAsAjay Kumar Gupta2009-12-011-1/+4
| * | | | | USB: musb: Remove unwanted message in boot logAjay Kumar Gupta2009-12-011-2/+2
| * | | | | usb: amd5536udc: fixed shared interrupt bug and warning oopsThomas Dahlmann2009-12-011-19/+30
| * | | | | USB: ftdi_sio: Keep going when write errors are encountered.Eric W. Biederman2009-12-011-2/+1Star
| * | | | | USB: musb_gadget: fix STALL handlingSergei Shtylyov2009-12-011-45/+34Star
| * | | | | USB: EHCI: don't send Clear-TT-Buffer following a STALLAlan Stern2009-12-012-3/+15
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2009-12-013-4/+8
|\ \ \ \ \ | |_|_|_|/ |/| | | |