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

drivers: ethernet: renesas: Support Renesas RA8 Ethernet driver #77850

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Nov 21, 2024

  1. drivers: mdio: Initial support for renesas RA mdio driver

    Add support for mdio driver for Renesas RA MCU series
    This support utilize the r_ether_phy driver in hal renesas
    to support mdio write and read function
    
    Signed-off-by: Duy Nguyen <[email protected]>
    duynguyenxa committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    249ba26 View commit details
    Browse the repository at this point in the history
  2. drivers: eth: phy_mii: Add BMSR second read in update_link state

    The ICS1894 phy AN_COMPLETE bit is latched high, this make the
    BMSR first read return incorrect status of the AN state, update
    one more BMSR read to ensure all latched bit is clear and BMSR
    return actual status of the phy chip
    
    Signed-off-by: Duy Nguyen <[email protected]>
    duynguyenxa committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    1bbc6db View commit details
    Browse the repository at this point in the history
  3. drivers: eth: Initial support for Renesas RA Ethernet driver

    This commit is to enable Ethernet drivers support on Renesas RA
    MCU, first target support is the Renesas RA8 series
    
    Signed-off-by: Duy Nguyen <[email protected]>
    duynguyenxa committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    ada71e8 View commit details
    Browse the repository at this point in the history
  4. boards: renesas: ra: Add Ethernet support for RA8 boards

    Enable Ethernet controller node and mdio node for RA boards.
    Add pinctl for mdio and Ethernet usage
    
    Signed-off-by: Duy Nguyen <[email protected]>
    duynguyenxa committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    8c9bf49 View commit details
    Browse the repository at this point in the history
  5. manifest: Temporary update hal_renesas commit

    Temporary update hal_renesas commit for Ethernet
    
    Signed-off-by: Thao Luong <[email protected]>
    thaoluonguw authored and duynguyenxa committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    dc3532c View commit details
    Browse the repository at this point in the history
  6. sample: net: Add initialize for dup_flag when publish

    When publish message, the dup_flag is not intialize
    causing it to have random value and making the AWS MQTT
    broker to reject the message
    Add initialize dup_flag as 0
    
    Signed-off-by: Duy Nguyen <[email protected]>
    duynguyenxa committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    34df366 View commit details
    Browse the repository at this point in the history