All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] omap fixes for v4.8-rc cycle
@ 2016-08-16 15:47 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2016-08-16 15:47 UTC (permalink / raw)
  To: arm; +Cc: linux-omap, linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to 73912188a6663192063dc29362039997f4deb580:

  Merge branch 'dts-fixes' into omap-for-v4.8/fixes (2016-08-15 09:16:45 -0700)

----------------------------------------------------------------
Fixes for omaps for v4.8-rc cycle, mostly a series of four fixes for
am335x RTC zero offset for clkctrl register. Also few other fixes:

- Add missing sysc information for DSI as at least n950 needs it for
  the working display

- Fix old elm-id properties that cause nand boot to not work

- Fix overo gpmc nand cs0 range

- FIx overo gpmc nand on boards with ethernet

- Fix logicpd torpedo nand ready pin nand interrupt configuration

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: logicpd-torpedo-som: Provide NAND ready pin
      ARM: dts: logicpd-somlv: Fix NAND device nodes

Dave Gerlach (4):
      ARM: OMAP4+: hwmod: Add hwmod flag for HWMOD_OMAP4_ZERO_CLKCTRL_OFFSET
      ARM: OMAP2+: AM33XX: Add HWMOD_OMAP4_ZERO_CLKCTRL_OFFSET flag to rtc hwmod
      ARM: OMAP4+: Have _omap4_wait_target_* check for valid clkctrl_offs
      ARM: OMAP4+: CM: Remove redundant checks for clkctrl_offs of zero

Johan Hovold (2):
      ARM: dts: overo: fix gpmc nand cs0 range
      ARM: dts: overo: fix gpmc nand on boards with ethernet

Sebastian Reichel (1):
      ARM: OMAP3: hwmod data: Add sysc information for DSI

Teresa Remmet (1):
      ARM: dts: am335x: Update elm phandle binding

Tony Lindgren (2):
      Merge branch 'omap-for-v4.8/soc' into omap-for-v4.8/fixes
      Merge branch 'dts-fixes' into omap-for-v4.8/fixes

 arch/arm/boot/dts/am335x-baltos.dtsi                    |  2 +-
 arch/arm/boot/dts/am335x-igep0033.dtsi                  |  2 +-
 arch/arm/boot/dts/am335x-phycore-som.dtsi               |  2 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi                   | 11 ++++++-----
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi              |  1 +
 arch/arm/boot/dts/omap3-overo-base.dtsi                 |  4 +++-
 arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi    |  2 --
 arch/arm/boot/dts/omap3-overo-tobi-common.dtsi          |  2 --
 arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi       |  3 ---
 arch/arm/mach-omap2/cm33xx.c                            |  6 ------
 arch/arm/mach-omap2/cminst44xx.c                        |  6 ------
 arch/arm/mach-omap2/omap_hwmod.c                        |  8 ++++++++
 arch/arm/mach-omap2/omap_hwmod.h                        |  4 ++++
 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |  2 ++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c              | 12 ++++++++++++
 15 files changed, 39 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] omap fixes for v4.8-rc cycle
