aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/m_can/tcan4x5x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): fix inconsistent IS_ERR and PTR_ERRGustavo A. R. Silva1-1/+1
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): Disable the INH pin device-state GPIO is unavailableDan Murphy1-1/+12
2020-01-02can: tcan4x5x: tcan4x5x_parse_config(): reset device before register accessSean Nyekjaer1-1/+26
2020-01-02can: tcan4x5x: tcan4x5x_can_probe(): turn on the power before parsing the configDan Murphy1-7/+10
2020-01-02can: tcan4x5x: tcan4x5x_can_probe(): get the device out of standby before register accessSean Nyekjaer1-0/+4
2019-12-08can: tcan45x: Make wake-up GPIO an optional GPIODan Murphy1-6/+18
2019-12-08can: m_can: tcan4x5x: add required delay after resetSean Nyekjaer1-0/+2
2019-09-03can: tcan4x5x: Remove checking the wake pinDan Murphy1-13/+0
2019-09-03can: tcan4x5x: Remove data-ready gpio interruptDan Murphy1-10/+1
2019-08-20can: tcan4x5x: fix data length in regmap write pathMarc Kleine-Budde1-2/+2
2019-08-20can: tcan4x5x: tcan4x5x_can_probe(): add missing error handling if mcan_class is NULLMarc Kleine-Budde1-0/+3
2019-08-20can: tcan4x5x: remove not needed casts to struct tcan4x5x_priv *Marc Kleine-Budde1-13/+8
2019-08-20can: tcan4x5x: remove unused struct tcan4x5x_priv::tcan4x5x_lockMarc Kleine-Budde1-3/+0
2019-07-24can: tcan4x5x: Add tcan4x5x driver to the kernelDan Murphy1-0/+532