1. 25 5月, 2011 1 次提交
  2. 01 12月, 2010 1 次提交
  3. 07 8月, 2008 1 次提交
  4. 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
  5. 07 6月, 2008 1 次提交
  6. 17 4月, 2008 1 次提交
  7. 04 4月, 2008 1 次提交
  8. 26 1月, 2008 6 次提交
  9. 27 11月, 2007 1 次提交
  10. 20 7月, 2007 1 次提交
  11. 12 5月, 2007 1 次提交
  12. 08 2月, 2007 3 次提交
  13. 24 1月, 2007 1 次提交
  14. 02 12月, 2006 1 次提交
    • A
      [ARM] 3966/1: AT91: RM9200 device data update · 69c5eccd
      Andrew Victor 提交于
      This patch contains various updates the at91rm9200_devices.c file:
            * Consistent naming of resources and platform_devices.
            * PCMCIA/Compact Flash: Configuration of the memory controller
              moved out of the driver and into this file.
            * MMC: Enable the VCC pin (if one is configured)
            * MMC: Enable the internal pullups on the I/O pins.
            * NAND: Configuration of the memory controller moved out of the
              driver and into this file.
            * Added TWI/I2C resources.
            * The names of some of the CONFIG_ variables were changed.
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      69c5eccd
  15. 01 12月, 2006 1 次提交
  16. 05 10月, 2006 4 次提交
  17. 29 9月, 2006 1 次提交
  18. 28 9月, 2006 1 次提交
  19. 01 7月, 2006 1 次提交
  20. 21 6月, 2006 1 次提交
  21. 19 6月, 2006 1 次提交
    • A
      [ARM] 3585/1: AT91RM9200 Platform devices · 2e836402
      Andrew Victor 提交于
      Patch from Andrew Victor
      
      This patch updates the platform device support for the AT91RM9200.
      
      The changes include:
      
      1. USB Host device renamed to "at91_ohci" since the driver is also
      usable on the AT91SAM9261 processor.
      2. Enabling multidrive on the USB Device's pullup pin should not be done
      for all boards.  Moved into board-specific files.  [Patch from David
      Brownell]
      3. Move enabling of PCMCIA/Compact Flash pins out of the driver.
      4. Added SPI device and resources.
      5. Added Watchdog device and resources.  [Patch from David Brownell]
      6. Added UART device and resources.
      7. The simple devices (watchdog, rtc, i2c) are now automatically
      registered and don't have to be registered separately in each
      board-specific file. [Patch from David Brownell]
      Signed-off-by: NAndrew Victor <andrew@sanpeople.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      2e836402
  22. 15 4月, 2006 1 次提交
  23. 03 4月, 2006 2 次提交
  24. 23 2月, 2006 1 次提交
  25. 10 1月, 2006 1 次提交