1. 11 2月, 2011 1 次提交
  2. 10 2月, 2011 2 次提交
  3. 20 11月, 2010 1 次提交
  4. 20 10月, 2010 1 次提交
    • N
      arm: remove machine_desc.io_pg_offst and .phys_io · 6451d778
      Nicolas Pitre 提交于
      Since we're now using addruart to establish the debug mapping, we can
      remove the io_pg_offst and phys_io members of struct machine_desc.
      
      The various declarations were removed using the following script:
      
        grep -rl MACHINE_START arch/arm | xargs \
        sed -i '/MACHINE_START/,/MACHINE_END/ { /\.\(phys_io\|io_pg_offst\)/d }'
      
      [ Initial patch was from Jeremy Kerr, example script from Russell King ]
      Signed-off-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Acked-by: Eric Miao <eric.miao at canonical.com>
      6451d778
  5. 11 8月, 2010 1 次提交
  6. 30 6月, 2010 4 次提交
  7. 02 2月, 2010 1 次提交
  8. 08 1月, 2010 1 次提交
  9. 05 1月, 2010 1 次提交
    • 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
  10. 04 1月, 2010 2 次提交
  11. 20 11月, 2009 4 次提交
  12. 07 8月, 2009 2 次提交
  13. 16 5月, 2009 1 次提交
  14. 07 5月, 2009 4 次提交
  15. 13 3月, 2009 2 次提交
  16. 01 10月, 2008 1 次提交
  17. 07 8月, 2008 2 次提交
  18. 05 7月, 2008 2 次提交
    • J
      MX3: Adapt mx31lite to new timer init style · 9e8a30dc
      Juergen Beisert 提交于
      This patch converts the external "add_mx31lite-basic_defconfig.diff" to our
      MXC implementation.
      
      Note: This patch fixes a board reference only.
      Signed-off-by: NJuergen Beisert <j.beisert@pengutronix.de>
      9e8a30dc
    • D
      MX3: Add basic support for LogicPD i.MX31 LiteKit · 9a4cd7a5
      Daniel Mack 提交于
      This patch adds basic support for i.MX31 LiteKit by LogicPD.
      With printascii() in kernel/printk.c, it boots right into the
      rootfs-panic.
      
      Note: This is a modified version of Daniel's patch to fit into this patch
      stack.
      
      > On 09.06.2008, at 17:26, Russell King - ARM Linux wrote:
      >
      > > I would much prefer it if board specific includes were included by the
      > > code which needs them rather than in asm/arch/hardware.h.  With the
      > > device model, drivers shouldn't need to include any board specific
      > > includes - only the board specific C file should need it.
      >
      > The new version of this patch (#5102) has been uploaded to the patch
      > tracker this morning.
      Signed-off-by: NDaniel Mack <daniel@caiaq.de>
      
      -- 
       arch/arm/configs/mx31litekit_defconfig    | 1100 ++++++++++++++++++++++++++++++
       arch/arm/mach-mx3/Kconfig                 |    7 
       arch/arm/mach-mx3/Makefile                |    1 
       arch/arm/mach-mx3/mx31lite.c              |   96 ++
       include/asm-arm/arch-mxc/board-mx31lite.h |   38 +
       include/asm-arm/arch-mxc/debug-macro.S    |    3 
       6 files changed, 1245 insertions(+)
      9a4cd7a5