Re: [PATCH v5 1/5] can: m_can: Create a m_can platform framework

2019-02-28 Thread Dan Murphy
Wolfgang On 2/28/19 2:12 PM, Wolfgang Grandegger wrote: > > Am 14.02.19 um 19:27 schrieb Dan Murphy: >> Create a m_can platform framework that peripherial >> devices can register to and use common code and register sets. >> The peripherial devices may provide read/write and configuration> support

Re: [PATCH v5 1/5] can: m_can: Create a m_can platform framework

2019-02-28 Thread Wolfgang Grandegger
Am 14.02.19 um 19:27 schrieb Dan Murphy: > Create a m_can platform framework that peripherial > devices can register to and use common code and register sets. > The peripherial devices may provide read/write and configuration> support of > the IP. > > Signed-off-by: Dan Murphy > --- > > v5 -

[PATCH v5 1/5] can: m_can: Create a m_can platform framework

2019-02-14 Thread Dan Murphy
Create a m_can platform framework that peripherial devices can register to and use common code and register sets. The peripherial devices may provide read/write and configuration support of the IP. Signed-off-by: Dan Murphy --- v5 - Created ops struct, renamed header to m_can.h, updated license