1. 25 12月, 2012 1 次提交
  2. 14 9月, 2012 1 次提交
  3. 05 1月, 2012 1 次提交
  4. 14 11月, 2011 2 次提交
  5. 11 9月, 2011 1 次提交
    • L
      mtd: pxa3xx_nand: enable multiple chip select support · f3c8cfc2
      Lei Wen 提交于
      Current pxa3xx_nand controller has two chip select which
      both be workable. This patch enable this feature.
      
      Update platform driver to support this feature.
      
      Another notice should be taken that:
      When you want to use this feature, you should not enable the
      keep configuration feature, for two chip select could be
      attached with different nand chip. The different page size
      and timing requirement make the keep configuration impossible.
      Signed-off-by: NLei Wen <leiwen@marvell.com>
      f3c8cfc2
  6. 22 8月, 2011 1 次提交
  7. 12 7月, 2011 1 次提交
  8. 21 3月, 2011 1 次提交
  9. 16 3月, 2011 1 次提交
  10. 16 12月, 2010 1 次提交
  11. 01 12月, 2010 1 次提交
  12. 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
  13. 09 10月, 2010 1 次提交
  14. 08 10月, 2010 1 次提交
  15. 11 5月, 2010 2 次提交
  16. 29 12月, 2009 1 次提交
  17. 01 12月, 2009 2 次提交
  18. 10 9月, 2009 1 次提交
  19. 05 6月, 2009 3 次提交
  20. 27 4月, 2009 1 次提交
  21. 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
  22. 17 12月, 2008 1 次提交
  23. 02 12月, 2008 1 次提交
  24. 24 9月, 2008 1 次提交
  25. 07 8月, 2008 2 次提交
  26. 13 7月, 2008 1 次提交
  27. 10 7月, 2008 3 次提交
  28. 30 4月, 2008 1 次提交
  29. 19 4月, 2008 2 次提交
  30. 28 1月, 2008 2 次提交