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: can: remove deprecated CAN API functions and macros #82369

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

Commits on Nov 30, 2024

  1. drivers: can: remove deprecated CAN_MAX_STD_ID and CAN_MAX_EXT_ID macros

    Remove the deprecated CAN_MAX_STD_ID (replaced by CAN_STD_ID_MASK) and
    CAN_MAX_EXT_ID (replaced by CAN_EXT_ID_MASK) macros.
    
    Signed-off-by: Henrik Brix Andersen <[email protected]>
    henrikbrixandersen committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    9fcdd6d View commit details
    Browse the repository at this point in the history
  2. drivers: can: remove deprecated min/max bitrate functions

    Remove the deprecated can_get_min_bitrate() (replaced by
    can_get_bitrate_min()) and can_get_max_bitrate() (replaced by
    can_get_bitrate_max()) CAN API functions.
    
    Signed-off-by: Henrik Brix Andersen <[email protected]>
    henrikbrixandersen committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    fb8cc7d View commit details
    Browse the repository at this point in the history
  3. drivers: can: remove the deprecated can_calc_prescaler() API function

    Remove the deprecated can_calc_prescaler() CAN API function.
    
    Signed-off-by: Henrik Brix Andersen <[email protected]>
    henrikbrixandersen committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    eafdfd9 View commit details
    Browse the repository at this point in the history
  4. doc: releases: 4.1: mention removal of deprecated CAN APIs

    Mention removal of deprecated CAN API functions and macros.
    
    Signed-off-by: Henrik Brix Andersen <[email protected]>
    henrikbrixandersen committed Nov 30, 2024
    Configuration menu
    Copy the full SHA
    8b918fc View commit details
    Browse the repository at this point in the history