Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixxx #38

Closed
wants to merge 8 commits into from
Closed

Fixxx #38

wants to merge 8 commits into from

Commits on Jun 5, 2018

  1. soc: renesas: rcar-sysc: Update power control flow for SYSCEXTMASK re…

    …gister
    
    On H3 v3.0, it can observe the system hang up after changing
    power domains many times (~2000 times) continuously.
    This occurs because there is conflict when changing state
    of power domains.
    
    To overcome this issue, power domain on/off control flow
    need to be updated. It needs to set/clear value of SYSCEXTMASK register.
    
    This patch is updated for above purpose.
    
    Signed-off-by: Dien Pham <[email protected]>
    DienPhamM authored and xen-troops-buildbot committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    b044727 View commit details
    Browse the repository at this point in the history
  2. soc: renesas: rcar-sysc: Add SYSCEXTMASK info for r8a7795

    Add specific SYSCEXTMASK register info so that
    it is controlled during power domain on/off.
    
    Signed-off-by: Dien Pham <[email protected]>
    DienPhamM authored and xen-troops-buildbot committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    c730a89 View commit details
    Browse the repository at this point in the history
  3. soc: renesas: rcar-sysc: Add SYSCEXTMASK info for r8a7796

    Add specific SYSCEXTMASK register info so that
    it is controlled during power domain on/off.
    
    Signed-off-by: Dien Pham <[email protected]>
    DienPhamM authored and xen-troops-buildbot committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    338f5c5 View commit details
    Browse the repository at this point in the history
  4. soc: renesas: rcar-sysc: Add SYSCEXTMASK info for r8a77990

    Add specific SYSCEXTMASK register info so that
    it is controlled during power domain on/off.
    
    Signed-off-by: Dien Pham <[email protected]>
    DienPhamM authored and xen-troops-buildbot committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    76d19af View commit details
    Browse the repository at this point in the history
  5. soc: renesas: rcar-sysc: Add SYSCEXTMASK info for r8a77965

    Add specific SYSCEXTMASK register info so that
    it is controlled during power domain on/off.
    
    Signed-off-by: Dien Pham <[email protected]>
    DienPhamM authored and xen-troops-buildbot committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    e3c9ca9 View commit details
    Browse the repository at this point in the history
  6. soc: renesas: rcar-sysc: Add SYSCEXTMASK info for r8a77970

    Add specific SYSCEXTMASK register info so that
    it is controlled during power domain on/off.
    
    Signed-off-by: Dien Pham <[email protected]>
    DienPhamM authored and xen-troops-buildbot committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    f018cfc View commit details
    Browse the repository at this point in the history
  7. firmware: Add xHCI Host Controller firmware

    Pick up firmware r8a779x_usb3_v3.dlmem from:
    kernel/git/firmware/linux-firmware.git
    
    Signed-off-by: Oleksandr Tyshchenko <[email protected]>
    Oleksandr Tyshchenko authored and xen-troops-buildbot committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    843f81a View commit details
    Browse the repository at this point in the history
  8. soc: Extend always on logic to H3 ES3.0

    In order to get systems fucntional under XEN hypevisor owned all
    IPMMUs, we need linux to not disable any power domains for all SOCs.
    
    Signed-off-by: Andrii Anisov <[email protected]>
    Signed-off-by: Oleksandr Tyshchenko <[email protected]>
    Andrii Anisov authored and xen-troops-buildbot committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    0a64816 View commit details
    Browse the repository at this point in the history