1. 25 1月, 2014 1 次提交
  2. 04 1月, 2013 1 次提交
    • G
      MIPS: drivers: remove __dev* attributes. · 28eb0e46
      Greg Kroah-Hartman 提交于
      CONFIG_HOTPLUG is going away as an option.  As a result, the __dev*
      markings need to be removed.
      
      This change removes the use of __devinit, __devexit_p, __devinitdata,
      and __devexit from these drivers.
      
      Based on patches originally written by Bill Pemberton, but redone by me
      in order to handle some of the coding style issues better, by hand.
      
      Cc: Bill Pemberton <wfp5p@virginia.edu>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
      28eb0e46
  3. 23 7月, 2012 1 次提交
  4. 28 10月, 2008 1 次提交
    • A
      MIPS: RB532: Fix build error · 052ac71c
      Adrian Bunk 提交于
      mips/pci/fixup-rc32434.c must #include <asm/mach-rc32434/irq.h>
      
      This patch fixes the following compile error caused by
      commit 606a083b
      (MIPS: RB532: Cleanup the headers again):
      
      <--  snip  -->
      
      ...
        CC      arch/mips/pci/fixup-rc32434.o
      arch/mips/pci/fixup-rc32434.c: In function 'pcibios_map_irq':
      arch/mips/pci/fixup-rc32434.c:46: error: 'GROUP4_IRQ_BASE' undeclared (first use in this function)
      arch/mips/pci/fixup-rc32434.c:46: error: (Each undeclared identifier is reported only once
      arch/mips/pci/fixup-rc32434.c:46: error: for each function it appears in.)
      make[2]: *** [arch/mips/pci/fixup-rc32434.o] Error 1
      
      <--  snip  -->
      
      A virtually identical patch was also submitted by Yoichi Yuasa
      <yoichi_yuasa@tripeaks.co.jp>.
      Signed-off-by: NAdrian Bunk <bunk@kernel.org>
      Acked-by: NFlorian Fainelli <florian@openwrt.org>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      052ac71c
  5. 20 7月, 2008 1 次提交
  6. 12 5月, 2008 1 次提交
    • S
      [MIPS] Alchemy PCI code style cleanup · a9633279
      Sergei Shtylyov 提交于
      Fix 15 errors and 4 warnings given by checkpatch.pl:
      
      - space between the asterisk and variable name;
      
      - space after opening and before closing parentheses;
      
      - leading spaces instead of tabs;
      
      - printk() without KERN_* facility level;
      
      - unnecessary braces for single-statement block;
      
      - line over 80 characters.
      
      In addition to these changes, also do the following:
      
      - combine the nested 'if' statements into one when possible;
      
      - remove needless parentheses;
      
      - add missing and remove excess spaces between operator and its operands;
      
      - fix printk() format specifiers mismatching the argument types;
      
      - put the function's result type and name/parameters on the same line;
      
      - insert missing and remove excess new lines;
      
      - properly indent multi-line expressions;
      
      - make the multi-line comment style consistent with the kernel style elsewhere
        by adding empty first line;
      
      - fix typos, capitalize acronyms, etc. in the comments;
      
      - 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>
      a9633279
  7. 29 4月, 2008 1 次提交
  8. 11 7月, 2007 1 次提交
  9. 30 10月, 2005 1 次提交
  10. 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