07 Oct, 2011

1 commit


23 Jun, 2011

1 commit


21 Jun, 2011

1 commit


27 May, 2011

1 commit


25 May, 2011

3 commits

  • The DB8500 has ePOD:s (electronic power domains) which are possible
    to switch on/off to deactivate silicon blocks on the DB8500 SoC
    by cutting their power without retention. We model these as simple
    regulators with one bit on/off settings.

    Acked-by: Liam Girdwood
    Acked-by: Mark Brown
    Signed-off-by: Bengt Jonsson
    Signed-off-by: Sundar Iyer
    Signed-off-by: Jonas Aberg
    Signed-off-by: Virupax Sadashivpetimath
    Signed-off-by: Martin Persson
    Signed-off-by: Linus Walleij

    Bengt Jonsson
     
  • This adds the DB5500 PRCMU driver. Right now this one is pretty
    restricted in functionality, exposing a simple interface to send
    I2C messages.

    Acked-by: Samuel Ortiz
    Signed-off-by: Linus Walleij

    Linus Walleij
     
  • We have decided that this function arbiter fits better in the MFD
    subsystem. Since we need to concatenate the split header files we move
    it basically like this:

    mv mach-ux500/prcmu-db8500.c drivers/mfd/db8500-prcmu.c
    mv mach-ux500/include/mach/prcmu-defs.h include/linux/mfd/db8500-prcmu.h
    mv mach-ux500/include/mach/prcmu-regs.h drivers/mfd/db8500-prcmu-regs.h
    mach-ux500/include/mach/prcmu.h >> include/linux/mfd/db8500-prcmu.h
    rm arch/arm/mach-ux500/include/mach/prcmu.h

    Then we update different #include statements and Makefile orders etc
    to make the PRCMU driver compile, link and boot in the new place
    without really changing any code.

    Acked-by: Samuel Ortiz
    Signed-off-by: Linus Walleij

    Linus Walleij
     

28 Mar, 2011

1 commit


10 Mar, 2011

1 commit


11 Jan, 2011

1 commit


19 Oct, 2010

1 commit


05 Oct, 2010

1 commit


05 May, 2010

3 commits


20 Mar, 2010

1 commit


28 Nov, 2009

1 commit

  • Adds core support for the ST-Ericsson U8500
    platform. It supports memory mappings, binds to
    the existing modules like GIC, SCU, TWD and
    local timers and sets up the infrastructure for
    the secondary core.

    Reviewed-by: Alessandro Rubini
    Reviewed-by: Linus Walleij
    Signed-off-by: srinidhi kasagar
    Acked-by: Andrea Gallo
    Signed-off-by: Russell King

    Srinidhi Kasagar