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

Add pinctrl driver for Quicklogic EOS S3 #60095

Merged
merged 4 commits into from
Jul 26, 2023

Commits on Jul 26, 2023

  1. drivers: pinctrl: add driver for EOS S3

    This adds a new pinctrl driver for Quicklogic EOS S3 SoC
    
    Signed-off-by: Wojciech Sipak <wsipak@antmicro.com>
    wsipak committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8e10b42 View commit details
    Browse the repository at this point in the history
  2. boards: quick_feather: use pinctrl driver

    Pinmuxing was previously done in the board.c file.
    Now it is done by the pinctrl driver.
    
    Signed-off-by: Wojciech Sipak <wsipak@antmicro.com>
    wsipak committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    8f67d14 View commit details
    Browse the repository at this point in the history
  3. boards: qomu: use pinctrl driver

    Pinmuxing was previously done in the board.c file.
    Now it is done by the pinctrl driver.
    
    Signed-off-by: Wojciech Sipak <wsipak@antmicro.com>
    wsipak committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    aeaf851 View commit details
    Browse the repository at this point in the history
  4. soc: quicklogic_eos_s3: remove unneeded code

    Pinmuxing is now done by a pinctrl driver, not by board.c,
    so the code used previously for pinmuxing can be removed.
    
    Fixes zephyrproject-rtos#59186.
    
    Signed-off-by: Wojciech Sipak <wsipak@antmicro.com>
    wsipak committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    6f775f6 View commit details
    Browse the repository at this point in the history