summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ACPI: thinkpad-acpi: clean-up fan subdriver quirkHenrique de Moraes Holschuh2009-01-151-51/+58
* ACPI: thinkpad-acpi: start the event hunt seasonHenrique de Moraes Holschuh2009-01-151-0/+3
* ACPI: thinkpad-acpi: handle HKEY thermal and battery alarmsHenrique de Moraes Holschuh2009-01-151-4/+59
* ACPI: thinkpad-acpi: clean up hotkey_notify()Henrique de Moraes Holschuh2009-01-151-65/+109
* ACPI: thinkpad-acpi: use killable instead of interruptible mutexesHenrique de Moraes Holschuh2009-01-151-13/+13
* ACPI: thinkpad-acpi: add UWB radio supportHenrique de Moraes Holschuh2009-01-151-1/+205
* ACPI: thinkpad-acpi: preserve radio state across shutdownHenrique de Moraes Holschuh2009-01-151-4/+55
* ACPI: thinkpad-acpi: resume with radios disabledHenrique de Moraes Holschuh2009-01-151-10/+56
* ACPI: thinkpad-acpi: debug facility to emulate the rf switchesHenrique de Moraes Holschuh2009-01-152-0/+201
* ACPI: thinkpad-acpi: struct device - replace bus_id with dev_name(), dev_set_...Kay Sievers2009-01-151-4/+4
* libata: only ports >= 0 need to synchronizeArjan van de Ven2009-01-101-1/+3
* libata: Add a per-host flag to opt-in into parallel port probesArjan van de Ven2009-01-102-0/+12
* Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2009-01-105-27/+41
|\
| * cpumask: convert struct cpufreq_policy to cpumask_var_tRusty Russell2009-01-063-17/+31
| * Merge branch 'linus' into cpus4096Ingo Molnar2009-01-06101-3350/+7439
| |\
| * | cpumask: update pci_bus_show_cpuaffinity to use new cpumask APIMike Travis2009-01-041-4/+4
| * | cpumask: update local_cpus_show to use new cpumask APIMike Travis2009-01-041-6/+6
* | | LIS3LV02D: separate the core from HP ACPI APIEric Piel2009-01-094-251/+324
* | | memstick: annotate endianness of attribute structsHarvey Harrison2009-01-091-22/+21
* | | hp-wmi: handle rfkill_register() failureLarry Finger2009-01-091-3/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-095-103/+34
|\ \ \
| * | | Revert "driver core: create a private portion of struct device"Greg Kroah-Hartman2009-01-092-20/+0
| * | | Revert "driver core: move klist_children into private structure"Greg Kroah-Hartman2009-01-092-30/+13
| * | | Revert "driver core: move knode_driver into private structure"Greg Kroah-Hartman2009-01-093-22/+8
| * | | Revert "driver core: move knode_bus into private structure"Greg Kroah-Hartman2009-01-092-31/+13
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2009-01-092-16/+20
|\ \ \ \
| * | | | firewire: core: fix sleep in atomic context due to driver core changeStefan Richter2009-01-092-16/+20
| |/ / /
* | | | Merge branch 'for_2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/kk...Linus Torvalds2009-01-0922-353/+3645
|\ \ \ \
| * | | | mISDN: Add HFC USB driverKarsten Keil2009-01-094-0/+2622
| * | | | mISDN: Fix kernel crash when doing hardware conference with more than two mem...Andreas Eversberg2009-01-092-6/+6
| * | | | mISDN: Added missing create_l1() callAndreas Eversberg2009-01-091-0/+5
| * | | | mISDN: Add MODULE_DEVICE_TABLE() to hfcpciMatthias Urlichs2009-01-091-0/+2
| * | | | mISDN: Minor cleanupsAndreas Eversberg2009-01-093-6/+6
| * | | | mISDN: Create /sys/class/mISDNMatthias Urlichs2009-01-094-114/+266
| * | | | mISDN: Add missing release functionsAndreas Eversberg2009-01-091-7/+21
| * | | | mISDN: Add different different timer settings for hfc-pciAndreas Eversberg2009-01-093-28/+148
| * | | | mISDN: Minor fixesAndreas Eversberg2009-01-092-2/+2
| * | | | mISDN: Correct busy device detectionAndreas Eversberg2009-01-092-15/+18
| * | | | mISDN: Fix deactivation, if peer IP is removed from l1oip instance.Andreas Eversberg2009-01-093-19/+41
| * | | | mISDN: Fix irq detectionAndreas Eversberg2009-01-091-0/+1
| * | | | mISDN: Add ISDN sample clock API to mISDN coreAndreas Eversberg2009-01-097-32/+277
| * | | | mISDN: Return error on E-channel accessMartin Bachem2009-01-091-0/+4
| * | | | mISDN: Add E-Channel logging featuresMartin Bachem2009-01-092-1/+20
| * | | | mISDN: Use protocol to detect D-channelMartin Bachem2009-01-091-1/+2
| * | | | mISDN: Fixed more indexing bugsAndreas Eversberg2009-01-091-4/+4
| * | | | mISDN: Make debug output a little bit more verbosePeter Schlaile2009-01-091-1/+3
| * | | | mISDN: Fix HDLC DSP transmitPeter Schlaile2009-01-091-4/+7
| * | | | mISDN: Use struct device name fieldMatthias Urlichs2009-01-095-30/+35
| * | | | mISDN: Added an ioctl to change the device nameMatthias Urlichs2009-01-091-0/+15
| * | | | mISDN: Remove the local max-card limitMatthias Urlichs2009-01-091-4/+0
OpenPOWER on IntegriCloud