Re: [PATCH] can: at91: remove at91_can_data

2015-10-09 Thread Alexandre Belloni
On 09/10/2015 at 12:07:40 +0200, Marc Kleine-Budde wrote : > On 10/08/2015 04:56 PM, Alexandre Belloni wrote: > > struct at91_can_data was used to pass a callback to the driver, allowing it > > to switch the transceiver on and off. As all at91 boards are now using DT, > > this is not used anymore,

Re: [PATCH] can: at91: remove at91_can_data

2015-10-09 Thread Marc Kleine-Budde
On 10/08/2015 04:56 PM, Alexandre Belloni wrote: > struct at91_can_data was used to pass a callback to the driver, allowing it > to switch the transceiver on and off. As all at91 boards are now using DT, > this is not used anymore, remove that structure. One board was obviously not converted

Re: [PATCH] can: at91: remove at91_can_data

2015-10-09 Thread Marc Kleine-Budde
On 10/08/2015 04:56 PM, Alexandre Belloni wrote: > struct at91_can_data was used to pass a callback to the driver, allowing it > to switch the transceiver on and off. As all at91 boards are now using DT, > this is not used anymore, remove that structure. One board was obviously not converted

Re: [PATCH] can: at91: remove at91_can_data

2015-10-09 Thread Alexandre Belloni
On 09/10/2015 at 12:07:40 +0200, Marc Kleine-Budde wrote : > On 10/08/2015 04:56 PM, Alexandre Belloni wrote: > > struct at91_can_data was used to pass a callback to the driver, allowing it > > to switch the transceiver on and off. As all at91 boards are now using DT, > > this is not used anymore,

[PATCH] can: at91: remove at91_can_data

2015-10-08 Thread Alexandre Belloni
struct at91_can_data was used to pass a callback to the driver, allowing it to switch the transceiver on and off. As all at91 boards are now using DT, this is not used anymore, remove that structure. Signed-off-by: Alexandre Belloni --- drivers/net/can/at91_can.c | 21

[PATCH] can: at91: remove at91_can_data

2015-10-08 Thread Alexandre Belloni
struct at91_can_data was used to pass a callback to the driver, allowing it to switch the transceiver on and off. As all at91 boards are now using DT, this is not used anymore, remove that structure. Signed-off-by: Alexandre Belloni ---