An error occurred fetching the project authors.
  1. 10 Jun, 2010 1 commit
  2. 18 Dec, 2009 1 commit
  3. 14 Feb, 2009 1 commit
    • Andrew Victor's avatar
      [ARM] 5390/1: AT91: Watchdog fixes · 2af29b78
      Andrew Victor authored
      The recently merged AT91SAM9 watchdog driver uses the
      AT91SAM9X_WATCHDOG config variable, whereas the original version of
      the driver (and the platform support code) used AT91SAM9_WATCHDOG.
      This causes the watchdog platform_device to never be registered, and
      therefore the driver not to be initialized.
      
      This patch:
      - updates the platform support code to use AT91SAM9X_WATCHDOG.
      - includes <linux/io.h> to fix compile error (same fix as was applied
      to at91rm9200_wdt.c)
      - fixes comment regarding watchdog clock-rates in at91rm9200.
      Signed-off-by: default avatarAndrew Victor <linux@maxim.org.za>
      Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
      2af29b78
  4. 26 Jan, 2009 1 commit
  5. 01 Aug, 2008 1 commit
    • Pieter du Preez's avatar
      Fix rename of at91_nand -> atmel_nand · f6ed6f78
      Pieter du Preez authored
      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: default avatarPieter du Preez <pdupreez@gmail.com>
      Signed-off-by: default avatarDavid Woodhouse <David.Woodhouse@intel.com>
      f6ed6f78
  6. 12 May, 2008 1 commit
  7. 10 Apr, 2008 1 commit
  8. 24 Jan, 2007 1 commit
  9. 01 Dec, 2006 1 commit
  10. 30 Nov, 2006 1 commit
  11. 13 Oct, 2006 1 commit
  12. 04 Oct, 2006 1 commit
  13. 11 Jul, 2006 1 commit
  14. 29 Jun, 2006 1 commit
  15. 26 Jun, 2006 1 commit
  16. 02 Apr, 2006 1 commit
  17. 03 Feb, 2006 1 commit
  18. 10 Jan, 2006 1 commit
  19. 09 Jan, 2006 1 commit
  20. 11 Nov, 2005 1 commit
  21. 15 Sep, 2005 2 commits
  22. 10 Jul, 2005 1 commit
  23. 25 Jun, 2005 2 commits
  24. 20 Jun, 2005 1 commit
  25. 16 Apr, 2005 1 commit
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4