All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: arm@kernel.org
Cc: linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap fixes against v4.1-rc1
Date: Tue, 5 May 2015 08:44:24 -0700	[thread overview]
Message-ID: <20150505154423.GD21061@atomide.com> (raw)

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to e7309c2673a389a495fcfad70376d3bae8b9bc89:

  bus: omap_l3_noc: Fix master id address decoding for OMAP5 (2015-05-04 10:21:01 -0700)

----------------------------------------------------------------
Fixes for omaps, mostly a fix for power power consumption
creeping up during idle, and two l3-noc device fixes:

- Fix power consumption creeping up with I2C4 staying on
- Fix n900 microphone bias voltages
- Fix dra7 l3-noc for host clock
- Fix omap5 l3-noc id address decoding

The rest are all just minor dts fixes:

- Fix changed EXTCON_USB_GPIO_USB in defconfig
- Fix missing isp and iva #iommu-cells property
- Various beagle x15 dts fixes for pre-production changes
- Fix am437x-sk display dts entries

----------------------------------------------------------------
Felipe Balbi (2):
      ARM: dts: am437x-sk: fix for new newhaven display module revision
      ARM: dts: am437x-sk: reduce col-scan-delay-us

Grygorii Strashko (1):
      ARM: dts: am57xx-beagle-x15: Fix IRQ type for mcp7941x

Illia Smyrnov (1):
      bus: omap_l3_noc: Fix offset for DRA7 CLK1_HOST_CLK1_2 instance

Nishanth Menon (4):
      ARM: dts: am57xx-beagle-x15: Fix RTC aliases
      ARM: dts: am57xx-beagle-x15: Switch UART mux pins
      ARM: dts: am57xx-beagle-x15: Switch GPIO fan number
      ARM: dts: dra7: Fix efuse register size for ABB

Pavel Machek (1):
      ARM: dts: OMAP3-N900: Add microphone bias voltages

Roger Quadros (1):
      ARM: omap2plus_defconfig: Enable EXTCON_USB_GPIO

Sebastian Reichel (1):
      ARM: dts: omap3: Add #iommu-cells to isp and iva iommu

Suman Anna (1):
      bus: omap_l3_noc: Fix master id address decoding for OMAP5

Tony Lindgren (1):
      ARM: OMAP2+: Fix omap off idle power consumption creeping up

 .../devicetree/bindings/arm/omap/l3-noc.txt        |  1 +
 arch/arm/boot/dts/am437x-sk-evm.dts                |  4 +-
 arch/arm/boot/dts/am57xx-beagle-x15.dts            | 11 +++--
 arch/arm/boot/dts/dra7.dtsi                        | 10 ++--
 arch/arm/boot/dts/omap3-n900.dts                   |  4 ++
 arch/arm/boot/dts/omap3.dtsi                       |  2 +
 arch/arm/boot/dts/omap5.dtsi                       |  2 +-
 arch/arm/configs/omap2plus_defconfig               |  2 +-
 arch/arm/mach-omap2/prm-regbits-34xx.h             |  1 +
 arch/arm/mach-omap2/prm-regbits-44xx.h             |  1 +
 arch/arm/mach-omap2/vc.c                           | 12 ++++-
 arch/arm/mach-omap2/vc.h                           |  2 +
 arch/arm/mach-omap2/vc3xxx_data.c                  |  1 +
 arch/arm/mach-omap2/vc44xx_data.c                  |  1 +
 drivers/bus/omap_l3_noc.c                          |  5 +-
 drivers/bus/omap_l3_noc.h                          | 54 ++++++++++++++++------
 16 files changed, 81 insertions(+), 32 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 against v4.1-rc1
Date: Tue, 5 May 2015 08:44:24 -0700	[thread overview]
Message-ID: <20150505154423.GD21061@atomide.com> (raw)

