1. 21 Nov, 2012 10 commits
  2. 20 Nov, 2012 2 commits
    • Christian Daudt's avatar
      Add support for generic BCM SoC chipsets · 8ac49e04
      Christian Daudt authored
      In order to start upstreaming Broadcom SoC support, create
      a starting hierarchy, arch and dts files.
      The first support SoC family that is planned is the
      BCM281XX (BCM11130/11140/11351/28145/28155) family of dual A9 mobile
      SoC cores.
      This code is just the skeleton code for get the machine upstreamed. It
      has been made MULTIPLATFORM compatible.
      Next steps
      ----------
      Upstream a basic set of drivers - sufficient for a console boot to
      ramdisk. These will includer timer, gpio, i2c drivers.
      After this basic set, we will proceed with a more comprehensive set
      of drivers for the 281XX SoC family.
      
      v2 patch mods
      --------
       - Remove l2x0_of_init call as there were problems with the code.
         A separate patch will be submitted with cache init code
       - Rename capri files and refs to bcm281xx-based names
       - Add bcm281xx binding doc
       - various misc cleanups
      
      v3 patch mods
      -------------
       - Remove extra #include lines
       - Remove remaining references to capri
       - dt uart chipset string added
       - cleaned up chip # references
      
      v4 patch mods
      -------------
       - swap order of compatible definitions for uart
       - fix typo
      
      v5 patch mods
      -------------
       - Rename bcm281xx to bcm11351 in dts+code,
         leaving references to bcm281xx only in help+comments.
      
      v6 patch mods
      -------------
       - fix typo in uart 'compatible' string
      Signed-off-by: default avatarChristian Daudt <csd@broadcom.com>
      Reviewed-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      8ac49e04
    • Olof Johansson's avatar
      Merge tag 'davinci-for-v3.8/soc' of git://gitorious.org/linux-davinci/linux-davinci into next/soc · 0056a985
      Olof Johansson authored
      From Sekhar Nori:
      
      SoC updates for DaVinci. Changes include:
      
      1) Support for PRUSS UIO driver for DA850 SoC
         and related SRAM support updates.
      2) Prepration for common clock migration
      3) Serial support related changes for DA850 DT boot
      
      * tag 'davinci-for-v3.8/soc' of git://gitorious.org/linux-davinci/linux-davinci:
        ARM: davinci: da8xx: add DA850 PRUSS support
        ARM: davinci: add platform hook to fetch the SRAM pool
        ARM: davinci: da850: changed SRAM allocator to shared ram.
        ARM: davinci: sram: switch from iotable to ioremapped regions
        uio: uio_pruss: replace private SRAM API with genalloc
        ARM: davinci: serial: provide API to initialze UART clocks
        ARM: davinci: convert platform code to use clk_prepare/clk_unprepare
      Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
      0056a985
  3. 16 Nov, 2012 23 commits
  4. 15 Nov, 2012 5 commits