summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fb menu: fix FB_OMAP dependencies so that menu is displayed correctlyRandy Dunlap2007-10-302-4/+2
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2007-10-2911-277/+239
|\
| * Pull documentation into release branchLen Brown2007-10-291-1/+1
| |\
| | * acpi: remove double mention of Support for ACPI optionFrans Pop2007-10-291-1/+1
| * | Pull cpuidle into release branchLen Brown2007-10-292-4/+0
| |\ \
| | * | cpuidle: remove unused exportsAdrian Bunk2007-10-292-4/+0
| * | | Pull fujitsu into release branchLen Brown2007-10-291-5/+2
| |\ \ \
| | * | | fujitsu-laptop.c: remove dead codeAdrian Bunk2007-10-251-3/+0
| | * | | fujitsu-laptop: make 2 functions staticAdrian Bunk2007-10-251-2/+2
| | | |/ | | |/|
| * | | Pull alexey-fixes into release branchLen Brown2007-10-298-267/+236
| |\ \ \
| | * | | ACPI: use select POWER_SUPPLY for AC, BATTERY and SBSAlexey Starikovskiy2007-10-291-3/+5
| | * | | ACPI: Battery: Allow extract string from integerAlexey Starikovskiy2007-10-291-10/+15
| | * | | ACPI: battery: Support for non-spec name for LiIon technologyAlexey Starikovskiy2007-10-291-0/+2
| | * | | ACPI: battery: register power_supply subdevice only when battery is presentAndrey Borzenkov2007-10-291-55/+75
| | * | | ACPI: battery: Update battery information upon sysfs read.Alexey Starikovskiy2007-10-251-0/+3
| | * | | ACPI: EC: fix use-after-freeAdrian Bunk2007-10-251-2/+2
| | * | | ACPI: battery: remove dead codeAdrian Bunk2007-10-251-4/+0
| | * | | ACPI: Fan: Drop force_power_state acpi_device optionAlexey Starikovskiy2007-10-252-41/+1
| | * | | ACPI: Fan: fan device does not need own structureAlexey Starikovskiy2007-10-251-25/+7
| | * | | ACPI: power: don't cache power resource stateAlexey Starikovskiy2007-10-252-43/+26
| | * | | ACPI: EC: Output changes to operational modeAlexey Starikovskiy2007-10-251-3/+14
| | * | | ACPI: EC: Add workaround for "optimized" controllersAlexey Starikovskiy2007-10-251-1/+9
| | * | | ACPI: EC: Don't re-enable GPE for each transaction.Alexey Starikovskiy2007-10-251-5/+0
| | * | | ACPI: EC: auto select interrupt modeAlexey Starikovskiy2007-10-251-35/+16
| | * | | ACPI: EC: Don't expect interrupt after last readAlexey Starikovskiy2007-10-251-1/+3
| | * | | ACPI: EC: Replace atomic variables with bitsAlexey Starikovskiy2007-10-251-41/+38
| | * | | ACPI: button: send initial lid state after add and resumeAlexey Starikovskiy2007-10-251-8/+29
| | * | | ACPI: suspend: Wrong order of GPE restore.Alexey Starikovskiy2007-10-251-2/+2
| | * | | ACPI: sleep: Fix GPE suspend cleanupAlexey Starikovskiy2007-10-251-0/+1
| | |/ /
* | | | x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel2007-10-303-4/+4
* | | | x86 gart: rename iommu.h to gart.hJoerg Roedel2007-10-301-1/+1
|/ / /
* | | Merge branch 'alpm' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/li...Linus Torvalds2007-10-295-3/+424
|\ \ \
| * | | [libata] AHCI: add hw link power management supportKristen Carlson Accardi2007-10-291-2/+155
| * | | [libata] Link power management infrastructureKristen Carlson Accardi2007-10-294-1/+269
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-2927-340/+422
|\ \ \ \ | |/ / /
| * | | [libata] AHCI: fix newly introduced host-reset bugJeff Garzik2007-10-291-2/+4
| * | | [libata] sata_nv: fix SWNCQ enablingJeff Garzik2007-10-291-3/+9
| * | | libata: add MAXTOR 7V300F0/VA111900 to NCQ blacklistTejun Heo2007-10-291-0/+1
| * | | libata: no need to speed down if already at PIO0Tejun Heo2007-10-291-1/+1
| * | | libata: relocate forcing PIO0 on resetTejun Heo2007-10-292-27/+38
| * | | pata_ns87415: define SUPERIO_IDE_MAX_RETRIESFrank Lichtenheld2007-10-291-0/+2
| * | | [libata] Address some checkpatch-spotted issuesJeff Garzik2007-10-2915-220/+244
| * | | [libata] fix 'if(' and similar areas that lack whitespaceJeff Garzik2007-10-298-33/+33
| * | | libata: implement ata_wait_after_reset()Tejun Heo2007-10-294-34/+59
| * | | libata: track SLEEP state and issue SRST to wake it upTejun Heo2007-10-292-1/+15
| * | | libata: relocate and fix post-command processingTejun Heo2007-10-292-23/+20
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-10-2929-437/+1895
|\ \ \ \
| * | | | Fix ethernet multicast for ucc_geth.Joakim Tjernlund2007-10-291-13/+2
| * | | | netdrvr/pcmcia: use IRQ_TYPE_DYNAMIC_SHARING flag for irq.Attributes.Komuro2007-10-298-8/+8
| * | | | FEC - fast ethernet controller for mpc52xxDomen Puncer2007-10-295-0/+1651
OpenPOWER on IntegriCloud