“38eb2ae65859b8c1bbb0cd07a173ad19de39b746”上不存在“arch/arm/boot/dts/twl4030.dtsi”
  1. 03 5月, 2007 16 次提交
  2. 26 4月, 2007 1 次提交
  3. 13 4月, 2007 1 次提交
  4. 15 2月, 2007 1 次提交
    • T
      [PATCH] remove many unneeded #includes of sched.h · cd354f1a
      Tim Schmielau 提交于
      After Al Viro (finally) succeeded in removing the sched.h #include in module.h
      recently, it makes sense again to remove other superfluous sched.h includes.
      There are quite a lot of files which include it but don't actually need
      anything defined in there.  Presumably these includes were once needed for
      macros that used to live in sched.h, but moved to other header files in the
      course of cleaning it up.
      
      To ease the pain, this time I did not fiddle with any header files and only
      removed #includes from .c-files, which tend to cause less trouble.
      
      Compile tested against 2.6.20-rc2 and 2.6.20-rc2-mm2 (with offsets) on alpha,
      arm, i386, ia64, mips, powerpc, and x86_64 with allnoconfig, defconfig,
      allmodconfig, and allyesconfig as well as a few randconfigs on x86_64 and all
      configs in arch/arm/configs on arm.  I also checked that no new warnings were
      introduced by the patch (actually, some warnings are removed that were emitted
      by unnecessarily included header files).
      Signed-off-by: NTim Schmielau <tim@physik3.uni-rostock.de>
      Acked-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      cd354f1a
  5. 13 2月, 2007 1 次提交
  6. 08 2月, 2007 13 次提交
  7. 03 2月, 2007 2 次提交
    • J
      Altix: Add ACPI SSDT PCI device support (hotplug) · 3e643e77
      John Keller 提交于
      Support for dynamic loading and unloading of ACPI SSDT tables upon slot
      hotplugs and unplugs.
      
      On SN platforms, we now represent every populated root bus slot with a single
      ACPI SSDT table containing info for every device and PPB attached to the slot.
       These SSDTs are generated by the prom at initial boot and hotplug time.  The
      info in these SSDT tables is used by the SN kernel IO "fixup" code (which is
      called at boot and hotplug time).
      
      On hotplugs (i.e.  enable_slot()), if running with an ACPI capable prom,
      attempt to obtain a new ACPI SSDT table for the slot being hotplugged.  If
      successful, add the table to the ACPI namespace (acpi_load_table()) and then
      walk the new devices and add them to the ACPI infrastructure (acpi_bus_add()).
      
      On hot unplugs (i.e.  disable_slot()), if running with an ACPI capable prom,
      attempt to remove the SSDT table associated with the slot from the ACPI
      namespace (acpi_unload_table_id()) and infastructure (acpi_bus_trim()).
      
      From: John Keller <jpk@sgi.com>
      
       A bug was fixed where the sgi hotplug driver was removing
       the slot's SSDT table from the ACPI namespace a bit too early in
       disable_slot(). Also, we now call acpi_bus_start() subsequent
       to acpi_bus_add().
      Signed-off-by: NAaron Young <ayoung@sgi.com>
      Cc: Greg KH <greg@kroah.com>
      Cc: "Luck, Tony" <tony.luck@intel.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: Len Brown<len.brown@intel.com>
      3e643e77
    • A
  8. 21 12月, 2006 5 次提交