1. 01 8月, 2008 1 次提交
    • P
      Fix rename of at91_nand -> atmel_nand · f6ed6f78
      Pieter du Preez 提交于
      Structs called at91_nand_data where renamed to atmel_nand_data
      and configs called *MTD_NAND_AT91* where renamed to
      *MTD_NAND_ATMEL*. This was unfortunately not done consistently,
      causing NAND chips not being initialised on several ARM boards.
      
      I am aware that the author of the original change did not rename
      MTD_NAND_AT91_BUSWIDTH to MTD_NAND_ATMEL_BUSWIDTH, for example.
      All *MTD_NAND_AT91* where renamed to *MTD_NAND_ATMEL* in order
      to keep naming consistency.
      
      This patch was only tested on a MACH_SAM9_L9260, as this is the
      only ARM board I have to my disposal.
      
      Before this patch:
      
      $ git-ls-files |xargs grep atmel_nand |wc -l
      105
      $ git-ls-files |xargs grep at91_nand |wc -l
      4
      $ git-ls-files |xargs grep MTD_NAND_ATMEL |wc -l
      8
      $ git-ls-files |xargs grep MTD_NAND_AT91 |wc -l
      47
      
      After this patch:
      
      $ git-ls-files |xargs grep atmel_nand |wc -l
      109
      $ git-ls-files |xargs grep at91_nand |wc -l
      0
      $ git-ls-files |xargs grep MTD_NAND_ATMEL |wc -l
      55
      $ git-ls-files |xargs grep MTD_NAND_AT91 |wc -l
      0
      Signed-off-by: NPieter du Preez <pdupreez@gmail.com>
      Signed-off-by: NDavid Woodhouse <David.Woodhouse@intel.com>
      f6ed6f78
  2. 10 7月, 2008 1 次提交
  3. 02 6月, 2008 2 次提交
  4. 17 4月, 2008 4 次提交
  5. 04 2月, 2008 1 次提交
  6. 26 1月, 2008 3 次提交
  7. 13 10月, 2007 2 次提交
  8. 12 5月, 2007 2 次提交
  9. 09 5月, 2007 1 次提交
  10. 22 4月, 2007 1 次提交
  11. 15 2月, 2007 1 次提交
  12. 08 2月, 2007 3 次提交
  13. 02 12月, 2006 1 次提交
  14. 01 12月, 2006 1 次提交
    • A
      [ARM] 3960/1: AT91: Final SAM9 intergration patches. · 05043d08
      Andrew Victor 提交于
      This patch includes a number of small changes for integrating the
      AT91SAM9261 and AT91SAM0260 support.
      
            * Can only select support for one AT91 processor at a time.
            * Remove most of the remaining static memory mapping for the
              AT91RM9200.
            * Reserve 1Mb of memory below the IO for mapping the internal SRAM
              and any custom board-specific devices (ie, FPGA).
            * The SAM9260 has more serial ports, so increase the maximum to 7.
            * Define the standard chipselect addresses, and define other
              addresses relative to those.
            * CLOCK_TICK_RATE is different on the SAM926x's.
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      05043d08
  15. 29 6月, 2006 1 次提交
  16. 27 6月, 2006 1 次提交
  17. 21 6月, 2006 1 次提交
  18. 10 1月, 2006 1 次提交