16 Apr, 2008

1 commit

  • Since 43cc71eed1250755986da4c0f9898f9a635cb3bf, the platform modalias is
    prefixed with "platform:". Add MODULE_ALIAS() to the hotpluggable 'misc'
    platform drivers, to re-enable auto loading.

    [dbrownell@users.sourceforge.net: bugfix, registration fixes]
    Signed-off-by: Kay Sievers
    Signed-off-by: David Brownell
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kay Sievers
     

31 Mar, 2008

1 commit


13 Mar, 2008

5 commits


12 Mar, 2008

2 commits


11 Mar, 2008

1 commit


05 Mar, 2008

1 commit

  • I used the wrong return convention on hotkey_get_tablet_mode(), breaking a lot
    of stuff. Bad Henrique!

    Fix it to return the status in the parameter-by-reference, and IO status on
    the function return value. Duh.

    Signed-off-by: Henrique de Moraes Holschuh
    Cc: Zdenek Kabelac
    Cc: "Rafael J. Wysocki"
    Cc: Lukas Hejtmanek
    Cc: Len Brown
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Henrique de Moraes Holschuh
     

21 Feb, 2008

3 commits

  • This patch fixes an off-by-one spotted by the Coverity checker.

    Signed-off-by: Adrian Bunk
    Acked-by: Mattia Dongili
    Signed-off-by: Len Brown

    Adrian Bunk
     
  • Fix following warnings:
    WARNING: vmlinux.o(.text+0x672615): Section mismatch in reference from the function acer_platform_remove() to the function .exit.text:acer_backlight_exit()
    WARNING: vmlinux.o(.devinit.text+0x1e859): Section mismatch in reference from the function acer_platform_probe() to the function .init.text:acer_led_init()
    WARNING: vmlinux.o(.devinit.text+0x1e878): Section mismatch in reference from the function acer_platform_probe() to the function .init.text:acer_backlight_init()

    Remove __exit annotation from acer_backlight_exit(). We cannot reference
    a __exit annotated function from non __exit functions.

    acer_led_init() and acer_backlight_init() where both annotated __init but
    used from a __devinit function. This would result in an oops should
    gcc drop their inlining and the module are hot plugged.

    Fix by annotating acer_led_init() and acer_backlight_init() __devinit.

    Signed-off-by: Sam Ravnborg
    Cc: Carlos Corbacho
    Signed-off-by: Len Brown

    Sam Ravnborg
     
  • …sc', 'suspend', 'thermal', 'thinkpad' and 'tsc' into release

    Len Brown
     

16 Feb, 2008

9 commits


14 Feb, 2008

1 commit


10 Feb, 2008

2 commits

  • * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6:
    Merge branches 'release' and 'buildfix' into release
    acer-wmi - Add documentation
    sonypi - Move sonypi.txt to Documentation/laptops
    sony-laptop - Move sony-laptop.txt to Documentation/laptops
    thinkpad-acpi - Move thinkpad-acpi.txt to Documentation/laptops
    Documentation - Create laptops sub-directory
    ACPI: thermal: buildfix for CONFIG_THERMAL=n
    cpuidle: build fix for non-x86
    acer-wmi: Fix backlight on AMW0 (V1) laptops
    tc1100-wmi: Mark as experimental
    ACPI: SBS: Host controller must initialize before SBS.

    Linus Torvalds
     
  • Sony MemoryStick cards are used in many products manufactured by Sony.
    They are available both as storage and as IO expansion cards. Currently,
    only MemoryStick Pro storage cards are supported via TI FlashMedia
    MemoryStick interface.

    [mboton@gmail.com: biuld fix]
    [akpm@linux-foundation.org: build fix]
    Signed-off-by: Alex Dubov
    Signed-off-by: Miguel Boton
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Alex Dubov
     

09 Feb, 2008

8 commits


08 Feb, 2008

5 commits

  • Len Brown
     
  • It is safe for these Kconfig entries to use select because
    they select ACPI_WMI, which already has its dependencies
    satisfied. This makes Kconfig more user friendly, since
    the user selects the driver they want and the dependency
    is met for them. Otherwise, the user would have to find
    and enable ACPI_WMI to make enabling these drivers possible.

    Signed-off-by: Len Brown

    Len Brown
     
  • The enclosure misc device is really just a library providing sysfs
    support for physical enclosure devices and their components.

    Signed-off-by: James Bottomley

    James Bottomley
     
  • Signed-off-by: Len Brown

    Len Brown
     
  • * 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6: (112 commits)
    ACPI: fix build warning
    Revert "cpuidle: build fix for non-x86"
    ACPI: update intrd DSDT override console messages
    ACPI: update DSDT override documentation
    ACPI: Add "acpi_no_initrd_override" kernel parameter
    ACPI: its a directory not a folder....
    ACPI: misc cleanups
    ACPI: add missing prink prefix strings
    ACPI: cleanup acpi.h
    ACPICA: fix CONFIG_ACPI_DEBUG_FUNC_TRACE build
    ACPI: video: Ignore ACPI video devices that aren't present in hardware
    ACPI: video: reset brightness on resume
    ACPI: video: call ACPI notifier chain for ACPI video notifications
    ACPI: create notifier chain to get hotkey events to graphics driver
    ACPI: video: delete unused display switch on hotkey event code
    ACPI: video: create "brightness_switch_enabled" modparam
    cpuidle: Add a poll_idle method
    ACPI: cpuidle: Support C1 idle time accounting
    ACPI: enable MWAIT for C1 idle
    ACPI: idle: Fix acpi_safe_halt usages and interrupt enabling/disabling
    ...

    Linus Torvalds
     

07 Feb, 2008

1 commit