Skip to content
Snippets Groups Projects
  1. Jul 12, 2017
    • Stefano Babic's avatar
      imx: reorganize IMX code as other SOCs · 552a848e
      Stefano Babic authored
      
      Change is consistent with other SOCs and it is in preparation
      for adding SOMs. SOC's related files are moved from cpu/ to
      mach-imx/<SOC>.
      
      This change is also coherent with the structure in kernel.
      
      Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
      
      CC: Fabio Estevam <fabio.estevam@nxp.com>
      CC: Akshay Bhat <akshaybhat@timesys.com>
      CC: Ken Lin <Ken.Lin@advantech.com.tw>
      CC: Marek Vasut <marek.vasut@gmail.com>
      CC: Heiko Schocher <hs@denx.de>
      CC: "Sébastien Szymanski" <sebastien.szymanski@armadeus.com>
      CC: Christian Gmeiner <christian.gmeiner@gmail.com>
      CC: Stefan Roese <sr@denx.de>
      CC: Patrick Bruenn <p.bruenn@beckhoff.com>
      CC: Troy Kisky <troy.kisky@boundarydevices.com>
      CC: Nikita Kiryanov <nikita@compulab.co.il>
      CC: Otavio Salvador <otavio@ossystems.com.br>
      CC: "Eric Bénard" <eric@eukrea.com>
      CC: Jagan Teki <jagan@amarulasolutions.com>
      CC: Ye Li <ye.li@nxp.com>
      CC: Peng Fan <peng.fan@nxp.com>
      CC: Adrian Alonso <adrian.alonso@nxp.com>
      CC: Alison Wang <b18965@freescale.com>
      CC: Tim Harvey <tharvey@gateworks.com>
      CC: Martin Donnelly <martin.donnelly@ge.com>
      CC: Marcin Niestroj <m.niestroj@grinn-global.com>
      CC: Lukasz Majewski <lukma@denx.de>
      CC: Adam Ford <aford173@gmail.com>
      CC: "Albert ARIBAUD (3ADEV)" <albert.aribaud@3adev.fr>
      CC: Boris Brezillon <boris.brezillon@free-electrons.com>
      CC: Soeren Moch <smoch@web.de>
      CC: Richard Hu <richard.hu@technexion.com>
      CC: Wig Cheng <wig.cheng@technexion.com>
      CC: Vanessa Maegima <vanessa.maegima@nxp.com>
      CC: Max Krummenacher <max.krummenacher@toradex.com>
      CC: Stefan Agner <stefan.agner@toradex.com>
      CC: Markus Niebel <Markus.Niebel@tq-group.com>
      CC: Breno Lima <breno.lima@nxp.com>
      CC: Francesco Montefoschi <francesco.montefoschi@udoo.org>
      CC: Jaehoon Chung <jh80.chung@samsung.com>
      CC: Scott Wood <oss@buserror.net>
      CC: Joe Hershberger <joe.hershberger@ni.com>
      CC: Anatolij Gustschin <agust@denx.de>
      CC: Simon Glass <sjg@chromium.org>
      CC: "Andrew F. Davis" <afd@ti.com>
      CC: "Łukasz Majewski" <l.majewski@samsung.com>
      CC: Patrice Chotard <patrice.chotard@st.com>
      CC: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      CC: Hans de Goede <hdegoede@redhat.com>
      CC: Masahiro Yamada <yamada.masahiro@socionext.com>
      CC: Stephen Warren <swarren@nvidia.com>
      CC: Andre Przywara <andre.przywara@arm.com>
      CC: "Álvaro Fernández Rojas" <noltari@gmail.com>
      CC: York Sun <york.sun@nxp.com>
      CC: Xiaoliang Yang <xiaoliang.yang@nxp.com>
      CC: Chen-Yu Tsai <wens@csie.org>
      CC: George McCollister <george.mccollister@gmail.com>
      CC: Sven Ebenfeld <sven.ebenfeld@gmail.com>
      CC: Filip Brozovic <fbrozovic@gmail.com>
      CC: Petr Kulhavy <brain@jikos.cz>
      CC: Eric Nelson <eric@nelint.com>
      CC: Bai Ping <ping.bai@nxp.com>
      CC: Anson Huang <Anson.Huang@nxp.com>
      CC: Sanchayan Maity <maitysanchayan@gmail.com>
      CC: Lokesh Vutla <lokeshvutla@ti.com>
      CC: Patrick Delaunay <patrick.delaunay@st.com>
      CC: Gary Bisson <gary.bisson@boundarydevices.com>
      CC: Alexander Graf <agraf@suse.de>
      CC: u-boot@lists.denx.de
      Reviewed-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
      Reviewed-by: default avatarChristian Gmeiner <christian.gmeiner@gmail.com>
      552a848e
  2. Jul 24, 2013
  3. Feb 04, 2013
  4. Oct 15, 2012
    • Benoît Thébaudeau's avatar
      mx5/6 clocks: Fix SDHC clocks · 32384656
      Benoît Thébaudeau authored
      
      The i.MX5 eSDHC clocks were considered as coming from the IPG clock although
      they have dedicated clock paths.
      
      Also, on i.MX5/6, each SDHC instance has a dedicated clock, so gd->sdhc_clk must
      be set accordingly. This is good for the case only a single SDHC instance is
      used (initialization made with fsl_esdhc_mmc_init()). A future patch will fix
      the multi-instance use case (initialization made directly with
      fsl_esdhc_initialize()).
      
      Signed-off-by: default avatarBenoît Thébaudeau <benoit.thebaudeau@advansee.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Eric Bénard <eric@eukrea.com>
      Cc: Otavio Salvador <otavio@ossystems.com.br>
      32384656
  5. Sep 10, 2012
  6. Jul 07, 2012
    • Michael Langer's avatar
      i.MX6 USDHC: Use the ESDHC clock · 5c23712d
      Michael Langer authored
      
      The commit "i.mx: fsl_esdhc: add the i.mx6q support" (4692708d) introduces
      support for the i.MX6Q MMC host controller USDHC.
      
      MXC_IPG_PERCLK sets the clock to 66MHz. This seems to be the default clock
      of the ESDHC IP found in < i.MX6 silicon. However, the default clock for the USDHC
      IP found in i.MX6 is 200MHz (MXC_ESDHC_CLK). This difference will cause a 3 times
      higher clock on SD_CLK than expected (see fsl_esdh.c -> set_sysctl()).
      
      Signed-off-by: default avatarMichael Langer <michael.langer@de.bosch.com>
      CC: Stefano Babic <sbabic@denx.de>
      CC: Jason Liu <r64343@freescale.com>
      Acked-by: default avatarStefano Babic <sbabic@denx.de>
      5c23712d
  7. Dec 09, 2011
    • Jason Liu's avatar
      i.mx: introduce the armv7/imx-common folder · 18936ee2
      Jason Liu authored
      
      In order to support the coming MX6 platform and to reducde
      the duplicated code, we had better move some common files
      or functions to the imx-common folder for sharing.
      
      This patch does the following:
      - move speed.c file from armv7/mx5/speed.c to armv7/imx-common/speed.c
      - move armv7/mx5/timer.c to armv7/imx-common/timer.c, no any new feature
        added but just fix the checkpatch errors in the old file and remove
        the CONFIG_SYS_MX5_CLK32 reference in the file
      - create one new file cpu.c file to store the common function with i.mx5/6
      
      Signed-off-by: default avatarJason Liu <jason.hui@linaro.org>
      Cc:Stefano Babic <sbabic@denx.de>
      Acked-by: default avatarStefano Babic <sbabic@denx.de>
      18936ee2
  8. Dec 21, 2010
  9. Oct 18, 2010
  10. Jul 05, 2010
  11. Apr 13, 2010
  12. Mar 07, 2010
  13. Oct 18, 2008
  14. Aug 28, 2008
  15. Jan 17, 2008
  16. Aug 18, 2007
  17. Aug 17, 2007
  18. Aug 16, 2007
  19. Jul 10, 2007
  20. Mar 31, 2006
  21. Oct 10, 2004
  22. Sep 09, 2002
  23. Aug 27, 2002
  24. Dec 28, 2000
  25. Dec 14, 2000
  26. Nov 12, 2000
Loading