1. 20 9月, 2011 1 次提交
  2. 22 8月, 2011 1 次提交
  3. 08 8月, 2011 2 次提交
  4. 12 6月, 2011 1 次提交
  5. 19 4月, 2011 1 次提交
  6. 07 4月, 2011 1 次提交
  7. 12 12月, 2010 1 次提交
  8. 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
  9. 27 11月, 2010 1 次提交