The following changes since commit b787f68c36d49bb1d9236f403813641efa74a031:

  Linux 4.1-rc1 (2015-04-26 17:59:10 -0700)

are available in the git repository at:

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

for you to fetch changes up to e7309c2673a389a495fcfad70376d3bae8b9bc89:

  bus: omap_l3_noc: Fix master id address decoding for OMAP5 (2015-05-04 10:21:01 -0700)

----------------------------------------------------------------
Fixes for omaps, mostly a fix for power power consumption
creeping up during idle, and two l3-noc device fixes:

- Fix power consumption creeping up with I2C4 staying on
- Fix n900 microphone bias voltages
- Fix dra7 l3-noc for host clock
- Fix omap5 l3-noc id address decoding

The rest are all just minor dts fixes:

- Fix changed EXTCON_USB_GPIO_USB in defconfig
- Fix missing isp and iva #iommu-cells property
- Various beagle x15 dts fixes for pre-production changes
- Fix am437x-sk display dts entries

----------------------------------------------------------------
Felipe Balbi (2):
      ARM: dts: am437x-sk: fix for new newhaven display module revision
      ARM: dts: am437x-sk: reduce col-scan-delay-us

Grygorii Strashko (1):
      ARM: dts: am57xx-beagle-x15: Fix IRQ type for mcp7941x

Illia Smyrnov (1):
      bus: omap_l3_noc: Fix offset for DRA7 CLK1_HOST_CLK1_2 instance

Nishanth Menon (4):
      ARM: dts: am57xx-beagle-x15: Fix RTC aliases
      ARM: dts: am57xx-beagle-x15: Switch UART mux pins
      ARM: dts: am57xx-beagle-x15: Switch GPIO fan number
      ARM: dts: dra7: Fix efuse register size for ABB

Pavel Machek (1):
      ARM: dts: OMAP3-N900: Add microphone bias voltages

Roger Quadros (1):
      ARM: omap2plus_defconfig: Enable EXTCON_USB_GPIO

Sebastian Reichel (1):
      ARM: dts: omap3: Add #iommu-cells to isp and iva iommu

Suman Anna (1):
      bus: omap_l3_noc: Fix master id address decoding for OMAP5

Tony Lindgren (1):
      ARM: OMAP2+: Fix omap off idle power consumption creeping up

 .../devicetree/bindings/arm/omap/l3-noc.txt        |  1 +
 arch/arm/boot/dts/am437x-sk-evm.dts                |  4 +-
 arch/arm/boot/dts/am57xx-beagle-x15.dts            | 11 +++--
 arch/arm/boot/dts/dra7.dtsi                        | 10 ++--
 arch/arm/boot/dts/omap3-n900.dts                   |  4 ++
 arch/arm/boot/dts/omap3.dtsi                       |  2 +
 arch/arm/boot/dts/omap5.dtsi                       |  2 +-
 arch/arm/configs/omap2plus_defconfig               |  2 +-
 arch/arm/mach-omap2/prm-regbits-34xx.h             |  1 +
 arch/arm/mach-omap2/prm-regbits-44xx.h             |  1 +
 arch/arm/mach-omap2/vc.c                           | 12 ++++-
 arch/arm/mach-omap2/vc.h                           |  2 +
 arch/arm/mach-omap2/vc3xxx_data.c                  |  1 +
 arch/arm/mach-omap2/vc44xx_data.c                  |  1 +
 drivers/bus/omap_l3_noc.c                          |  5 +-
 drivers/bus/omap_l3_noc.h                          | 54 ++++++++++++++++------
 16 files changed, 81 insertions(+), 32 deletions(-)

             reply	other threads:[~2015-05-05 15:44 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-05 15:44 Tony Lindgren [this message]
2015-05-05 15:44 ` [GIT PULL] omap fixes against v4.1-rc1 Tony Lindgren
2015-05-07 16:26 ` Arnd Bergmann
2015-05-07 16:26   ` 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=20150505154423.GD21061@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.