aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/phy/phy-can-transceiver.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-14phy: phy-can-transceiver: Drop unused includeAndy Shevchenko1-2/+1
2026-05-14phy: phy-can-transceiver: Decouple assignment and definition in probeAndy Shevchenko1-1/+3
2026-05-14phy: phy-can-transceiver: Don't check for specific errors when parsing proper...Andy Shevchenko1-4/+13
2026-05-14phy: phy-can-transceiver: Move OF ID table closer to their userAndy Shevchenko1-29/+29
2026-05-14phy: phy-can-transceiver: use device_get_match_data()Andy Shevchenko1-6/+4
2026-05-14phy: phy-can-transceiver: Check driver match and driver data against NULLAndy Shevchenko1-0/+3
2026-03-09phy: can-transceiver: drop temporary helper getting optional mux-stateJosua Mayer1-11/+1
2026-03-09phy: can-transceiver: rename temporary helper function to avoid conflictJosua Mayer1-2/+2
2025-11-12phy: phy-can-transceiver: Add support for TJA105{1,7}Peng Fan1-0/+30
2025-11-12phy: phy-can-transceiver: Drop the gpio desc checkPeng Fan1-8/+4
2025-11-12phy: phy-can-transceiver: Add dual channel support for TJA1048Peng Fan1-26/+62
2025-11-12phy: phy-can-transceiver: Introduce can_transceiver_privPeng Fan1-10/+24
2025-04-11phy: can-transceiver: Re-instate "mux-states" property presence checkGeert Uytterhoeven1-7/+15
2025-02-10phy: can-transceiver: Drop unnecessary "mux-states" property presence checkRob Herring (Arm)1-7/+6
2023-12-21phy: phy-can-transceiver: insert space after includeWang Jinchao1-5/+5
2023-07-17phy: Explicitly include correct DT includesRob Herring1-0/+1
2023-02-14Merge tag 'phy-fixes-6.2' into nextVinod Koul1-2/+3
2023-01-31phy: phy-can-transceiver: Add support for NXP TJR1443Geert Uytterhoeven1-0/+4
2023-01-18phy: phy-can-transceiver: Skip warning if no "max-bitrate"Geert Uytterhoeven1-2/+3
2022-04-11phy: phy-can-transceiver: Add support for setting muxAswath Govindraju1-0/+22
2021-11-23phy: phy-can-transceiver: Make devm_gpiod_get optionalAswath Govindraju1-2/+2
2021-06-14phy: phy-can-transceiver: Add support for generic CAN transceiver driverAswath Govindraju1-0/+146