Re: [PATCH] can: mcp251x: not correct register address

2015-05-30 Thread Tomas Krcka
You are right, sorry for that. I'll send v2. Thanks. 2015-05-30 9:41 GMT+02:00 Jakub Kicinski : > On Mon, 25 May 2015 08:57:48 +0200, Tomas Krcka wrote: >> This patch corrects addresses of acceptance filters. >> These registers are not in use, but values should be correct. >> Tested with MCP2515

Re: [PATCH] can: mcp251x: not correct register address

2015-05-30 Thread Jakub Kicinski
On Mon, 25 May 2015 08:57:48 +0200, Tomas Krcka wrote: > This patch corrects addresses of acceptance filters. > These registers are not in use, but values should be correct. > Tested with MCP2515 and am3352 and also checked datasheets for MCP2515 > and MCP2510. > > Signed-off-by: Tomas Krcka > >

[PATCH] can: mcp251x: not correct register address

2015-05-24 Thread Tomas Krcka
This patch corrects addresses of acceptance filters. These registers are not in use, but values should be correct. Tested with MCP2515 and am3352 and also checked datasheets for MCP2515 and MCP2510. Signed-off-by: Tomas Krcka --- drivers/net/can/spi/mcp251x.c |9 + 1 files changed