1. 08 8月, 2011 1 次提交
  2. 29 7月, 2011 1 次提交
  3. 12 6月, 2011 1 次提交
  4. 20 1月, 2011 1 次提交
  5. 11 12月, 2010 2 次提交
  6. 14 4月, 2010 1 次提交
    • A
      sh_pci: fix memory and I/O access · 5ba9e952
      Aurelien Jarno 提交于
      Since commit 8da3ff18 ("MMIO callback
      interface changes"), the addresses passed to the I/O functions are an
      offset to the start of the area. As a consequence, there is no need to
      correct the address using the value of IOBR. This make possible the use
      of the default MMIO functions. Moreover the addresses are now remaped
      when the value if IOBR change.
      
      The memory area corresponds to the devices behing the PCI bus, it should
      not be mapped by the PCI controller. Remove the corresponding code.
      Signed-off-by: NAurelien Jarno <aurelien@aurel32.net>
      5ba9e952
  7. 01 12月, 2009 2 次提交
  8. 02 10月, 2009 2 次提交
  9. 21 9月, 2009 1 次提交
  10. 04 9月, 2009 1 次提交
  11. 26 8月, 2009 1 次提交
  12. 17 6月, 2009 1 次提交
  13. 23 5月, 2009 1 次提交
    • P
      Add common BusState · 02e2da45
      Paul Brook 提交于
      Implement and use a common device bus state.  The main side-effect is
      that creating a bus and attaching it to a parent device are no longer
      separate operations.  For legacy code we allow a NULL parent, but that
      should go away eventually.
      
      Also tweak creation code to veriry theat a device in on the right bus.
      Signed-off-by: NPaul Brook <paul@codesourcery.com>
      02e2da45
  14. 13 3月, 2009 1 次提交
  15. 26 1月, 2009 1 次提交
  16. 25 1月, 2009 1 次提交
  17. 13 12月, 2008 1 次提交
  18. 08 12月, 2008 2 次提交