1. 14 2月, 2016 1 次提交
  2. 14 7月, 2015 1 次提交
  3. 03 6月, 2015 4 次提交
  4. 11 5月, 2015 1 次提交
  5. 13 3月, 2015 1 次提交
  6. 11 3月, 2015 3 次提交
  7. 06 3月, 2015 1 次提交
  8. 05 1月, 2015 1 次提交
  9. 23 11月, 2014 3 次提交
  10. 16 9月, 2014 2 次提交
    • S
      ARM: imx: add an exclusive gate clock type · 19d86344
      Shawn Guo 提交于
      There are a couple of gate clocks are mutually exclusive on i.MX6, i.e.
      LVDSCLK1_IBEN and LVDSCLK1_OBEN.  They cannot be enabled simultaneously.
      This patches adds an exclusive gate clock type specifically for such
      case.  The clock driver will need to call imx_clk_gate_exclusive() to
      register a gate clock with parameter exclusive_mask indicating the mask
      of gate bits which are mutually exclusive to this gate clock.
      
      Right now, it only handles the exclusive gate clocks which are defined
      in a single hardware register, which is the case we're running into
      today.  But it can be extended to handle exclusive gate clocks defined
      in different registers later if needed.
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      19d86344
    • A
      ARM: i.MX1: Add devicetree support · 24980dc8
      Alexander Shiyan 提交于
      This patch adds basic devicetree support for i.MX1 based SoCs.
      Signed-off-by: NAlexander Shiyan <shc_work@mail.ru>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      24980dc8
  11. 10 9月, 2014 1 次提交
  12. 01 9月, 2014 3 次提交
  13. 18 8月, 2014 1 次提交
    • A
      ARM: imx6: fix SMP compilation again · 060d517d
      Arnd Bergmann 提交于
      My earlier patch 1fc593fe ("ARM: imx: build i.MX6 functions
      only when needed") fixed a problem with building an i.MX5 kernel,
      but now the problem has returned for the case where we allow
      ARMv6K SMP builds in multiplatform. With CONFIG_CPU_V7 disabled,
      but i.MX3 and SMP enabled, we get this build error:
      
      arch/arm/mach-imx/built-in.o: In function `v7_secondary_startup':
      :(.text+0x5124): undefined reference to `v7_invalidate_l1'
      
      This puts the code inside of an "ifdef CONFIG_SOC_IMX6" to hopefully
      do the right thing in all configurations.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Signed-off-by: NShawn Guo <shawn.guo@freescale.com>
      060d517d
  14. 18 7月, 2014 7 次提交
  15. 16 5月, 2014 1 次提交
  16. 13 5月, 2014 1 次提交
  17. 30 4月, 2014 1 次提交
  18. 05 3月, 2014 7 次提交