mbox series

[GIT,PULL,1/4] DaVinci SoC updates for v5.4

Message ID 20190828151754.21023-1-nsekhar@ti.com
State New
Headers show
Series [GIT,PULL,1/4] DaVinci SoC updates for v5.4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.4/soc

Message

Sekhar Nori Aug. 28, 2019, 3:17 p.m. UTC
The following changes since commit 5f9e832c137075045d15cd6899ab0505cfb2ca4b:

  Linus 5.3-rc1 (2019-07-21 14:05:38 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v5.4/soc

for you to fetch changes up to 93eae12c9f3e3bf423b308b341d380b0b4291bf8:

  ARM: davinci: dm646x: Fix a typo in the comment (2019-08-26 17:51:28 +0530)

----------------------------------------------------------------
This converts all DaVinci SoCs except DM365 to use new clocksource
driver. DM365 conversion is still under debug and will be part of a
future pull request.

----------------------------------------------------------------
Bartosz Golaszewski (8):
      ARM: davinci: enable the clocksource driver for DT mode
      ARM: davinci: WARN_ON() if clk_get() fails
      ARM: davinci: da850: switch to using the clocksource driver
      ARM: davinci: da830: switch to using the clocksource driver
      ARM: davinci: move timer definitions to davinci.h
      ARM: davinci: dm355: switch to using the clocksource driver
      ARM: davinci: dm644x: switch to using the clocksource driver
      ARM: davinci: dm646x: switch to using the clocksource driver

Christophe JAILLET (1):
      ARM: davinci: dm646x: Fix a typo in the comment

 arch/arm/Kconfig                          |  1 +
 arch/arm/mach-davinci/da830.c             | 45 +++++++++++-----------------
 arch/arm/mach-davinci/da850.c             | 50 +++++++++++--------------------
 arch/arm/mach-davinci/davinci.h           |  3 ++
 arch/arm/mach-davinci/dm355.c             | 28 ++++++++++-------
 arch/arm/mach-davinci/dm365.c             |  4 +++
 arch/arm/mach-davinci/dm644x.c            | 28 ++++++++++-------
 arch/arm/mach-davinci/dm646x.c            | 30 +++++++++++--------
 arch/arm/mach-davinci/include/mach/time.h |  2 --
 arch/arm/mach-davinci/time.c              | 14 ---------
 10 files changed, 95 insertions(+), 110 deletions(-)

Comments

Arnd Bergmann Sept. 4, 2019, 1:24 p.m. UTC | #1
On Wed, Aug 28, 2019 at 5:18 PM Sekhar Nori <nsekhar@ti.com> wrote:

> This converts all DaVinci SoCs except DM365 to use new clocksource
> driver. DM365 conversion is still under debug and will be part of a
> future pull request.

Pulled into arm/soc.

Please remember to send pull requests to soc@kernel.org rather than
arm@kernel.org now, so they show up in
https://patchwork.kernel.org/project/linux-soc/list/

Thanks,

      Arnd