public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL 1/3] omap non-urgent fixes for v3.20
@ 2015-01-16 23:21 Tony Lindgren
  2015-01-16 23:21 ` [GIT PULL 2/3] omap clean-up " Tony Lindgren
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tony Lindgren @ 2015-01-16 23:21 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/fixes-not-urgent-pt1

for you to fetch changes up to 13efcb188984f69e1f97b4d9e7d3663fb782946f:

  ARM: OMAP2+: Disable omap3 PM init for ti81xx (2015-01-14 17:37:16 -0800)

----------------------------------------------------------------
Non-urgent fixes for omap variant dm816x that has been in a sorry
broken half merged state for a few years now. This gets us to the
point where we can boot it properly once the related SoC data is
added. Note that we've already made dm816x device tree only by
removing the known broken board file.

----------------------------------------------------------------
Tony Lindgren (6):
      ARM: OMAP2+: Fix error handling for omap2_clk_enable_init_clocks
      ARM: OMAP2+: Fix ti81xx devtype
      ARM: OMAP2+: Fix ti81xx class type
      ARM: OMAP2+: Fix dm814 and dm816 for clocks and timer init
      ARM: OMAP2+: Fix reboot for 81xx
      ARM: OMAP2+: Disable omap3 PM init for ti81xx

 arch/arm/mach-omap2/Makefile                |  1 +
 arch/arm/mach-omap2/clock.c                 |  3 +++
 arch/arm/mach-omap2/common.h                | 11 +++++++++-
 arch/arm/mach-omap2/control.h               |  4 ++++
 arch/arm/mach-omap2/id.c                    |  2 ++
 arch/arm/mach-omap2/io.c                    | 26 +++++++++++++++++-----
 arch/arm/mach-omap2/powerdomains3xxx_data.c |  2 +-
 arch/arm/mach-omap2/prm_common.c            |  4 ++++
 arch/arm/mach-omap2/soc.h                   |  4 ++--
 arch/arm/mach-omap2/ti81xx-restart.c        | 34 +++++++++++++++++++++++++++++
 arch/arm/mach-omap2/timer.c                 |  2 ++
 11 files changed, 84 insertions(+), 9 deletions(-)
 create mode 100644 arch/arm/mach-omap2/ti81xx-restart.c

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

* [GIT PULL 2/3] omap clean-up for v3.20
  2015-01-16 23:21 [GIT PULL 1/3] omap non-urgent fixes for v3.20 Tony Lindgren
@ 2015-01-16 23:21 ` Tony Lindgren
  2015-01-16 23:21 ` [GIT PULL 3/3] omap device tree changes " Tony Lindgren
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2015-01-16 23:21 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/cleanup-pt1

for you to fetch changes up to ca662ee7b8a85c54c1cb9ef34b7c6b4f67933a7e:

  ARM: OMAP2+: Remove unused ti81xx platform init code (2015-01-14 17:21:00 -0800)

----------------------------------------------------------------
Clean-up for omaps to remove dead code found with cppcheck after
we've made several SoCs to boot in device tree only mode.

----------------------------------------------------------------
Rickard Strandqvist (10):
      ARM: OMAP2+: clkt2xxx_apll.c: Remove some unused functions
      ARM: OMAP2+: cm33xx.c: Remove some unused functions
      ARM: OMAP2+: dpll44xx.c: Remove unused function
      ARM: OMAP2+: omap_hwmod.c: Remove some unused functions
      ARM: OMAP2+: powerdomain.c: Remove some unused functions
      ARM: OMAP2+: voltage: Remove some unused functions
      ARM: OMAP2+: omap-pm-noop.c: Remove some unused functions
      ARM: OMAP1: irq.c: Remove unused function
      ARM: OMAP1: timer32k.c: Remove unused function
      ARM: OMAP: dma.c: Remove unused function

Tero Kristo (3):
      ARM: OMAP2: clock: remove unused apll code
      ARM: OMAP2: CM: remove unused PLL functions
      ARM: OMAP3+: PRM: remove prm_get_reset_sources declaration from headers

Tony Lindgren (1):
      ARM: OMAP2+: Remove unused ti81xx platform init code

 arch/arm/mach-omap1/irq.c               |   5 -
 arch/arm/mach-omap1/timer32k.c          |   5 -
 arch/arm/mach-omap2/Makefile            |   1 -
 arch/arm/mach-omap2/cclock3xxx_data.c   |   6 +-
 arch/arm/mach-omap2/clkt2xxx_apll.c     | 142 -------------------
 arch/arm/mach-omap2/clock.h             |   1 -
 arch/arm/mach-omap2/clock2xxx.h         |  11 --
 arch/arm/mach-omap2/cm2xxx.c            |  10 --
 arch/arm/mach-omap2/cm2xxx.h            |   2 -
 arch/arm/mach-omap2/cm33xx.c            |  21 ---
 arch/arm/mach-omap2/dpll44xx.c          |  20 ---
 arch/arm/mach-omap2/omap-pm-noop.c      | 196 ---------------------------
 arch/arm/mach-omap2/omap-pm.h           | 192 --------------------------
 arch/arm/mach-omap2/omap_hwmod.c        | 232 --------------------------------
 arch/arm/mach-omap2/omap_hwmod.h        |  16 ---
 arch/arm/mach-omap2/omap_phy_internal.c |  35 -----
 arch/arm/mach-omap2/powerdomain.c       |  82 -----------
 arch/arm/mach-omap2/powerdomain.h       |   5 -
 arch/arm/mach-omap2/prm3xxx.h           |   1 -
 arch/arm/mach-omap2/prm44xx_54xx.h      |   1 -
 arch/arm/mach-omap2/usb-musb.c          |  12 +-
 arch/arm/mach-omap2/usb.h               |   2 -
 arch/arm/mach-omap2/voltage.c           | 110 ---------------
 arch/arm/mach-omap2/voltage.h           |  13 --
 arch/arm/plat-omap/dma.c                |   8 --
 25 files changed, 3 insertions(+), 1126 deletions(-)
 delete mode 100644 arch/arm/mach-omap2/clkt2xxx_apll.c

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

* [GIT PULL 3/3] omap device tree changes for v3.20
  2015-01-16 23:21 [GIT PULL 1/3] omap non-urgent fixes for v3.20 Tony Lindgren
  2015-01-16 23:21 ` [GIT PULL 2/3] omap clean-up " Tony Lindgren
