1. 18 7月, 2011 1 次提交
  2. 19 5月, 2011 2 次提交
  3. 12 5月, 2011 1 次提交
  4. 03 5月, 2011 3 次提交
    • W
      ARM: plat-stmp: remove plat · 041f10d4
      Wolfram Sang 提交于
      Now that both users of plat-stmp have been deleted in previous patches,
      delete the platform, too.
      Signed-off-by: NWolfram Sang <w.sang@pengutronix.de>
      Acked-by: NShawn Guo <shawn.guo@freescale.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      041f10d4
    • W
      ARM: mach-stmp378x: remove mach · f295dc68
      Wolfram Sang 提交于
      This mach has not seen any updates since the initial inclusion besides
      generic cleanup. Furthermore:
      
      - The i.MX23 covered in mach-mxs is just a renamed version of the
        STMP378x.
      
      - mach-stmp378x has a lot of reinvented interfaces, leaking all sorts of
        mach-related includes into the drivers. One example is the dmaengine
        which does not use the linux dmaengine-API but some privately exported
        symbols. So drivers cannot be reused. mach-mxs does it better.
      
      - There is only one board defined (which I couldn't find any trace of
        despite being a development board). It has been converted to
        mach-mxs in a previous patch.
      
      Since the only user of this mach was converted, it means that
      mach-stmp378x can go.
      Signed-off-by: NWolfram Sang <w.sang@pengutronix.de>
      Acked-by: NShawn Guo <shawn.guo@freescale.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      f295dc68
    • W
      ARM: mach-stmp37xx: remove mach · 76359658
      Wolfram Sang 提交于
      This mach has not seen any updates since the initial inclusion besides
      generic cleanup. Furthermore:
      
      - It has a lot of reinvented interfaces, leaking all sorts of
        mach-related includes into the drivers. One example is the dmaengine
        which does not use the linux dmaengine-API but some privately exported
        symbols. So, drivers cannot be reused. mach-mxs is very similar and
        does it better.
      
      - It can be doubted that this worked at all. Check the DMA routines in
        stmp37xx.c for copy/paste bugs. A lot of APBX-related stuff is
        actually writing into registers for APBH.
      
      - There is only one board defined (which I couldn't find any trace of
        despite being a development board). In this board, only two devices
        have resources, the debug uart and the application uart. Neither of
        those have the needed custom drivers merged (and never will). debug
        uart is amba-pl011 which has an in-kernel driver without the
        mach-specific-stuff. appuart has a driver which was introduced for
        mach-mxs, and this one is reusable for a properly done mach.
      
      So, this single board registers only unsupported devices and the
      generic code looks suspicious and has poor design. Delete this
      stuff. If there is interest, it is wiser to restart using
      mach-mxs.
      Signed-off-by: NWolfram Sang <w.sang@pengutronix.de>
      Acked-by: NShawn Guo <shawn.guo@freescale.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      76359658
  5. 29 4月, 2011 1 次提交
  6. 11 3月, 2011 1 次提交
    • D
      ARM: 6781/1: Thumb-2: Work around buggy Thumb-2 short branch relocations in gas · 6f685c5c
      Dave Martin 提交于
      Various binutils versions can resolve Thumb-2 branches to
      locally-defined, preemptible global symbols as short-range "b.n"
      branch instructions.
      
      This is a problem, because there's no guarantee the final
      destination of the symbol, or any candidate locations for a
      trampoline, are within range of the branch.  For this reason, the
      kernel does not support fixing up the R_ARM_THM_JUMP11 (102)
      relocation in modules at all, and it makes little sense to add
      support.
      
      The symptom is that the kernel fails with an "unsupported
      relocation" error when loading some modules.
      
      Until fixed tools are available, passing
      -fno-optimize-sibling-calls to gcc should prevent gcc generating
      code which hits this problem, at the cost of a bit of extra runtime
      stack usage in some cases.
      
      The problem is described in more detail at:
          https://bugs.launchpad.net/binutils-linaro/+bug/725126
      
      Only Thumb-2 kernels are affected.
      
      This patch adds a new CONFIG_THUMB2_AVOID_R_ARM_THM_JUMP11 config
      option which adds -fno-optimize-sibling-calls to CFLAGS_MODULE
      when building a Thumb-2 kernel.
      Signed-off-by: NDave Martin <dave.martin@linaro.org>
      Acked-by: NNicolas Pitre <nicolas.pitre@linaro.org>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      6f685c5c
  7. 24 2月, 2011 1 次提交
  8. 22 2月, 2011 2 次提交
  9. 12 2月, 2011 1 次提交
  10. 03 2月, 2011 1 次提交
  11. 25 1月, 2011 2 次提交
  12. 21 12月, 2010 1 次提交
  13. 20 11月, 2010 1 次提交
  14. 18 10月, 2010 1 次提交
  15. 02 10月, 2010 1 次提交
  16. 18 9月, 2010 1 次提交
  17. 15 8月, 2010 1 次提交
  18. 06 8月, 2010 1 次提交
  19. 05 8月, 2010 1 次提交
  20. 27 7月, 2010 1 次提交
  21. 30 6月, 2010 1 次提交
  22. 24 6月, 2010 2 次提交
  23. 15 6月, 2010 1 次提交
  24. 20 5月, 2010 1 次提交
  25. 12 5月, 2010 1 次提交
  26. 10 5月, 2010 1 次提交
    • Y
      ARM: S3C2416: Add arch support · f1290a49
      Yauhen Kharuzhy 提交于
      Add arch/arm/mach-s3c2416 for support of the Samsung S3C2416 SoC.
      
      This patch adds support of the S3C2416 SoC, clocks, timers,
      and initial IRQ support (without support of secondary set of registers).
      Signed-off-by: NYauhen Kharuzhy <jekhor@gmail.com>
      [ben-linux@fluff.org: removed files to be reworked, fixed conflicts]
      [ben-linux@fluff.org: use s3c2443 reset instead of specific reset code]
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      f1290a49
  27. 03 5月, 2010 1 次提交
  28. 02 5月, 2010 2 次提交
  29. 14 4月, 2010 1 次提交
  30. 25 2月, 2010 1 次提交
  31. 24 2月, 2010 2 次提交
  32. 23 2月, 2010 1 次提交
    • B
      ARM: S3C64XX: Eliminate plat-s3c64xx · 110d85ac
      Ben Dooks 提交于
      Now we've move the support out of plat-s3c64xx for everything, eliminate
      the platform directory arch/arm/plat-s3c64xx and remove it from the ARM
      build configuration.
      
      Note, PLAT_S3C64XX is kept around for the moment until the drivers that
      depend on it can be updated, so it is moved to the mach-s3c64xx Kconfig.
      Signed-off-by: NBen Dooks <ben-linux@fluff.org>
      110d85ac