1. 09 5月, 2012 1 次提交
  2. 08 5月, 2012 1 次提交
    • S
      ARM: mxs: enable pinctrl dummy states · d1654b80
      Shawn Guo 提交于
      The mxs pinctrl driver will only support DT probe.  That said, the mxs
      device drivers can only get pinctrl state from pinctrl subsystem when
      the drivers get probed from device tree.
      
      Before converting the whole mxs platform support over to device tree,
      we need to enable pinctrl dummy states for those non-DT board files
      to ensure the pinctrl API adopted by mxs device drivers will work for
      both DT and non-DT probe.
      
      Instead of calling pinctrl_provide_dummies() directly in every board
      file, the patch introduces soc specific calls mx23_soc_init() and
      mx28_soc_init() for boards' .init_machine hook to invoke, so that
      any soc specific setup for non-DT boot only can be added there.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      d1654b80
  3. 31 1月, 2012 3 次提交
  4. 05 1月, 2012 1 次提交
  5. 28 12月, 2011 1 次提交
  6. 02 12月, 2011 1 次提交
  7. 08 11月, 2011 1 次提交
    • S
      arm/mxs: fix mmc device adding for mach-mx28evk · e94e05ea
      Shawn Guo 提交于
      The merge commit "526b2641 Merge branch 'imx/cleanup' into imx/devel"
      left a duplicated mx28_add_mxs_mmc() call, which causes the problem
      below during boot.
      
        kobject_add_internal failed for mxs-mmc.1 with -EEXIST, don't try
        to register things with the same name in the same directory.
      
      The patch removes this leftover and also change mmc0 adding to align
      with mmc1.
      Signed-off-by: NShawn Guo <shawn.guo@linaro.org>
      e94e05ea
  8. 18 10月, 2011 1 次提交
  9. 20 9月, 2011 1 次提交
  10. 23 8月, 2011 5 次提交
  11. 17 8月, 2011 1 次提交
  12. 07 7月, 2011 1 次提交
  13. 06 6月, 2011 1 次提交
  14. 19 5月, 2011 1 次提交
  15. 25 3月, 2011 1 次提交
  16. 10 3月, 2011 1 次提交
  17. 08 3月, 2011 2 次提交
  18. 17 2月, 2011 1 次提交
  19. 21 1月, 2011 1 次提交
  20. 11 1月, 2011 1 次提交
  21. 21 12月, 2010 1 次提交