| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-next' of git://git.o-hand.com/linux-mfd | Linus Torvalds | 2009-04-05 | 9 | -149/+129 |
|\ |
|
| * | mfd: fix da903x warning | Samuel Ortiz | 2009-04-05 | 1 | -1/+1 |
| * | mfd: Use the value of the final spin when reading the AUXADC | Mark Brown | 2009-04-05 | 1 | -1/+1 |
| * | mfd: Storage class should be before const qualifier | Tobias Klauser | 2009-04-05 | 3 | -4/+4 |
| * | mfd: PASIC3: supply clock_rate to DS1WM via driver_data | Philipp Zabel | 2009-04-05 | 1 | -9/+13 |
| * | mfd: remove DS1WM clock handling | Philipp Zabel | 2009-04-05 | 1 | -20/+7 |
| * | mfd: convert PASIC3 to use MFD core | Philipp Zabel | 2009-04-05 | 2 | -98/+62 |
| * | mfd: convert DS1WM to use MFD core | Philipp Zabel | 2009-04-05 | 1 | -11/+20 |
| * | mfd: Support active high IRQs on WM835x | Mark Brown | 2009-04-05 | 1 | -1/+15 |
| * | mfd: Use bulk read to fill WM8350 register cache | Mark Brown | 2009-04-05 | 1 | -9/+12 |
| * | mfd: remove duplicated #include from pcf50633 | Huang Weiyi | 2009-04-05 | 1 | -1/+0 |
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 2009-04-05 | 124 | -2618/+4484 |
|\ \ |
|
| * | | ACPI: processor: use .notify method instead of installing handler directly | Bjorn Helgaas | 2009-04-05 | 1 | -15/+4 |
| * | | ACPI: button: use .notify method instead of installing handler directly | Bjorn Helgaas | 2009-04-05 | 1 | -69/+8 |
| * | | ACPI: support acpi_device_ops .notify methods | Bjorn Helgaas | 2009-04-05 | 1 | -0/+71 |
| * | | Merge branch 'linus' into release | Len Brown | 2009-04-05 | 2394 | -140443/+274150 |
| |\| |
|
| * | | Merge branch 'misc' into release | Len Brown | 2009-04-05 | 6 | -21/+29 |
| |\ \ |
|
| | * | | panasonic-laptop: use snprintf with PAGE_SIZE in sysfs attributes | Harald Welte | 2009-04-04 | 1 | -4/+4 |
| | * | | panasonic-laptop: Fix autoloading | Harald Welte | 2009-04-04 | 1 | -0/+1 |
| | * | | ACPI: constify tables in pci_irq.c | Jan Beulich | 2009-04-04 | 1 | -8/+8 |
| | * | | dock: fix dereference after kfree() | Dan Carpenter | 2009-04-03 | 1 | -1/+2 |
| | * | | ACPI: get_throttling_state() cannot be larger than state_count | Len Brown | 2009-04-03 | 1 | -4/+2 |
| | * | | ACPI: suspend: Add the Pansonic CF51 box to the dmi check table | Zhao Yakui | 2009-04-03 | 1 | -0/+9 |
| | * | | tc1100-wmi: Fix state reporting | Krzysztof KosiĆski | 2009-04-03 | 1 | -4/+3 |
| * | | | Merge branch 'x2apic' into release | Len Brown | 2009-04-05 | 3 | -1/+101 |
| |\ \ \ |
|
| | * | | | x86, ACPI: add support for x2apic ACPI extensions | Suresh Siddha | 2009-04-04 | 3 | -1/+101 |
| | |/ / |
|
| * | | | Merge branch 'pnpacpi' into release | Len Brown | 2009-04-05 | 1 | -7/+16 |
| |\ \ \ |
|
| | * | | | Enable PNPACPI _PSx Support, v3 | Witold Szczeponik | 2009-04-04 | 1 | -7/+16 |
| | |/ / |
|
| * | | | Merge branch 'dell-wmi' into release | Len Brown | 2009-04-05 | 3 | -0/+221 |
| |\ \ \ |
|
| | * | | | dell-wmi: new driver for hotkey control | Matthew Garrett | 2009-04-04 | 3 | -0/+221 |
| | |/ / |
|
| * | | | Merge branch 'constify' into release | Len Brown | 2009-04-05 | 6 | -25/+32 |
| |\ \ \ |
|
| | * | | | video: build fix | Len Brown | 2009-04-04 | 1 | -4/+4 |
| | * | | | ACPI: constify VFTs (2/2) | Jan Engelhardt | 2009-04-04 | 1 | -9/+16 |
| | * | | | ACPI: constify VFTs (1/2) | Jan Engelhardt | 2009-04-04 | 6 | -16/+16 |
| | |/ / |
|
| | | | | |
| | \ \ | |
| *-. \ \ | Merge branches 'bugzilla-12461' and 'bugzilla-9998' into release | Len Brown | 2009-04-05 | 1 | -8/+22 |
| |\ \ \ \ |
|
| | | * | | | ACPI: EC: Separate delays for MSI hardware | Alexey Starikovskiy | 2009-04-01 | 1 | -3/+13 |
| | | |/ / |
|
| | * / / | ACPI: EC: Always parse EC device | Alexey Starikovskiy | 2009-04-01 | 1 | -5/+9 |
| | |/ / |
|
| * | | | Merge branch 'acpi_enforce_resources' into release | Len Brown | 2009-04-05 | 1 | -3/+3 |
| |\ \ \ |
|
| | * | | | ACPI: acpi_enforce_resource=strict by default | Luca Tettamanti | 2009-04-03 | 1 | -3/+3 |
| | |/ / |
|
| * | | | Merge branch 'async-battery' into release | Len Brown | 2009-04-05 | 2 | -5/+12 |
| |\ \ \ |
|
| | * | | | ACPI: battery: asynchronous init | Arjan van de Ven | 2009-04-04 | 2 | -5/+12 |
| | |/ / |
|
| * | | | Merge branch 'acpi-modparam' into release | Len Brown | 2009-04-05 | 4 | -33/+26 |
| |\ \ \ |
|
| | * | | | ACPI: simplify processor lines in Makefile | Len Brown | 2009-04-03 | 1 | -5/+4 |
| | * | | | ACPI: simplify module_param namespace | Rusty Russell | 2009-04-02 | 4 | -37/+28 |
| | |/ / |
|
| * | | | Merge branch 'sony-laptop' into release | Len Brown | 2009-04-05 | 2 | -138/+394 |
| |\ \ \ |
|
| | * | | | sony-laptop: fix event reporting for new style events | Matthias Welwarsky | 2009-04-03 | 1 | -18/+23 |
| | * | | | sony-laptop should depend on RFKILL | Alexander Beregalov | 2009-04-03 | 1 | -0/+1 |
| | * | | | sony-laptop: new style events typo fixes | Matthias Welwarsky | 2009-04-03 | 1 | -2/+2 |
| | * | | | sony-laptop: Fix some typos in log messages (Unabe/Unable) | Alessio Igor Bogani | 2009-04-03 | 1 | -4/+4 |
| | * | | | sony-laptop: Kill the BKL | Alessio Igor Bogani | 2009-03-27 | 1 | -4/+8 |