1. 28 11月, 2011 2 次提交
  2. 21 8月, 2011 1 次提交
  3. 11 12月, 2010 1 次提交
    • A
      Add endianness as io mem parameter · 2507c12a
      Alexander Graf 提交于
      As stated before, devices can be little, big or native endian. The
      target endianness is not of their concern, so we need to push things
      down a level.
      
      This patch adds a parameter to cpu_register_io_memory that allows a
      device to choose its endianness. For now, all devices simply choose
      native endian, because that's the same behavior as before.
      Signed-off-by: NAlexander Graf <agraf@suse.de>
      Signed-off-by: NBlue Swirl <blauwirbel@gmail.com>
      2507c12a
  4. 18 9月, 2010 1 次提交
  5. 02 10月, 2009 2 次提交
  6. 26 8月, 2009 1 次提交
  7. 17 7月, 2009 1 次提交
  8. 17 6月, 2009 1 次提交
  9. 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
  10. 15 5月, 2009 1 次提交
  11. 05 1月, 2009 1 次提交
  12. 02 12月, 2008 1 次提交
  13. 22 7月, 2008 1 次提交
  14. 18 5月, 2008 1 次提交
  15. 15 4月, 2008 1 次提交
  16. 11 2月, 2008 1 次提交
  17. 18 11月, 2007 1 次提交
  18. 04 11月, 2007 1 次提交
  19. 03 11月, 2007 1 次提交