1. 15 11月, 2012 1 次提交
  2. 29 3月, 2012 1 次提交
  3. 24 11月, 2011 3 次提交
  4. 27 7月, 2011 1 次提交
  5. 10 6月, 2011 1 次提交
  6. 31 12月, 2008 1 次提交
    • A
      powerpc/83xx: Fix sparse warnings in board files · 81b36a0b
      Anton Vorontsov 提交于
      This patch fixes following sparse warnings:
      
        CHECK   83xx/usb.c
      83xx/usb.c:205:5: warning: symbol 'mpc837x_usb_cfg' was not declared. Should it be static?
        CHECK   83xx/mpc831x_rdb.c
      83xx/mpc831x_rdb.c:45:13: warning: symbol 'mpc831x_rdb_init_IRQ' was not declared. Should it be static?
        CHECK   83xx/mpc832x_rdb.c
      83xx/mpc832x_rdb.c:133:13: warning: symbol 'mpc832x_rdb_init_IRQ' was not declared. Should it be static?
        CHECK   83xx/mpc832x_mds.c
      83xx/mpc832x_mds.c:68:12: warning: Using plain integer as NULL pointer
      83xx/mpc832x_mds.c:72:13: warning: incorrect type in assignment (different address spaces)
      83xx/mpc832x_mds.c:72:13:    expected unsigned char [usertype] *static [toplevel] bcsr_regs
      83xx/mpc832x_mds.c:72:13:    got void [noderef] <asn:2>*
      83xx/mpc832x_mds.c:99:11: warning: incorrect type in argument 1 (different address spaces)
      83xx/mpc832x_mds.c:99:11:    expected void volatile [noderef] <asn:2>*addr
      83xx/mpc832x_mds.c:99:11:    got unsigned char [usertype] *static [toplevel] bcsr_regs
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      81b36a0b
  7. 30 7月, 2008 1 次提交
  8. 17 7月, 2008 1 次提交
  9. 28 1月, 2008 1 次提交
  10. 24 1月, 2008 1 次提交
  11. 12 12月, 2007 1 次提交
  12. 21 11月, 2007 1 次提交
  13. 20 11月, 2007 1 次提交
  14. 08 10月, 2007 2 次提交
    • A
      [POWERPC] QEIC: Implement pluggable handlers, fix MPIC cascading · cccd2102
      Anton Vorontsov 提交于
      set_irq_chained_handler overwrites MPIC's handle_irq function
      (handle_fasteoi_irq) thus MPIC never gets eoi event from the
      cascaded IRQ. This situation hangs MPIC on MPC8568E.
      
      To solve this problem efficiently, QEIC needs pluggable handlers,
      specific to the underlaying interrupt controller.
      
      Patch extends qe_ic_init() function to accept low and high interrupt
      handlers. To avoid #ifdefs, stack of interrupt handlers specified in
      the header file and functions are marked 'static inline', thus
      handlers are compiled-in only if actually used (in the board file).
      Another option would be to lookup for parent controller and
      automatically detect handlers (will waste text size because of
      never used handlers, so this option abolished).
      
      qe_ic_init() also changed in regard to support multiplexed high/low
      lines as found in MPC8568E-MDS, plus qe_ic_cascade_muxed_mpic()
      handler implemented appropriately.
      Signed-off-by: NAnton Vorontsov <avorontsov@ru.mvista.com>
      Acked-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      cccd2102
    • K
      [POWERPC] Use for_each_ matching routinues for pci PHBs · c9438aff
      Kumar Gala 提交于
      On the Freescale embedded (83xx, 85xx, 86xx) and a few of the discrete
      bridges (mpc10x, tsi108) use the new for_each_compatible_node() or
      for_each_node_by_type() to provide more exact matching when looking for
      PHBs in the device tree.
      
      With the previous code it was possible to match on pci bridges since
      we were only matching on device_type.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      c9438aff
  15. 14 9月, 2007 1 次提交
  16. 23 8月, 2007 1 次提交
    • K
      [POWERPC] Remove old includes from arch/ppc · ed16c20d
      Kumar Gala 提交于
      Remove includes of files that existed in arch/ppc that we dont need in
      arch/powerpc anymore.  The following includes were removed:
      
       <asm/amigappc.h>
       <asm/bootinfo.h>
       <asm/ppcboot.h>
       <asm/ppc_sys.h>
       <asm/residual.h>
       <asm/m8260_pci.h>
      
      This also caused platforms/embedded6xx/mpc7448_hpc2.h to no longer be
      needed and thus removed.
      Signed-off-by: NKumar Gala <galak@kernel.crashing.org>
      ed16c20d
  17. 10 8月, 2007 1 次提交
  18. 29 6月, 2007 2 次提交
  19. 02 5月, 2007 1 次提交
  20. 27 3月, 2007 1 次提交
  21. 17 2月, 2007 4 次提交
  22. 30 1月, 2007 1 次提交
  23. 26 1月, 2007 1 次提交
  24. 22 1月, 2007 1 次提交
  25. 04 12月, 2006 1 次提交
  26. 22 11月, 2006 1 次提交
  27. 04 10月, 2006 2 次提交