1. 29 3月, 2012 2 次提交
  2. 23 3月, 2012 1 次提交
    • D
      ARM: Fix missing linux/types.h #inclusion in asm/hardware/iop3xx.h · 15e9b9b9
      David Howells 提交于
      arch/arm/include/asm/hardware/iop3xx.h needs to include linux/types.h to avoid
      the following errors:
      
      In file included from arch/arm/plat-iop/restart.c:10:0:
      /data/fs/linux-2.6-fscache/arch/arm/include/asm/hardware/iop3xx.h:239:1: error: unknown type name 'u32'
      /data/fs/linux-2.6-fscache/arch/arm/include/asm/hardware/iop3xx.h: In function 'read_tmr0':
      /data/fs/linux-2.6-fscache/arch/arm/include/asm/hardware/iop3xx.h:241:2: error: unknown type name 'u32'
      /data/fs/linux-2.6-fscache/arch/arm/include/asm/hardware/iop3xx.h: At top level:
      /data/fs/linux-2.6-fscache/arch/arm/include/asm/hardware/iop3xx.h:246:31: error: unknown type name 'u32'
      ...
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      15e9b9b9
  3. 21 3月, 2012 1 次提交
    • K
      fbdev: sh_mipi_dsi: add extra phyctrl for sh_mipi_dsi_info · 8f9c60f2
      Kuninori Morimoto 提交于
      sh_mipi uses some clocks, but the method of setup depends on CPU.
      
      Current SuperH (like sh73a0) can control all of these clocks
      by CPG (Clock Pulse Generator).
      It means we can control it by clock framework only.
      But on sh7372, it needs CPG settings AND sh_mipi PHYCTRL::PLLDS,
      and only sh7372 has PHYCTRL::PLLDS.
      
      But on current sh_mipi driver, PHYCTRL::PLLDS of sh7372 was
      overwrote since the callback timing of clock setting was changed
      by c2658b70
      (fbdev: sh_mipi_dsi: fixup setup timing of sh_mipi_setup()).
      To solve this issue, this patch adds extra .phyctrl.
      
      This patch adds detail explanation for unclear mipi settings
      and fixup wrong PHYCTRL::PLLDS value for ap4evb (0xb -> 0x6).
      Signed-off-by: NKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
      Signed-off-by: NFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
      8f9c60f2
  4. 20 3月, 2012 2 次提交
  5. 17 3月, 2012 2 次提交
  6. 14 3月, 2012 1 次提交
  7. 13 3月, 2012 13 次提交
  8. 12 3月, 2012 9 次提交
  9. 09 3月, 2012 2 次提交
  10. 07 3月, 2012 7 次提交