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

cleanup StarFive JH7100 GPIO driver and device tree #23

Closed
wants to merge 11 commits into from

Commits on May 31, 2021

  1. dt-bindings: add StarFive Technology Co. Ltd.

    Add vendor prefix for StarFive Technology Co. Ltd [1]. StarFive was
    formed in 2018 and has now produced their first SoC, the JH7100, which
    contains 64-bit RISC-V cores [2]. It used in the BeagleV Starlight [3].
    
    [1] https://starfivetech.com/site/company
    [2] https://github.com/beagleboard/beaglev-starlight
    [3] https://github.com/starfive-tech/beaglev_doc
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    ef95a87 View commit details
    Browse the repository at this point in the history
  2. dt-bindings: gpio: add starfive,jh7100-gpio bindings

    Add bindings for the GPIO controller in the StarFive JH7100 SoC [1].
    
    [1] https://github.com/starfive-tech/beaglev_doc
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    a6d9548 View commit details
    Browse the repository at this point in the history
  3. gpio: starfive-jh7100: rename from VIC to JH7100

    VIC was a StarFive internal project name, thus rename to JH7100 which is
    the public SoC name [1]. This is SoC is used on the BeagleV Starlight
    JH7100 board [2].
    
    [1] https://github.com/starfive-tech/beaglev_doc
    [2] https://github.com/beagleboard/beaglev-starlight
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    58cfdc8 View commit details
    Browse the repository at this point in the history
  4. gpio: starfive-jh7100: fix checkpatch warnings

    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    1286ba3 View commit details
    Browse the repository at this point in the history
  5. gpio: starfive-jh7100: add SPDX-License-Identifier

    Add SPDX-License-Identifier and reformat copyright information
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    6597905 View commit details
    Browse the repository at this point in the history
  6. gpio: starfive-jh7100: rename gpio compatible

    Rename gpio controller compatible from "starfive,gpio0" to
    "starfive,jh7100"
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    8590af8 View commit details
    Browse the repository at this point in the history
  7. riscv: dts: starfive-jh7100: rename gpio compatible

    Rename gpio controller compatible from "starfive,gpio0" to
    "starfive,jh7100"
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    d567ae8 View commit details
    Browse the repository at this point in the history
  8. riscv: dts: starfive-jh7100: add SPDX-License-Identifier

    Add SPDX-License-Identifier and copyright information
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    7ed9759 View commit details
    Browse the repository at this point in the history
  9. riscv: dts: starfive-jh7100: remove reg-names from gpio node

    Remove the uneeded reg-names property from the gpio controller node.
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    76e4a97 View commit details
    Browse the repository at this point in the history
  10. riscv: dts: rename dts for BeagleV Starlight JH7100

    Rename the dts file from jh7100-starlight.dts to the more accurate name
    of beaglev-starlight-jh7100.dts
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    6f480dd View commit details
    Browse the repository at this point in the history
  11. update build instructions for dtb rename

    Update the build instructions to use beaglev-starlight-jh7100.dtb
    
    Signed-off-by: Drew Fustini <drew@beagleboard.org>
    pdp7 committed May 31, 2021
    Configuration menu
    Copy the full SHA
    9d7c74e View commit details
    Browse the repository at this point in the history