summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Staging: rt2860: add RT3090 chipset supportBartlomiej Zolnierkiewicz2009-12-1136-424/+1416
* Staging: rt28x0: remove unused code from common/dfs.cBartlomiej Zolnierkiewicz2009-12-112-453/+0Star
* Staging: rt28x0: updates from vendor's V2.1.0.0 driversBartlomiej Zolnierkiewicz2009-12-11122-27877/+32887
* Staging: rt3090: remove private ioctlsBartlomiej Zolnierkiewicz2009-12-112-2400/+2Star
* Staging: rt3090: remove private debugging ioctlsBartlomiej Zolnierkiewicz2009-12-112-811/+0Star
* Staging: rt3090: disable HAS_ANTENNA_DIVERSITY_SUPPORT optionBartlomiej Zolnierkiewicz2009-12-111-1/+1
* Staging: rt3090: disable HAS_ATE optionBartlomiej Zolnierkiewicz2009-12-111-1/+1
* Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds2009-12-104-58/+68
|\
| * xen: try harder to balloon up under memory pressure.Ian Campbell2009-12-041-26/+5Star
| * Xen balloon: fix totalram_pages counting.Gianluca Guida2009-12-041-3/+4
| * xen: explicitly create/destroy stop_machine workqueues outside suspend/resume...Ian Campbell2009-12-031-1/+11
| * xen: improve error handling in do_suspend.Ian Campbell2009-12-031-9/+11
| * xen: don't leak IRQs over suspend/resume.Ian Campbell2009-12-031-0/+3
| * xen: don't call dpm_resume_noirq() with interrupts disabled.Jeremy Fitzhardinge2009-12-031-4/+3Star
| * xen: wait up to 5 minutes for device connetionPaolo Bonzini2009-12-031-4/+16
| * xen: improvement to wait_for_devices()Paolo Bonzini2009-12-031-3/+6
| * xen: fix is_disconnected_device/exists_disconnected_devicePaolo Bonzini2009-12-031-6/+7
| * xen/xenbus: make DEVICE_ATTR()s staticJeremy Fitzhardinge2009-12-031-3/+3
* | Merge branch 'xen/fbdev' of git://git.kernel.org/pub/scm/linux/kernel/git/jer...Linus Torvalds2009-12-107-5/+9
|\ \
| * | xen pvfb: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers.Konrad Rzeszutek Wilk2009-12-041-1/+1
| * | fb-defio: Inhibit VM_IO flag to be set on vmalloc-ed framebuffers.Konrad Rzeszutek Wilk2009-12-043-3/+3
| * | fb-defio: If FBINFO_VIRTFB is defined, do not set VM_IO flag.Konrad Rzeszutek Wilk2009-12-041-1/+3
| * | Fix toogle whether xenbus driver should be built as module or part of kernel.Konrad Rzeszutek Wilk2009-10-082-0/+2
* | | Merge git://git.infradead.org/ubifs-2.6Linus Torvalds2009-12-102-9/+51
|\ \ \
| * | | UBI: flush wl before clearing update markerSebastian Andrzej Siewior2009-12-041-9/+11
| * | | UBI: Add ubi_open_volume_pathCorentin Chary2009-11-241-0/+40
* | | | V4L/DVB (13592): max2165: 32bit build patchDavid Wong2009-12-101-1/+1
* | | | Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds2009-12-1046-279/+1148
|\ \ \ \
| * | | | ACPICA: Add additional module-level code supportLin Ming2009-11-252-21/+61
| * | | | ACPICA: Deploy new create integer interface where appropriateBob Moore2009-11-259-52/+30Star
| * | | | ACPICA: New internal utility function to create Integer objectsBob Moore2009-11-252-0/+31
| * | | | ACPICA: Add repair for predefined methods that must return sorted listsBob Moore2009-11-254-2/+559
| * | | | ACPICA: Fix possible fault if return Package objects contain NULL elementsBob Moore2009-11-251-1/+42
| * | | | ACPICA: Add post-order callback to acpi_walk_namespaceLin Ming2009-11-2526-149/+193
| * | | | ACPICA: Change package length error message to an info messageBob Moore2009-11-251-4/+4
| * | | | ACPICA: Reduce severity of predefined repair messages, Warning to InfoBob Moore2009-11-254-4/+54
| * | | | ACPICA: Fix possible memory leak for Scope ASL operatorLin Ming2009-11-251-17/+33
| * | | | ACPICA: Remove possibility of executing _REG methods twiceLin Ming2009-11-251-5/+59
| * | | | ACPICA: Add repair for bad _MAT buffersLin Ming2009-11-251-2/+21
| * | | | ACPICA: Add repair for bad _BIF/_BIX packagesBob Moore2009-11-251-26/+65
| |/ / /
* | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-12-1049-1650/+2082
|\ \ \ \
| * | | | hwmon: (adt7475) Add VID support for the ADT7476Jean Delvare2009-12-092-3/+64
| * | | | hwmon: (adt7475) Add support for the ADT7476Jean Delvare2009-12-092-20/+65
| * | | | hwmon: (adt7475) Voltage attenuators can be bypassedJean Delvare2009-12-091-6/+36
| * | | | hwmon: (adt7475) Print device information on probeJean Delvare2009-12-091-0/+18
| * | | | hwmon: (adt7475) Handle alternative pin functionsJean Delvare2009-12-091-15/+99
| * | | | hwmon: (adt7475) Move sysfs files removal to a separate functionJean Delvare2009-12-091-6/+10
| * | | | hwmon: (adt7475) Add support for the ADT7490Jean Delvare2009-12-092-14/+105
| * | | | hwmon: (adt7475) Improve device detectionJean Delvare2009-12-091-4/+9
| * | | | hwmon: (adt7475) Add missing static markerJean Delvare2009-12-091-1/+1