1. 25 5月, 2007 1 次提交
    • R
      meth driver renovation · e9712901
      Ralf Baechle 提交于
      The meth ethernet driver for the SGI IP32 aka O2 is so far still an old
      style driver which does not use the device driver model.  This is now
      causing issues with some udev based gadgetry in debian-stable.  Fixed by
      converting the meth driver to a platform device.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      
      --
      Fixes since previous patch:
      
        o Fixed typo in meth_exit_module()
      Signed-off-by: NJeff Garzik <jeff@garzik.org>
      e9712901
  2. 27 2月, 2007 1 次提交
  3. 19 4月, 2006 1 次提交
    • R
      [MIPS] Rewrite all the assembler interrupt handlers to C. · e4ac58af
      Ralf Baechle 提交于
      Saves like 1,600 lines of code, is way easier to debug, compilers
      frequently do a better job than the cut and paste type of handlers many
      boards had.  And finally having all the stuff done in a single place
      also means alot of bug potencial for the MT ASE is gone.
      
      The only surviving handler in assembler is the DECstation one; I hope
      Maciej will rewrite it.
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      e4ac58af
  4. 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