All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: Tony Lindgren <tony@atomide.com>,
	linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for v4.16-rc cycle
Date: Fri, 16 Feb 2018 10:21:04 -0800	[thread overview]
Message-ID: <pull-1518805244-774550@atomide.com> (raw)

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/fixes-signed

for you to fetch changes up to d39b6ea4f8c90e9e5f03a06b6a4fd4af11e2f617:

  bus: ti-sysc: Fix checking of no-reset-on-init quirk (2018-02-15 09:18:55 -0800)

----------------------------------------------------------------
Fixes for omaps for v4.16-rc cycle

This is mostly SoC related fixes for clocks, interconnect, and PM with few
board specifc dts related fixes:

- Fix quirk handling for ti-sysc to check all quirk flags instead of just
  the first one

- Fix LogicPD boards for i2c1 muxing to avoid intermittent PMIC errors

- Fix debounce-interval use for omap5-uevm

- Fix debugfs_create_*() usage for omap1

- Fix sar_base initialization for HS omaps

- Fix omap3 prm wake interrupt for resume

- Fix kmemleak for omap_get_timer_dt()

- Enable optional clocks before main clock to prevent interconnect target
  module from being stuck in transition

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
      ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux

Geert Uytterhoeven (2):
      ARM: OMAP1: clock: Fix debugfs_create_*() usage
      ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling

Qi Hou (1):
      ARM: OMAP2+: timer: fix a kmemleak caused in omap_get_timer_dt

Tero Kristo (1):
      ARM: OMAP2+: hwmod_core: enable optional clocks before main clock

Tony Lindgren (4):
      Merge branch 'omap-for-v4.16/soc' into omap-for-v4.16/fixes
      ARM: OMAP3: Fix prm wake interrupt for resume
      ARM: OMAP2+: Fix sar_base inititalization for HS omaps
      bus: ti-sysc: Fix checking of no-reset-on-init quirk

 arch/arm/boot/dts/logicpd-som-lv.dtsi      |  9 ++++++++-
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi |  8 ++++++++
 arch/arm/boot/dts/omap5-uevm.dts           |  2 +-
 arch/arm/mach-omap1/clock.c                |  6 +++---
 arch/arm/mach-omap2/omap-wakeupgen.c       |  4 ++--
 arch/arm/mach-omap2/omap_hwmod.c           |  6 +++---
 arch/arm/mach-omap2/pm.c                   |  4 ++--
 arch/arm/mach-omap2/timer.c                | 19 +++++++++++--------
 drivers/bus/ti-sysc.c                      |  2 +-
 9 files changed, 39 insertions(+), 21 deletions(-)

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes for v4.16-rc cycle
Date: Fri, 16 Feb 2018 10:21:04 -0800	[thread overview]
Message-ID: <pull-1518805244-774550@atomide.com> (raw)

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit 7928b2cbe55b2a410a0f5c1f154610059c57b1b2:

  Linux 4.16-rc1 (2018-02-11 15:04:29 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.16/fixes-signed

for you to fetch changes up to d39b6ea4f8c90e9e5f03a06b6a4fd4af11e2f617:

  bus: ti-sysc: Fix checking of no-reset-on-init quirk (2018-02-15 09:18:55 -0800)

----------------------------------------------------------------
Fixes for omaps for v4.16-rc cycle

This is mostly SoC related fixes for clocks, interconnect, and PM with few
board specifc dts related fixes:

- Fix quirk handling for ti-sysc to check all quirk flags instead of just
  the first one

- Fix LogicPD boards for i2c1 muxing to avoid intermittent PMIC errors

- Fix debounce-interval use for omap5-uevm

- Fix debugfs_create_*() usage for omap1

- Fix sar_base initialization for HS omaps

- Fix omap3 prm wake interrupt for resume

- Fix kmemleak for omap_get_timer_dt()

- Enable optional clocks before main clock to prevent interconnect target
  module from being stuck in transition

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
      ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux

Geert Uytterhoeven (2):
      ARM: OMAP1: clock: Fix debugfs_create_*() usage
      ARM: dts: OMAP5: uevm: Fix "debounce-interval" property misspelling

Qi Hou (1):
      ARM: OMAP2+: timer: fix a kmemleak caused in omap_get_timer_dt

Tero Kristo (1):
      ARM: OMAP2+: hwmod_core: enable optional clocks before main clock

Tony Lindgren (4):
      Merge branch 'omap-for-v4.16/soc' into omap-for-v4.16/fixes
      ARM: OMAP3: Fix prm wake interrupt for resume
      ARM: OMAP2+: Fix sar_base inititalization for HS omaps
      bus: ti-sysc: Fix checking of no-reset-on-init quirk

 arch/arm/boot/dts/logicpd-som-lv.dtsi      |  9 ++++++++-
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi |  8 ++++++++
 arch/arm/boot/dts/omap5-uevm.dts           |  2 +-
 arch/arm/mach-omap1/clock.c                |  6 +++---
 arch/arm/mach-omap2/omap-wakeupgen.c       |  4 ++--
 arch/arm/mach-omap2/omap_hwmod.c           |  6 +++---
 arch/arm/mach-omap2/pm.c                   |  4 ++--
 arch/arm/mach-omap2/timer.c                | 19 +++++++++++--------
 drivers/bus/ti-sysc.c                      |  2 +-
 9 files changed, 39 insertions(+), 21 deletions(-)

             reply	other threads:[~2018-02-16 18:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-16 18:21 Tony Lindgren [this message]
2018-02-16 18:21 ` [GIT PULL] omap fixes for v4.16-rc cycle Tony Lindgren
2018-02-22 16:46 ` Arnd Bergmann
2018-02-22 16:46   ` Arnd Bergmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pull-1518805244-774550@atomide.com \
    --to=tony@atomide.com \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.