1. 05 8月, 2010 1 次提交
  2. 27 2月, 2010 2 次提交
  3. 11 2月, 2010 1 次提交
  4. 17 12月, 2009 2 次提交
  5. 02 11月, 2009 1 次提交
  6. 15 8月, 2009 1 次提交
  7. 25 6月, 2009 1 次提交
  8. 16 6月, 2009 1 次提交
    • G
      mips: remove driver_data direct access of struct device · d7792065
      Greg Kroah-Hartman 提交于
      In the near future, the driver core is going to not allow direct access
      to the driver_data pointer in struct device.  Instead, the functions
      dev_get_drvdata() and dev_set_drvdata() should be used.  These functions
      have been around since the beginning, so are backwards compatible with
      all older kernel versions.
      
      Cc: linux-mips@linux-mips.org
      Cc: Ralf Baechle <ralf@linux-mips.org>
      Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
      d7792065
  9. 30 3月, 2009 2 次提交
  10. 13 12月, 2008 1 次提交
  11. 16 7月, 2008 1 次提交
  12. 29 1月, 2008 2 次提交
  13. 16 11月, 2007 1 次提交
  14. 03 11月, 2007 1 次提交
  15. 30 10月, 2007 1 次提交
  16. 20 10月, 2007 2 次提交
  17. 12 10月, 2007 5 次提交
  18. 27 8月, 2007 2 次提交
  19. 01 8月, 2007 1 次提交
  20. 24 7月, 2007 1 次提交
  21. 13 7月, 2007 1 次提交
  22. 11 7月, 2007 1 次提交
  23. 07 6月, 2007 2 次提交
  24. 09 5月, 2007 1 次提交
  25. 27 4月, 2007 1 次提交
    • T
      [MIPS] Change PCI host bridge setup/resources · bea77175
      Thomas Bogendoerfer 提交于
      PCI host bridge setup for SNI RM machines with PCI is quite broken, now
      that Linux does it's resource setup own its own. It will use IO addresses,
      which are needed by the EISA config detection and assigns PCI memory
      addresses, which overlap with ISA legacy addresses (video ram). Below
      is a patch, which changes the way how the PCI memory addresses are
      used and sets the minimum IO address to give enough IO space for
      8 EISA slots). This patch needs the other PCI resource change, I've
      posted.
      Signed-off-by: NThomas Bogendoerfer <tsbogend@alpha.franken.de>
      Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
      bea77175
  26. 20 3月, 2007 1 次提交
  27. 05 3月, 2007 1 次提交
  28. 27 2月, 2007 2 次提交