1. 25 10月, 2011 1 次提交
  2. 19 5月, 2011 1 次提交
    • M
      MIPS: Alchemy: Clean up GPIO registers and accessors · b7f720d6
      Manuel Lauss 提交于
      remove au_readl/au_writel, remove the predefined GPIO1/2 KSEG1 register
      addresses and fix the fallout in all boards and drivers.
      
      This also fixes a bug in the mtx-1_wdt driver which was introduced by
      commit 6ea8115b
      ("Convert mtx1 wdt to be a platform device and use generic GPIO API")
      before this patch mtx-1_wdt only modified GPIO215, the patch then
      used the gpio resource information as bit index into the GPIO2 register
      but the conversion to the GPIO API didn't realize that.
      With this patch the drivers original behaviour is restored and GPIO15
      is left alone.
      Signed-off-by: NManuel Lauss <manuel.lauss@googlemail.com>
      Cc: Florian Fainelli <florian@openwrt.org>
      To: Linux-MIPS <linux-mips@linux-mips.org>
      Cc: linux-watchdog@vger.kernel.org
      Cc: Wim Van Sebroeck <wim@iguana.be>
      Patchwork: https://patchwork.linux-mips.org/patch/2381/
      Signed-off-by: Ralf Baechle <ralf@linux-mips.org
      b7f720d6
  3. 29 3月, 2011 1 次提交
  4. 15 3月, 2011 1 次提交
  5. 05 8月, 2010 3 次提交
  6. 27 7月, 2010 1 次提交
  7. 27 2月, 2010 4 次提交
  8. 02 11月, 2009 1 次提交
  9. 17 6月, 2009 1 次提交
  10. 11 1月, 2009 1 次提交
  11. 11 10月, 2008 1 次提交
  12. 12 5月, 2008 1 次提交
    • S
      [MIPS] MTX-1 code style cleanup · 1ff1a78c
      Sergei Shtylyov 提交于
      Fix many errors and warnings given by checkpatch.pl:
      
      - space after opening and before closing parentheses;
      
      - use of C99 // comments;
      
      - leading spaces instead of tabs;
      
      - brace not on the same line with 'else' in the 'if' statement;
        statement;
      
      - printk() without KERN_* facility level;
      
      - using simple_strtol() where strict_strtol() could be used.
      
      - including <asm/gpio.h> instead of <linux/gpio.h>.
      
      In addition to these changes, also do the following:
      
      - insert spaces between operator and its operands;
      
      - replace tab between the function type and name with space in
        mtx1_pci_idsel() declaration;
      
      - remove space after the type cast's closing parenthesis;
      
      - insert missing space before closing brace in the array/structure
        initializers;
      
      - update MontaVista copyright;
      
      - remove Pete Popov's old email address...
      Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      1ff1a78c
  13. 29 4月, 2008 1 次提交
  14. 03 2月, 2008 1 次提交
  15. 12 10月, 2007 1 次提交
  16. 09 10月, 2007 1 次提交
  17. 05 3月, 2007 2 次提交
  18. 10 10月, 2006 1 次提交
  19. 01 7月, 2006 1 次提交
  20. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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