Message ID | 214ce380-3c45-423c-a7bc-e19ea1ce2a2d@ti.com |
---|---|
State | New |
Headers | show |
On Wednesday 18 January 2017 04:23 PM, Sekhar Nori wrote: > The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5: > > Linux 4.10-rc4 (2017-01-15 16:21:59 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.10-part2 > > for you to fetch changes up to 6f042ee9cc09792c1c0f0cd8f275c2b4b29eaa96: > > ARM: dts: da850-evm: fix read access to SPI flash (2017-01-18 15:38:08 +0530) > > ---------------------------------------------------------------- > This patch uses fast-read opcode to read the > SPI flash. This is needed for error-free read > at 30Mhz. I should have pointed out here that I have tagged the patch for stable kernel inclusion since this issue causes data corruption for the user. Thanks, Sekhar
Hi Sekhar, On Wed, Jan 18, 2017 at 04:23:55PM +0530, Sekhar Nori wrote: > The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5: > > Linux 4.10-rc4 (2017-01-15 16:21:59 -0800) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.10-part2 > > for you to fetch changes up to 6f042ee9cc09792c1c0f0cd8f275c2b4b29eaa96: > > ARM: dts: da850-evm: fix read access to SPI flash (2017-01-18 15:38:08 +0530) > > ---------------------------------------------------------------- > This patch uses fast-read opcode to read the > SPI flash. This is needed for error-free read > at 30Mhz. > > ---------------------------------------------------------------- > Fabien Parent (1): > ARM: dts: da850-evm: fix read access to SPI flash You're ahead of our branch since this is based on -rc4 when it doesn't have to. Want to respin, or should I cherry-pick the patch? -Olof
Hi Olof, On Thursday 19 January 2017 05:42 AM, Olof Johansson wrote: > Hi Sekhar, > > On Wed, Jan 18, 2017 at 04:23:55PM +0530, Sekhar Nori wrote: >> The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5: >> >> Linux 4.10-rc4 (2017-01-15 16:21:59 -0800) >> >> are available in the git repository at: >> >> git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.10-part2 >> >> for you to fetch changes up to 6f042ee9cc09792c1c0f0cd8f275c2b4b29eaa96: >> >> ARM: dts: da850-evm: fix read access to SPI flash (2017-01-18 15:38:08 +0530) >> >> ---------------------------------------------------------------- >> This patch uses fast-read opcode to read the >> SPI flash. This is needed for error-free read >> at 30Mhz. >> >> ---------------------------------------------------------------- >> Fabien Parent (1): >> ARM: dts: da850-evm: fix read access to SPI flash > > You're ahead of our branch since this is based on -rc4 when it doesn't > have to. Want to respin, or should I cherry-pick the patch? Cherry-picking is fine. Thanks! Regards, Sekhar
On Thu, Jan 19, 2017 at 09:20:55AM +0530, Sekhar Nori wrote: > Hi Olof, > > On Thursday 19 January 2017 05:42 AM, Olof Johansson wrote: > > Hi Sekhar, > > > > On Wed, Jan 18, 2017 at 04:23:55PM +0530, Sekhar Nori wrote: > >> The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5: > >> > >> Linux 4.10-rc4 (2017-01-15 16:21:59 -0800) > >> > >> are available in the git repository at: > >> > >> git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.10-part2 > >> > >> for you to fetch changes up to 6f042ee9cc09792c1c0f0cd8f275c2b4b29eaa96: > >> > >> ARM: dts: da850-evm: fix read access to SPI flash (2017-01-18 15:38:08 +0530) > >> > >> ---------------------------------------------------------------- > >> This patch uses fast-read opcode to read the > >> SPI flash. This is needed for error-free read > >> at 30Mhz. > >> > >> ---------------------------------------------------------------- > >> Fabien Parent (1): > >> ARM: dts: da850-evm: fix read access to SPI flash > > > > You're ahead of our branch since this is based on -rc4 when it doesn't > > have to. Want to respin, or should I cherry-pick the patch? > > Cherry-picking is fine. Thanks! Great, cherry-picked to fixes. Please drop from your for-next branch if you have one. -Olof
On Friday 20 January 2017 05:53 AM, Olof Johansson wrote: > On Thu, Jan 19, 2017 at 09:20:55AM +0530, Sekhar Nori wrote: >> Hi Olof, >> >> On Thursday 19 January 2017 05:42 AM, Olof Johansson wrote: >>> Hi Sekhar, >>> >>> On Wed, Jan 18, 2017 at 04:23:55PM +0530, Sekhar Nori wrote: >>>> The following changes since commit 49def1853334396f948dcb4cedb9347abb318df5: >>>> >>>> Linux 4.10-rc4 (2017-01-15 16:21:59 -0800) >>>> >>>> are available in the git repository at: >>>> >>>> git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v4.10-part2 >>>> >>>> for you to fetch changes up to 6f042ee9cc09792c1c0f0cd8f275c2b4b29eaa96: >>>> >>>> ARM: dts: da850-evm: fix read access to SPI flash (2017-01-18 15:38:08 +0530) >>>> >>>> ---------------------------------------------------------------- >>>> This patch uses fast-read opcode to read the >>>> SPI flash. This is needed for error-free read >>>> at 30Mhz. >>>> >>>> ---------------------------------------------------------------- >>>> Fabien Parent (1): >>>> ARM: dts: da850-evm: fix read access to SPI flash >>> >>> You're ahead of our branch since this is based on -rc4 when it doesn't >>> have to. Want to respin, or should I cherry-pick the patch? >> >> Cherry-picking is fine. Thanks! > > Great, cherry-picked to fixes. Please drop from your for-next branch if you > have one. Thanks! No, I dont have a for-next branch which gets merged to linux-next. Thanks, Sekhar