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] fixes for omaps for v4.14-rc cycle
Date: Mon,  2 Oct 2017 13:28:05 -0700	[thread overview]
Message-ID: <pull-1506976058-232051@atomide.com> (raw)

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

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4afa616ce937f88d9a69a71b8c561551596a81e3:

  ARM: dts: am43xx-epos-evm: Remove extra CPSW EMAC entry (2017-09-19 10:59:26 -0700)

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

Few minor fixes for omaps, mostly just boot time warning fixes:

- Drop undocumented camera binding that got merged during the merge window by
  accident as I applied before Sakari's comments

- Fix soft reset warning for dra7 kexec boot for gpio1 as the optional clocks
  need to be enabled for reset

- Fix dra7 kexec boot clock rate for McASP as the rate is no longer the default
  rate after kexec

- Fix omap3 pandora MMC warning during boot

- Add am33xx SPI alias like we have on other SoCs

- Remove node for non-existing CPSW EMAC Ethernet on am43xx-epos-evm

----------------------------------------------------------------
H. Nikolaus Schaller (1):
      ARM: OMAP2+: hsmmc: fix logic to call either omap_hsmmc_init or omap_hsmmc_late_init but not both

Keerthy (2):
      ARM: OMAP2+: dra7xx: Set OPT_CLKS_IN_RESET flag for gpio1
      ARM: dts: dra7: Set a default parent to mcasp3_ahclkx_mux

Pavel Machek (1):
      ARM: dts: nokia n900: drop unneeded/undocumented parts of the dts

Suniel Mahesh (1):
      ARM: dts: am33xx: Add spi alias to match SOC schematics

Yogesh Siraswar (1):
      ARM: dts: am43xx-epos-evm: Remove extra CPSW EMAC entry

 arch/arm/boot/dts/am33xx.dtsi             |  2 ++
 arch/arm/boot/dts/am43x-epos-evm.dts      |  6 +-----
 arch/arm/boot/dts/dra7xx-clocks.dtsi      |  2 ++
 arch/arm/boot/dts/omap3-n900.dts          | 11 -----------
 arch/arm/mach-omap2/hsmmc.c               |  4 ++--
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c |  1 +
 6 files changed, 8 insertions(+), 18 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] fixes for omaps for v4.14-rc cycle
Date: Mon,  2 Oct 2017 13:28:05 -0700	[thread overview]
Message-ID: <pull-1506976058-232051@atomide.com> (raw)

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

The following changes since commit 2bd6bf03f4c1c59381d62c61d03f6cc3fe71f66e:

  Linux 4.14-rc1 (2017-09-16 15:47:51 -0700)

are available in the git repository at:

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

for you to fetch changes up to 4afa616ce937f88d9a69a71b8c561551596a81e3:

  ARM: dts: am43xx-epos-evm: Remove extra CPSW EMAC entry (2017-09-19 10:59:26 -0700)

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

Few minor fixes for omaps, mostly just boot time warning fixes:

- Drop undocumented camera binding that got merged during the merge window by
  accident as I applied before Sakari's comments

- Fix soft reset warning for dra7 kexec boot for gpio1 as the optional clocks
  need to be enabled for reset

- Fix dra7 kexec boot clock rate for McASP as the rate is no longer the default
  rate after kexec

- Fix omap3 pandora MMC warning during boot

- Add am33xx SPI alias like we have on other SoCs

- Remove node for non-existing CPSW EMAC Ethernet on am43xx-epos-evm

----------------------------------------------------------------
H. Nikolaus Schaller (1):
      ARM: OMAP2+: hsmmc: fix logic to call either omap_hsmmc_init or omap_hsmmc_late_init but not both

Keerthy (2):
      ARM: OMAP2+: dra7xx: Set OPT_CLKS_IN_RESET flag for gpio1
      ARM: dts: dra7: Set a default parent to mcasp3_ahclkx_mux

Pavel Machek (1):
      ARM: dts: nokia n900: drop unneeded/undocumented parts of the dts

Suniel Mahesh (1):
      ARM: dts: am33xx: Add spi alias to match SOC schematics

Yogesh Siraswar (1):
      ARM: dts: am43xx-epos-evm: Remove extra CPSW EMAC entry

 arch/arm/boot/dts/am33xx.dtsi             |  2 ++
 arch/arm/boot/dts/am43x-epos-evm.dts      |  6 +-----
 arch/arm/boot/dts/dra7xx-clocks.dtsi      |  2 ++
 arch/arm/boot/dts/omap3-n900.dts          | 11 -----------
 arch/arm/mach-omap2/hsmmc.c               |  4 ++--
 arch/arm/mach-omap2/omap_hwmod_7xx_data.c |  1 +
 6 files changed, 8 insertions(+), 18 deletions(-)

             reply	other threads:[~2017-10-02 20:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-02 20:28 Tony Lindgren [this message]
2017-10-02 20:28 ` [GIT PULL] fixes for omaps for v4.14-rc cycle Tony Lindgren
2017-10-04  1:16 ` Olof Johansson
2017-10-04  1:16   ` Olof Johansson

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-1506976058-232051@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.