1. 15 1月, 2011 1 次提交
  2. 16 12月, 2010 2 次提交
  3. 01 12月, 2010 1 次提交
  4. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  5. 05 8月, 2010 4 次提交
  6. 16 7月, 2010 1 次提交
  7. 31 5月, 2010 1 次提交
  8. 11 5月, 2010 2 次提交
  9. 06 5月, 2010 1 次提交
  10. 02 3月, 2010 1 次提交
  11. 08 1月, 2010 1 次提交
  12. 01 12月, 2009 1 次提交
  13. 22 11月, 2009 1 次提交
  14. 03 11月, 2009 1 次提交
  15. 17 10月, 2009 1 次提交
    • S
      [ARM] pxa/spitz: add gpio button support (fixes regression) · f6919eb4
      Stanislav Brabec 提交于
      Updating desc for lid keys and resending patch with proper comments:
      Define Spitz buttons as GPIO keys in a way compatible with the old driver:
      
      On/Off: As Suspend EV_PWR key
      Raw values of lid sensors SWA and SWB: As EV_SW switches
      SWA: Display Down
      SWB: Lid Closed
      Recommended user space decoding:
      SWA==0 & SWB==0: lid opened (landscape mode)
      SWA==1 & SWB==0: invalid (or mechanic race condition)
      SWA==0 & SWB==1: lid closed with display up (portrait mode or mechanic
                       race condition while closing to display-less mode)
      SWA==1 & SWB==1: lid closed with display down (display-less mode)
      
      AK_INT remote trigger is not mapped as input event. Without complete
      remote driver and remote pull-up control it has no useful
      interpretation.
      Signed-off-by: NStanislav Brabec <utx@penguin.cz>
      Acked-by: NPavel Machek <pavel@ucw.cz>
      Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
      f6919eb4
  16. 19 9月, 2009 1 次提交
  17. 10 9月, 2009 3 次提交
  18. 05 6月, 2009 3 次提交
  19. 18 5月, 2009 2 次提交
  20. 27 4月, 2009 1 次提交
  21. 20 3月, 2009 1 次提交
    • R
      [ARM] pass reboot command line to arch_reset() · be093beb
      Russell King 提交于
      OMAP wishes to pass state to the boot loader upon reboot in order to
      instruct it whether to wait for USB-based reflashing or not.  There is
      already a facility to do this via the reboot() syscall, except we ignore
      the string passed to machine_restart().
      
      This patch fixes things to pass this string to arch_reset().  This means
      that we keep the reboot mode limited to telling the kernel _how_ to
      perform the reboot which should be independent of what we request the
      boot loader to do.
      Acked-by: NTony Lindgren <tony@atomide.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      be093beb
  22. 09 3月, 2009 1 次提交
    • 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
  23. 09 2月, 2009 1 次提交
  24. 02 12月, 2008 2 次提交
  25. 16 11月, 2008 2 次提交
  26. 30 10月, 2008 1 次提交
  27. 29 10月, 2008 1 次提交
  28. 11 10月, 2008 1 次提交