1. 20 8月, 2012 1 次提交
  2. 31 3月, 2011 1 次提交
  3. 16 12月, 2010 1 次提交
  4. 10 9月, 2009 1 次提交
  5. 09 3月, 2009 2 次提交
    • E
      [ARM] pxa: move pxa2xx chip selects definitions out of pxa-regs.h · b74d1969
      Eric Miao 提交于
      The definitions of PXA_CS<x>_PHYS are really PXA2xx specific and should
      be moved out of pxa-regs.h. As an illustration, the PXA3xx static chip
      selects definitions are added into pxa3xx-regs.h.
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      b74d1969
    • E
      [ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usage · 51c62982
      Eric Miao 提交于
      Considering the header mess ATM, it is not always possible to include
      the correct header files within board code. Let's keep this simple:
      
        <mach/pxa25x.h>  - for pxa25x based platforms
        <mach/pxa27x.h>  - for pxa27x based platforms
        <mach/pxa300.h>  - for pxa300 based platforms
        <mach/pxa320.h>  - for pxa320 based platforms
        <mach/pxa930.h>  - for pxa930 based platforms
      
      NOTE:
      
      1. one header one board file, they are not compatible (i.e. they have
         conflicting definitions which won't compile if included together).
      
      2. Unless strictly necessary, the following header files are considered
         to be SoC files use _only_, and is not recommended to be included in
         board code:
      
          <mach/hardware.h>
          <mach/pxa-regs.h>
          <mach/pxa2xx-regs.h>
          <mach/pxa3xx-regs.h>
          <mach/mfp.h>
          <mach/mfp-pxa2xx.h>
          <mach/mfp-pxa25x.h>
          <mach/mfp-pxa27x.h>
          <mach/mfp-pxa3xx.h>
          <mach/mfp-pxa300.h>
          <mach/mfp-pxa320.h>
          <mach/mfp-pxa930.h>
      Signed-off-by: NEric Miao <eric.miao@marvell.com>
      51c62982
  6. 09 1月, 2009 1 次提交
  7. 08 10月, 2008 1 次提交
  8. 07 8月, 2008 1 次提交
  9. 19 4月, 2008 1 次提交
  10. 04 2月, 2008 1 次提交
  11. 26 1月, 2008 1 次提交
    • R
      [ARM] pxa: Add PXA3 standby code hooked into the IRQ wake scheme · 7b5dea12
      Russell King 提交于
      Wakeup sources on PXA3 are enabled at two levels.  First, the MFP
      configuration has to be set to enable which edges a specific pin
      will trigger a wakeup.  The pin also has to be routed to a functional
      unit.  Lastly, the functional unit must be enabled as a wakeup source
      in the appropriate AD*ER registers (AD2D0ER for standby resume.)
      
      This doesn't fit well with the IRQ wake scheme - we currently do a
      best effort conversion from IRQ numbers to functional unit wake enable
      bits.  For instance, there's several USB client related enable bits but
      there's no corresponding IRQs to determine which you'd want.  Conversely,
      there's a single enable bit covering several functional units.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7b5dea12
  12. 16 10月, 2007 1 次提交