mbox series

[GIT,PULL] DaVinci fixes for v5.0 (part 2)

Message ID 92cfdbed-70aa-97e9-ea37-7c06af53cfca@ti.com
State New
Headers show
Series [GIT,PULL] DaVinci fixes for v5.0 (part 2) | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v5.0-part2

Message

Sekhar Nori Jan. 25, 2019, 10:46 a.m. UTC
The following changes since commit c25748acc5c20786ecb7518bfeae8fcef93472d6:

  ARM: dts: da850-lcdk: Correct the sound card name (2019-01-10 13:32:51 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v5.0-part2

for you to fetch changes up to e3966a766865da7ced1dece663697861dd5cf103:

  ARM: dts: da850: fix interrupt numbers for clocksource (2019-01-17 18:29:12 +0530)

----------------------------------------------------------------
This fixes a long standing typo in device-tree for DA850 in interrupt
number for timer. It did not affect us so far because we use non-DT
timer driver within mach-davinci. This was caught while mirating to
clocksource driver.

----------------------------------------------------------------
Bartosz Golaszewski (1):
      ARM: dts: da850: fix interrupt numbers for clocksource

 arch/arm/boot/dts/da850.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnd Bergmann Jan. 30, 2019, 10:23 a.m. UTC | #1
On Fri, Jan 25, 2019 at 11:46 AM Sekhar Nori <nsekhar@ti.com> wrote:
>
> The following changes since commit c25748acc5c20786ecb7518bfeae8fcef93472d6:
>
>   ARM: dts: da850-lcdk: Correct the sound card name (2019-01-10 13:32:51 +0530)
>
> are available in the Git repository at:
>
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-fixes-for-v5.0-part2
>
> for you to fetch changes up to e3966a766865da7ced1dece663697861dd5cf103:
>
>   ARM: dts: da850: fix interrupt numbers for clocksource (2019-01-17 18:29:12 +0530)
>
> ----------------------------------------------------------------
> This fixes a long standing typo in device-tree for DA850 in interrupt
> number for timer. It did not affect us so far because we use non-DT
> timer driver within mach-davinci. This was caught while mirating to
> clocksource driver.

Pulled into fixes, thanks!

      Arnd