Re: [PATCH v6 4/4] can: tcan4x5x: Add tcan4x5x driver to the kernel

2019-03-04 Thread Wolfgang Grandegger
Hello Dan, Am 04.03.19 um 20:07 schrieb Dan Murphy: > Wolfgang > > On 3/4/19 12:29 PM, Wolfgang Grandegger wrote: >> Hello Dan, >> >> Am 01.03.19 um 19:50 schrieb Dan Murphy: >>> Add the TCAN4x5x SPI CAN driver. This device uses the >>> Bosch MCAN IP core along with a SPI interface map. >>> Regi

Re: [PATCH v6 4/4] can: tcan4x5x: Add tcan4x5x driver to the kernel

2019-03-04 Thread Dan Murphy
Wolfgang On 3/4/19 12:29 PM, Wolfgang Grandegger wrote: > Hello Dan, > > Am 01.03.19 um 19:50 schrieb Dan Murphy: >> Add the TCAN4x5x SPI CAN driver. This device uses the >> Bosch MCAN IP core along with a SPI interface map. >> Register to the MCAN common core code to manage the MCAN IP. >> >> T

Re: [PATCH v6 4/4] can: tcan4x5x: Add tcan4x5x driver to the kernel

2019-03-04 Thread Wolfgang Grandegger
Hello Dan, Am 01.03.19 um 19:50 schrieb Dan Murphy: > Add the TCAN4x5x SPI CAN driver. This device uses the > Bosch MCAN IP core along with a SPI interface map. > Register to the MCAN common core code to manage the MCAN IP. > > This device has a special method to indicate a write/read > operatio

[PATCH v6 4/4] can: tcan4x5x: Add tcan4x5x driver to the kernel

2019-03-01 Thread Dan Murphy
Add the TCAN4x5x SPI CAN driver. This device uses the Bosch MCAN IP core along with a SPI interface map. Register to the MCAN common core code to manage the MCAN IP. This device has a special method to indicate a write/read operation on the data payload. Signed-off-by: Dan Murphy --- v6 - Upda