1. 14 7月, 2015 1 次提交
  2. 03 6月, 2015 1 次提交
  3. 18 7月, 2014 1 次提交
    • S
      ARM: i.MX: allow disabling supervisor protect via DT · e57e4ab5
      Steffen Trumtrar 提交于
      The i.MX SoCs allow to setup fine grained access rights to peripherals on the
      AIPS bus.
      This is done via the Peripheral Access Register (PAR) in e.g. the i.MX21
      or in later SoC versions the Off-Platform Peripheral Access Control Register
      (OPACR), e.g. i.MX53.
      Under certain circumstances this leads to problems in which bus masters are
      not granted their access rights to peripherals.
      To be able to disable these restrictions on DT platforms, add a helper function
      that looks for AIPS nodes in the DT and disables them for every compatible node
      it finds.
      The compatible has to be declared in the mach-specific entry file, where this
      helper function should then be called.
      Signed-off-by: NSteffen Trumtrar <s.trumtrar@pengutronix.de>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      e57e4ab5
  4. 16 5月, 2014 1 次提交
  5. 21 10月, 2013 3 次提交
  6. 01 4月, 2013 1 次提交
  7. 15 10月, 2012 2 次提交
  8. 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
  9. 26 8月, 2011 1 次提交
  10. 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