1. 29 3月, 2011 1 次提交
  2. 28 3月, 2011 1 次提交
  3. 12 3月, 2011 1 次提交
  4. 11 3月, 2011 3 次提交
  5. 10 3月, 2011 2 次提交
  6. 09 3月, 2011 2 次提交
  7. 01 3月, 2011 1 次提交
  8. 24 2月, 2011 1 次提交
  9. 22 2月, 2011 1 次提交
  10. 19 2月, 2011 8 次提交
  11. 18 2月, 2011 2 次提交
  12. 12 2月, 2011 2 次提交
  13. 03 2月, 2011 4 次提交
  14. 31 1月, 2011 1 次提交
    • R
      ARM: footbridge: convert to clockevents/clocksource · 4e8d7637
      Russell King 提交于
      The Footbridge platforms have some reasonable timers in the host bridge,
      which we use for most footbridge-based platforms.  However, NetWinder's
      clock these using a spread-spectrum clock which makes them too unstable
      for time keeping.  So we have to rely on the PIT.
      
      Convert both Footbridge timers and PIT timers to use the clocksource
      and clockevent infrastructure.  Tested on Netwinder.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      4e8d7637
  15. 26 1月, 2011 1 次提交
  16. 25 1月, 2011 3 次提交
    • A
      ARM: 6597/1: Add basic architecture support for VIA/WonderMedia 85xx SoC's · 21f47fbc
      Alexey Charkov 提交于
      This adds support for the family of Systems-on-Chip produced initially
      by VIA and now its subsidiary WonderMedia that have recently become
      widespread in lower-end Chinese ARM-based tablets and netbooks.
      
      Support is included for both VT8500 and WM8505, selectable by a
      configuration switch at kernel build time.
      
      Included are basic machine initialization files, register and
      interrupt definitions, support for the on-chip interrupt controller,
      high-precision OS timer, GPIO lines, necessary macros for early debug,
      pulse-width-modulated outputs control, as well as platform device
      configurations for the specific drivers implemented elsewhere.
      Signed-off-by: NAlexey Charkov <alchark@gmail.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      21f47fbc
    • S
      ARM: 6617/1: mmc, Add zboot from MMC support for SuperH Mobile ARM · f45b1149
      Simon Horman 提交于
      This allows a ROM-able zImage to be written to MMC and
      for SuperH Mobile ARM to boot directly from the MMCIF
      hardware block.
      
      This is achieved by the MaskROM loading the first portion
      of the image into MERAM and then jumping to it. This portion
      contains loader code which copies the entire image to SDRAM
      and jumps to it. From there the zImage boot code proceeds
      as normal, uncompressing the image into its final location
      and then jumping to it.
      
      Cc: Magnus Damm <magnus.damm@gmail.com>
      
      Russell, please consider merging this for 2.6.38.
      
      This patch depends on:
      * "mmc, sh: Move MMCIF_PROGRESS_* into sh_mmcif.h"
        which will be merged though Paul Mundt's rmobile sh-2.6.
        The absence of this patch will break the build if
        the (new) CONFIG_ZBOOT_ROM_MMCIF option is set.
        There are no subtle side-effects.
      
      v2:
      Addressed comments by Magnus Damm
      * Fix copyright in vrl4.c
      * Fix use of #define CONFIG_ZBOOT_ROM_MMCIF in mmcif-sh7372.c
      * Initialise LED GPIO lines in head-ap4evb.txt instead of mmcif-sh7372.c
        as this is considered board-specific.
      
      v3:
      Addressed comments made in person by Magnus Damm
      * Move mmcif_loader to be earlier in the image and
        reduce the number of blocks of boot program loaded by the MaskRom
        from 40 to 8 accordingly.
      * Move LED GPIO initialisation into mmcif_progress_init
        - This leaves the partner jet script unbloated
      Other
      * inline mmcif_update_progress so it is a static inline in a header file
      
      v4:
      * Use htole16() and htole32() in v4rl.c to ensure
        that the output is little endian
      
      v5:
      Addressed comments by Russell King
      * Simplify assembly code
      * Jump to code rather than an address <- bug fix
      * Use (void __iomem *) as appropriate
      Roll in mackerel support
      * This was previously a separate patch, only because of the order
        in which this code was developed
      Signed-off-by: NSimon Horman <horms@verge.net.au>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      f45b1149
    • R
      ARM: lh7a40x: remove unmaintained platform support · 82e6923e
      Russell King 提交于
      lh7a40x has only been receiving updates for updates to generic code.
      The last involvement from the maintainer according to the git logs was
      in 2006.  As such, it is a maintainence burden with no benefit.
      
      This gets rid of two defconfigs.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      82e6923e
  17. 14 1月, 2011 2 次提交
  18. 13 1月, 2011 1 次提交
  19. 07 1月, 2011 2 次提交
  20. 05 1月, 2011 1 次提交