1. 20 Aug, 2004 1 commit
    • Len Brown's avatar
      [ACPI] ACPICA 20040816 update from Bob Moore · 676ee8a7
      Len Brown authored
      Designed and implemented support within the AML interpreter
      for the so-called implicit return.  This support returns
      the result of the last ASL operation within a control
      method, in the absence of an explicit Return() operator.
      A few machines depend on this behavior, even though it
      is not explicitly supported by the ASL language.  It is
      optional support that can be enabled at runtime via the
      acpi_gbl_enable_interpreter_slack flag.
      
      Removed support for the PCI_Config address space from the
      internal low level hardware interfaces (acpi_hw_low_level_read
      and acpi_hw_low_level_write).  This support was not used
      internally, and would not work correctly anyway because
      the PCI bus number and segment number were not supported.
      There are separate interfaces for PCI configuration space
      access because of the unique interface.
      acpica-unix-20040816.patch
      
      AE_CODE_AML_MAX fix from Bjorn Helgaas
      676ee8a7
  2. 18 Aug, 2004 1 commit
  3. 16 Aug, 2004 1 commit
  4. 14 Aug, 2004 4 commits
  5. 13 Aug, 2004 12 commits
  6. 12 Aug, 2004 3 commits
  7. 13 Aug, 2004 2 commits
    • Marc Singer's avatar
      [ARM PATCH] 2002/1: lh7a40x Timer fixup · 85021953
      Marc Singer authored
      Patch from Marc Singer
      
      The work already done to rectify the timer code initialization missed
      a necessary change.  This patch adds a timer initialization function
      to the LPD7A400 machine type.  It also makes a small correction to the
      kernel configuration that is out of step with the machine specific
      Kconfig.
      
      85021953
    • Marc Singer's avatar
      [ARM PATCH] 2001/1: lh7a40x IDE cleanup · 94fd05b4
      Marc Singer authored
      Patch from Marc Singer
      
      This patch aligns the lh7a40x port with the updated structure of IDE
      drivers.  It also removes an unused FIQ handler.  This patch is made
      in order to get the lh7a40x port to build.
      94fd05b4
  8. 12 Aug, 2004 10 commits
  9. 11 Aug, 2004 6 commits