summaryrefslogtreecommitdiffstats
path: root/drivers/misc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into cpus4096Ingo Molnar2008-07-282-2/+1Star
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds2008-07-271-1/+0Star
| |\
| | * Merge commit 'upstream/master'Haavard Skinnemoen2008-07-279-149/+1824
| | |\
| | * | drivers/misc/atmel-ssc.c: Removed duplicated includeHuang Weiyi2008-07-241-1/+0Star
| * | | kconfig: fix typos: "Suport" -> "Support"Heikki Orsila2008-07-251-1/+1
| | |/ | |/|
* / | cpumask: change cpumask_of_cpu_ptr to use new cpumask_of_cpuMike Travis2008-07-261-2/+1Star
|/ /
* | drivers/misc/phantom: note PCIJiri Slaby2008-07-252-2/+4
* | drivers/misc/hpilo.c needs CONFIG_PCIAndrew Morton2008-07-251-0/+1
* | misc: add HP WMI laptop extras driverMatthew Garrett2008-07-253-0/+507
* | Merge branch 'release-2.6.27' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-07-242-142/+335
|\ \
| * | ACPI: thinkpad-acpi: don't misdetect in get_thinkpad_model_data() on -ENOMEMHenrique de Moraes Holschuh2008-07-211-14/+33
| * | ACPI: thinkpad-acpi: bump up version to 0.21Henrique de Moraes Holschuh2008-07-211-1/+1
| * | ACPI: thinkpad-acpi: add bluetooth and WWAN rfkill supportHenrique de Moraes Holschuh2008-07-212-26/+184
| * | ACPI: thinkpad-acpi: WLSW overrides other rfkill switchesHenrique de Moraes Holschuh2008-07-211-0/+20
| * | ACPI: thinkpad-acpi: prepare for bluetooth and wwan rfkill supportHenrique de Moraes Holschuh2008-07-211-80/+74Star
| * | ACPI: thinkpad-acpi: consolidate wlsw notification functionHenrique de Moraes Holschuh2008-07-211-20/+19Star
| * | ACPI: thinkpad-acpi: minor refactor on radio switch initHenrique de Moraes Holschuh2008-07-211-23/+26
| |/
* | atmel_pwm: set up only one PWM clock when allocating a clockHans-Christian Egtvedt2008-07-241-2/+1Star
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-07-241-1/+2
|\ \
| * | cpumask: Optimize cpumask_of_cpu in drivers/misc/sgi-xp/xpc_main.cMike Travis2008-07-181-1/+2
| |/
* | HP iLO driverDavid Altobelli2008-07-224-0/+971
* | device create: misc: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-221-2/+3
|/
* fujitsu-laptop: depends on INPUTRandy Dunlap2008-07-161-0/+1
* acer-wmi: Remove version numberCarlos Corbacho2008-07-161-4/+1Star
* acer-wmi: Add debugfs file for device detectionCarlos Corbacho2008-07-161-0/+66
* acer-wmi: Disable device autodetection on Fujitsu Siemens Amilo Li2732Carlos Corbacho2008-07-161-0/+10
* acer-wmi: Add EC quirk for Fujitsu Siemens Amilo Li 1718Carlos Corbacho2008-07-161-0/+19
* acer-wmi: Respect framebuffer blanking in backlightCarlos Corbacho2008-07-161-2/+12
* acer-wmi: Blacklist backlight on Acer Aspire 1520 & 1360 seriesCarlos Corbacho2008-07-161-4/+27
* eeepc-laptop: staticAdrian Bunk2008-07-161-2/+2
* compal-laptop: remove unnecessary lcd_level attributeCezary Jackiewicz2008-07-161-35/+2Star
* Fujitsu-laptop updateJonathan Woithe2008-07-162-52/+786
* misc,acpi,backlight: compal Laptop ExtrasCezary Jackiewicz2008-07-163-2/+457
* Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6Linus Torvalds2008-07-143-3/+18
|\
| * Merge commit 'v2.6.26' into bkl-removalJonathan Corbet2008-07-143-243/+292
| |\
| * | sony-laptop: BKL pushdownArnd Bergmann2008-07-021-0/+3
| * | hdpu_cpustate: BKL pushdownArnd Bergmann2008-06-201-1/+8
| * | phantom: BKL pushdownJonathan Corbet2008-06-201-2/+7
* | | atmel_pwm: Rename the "mck" clock to "pwm_clk"Sedji Gaouaou2008-06-271-1/+1
| |/ |/|
* | thinkpad-acpi: fix LED handling on older ThinkPadsHenrique de Moraes Holschuh2008-06-121-27/+28
* | thinkpad-acpi: fix initialization error pathsHenrique de Moraes Holschuh2008-06-121-207/+230
* | thinkpad-acpi: SW_RADIO to SW_RFKILL_ALL renameHenrique de Moraes Holschuh2008-06-121-2/+2
* | fujitsu-laptop: autoload module on Lifebook P1510DDan Williams2008-06-061-0/+6
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2008-06-041-7/+26
|\ \
| * | kgdbts: Use HW breakpoints with CONFIG_DEBUG_RODATAJason Wessel2008-05-281-4/+24
| * | kgdb: use common ascii helpers and put_unaligned_be32 helperHarvey Harrison2008-05-281-3/+2Star
| |/
* / acpi: fix sparse const errorsHarvey Harrison2008-05-301-5/+5
|/
* drivers/misc/sgi-xp: replace partid_t with a shortDean Nelson2008-05-137-69/+69
* drivers/misc/sgi-xp: clean up return valuesDean Nelson2008-05-137-401/+291Star
* kgdb: 1000 loops for the single step test in kgdbtsJason Wessel2008-05-051-2/+13