[PATCH] MAINTAINERS: Update MCAN MMIO device driver maintainer

2021-03-18 Thread Pankaj Sharma
Update Chandrasekar Ramakrishnan as maintainer for mcan mmio device driver as I will be moving to a different role. Signed-off-by: Pankaj Sharma --- MAINTAINERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a50a543e3c81..76db44337f6c 100644

[PATCH] can: m_can: add support for bosch mcan version 3.3.0

2020-11-26 Thread Pankaj Sharma
Add support for mcan bit timing and control mode according to bosch mcan IP version 3.3.0 The mcan version read from the Core Release field of CREL register would be 33. Accordingly the properties are to be set for mcan v3.3.0 Signed-off-by: Pankaj Sharma --- Depends on: https://marc.info/?l

[PATCH v2] can: m_can: add support for handling arbitration error

2019-10-21 Thread Pankaj Sharma
. The member "tx_error" of "struct net_device_stats" should be incremented as arbitration is a transmit protocol error. Also "arbitration_lost" of "struct can_device_stats" should be incremented to report arbitration lost. Signed-off-by: Pankaj Sharma Signed

[PATCH v3] can: m_can: add support for one shot mode

2019-10-21 Thread Pankaj Sharma
: Pankaj Sharma Signed-off-by: Sriram Dash --- changes in v3: - resolving build errors for net-next branch changes in v2: - rebase to net-next drivers/net/can/m_can/m_can.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/net/can/m_can/m_can.c b/drivers

[PATCH] can: m_can: add support for handling arbitration error

2019-10-14 Thread Pankaj Sharma
. The member "tx_error" of "struct net_device_stats" should be incremented as arbitration is a transmit protocol error. Also "arbitration_lost" of "struct can_device_stats" should be incremented to report arbitration lost. Signed-off-by: Pankaj Sharma Signed-o

[PATCH v2] can: m_can: add support for one shot mode

2019-10-14 Thread Pankaj Sharma
: Pankaj Sharma Signed-off-by: Sriram Dash --- changes in v2: - rebase to net-next drivers/net/can/m_can/m_can.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/net/can/m_can/m_can.c b/drivers/net/can/m_can/m_can.c index 386e7eb..7efafee 100644 --- a

[PATCH] can: m_can: add support for one shot mode

2019-09-25 Thread Pankaj Sharma
: Pankaj Sharma Signed-off-by: Sriram Dash --- drivers/net/can/m_can/m_can.c | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/drivers/net/can/m_can/m_can.c b/drivers/net/can/m_can/m_can.c index deb274a19ba0..e7165404ba8a 100644 --- a/drivers/net/can/m_can/m_can.c