Re: [PATCH v2] Since am437x have the same clock structure with am335x [1][2], reuse the code from Tony Lindgren's patch [3] to fix dcan probe failed on am437x platform.

2020-07-14 Thread dillon min
Hi Stephen, On Tue, Jul 14, 2020 at 1:37 PM Stephen Rothwell wrote: > > Hi Dillon, > > On Tue, 14 Jul 2020 13:21:07 +0800 dillon min wrote: > > > > Thanks, how about the below commit message. > > > > Subject: [PATCH v4] Fix dcan driver probe failed on am437x platform > > > > Got following d_can

Re: [PATCH v2] Since am437x have the same clock structure with am335x [1][2], reuse the code from Tony Lindgren's patch [3] to fix dcan probe failed on am437x platform.

2020-07-13 Thread Stephen Rothwell
Hi Dillon, On Tue, 14 Jul 2020 13:21:07 +0800 dillon min wrote: > > Thanks, how about the below commit message. > > Subject: [PATCH v4] Fix dcan driver probe failed on am437x platform > > Got following d_can probe errors with kernel 5.8-rc1 on am437x > > [ 10.730822] CAN device driver

Re: [PATCH v2] Since am437x have the same clock structure with am335x [1][2], reuse the code from Tony Lindgren's patch [3] to fix dcan probe failed on am437x platform.

2020-07-13 Thread dillon min
On Tue, Jul 14, 2020 at 11:54 AM Stephen Rothwell wrote: > > Hi Dillon, > > On Tue, 14 Jul 2020 11:43:31 +0800 dillon min wrote: > > > > On Tue, Jul 14, 2020 at 11:38 AM Stephen Rothwell > > wrote: > > > > > > On Tue, 14 Jul 2020 11:23:18 +0800 dillon.min...@gmail.com wrote: > > > > > > > >

Re: [PATCH v2] Since am437x have the same clock structure with am335x [1][2], reuse the code from Tony Lindgren's patch [3] to fix dcan probe failed on am437x platform.

2020-07-13 Thread Stephen Rothwell
Hi Dillon, On Tue, 14 Jul 2020 11:43:31 +0800 dillon min wrote: > > On Tue, Jul 14, 2020 at 11:38 AM Stephen Rothwell > wrote: > > > > On Tue, 14 Jul 2020 11:23:18 +0800 dillon.min...@gmail.com wrote: > > > > > > From: dillon min > > > > > > Fixes: 1a5cd7c23cc5 ("bus: ti-sysc: Enable all

Re: [PATCH v2] Since am437x have the same clock structure with am335x [1][2], reuse the code from Tony Lindgren's patch [3] to fix dcan probe failed on am437x platform.

2020-07-13 Thread dillon min
On Tue, Jul 14, 2020 at 11:38 AM Stephen Rothwell wrote: > > Hi, > > On Tue, 14 Jul 2020 11:23:18 +0800 dillon.min...@gmail.com wrote: > > > > From: dillon min > > > > Fixes: 1a5cd7c23cc5 ("bus: ti-sysc: Enable all clocks directly during init > > to read revision") > > > > [1]:

Re: [PATCH v2] Since am437x have the same clock structure with am335x [1][2], reuse the code from Tony Lindgren's patch [3] to fix dcan probe failed on am437x platform.

2020-07-13 Thread Stephen Rothwell
Hi, On Tue, 14 Jul 2020 11:23:18 +0800 dillon.min...@gmail.com wrote: > > From: dillon min > > Fixes: 1a5cd7c23cc5 ("bus: ti-sysc: Enable all clocks directly during init to > read revision") > > [1]: https://www.ti.com/lit/pdf/spruh73 Chapter-23, Figure 23-1. DCAN > Integration > [2]:

[PATCH v2] Since am437x have the same clock structure with am335x [1][2], reuse the code from Tony Lindgren's patch [3] to fix dcan probe failed on am437x platform.

2020-07-13 Thread dillon . minfei
From: dillon min Fixes: 1a5cd7c23cc5 ("bus: ti-sysc: Enable all clocks directly during init to read revision") [1]: https://www.ti.com/lit/pdf/spruh73 Chapter-23, Figure 23-1. DCAN Integration [2]: https://www.ti.com/lit/pdf/spruhl7 Chapter-25, Figure 25-1. DCAN Integration [3]: commit