@ 2015-01-16 23:21 ` Tony Lindgren
       [not found] ` <54b99dd2.d0bc420a.57d0.ffffc9f5SMTPIN_ADDED_BROKEN@mx.google.com>
       [not found] ` <54b99dd4.c1ef440a.27a8.ffffc87fSMTPIN_ADDED_BROKEN@mx.google.com>
  3 siblings, 0 replies; 5+ messages in thread
From: Tony Lindgren @ 2015-01-16 23:21 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:

  Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/dt-pt1

for you to fetch changes up to 7300bfff886a1340cfeb252035303e265cd556d9:

  ARM: dts: omap3-gta04: Add handling for tv output (2015-01-13 08:02:21 -0800)

----------------------------------------------------------------
Device tree changes for omaps. Mostly to add support for new
am437x-idk and update am437x-sk boards. Also enabling new
devices for multiple boards.

----------------------------------------------------------------
Aaro Koskinen (1):
      ARM: dts: N950/N9: add twl_power

Benoit Parrot (3):
      ARM: dts: am4372: add VPFE DT node entries
      ARM: dts: am43x-epos-evm: add VPFE device tree data
      ARM: dts: am437x-gp-evm: add VPFE device tree data

Darren Etheridge (1):
      ARM: dts: am437x-sk-evm: add VPFE device tree data

Dave Gerlach (1):
      ARM: dts: am437x-sk-evm: Hook dcdc2 as the cpu0-supply

Dmitry Lifshitz (1):
      ARM: dts: cm-t3x: add NAND support

Felipe Balbi (10):
      ARM: dts: am437x-sk: remove internal pulls from QSPI
      ARM: dts: am437x-sk: add explicit MMC0 pinmux
      ARM: dts: am437x-sk: remove ethernet pulls
      ARM: dts: am437x-sk: add explicit pinmux for both USB instances
      ARM: dts: am437x-sk: remove internal i2c pullups
      ARM: dts: am437x-sk: remove DSS pulls
      ARM: dts: am57xx-beagle-x15: Add dual ethernet
      ARM: dts: add support for AM437x IDK
      ARM: dts: am437x-sk: add power button binding
      ARM: dts: am437x-idk: add gpio-based power key

Marek Belisko (1):
      ARM: dts: omap3-gta04: Add handling for tv output

Nishanth Menon (1):
      ARM: dts: am57xx-beagle-x15: Add GPIO controlled fan node

Pavel Machek (1):
      ARM: dts: omap3-n900: cleanup english

Vignesh R (1):
      ARM: dts: DRA7X: drop id property in pcie_phy

 arch/arm/boot/dts/Makefile              |   1 +
 arch/arm/boot/dts/am4372.dtsi           |  16 ++
 arch/arm/boot/dts/am437x-gp-evm.dts     | 106 +++++++++
 arch/arm/boot/dts/am437x-idk-evm.dts    | 405 ++++++++++++++++++++++++++++++++
 arch/arm/boot/dts/am437x-sk-evm.dts     | 217 ++++++++++++-----
 arch/arm/boot/dts/am43x-epos-evm.dts    |  53 +++++
 arch/arm/boot/dts/am57xx-beagle-x15.dts | 120 ++++++++++
 arch/arm/boot/dts/dra7.dtsi             |   2 -
 arch/arm/boot/dts/omap3-cm-t3x.dtsi     |  58 +++++
 arch/arm/boot/dts/omap3-cm-t3x30.dtsi   |   3 +-
 arch/arm/boot/dts/omap3-gta04.dtsi      |  49 ++++
 arch/arm/boot/dts/omap3-n900.dts        |   3 +-
 arch/arm/boot/dts/omap3-n950-n9.dtsi    |   5 +
 arch/arm/boot/dts/omap3-sbc-t3517.dts   |   4 +
 arch/arm/boot/dts/omap3-sbc-t3530.dts   |  10 +-
 arch/arm/boot/dts/omap3-sbc-t3730.dts   |   5 +-
 16 files changed, 979 insertions(+), 78 deletions(-)
 create mode 100644 arch/arm/boot/dts/am437x-idk-evm.dts

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

* [GIT PULL 2/3] omap clean-up for v3.20
       [not found] ` <54b99dd2.d0bc420a.57d0.ffffc9f5SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-01-22  0:50   ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2015-01-22  0:50 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 16, 2015 at 03:21:21PM -0800, Tony Lindgren wrote:
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/cleanup-pt1
> 
> for you to fetch changes up to ca662ee7b8a85c54c1cb9ef34b7c6b4f67933a7e:
> 
>   ARM: OMAP2+: Remove unused ti81xx platform init code (2015-01-14 17:21:00 -0800)
> 
> ----------------------------------------------------------------
> Clean-up for omaps to remove dead code found with cppcheck after
> we've made several SoCs to boot in device tree only mode.
> 
> ----------------------------------------------------------------
> Rickard Strandqvist (10):
>       ARM: OMAP2+: clkt2xxx_apll.c: Remove some unused functions
>       ARM: OMAP2+: cm33xx.c: Remove some unused functions
>       ARM: OMAP2+: dpll44xx.c: Remove unused function
>       ARM: OMAP2+: omap_hwmod.c: Remove some unused functions
>       ARM: OMAP2+: powerdomain.c: Remove some unused functions
>       ARM: OMAP2+: voltage: Remove some unused functions
>       ARM: OMAP2+: omap-pm-noop.c: Remove some unused functions
>       ARM: OMAP1: irq.c: Remove unused function
>       ARM: OMAP1: timer32k.c: Remove unused function
>       ARM: OMAP: dma.c: Remove unused function
> 
> Tero Kristo (3):
>       ARM: OMAP2: clock: remove unused apll code
>       ARM: OMAP2: CM: remove unused PLL functions
>       ARM: OMAP3+: PRM: remove prm_get_reset_sources declaration from headers
> 
> Tony Lindgren (1):
>       ARM: OMAP2+: Remove unused ti81xx platform init code
> 
>  arch/arm/mach-omap1/irq.c               |   5 -
>  arch/arm/mach-omap1/timer32k.c          |   5 -
>  arch/arm/mach-omap2/Makefile            |   1 -
>  arch/arm/mach-omap2/cclock3xxx_data.c   |   6 +-
>  arch/arm/mach-omap2/clkt2xxx_apll.c     | 142 -------------------
>  arch/arm/mach-omap2/clock.h             |   1 -
>  arch/arm/mach-omap2/clock2xxx.h         |  11 --
>  arch/arm/mach-omap2/cm2xxx.c            |  10 --
>  arch/arm/mach-omap2/cm2xxx.h            |   2 -
>  arch/arm/mach-omap2/cm33xx.c            |  21 ---
>  arch/arm/mach-omap2/dpll44xx.c          |  20 ---
>  arch/arm/mach-omap2/omap-pm-noop.c      | 196 ---------------------------
>  arch/arm/mach-omap2/omap-pm.h           | 192 --------------------------
>  arch/arm/mach-omap2/omap_hwmod.c        | 232 --------------------------------
>  arch/arm/mach-omap2/omap_hwmod.h        |  16 ---
>  arch/arm/mach-omap2/omap_phy_internal.c |  35 -----
>  arch/arm/mach-omap2/powerdomain.c       |  82 -----------
>  arch/arm/mach-omap2/powerdomain.h       |   5 -
>  arch/arm/mach-omap2/prm3xxx.h           |   1 -
>  arch/arm/mach-omap2/prm44xx_54xx.h      |   1 -
>  arch/arm/mach-omap2/usb-musb.c          |  12 +-
>  arch/arm/mach-omap2/usb.h               |   2 -
>  arch/arm/mach-omap2/voltage.c           | 110 ---------------
>  arch/arm/mach-omap2/voltage.h           |  13 --
>  arch/arm/plat-omap/dma.c                |   8 --
>  25 files changed, 3 insertions(+), 1126 deletions(-)
>  delete mode 100644 arch/arm/mach-omap2/clkt2xxx_apll.c