@ 2016-08-16 15:47 ` Tony Lindgren
  0 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2016-08-16 15:47 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:

  Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)

are available in the git repository at:

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

for you to fetch changes up to 73912188a6663192063dc29362039997f4deb580:

  Merge branch 'dts-fixes' into omap-for-v4.8/fixes (2016-08-15 09:16:45 -0700)

----------------------------------------------------------------
Fixes for omaps for v4.8-rc cycle, mostly a series of four fixes for
am335x RTC zero offset for clkctrl register. Also few other fixes:

- Add missing sysc information for DSI as at least n950 needs it for
  the working display

- Fix old elm-id properties that cause nand boot to not work

- Fix overo gpmc nand cs0 range

- FIx overo gpmc nand on boards with ethernet

- Fix logicpd torpedo nand ready pin nand interrupt configuration

----------------------------------------------------------------
Adam Ford (2):
      ARM: dts: logicpd-torpedo-som: Provide NAND ready pin
      ARM: dts: logicpd-somlv: Fix NAND device nodes

Dave Gerlach (4):
      ARM: OMAP4+: hwmod: Add hwmod flag for HWMOD_OMAP4_ZERO_CLKCTRL_OFFSET
      ARM: OMAP2+: AM33XX: Add HWMOD_OMAP4_ZERO_CLKCTRL_OFFSET flag to rtc hwmod
      ARM: OMAP4+: Have _omap4_wait_target_* check for valid clkctrl_offs
      ARM: OMAP4+: CM: Remove redundant checks for clkctrl_offs of zero

Johan Hovold (2):
      ARM: dts: overo: fix gpmc nand cs0 range
      ARM: dts: overo: fix gpmc nand on boards with ethernet

Sebastian Reichel (1):
      ARM: OMAP3: hwmod data: Add sysc information for DSI

Teresa Remmet (1):
      ARM: dts: am335x: Update elm phandle binding

Tony Lindgren (2):
      Merge branch 'omap-for-v4.8/soc' into omap-for-v4.8/fixes
      Merge branch 'dts-fixes' into omap-for-v4.8/fixes

 arch/arm/boot/dts/am335x-baltos.dtsi                    |  2 +-
 arch/arm/boot/dts/am335x-igep0033.dtsi                  |  2 +-
 arch/arm/boot/dts/am335x-phycore-som.dtsi               |  2 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi                   | 11 ++++++-----
 arch/arm/boot/dts/logicpd-torpedo-som.dtsi              |  1 +
 arch/arm/boot/dts/omap3-overo-base.dtsi                 |  4 +++-
 arch/arm/boot/dts/omap3-overo-chestnut43-common.dtsi    |  2 --
 arch/arm/boot/dts/omap3-overo-tobi-common.dtsi          |  2 --
 arch/arm/boot/dts/omap3-overo-tobiduo-common.dtsi       |  3 ---
 arch/arm/mach-omap2/cm33xx.c                            |  6 ------
 arch/arm/mach-omap2/cminst44xx.c                        |  6 ------
 arch/arm/mach-omap2/omap_hwmod.c                        |  8 ++++++++
 arch/arm/mach-omap2/omap_hwmod.h                        |  4 ++++
 arch/arm/mach-omap2/omap_hwmod_33xx_43xx_ipblock_data.c |  2 ++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c              | 12 ++++++++++++
 15 files changed, 39 insertions(+), 28 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] omap fixes for v4.8-rc cycle
  2016-08-16 15:47 ` Tony Lindgren
@ 2016-08-26  0:12   ` Olof Johansson
  -1 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-08-26  0:12 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, linux-arm-kernel

On Tue, Aug 16, 2016 at 08:47:40AM -0700, Tony Lindgren wrote:
> The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
> 
>   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.8/fixes-rc2
> 
> for you to fetch changes up to 73912188a6663192063dc29362039997f4deb580:
> 
>   Merge branch 'dts-fixes' into omap-for-v4.8/fixes (2016-08-15 09:16:45 -0700)

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] omap fixes for v4.8-rc cycle
@ 2016-08-26  0:12   ` Olof Johansson
  0 siblings, 0 replies; 4+ messages in thread
From: Olof Johansson @ 2016-08-26  0:12 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Aug 16, 2016 at 08:47:40AM -0700, Tony Lindgren wrote:
> The following changes since commit 29b4817d4018df78086157ea3a55c1d9424a7cfc:
> 
>   Linux 4.8-rc1 (2016-08-07 18:18:00 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.8/fixes-rc2
> 
> for you to fetch changes up to 73912188a6663192063dc29362039997f4deb580:
> 
>   Merge branch 'dts-fixes' into omap-for-v4.8/fixes (2016-08-15 09:16:45 -0700)

Merged, thanks.


-Olof

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-08-26  0:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-16 15:47 [GIT PULL] omap fixes for v4.8-rc cycle Tony Lindgren
2016-08-16 15:47 ` Tony Lindgren
2016-08-26  0:12 ` Olof Johansson
2016-08-26  0:12   ` Olof Johansson

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.