1. 09 2月, 2007 9 次提交
    • A
      ACPI: bay: fix build warning · d94d3dff
      Andrew Morton 提交于
      drivers/acpi/bay.c: In function 'bay_add':
      drivers/acpi/bay.c:310: warning: statement with no effect
      
      Fix it by rewriting those macros in C.  Much nicer.
      
      Cc: Kristen Carlson Accardi <kristen.c.accardi@intel.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      d94d3dff
    • D
      ACPI: updates rtc-cmos device platform_data · a74388e2
      David Brownell 提交于
      Update ACPI to export its RTC extension information through platform_data
      to the PNPACPI or platform bus device node used on the system being set up.
      
      This will need to be updated later to provide a firmware hook to handle
      system suspend with an alarm pending.
      
      Len notes that "Eventually we may bundle ACPI/PNP/PNPACPI..." but if/when
      that happens, ACPI can simplify this without my help.
      
      And until it does, the separate patch creating a platform_device (on all
      X86_PC systems, even without ACPI) will be needed.
      Signed-off-by: NDavid Brownell <dbrownell@users.sourceforge.net>
      Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      a74388e2
    • M
      ACPI: asus_acpi: Add support for Asus Z81SP · 1c0f0575
      Matthew C Campbell 提交于
      Adds support in asus_acpi for the Asus Z81SP laptop.  This preserves all
      old functionality when improperly detected as well as enabling Bluetooth
      support.
      Signed-off-by: NMatthew C Campbell <calvinmc@gmail.com>
      Acked-by: NCorentin Chary <corentincj@iksaif.net>
      Cc: Karol Kozimor <sziwan@users.sourceforge.net>
      Cc: <acpi4asus-user@lists.sourceforge.net>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      1c0f0575
    • K
      ACPI: bay: remove ACPI driver struct · c41458ac
      Kristen Carlson Accardi 提交于
      The bay driver is a platform driver, and doesn't need to also be an acpi
      driver.  Remove the acpi driver related structures and callbacks, they didn't
      do anything anyway.  Switch to uevent for user space event notification.
      Signed-off-by: NKristen Carlson Accardi <kristen.c.accardi@intel.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLen Brown <len.brown@intel.com>
      c41458ac
    • L
      Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/mfasheh/ocfs2 · 5986a2ec
      Linus Torvalds 提交于
      * 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/mfasheh/ocfs2: (22 commits)
        configfs: Zero terminate data in configfs attribute writes.
        [PATCH] ocfs2 heartbeat: clean up bio submission code
        ocfs2: introduce sc->sc_send_lock to protect outbound outbound messages
        [PATCH] ocfs2: drop INET from Kconfig, not needed
        ocfs2_dlm: Add timeout to dlm join domain
        ocfs2_dlm: Silence some messages during join domain
        ocfs2_dlm: disallow a domain join if node maps mismatch
        ocfs2_dlm: Ensure correct ordering of set/clear refmap bit on lockres
        ocfs2: Binds listener to the configured ip address
        ocfs2_dlm: Calling post handler function in assert master handler
        ocfs2: Added post handler callable function in o2net message handler
        ocfs2_dlm: Cookies in locks not being printed correctly in error messages
        ocfs2_dlm: Silence a failed convert
        ocfs2_dlm: wake up sleepers on the lockres waitqueue
        ocfs2_dlm: Dlm dispatch was stopping too early
        ocfs2_dlm: Drop inflight refmap even if no locks found on the lockres
        ocfs2_dlm: Flush dlm workqueue before starting to migrate
        ocfs2_dlm: Fix migrate lockres handler queue scanning
        ocfs2_dlm: Make dlmunlock() wait for migration to complete
        ocfs2_dlm: Fixes race between migrate and dirty
        ...
      5986a2ec
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 · 43187902
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6:
        Revert "Driver core: convert SPI code to use struct device"
      43187902
    • L
      Merge master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc · 21eb4fa1
      Linus Torvalds 提交于
      * master.kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc: (116 commits)
        [POWERPC] Add export of vgacon_remap_base
        [POWERPC] Remove bogus comment about page_is_ram
        [POWERPC] windfarm: don't die on suspend thread signal
        [POWERPC] Fix comment in kernel/irq.c
        [POWERPC] ppc: Fix booke watchdog initialization
        [POWERPC] PPC: Use ARRAY_SIZE macro when appropriate
        [POWERPC] Use ARRAY_SIZE macro when appropriate
        [POWERPC] Fix ppc64's writing to struct file_operations
        [POWERPC] ppc: use syslog macro for the printk log level
        [POWERPC] ppc: cs4218_tdm remove extra brace
        [POWERPC] Add mpc52xx/lite5200 PCI support
        [POWERPC] Only use H_BULK_REMOVE if the firmware supports it
        [POWERPC] Fixup error handling when emulating a floating point instruction
        [POWERPC] Enable interrupts if we are doing fp math emulation
        [POWERPC] Added kprobes support to ppc32
        [POWERPC] Make pSeries use the H_BULK_REMOVE hypervisor call
        [POWERPC] Clear RI bit in MSR before restoring r13 when returning to userspace
        [POWERPC] Fix performance monitor exception
        [POWERPC] Compile fixes for arch/powerpc dcr code
        [POWERPC] Maple: use mmio nvram
        ...
      21eb4fa1
    • L
      Merge branch 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6 · 0c0e8caf
      Linus Torvalds 提交于
      * 'drm-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6:
        drm: Allow for 44 bit user-tokens (or drm_file offsets)
        drm/via: Disable AGP DMA for chips with the new 3D engine.
        drm: update core memory manager from git drm tree
        drm: remove drm_ioremap and drm_ioremapfree
        i810/i830: use drm_core_ioremap instead of drm_ioremap
        drm: use vmalloc_user instead of vmalloc_32 for DRM_SHM
        via: allow for npot texture pitch alignment
        via: add some new chipsets
        via: some PCI posting flushes
      0c0e8caf
    • L
      kbuild: fix space for good (take 103) · b892afd1
      Linus Torvalds 提交于
      Michal Ostrowski points out what the real problem was: the spaces at the
      start of the definition of the 'checker-shell' make function.
      
      Cc: Michal Ostrowski <mostrows@watson.ibm.com>
      Acked-by: NDavid Miller <davem@davemloft.net>
      Acked-by: NGeert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
      Acked-by: NOleg Verych <olecom@flower.upol.cz>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b892afd1
  2. 08 2月, 2007 31 次提交