1. 06 4月, 2009 1 次提交
  2. 17 4月, 2008 1 次提交
  3. 05 10月, 2007 3 次提交
  4. 14 9月, 2007 1 次提交
    • K
      [POWERPC] DTS cleanup · f0c8ac80
      Kumar Gala 提交于
      Removed the following cruft from .dts files:
      * 32-bit in cpu node -- doesn't exist in any spec and not used by kernel
      * removed built-in (chrp legacy)
      * Removed #interrupt-cells in places they don't need to be set
      * Fixed ranges on lite5200*
      * Removed clock-frequency from i8259 pic node, not sure where this came from
      * Removed big-endian from i8259 pic nodes, this was just bogus
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      f0c8ac80
  5. 22 8月, 2007 1 次提交
  6. 10 7月, 2007 1 次提交
  7. 09 3月, 2007 1 次提交
  8. 16 2月, 2007 1 次提交
  9. 07 2月, 2007 2 次提交
    • V
      [POWERPC] Fix kernel build errors for mpc8272ads and mpc8560ads · 5427828e
      Vitaly Bordug 提交于
      Recent update of asm-powerpc/io.h caused cpm-related stuff to break in the
      current kernel. Current patch fixes it, as well as other inconsistencies
      expressed, that do not permit targets from working properly:
      
      - Updated dts with a chosen node with interrupt controller,
      - fixed messed device IDs among CPM2 SoC devices,
      - corrected odd header name and fixed type in defines,
      - Added 82xx subdir to the powerpc/platforms Makefile, missed during
        initial commit,
      - new solely-powerpc header file for 8260 family (was using one from
        arch/ppc, this one cleaned up from the extra stuff), in fact for now
        a placeholder to get the board-specific includes for stuff not yet
        capable to live with devicetree peeks only
      - Fixed couple of misprints in reference mpc8272 dts.
      Signed-off-by: NVitaly Bordug <vbordug@ru.mvista.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      5427828e
    • V
      [POWERPC] cpm2: CPM2 interrupt controller fix · 73844ecb
      Vitaly Bordug 提交于
      This contains important fixes for the CPM2 PIC code. Eliminated
      CPM_IRQ_OFFSET, pulling the respective interrupt numbers from the interrupt
      mapping. Updated devicetree files to reflect that. Changed direct
      IC-related IO accesses to the IO accessors. Fixed all the sense values to
      keep coherency with ipic. In the current code, CPM2 stuff will have no IRQs
      and hence could be hardly usable.
      Signed-off-by: NVitaly Bordug <vbordug@ru.mvista.com>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      73844ecb
  10. 04 10月, 2006 1 次提交