1. 21 10月, 2013 3 次提交
  2. 01 4月, 2013 1 次提交
  3. 15 10月, 2012 2 次提交
  4. 02 3月, 2012 1 次提交
    • F
      ARM: mx3: Setup AIPS registers · bb07d751
      Fabio Estevam 提交于
      It was observed on a mx31pdk board that audio playback only worked when the bootloader was Redboot, and
      did not work when U-boot was used.
      
      Comparing the sources of these bootloaders showed that the AIPS registers were not setup in U-boot.
      
      Instead of relying on the bootloader to setup the AIPS registers, do it in the kernel so that audio
      playback can work independantly of the bootloader being used.
      
      Copied the AIPS settings from Redboot to the kernel.
      Signed-off-by: NFabio Estevam <fabio.estevam@freescale.com>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      bb07d751
  5. 26 8月, 2011 1 次提交
  6. 13 3月, 2009 1 次提交
    • S
      [ARM] MXC: add cpu_is_ macros · 198016e1
      Sascha Hauer 提交于
      We had hardcoded cpu_is_ macros for mxc architectures till now. As we
      want to run the same kernel on i.MX31 and i.MX35 this patch adds cpu_is_
      macros which expand to 0 or 1 if only one architecture is compiled in and
      only check for the cpu type if more than one architecture is compiled
      in.
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      198016e1