Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • L linux-vs
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

This is a reminder that gitlab.arm.com will be offline on Feb 5th.

Maintenance Activity

We will upgrade the gitlab production ( gitlab.arm.com) to version 15.8.0 . This will require Gitlab master and all mirrors to be offline.

When From Feb 5th(2:00AM UK, 9:00AM CHINA) to (11:00AM UK, 6:00PM CHINA).

  • linux-arm
  • linux-vs
  • Repository
Switch branch/tag
  • linux-vs
  • drivers
  • gpio
  • gpio-aspeed.c
Find file BlameHistoryPermalink
  • Rashmica Gupta's avatar
    gpio: aspeed: Add in ast2600 details to Aspeed driver · ab4a8553
    Rashmica Gupta authored Sep 06, 2019
    
    
    The ast2600 is a new generation of SoC from ASPEED. Similarly to the
    ast2400 and ast2500, it has a GPIO controller for it's 3.3V GPIO pins.
    Additionally, it has a GPIO controller for 1.8V GPIO pins.
    
    As the register names for both controllers are the same and the 36 1.8V
    GPIOs and the first 36 of the 3.3V GPIOs are all bidirectional, we can
    use the same configuration struct and use the ngpio property to
    differentiate between the two sets of GPIOs.
    
    Signed-off-by: default avatarRashmica Gupta <rashmica.g@gmail.com>
    Link: https://lore.kernel.org/r/20190906063737.15428-1-rashmica.g@gmail.com
    
    
    Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
    ab4a8553