1. 30 8月, 2007 4 次提交
  2. 29 8月, 2007 1 次提交
    • K
      [POWERPC] Flush registers to proper task context · 0ee6c15e
      Kumar Gala 提交于
      When we flush register state for FP, Altivec, or SPE in flush_*_to_thread
      we need to respect the task_struct that the caller has passed to us.
      
      Most cases we are called with current, however sometimes (ptrace) we may
      be passed a different task_struct.
      
      This showed up when using gdbserver debugging a simple program that used
      floating point. When gdb tried to show the FP regs they all showed up as
      0, because the child's FP registers were never properly flushed to memory.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      0ee6c15e
  3. 25 8月, 2007 7 次提交
  4. 22 8月, 2007 1 次提交
  5. 18 8月, 2007 4 次提交
    • K
      [POWERPC] Fix 8xx compile failure · 0af666fa
      Kumar Gala 提交于
        CC      arch/powerpc/sysdev/commproc.o
      arch/powerpc/sysdev/fsl_soc.c: In function fsl_pcmcia_of_init:
      arch/powerpc/sysdev/fsl_soc.c:1109: error: implicit declaration of function of_platform_device_create
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      0af666fa
    • B
      [POWERPC] Fix FSL BookE machine check reporting · 86d7a9a9
      Becky Bruce 提交于
      Reserved MCSR bits on FSL BookE parts may have spurious values
      when mcheck occurs.  Mask these off when printing the MCSR to
      avoid confusion.  Also, get rid of the MCSR_GL_CI bit defined
      for e500 - this bit doesn't actually have any meaning.
      Signed-off-by: NBecky Bruce <becky.bruce@freescale.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      86d7a9a9
    • K
      [POWERPC] Fix interrupt routing and setup of ULI M1575 on FSL boards · b66510cb
      Kumar Gala 提交于
      The interrupt routing in the device trees for the ULI M1575 was
      inproperly using the interrupt line field as pci function.  Fixed
      up the device tree's to actual conform for to specification and
      changed the interrupt mapping code so it just uses a static mapping
      setup as follows:
      
      PIRQA - IRQ9
      PIRQB - IRQ10
      PIRQC - IRQ11
      PIRQD - IRQ12
      USB 1.1 OCHI (1c.0) - IRQ12
      USB 1.1 OCHI (1c.1) - IRQ9
      USB 1.1 OCHI (1c.2) - IRQ10
      USB 1.1 ECHI (1c.3) - IRQ11
      LAN (1b.0) - IRQ6
      AC97 (1d.0) - IRQ6
      Modem (1d.1) - IRQ6
      HD Audio (1d.2) - IRQ6
      SATA (1f.1) - IRQ5
      SMB (1e.1) - IRQ7
      PMU (1e.2) - IRQ7
      PATA (1f.0) - IRQ14/15
      
      Took the oppurtunity to refactor the code into a single file so we
      don't have to duplicate these fixes on the two current boards in the
      tree and several forth coming boards that will also need the code.
      
      Fixed RTC support that requires a dummy memory read on the P2P bridge
      to unlock the RTC and setup the default of the RTC alarm registers to
      match with a basic x86 style CMOS RTC.
      
      Moved code that poked ISA registers to a FIXUP_FINAL quirk to ensure
      the PCI IO space has been setup properly before we start poking ISA
      registers at random locations.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      b66510cb
    • K
      [POWERPC] Add interrupt resource for RTC CMOS driver · ada3ea6f
      Kumar Gala 提交于
      The RTC CMOS driver expects the interrupt to be a resource of the platform
      device.  Use a fixed interrupt value of 8 since on PPC if we are using this
      its off an i8259 which we ensure has interrupt numbers 0..15.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ada3ea6f
  6. 17 8月, 2007 1 次提交
  7. 15 8月, 2007 5 次提交
  8. 10 8月, 2007 9 次提交
  9. 03 8月, 2007 8 次提交