Nice diffstat. Merged.

-Olof

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

* [GIT PULL 3/3] omap device tree changes for v3.20
       [not found] ` <54b99dd4.c1ef440a.27a8.ffffc87fSMTPIN_ADDED_BROKEN@mx.google.com>
@ 2015-01-22  0:57   ` Olof Johansson
  0 siblings, 0 replies; 5+ messages in thread
From: Olof Johansson @ 2015-01-22  0:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Jan 16, 2015 at 03:21:22PM -0800, Tony Lindgren wrote:
> The following changes since commit 97bf6af1f928216fd6c5a66e8a57bfa95a659672:
> 
>   Linux 3.19-rc1 (2014-12-20 17:08:50 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.20/dt-pt1
> 
> for you to fetch changes up to 7300bfff886a1340cfeb252035303e265cd556d9:
> 
>   ARM: dts: omap3-gta04: Add handling for tv output (2015-01-13 08:02:21 -0800)
> 
> ----------------------------------------------------------------
> Device tree changes for omaps. Mostly to add support for new
> am437x-idk and update am437x-sk boards. Also enabling new
> devices for multiple boards.

Merged, thanks.


-Olof

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

end of thread, other threads:[~2015-01-22  0:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-16 23:21 [GIT PULL 1/3] omap non-urgent fixes for v3.20 Tony Lindgren
2015-01-16 23:21 ` [GIT PULL 2/3] omap clean-up " Tony Lindgren
2015-01-16 23:21 ` [GIT PULL 3/3] omap device tree changes " Tony Lindgren
     [not found] ` <54b99dd2.d0bc420a.57d0.ffffc9f5SMTPIN_ADDED_BROKEN@mx.google.com>
2015-01-22  0:50   ` [GIT PULL 2/3] omap clean-up " Olof Johansson
     [not found] ` <54b99dd4.c1ef440a.27a8.ffffc87fSMTPIN_ADDED_BROKEN@mx.google.com>
2015-01-22  0:57   ` [GIT PULL 3/3] omap device tree changes " Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox