1. 15 10月, 2012 2 次提交
  2. 08 8月, 2011 1 次提交
  3. 19 5月, 2011 1 次提交
  4. 08 3月, 2011 1 次提交
  5. 08 1月, 2010 1 次提交
  6. 05 1月, 2010 2 次提交
    • U
      imx/mx3: rename clock.c and iomux.c to {clock,iomux}-imx31.c · 60d644ca
      Uwe Kleine-König 提交于
      These files are only used on imx31.  This makes the name consistent with
      the imx35 files.
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Sascha Hauer <kernel@pengutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Daniel Mack <daniel@caiaq.de>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Valentin Longchamp <valentin.longchamp@epfl.ch>
      60d644ca
    • U
      imx/mach-mx3: use constants namespaced by the corresponding SOC (easy part) · f568dd7f
      Uwe Kleine-König 提交于
      This just leaves cpu.c, devices.c and mm.c to clean up.  As these files
      are used on more than one SOC they need some more work.
      Signed-off-by: NUwe Kleine-König <u.kleine-koenig@pengutronix.de>
      Cc: Russell King <linux@arm.linux.org.uk>
      Cc: Alberto Panizzo <maramaopercheseimorto@gmail.com>
      Cc: Valentin Longchamp <valentin.longchamp@epfl.ch>
      Cc: Daniel Mack <daniel@caiaq.de>
      Cc: Guennadi Liakhovetski <lg@denx.de>
      Cc: Yoichi Yuasa <yuasa@linux-mips.org>
      Cc: Mark Brown <broonie@opensource.wolfsonmicro.com>
      Cc: Magnus Lilja <lilja.magnus@gmail.com>
      Cc: Fabio Estevam <fabio.estevam@freescale.com>
      Cc: Sascha Hauer <s.hauer@pengutronix.de>
      Cc: Harro Haan <hrhaan@yahoo.com>
      Cc: Jean Delvare <khali@linux-fr.org>
      Cc: Luotao Fu <l.fu@pengutronix.de>
      Cc: Ilya Yanok <yanok@emcraft.com>
      f568dd7f
  7. 07 5月, 2009 1 次提交
  8. 13 3月, 2009 1 次提交
    • V
      mx31: rework of iomux support · b7222631
      Valentin Longchamp 提交于
      This new implemenatation avoids that two physical pins are claimed by
      the same driver (also with the the gpr hardware modes).
      The gpio kernel lib is also called when a capable gpio pin is assigned
      its gpio function.
      The mxc_iomux_mode function is still here for backward compatibility but
      should not be used anymore.
      
      V2:
      
      In the precendent revision, the iomux code was claiming a pin when its
      hardware mode was changed. This was uncorrect: when the hardware mode is
      changed, the pin must still be claimed through the iomux.
      
      In order to have a pin working in mode hw2, we must fist issue the
      mxc_iomux_set_gpr call and then the corresponding mxc_iomux_mode calls
      with the FUNC mode (usually done with mxc_iomux_setup_multiple_pins).
      The reverse calls must be done to fee the pins.
      Signed-off-by: NValentin Longchamp <valentin.longchamp@epfl.ch>
      Signed-off-by: NSascha Hauer <s.hauer@pengutronix.de>
      b7222631
  9. 16 12月, 2008 1 次提交
  10. 09 9月, 2008 1 次提交
  11. 07 8月, 2008 2 次提交
  12. 05 7月, 2008 1 次提交