1. 16 6月, 2014 1 次提交
    • B
      Revert "offb: Add palette hack for little endian" · 68986c9f
      Benjamin Herrenschmidt 提交于
      This reverts commit e1edf18b.
      
      This patch was a misguided attempt at fixing offb for LE ppc64
      kernels on BE qemu but is just wrong ... it breaks real LE/LE
      setups, LE with real HW, and existing mixed endian systems
      that did the fight thing with the appropriate device-tree
      property. Bad reviewing on my part, sorry.
      
      The right fix is to either make qemu change its endian when
      the guest changes endian (working on that) or to use the
      existing foreign endian support.
      Signed-off-by: NBenjamin Herrenschmidt <benh@kernel.crashing.org>
      CC: <stable@vger.kernel.org> [v3.13+]
      ---
      68986c9f
  2. 28 5月, 2014 1 次提交
  3. 27 5月, 2014 1 次提交
    • M
      m68k/atari - atafb: convert allocation of fb ram to new interface · cf8c8781
      Michael Schmitz 提交于
      The new atari_stram_alloc interface returns kernel virtual addresses
      even if the kernel runs in FastRAM. These addresses are not
      guaranteed to be identical with the physical addresses. Since ST-RAM
      mappings have not been set up by mem_init, virt_to_phys() and its
      cousin do not work and the atari_stram_to_phys() etc. helpers must
      be used to determine physical addresses.
      
      fb.fix->smem_start needs physical addresses, fb.par->screen_base
      needs virtual addresses. Take care of the virt-to-phys conversion
      both on fb init and par changes.
      Signed-off-by: NMichael Schmitz <schmitz@debian.org>
      Signed-off-by: NGeert Uytterhoeven <geert@linux-m68k.org>
      cf8c8781
  4. 23 5月, 2014 7 次提交
  5. 20 5月, 2014 6 次提交
  6. 19 5月, 2014 3 次提交
  7. 16 5月, 2014 2 次提交
  8. 14 5月, 2014 1 次提交
  9. 09 5月, 2014 18 次提交