All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olof Johansson <olof@lixom.net>
To: Tony Lindgren <tony@atomide.com>
Cc: arm@kernel.org, linux-omap@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL 2/3] omap clean-up for v3.20
Date: Wed, 21 Jan 2015 16:50:45 -0800	[thread overview]
Message-ID: <20150122005045.GE29014@quad.lixom.net> (raw)
In-Reply-To: <54b99dd2.d0bc420a.57d0.ffffc9f5SMTPIN_ADDED_BROKEN@mx.google.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: olof@lixom.net (Olof Johansson)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 2/3] omap clean-up for v3.20
Date: Wed, 21 Jan 2015 16:50:45 -0800	[thread overview]
Message-ID: <20150122005045.GE29014@quad.lixom.net> (raw)
In-Reply-To: <54b99dd2.d0bc420a.57d0.ffffc9f5SMTPIN_ADDED_BROKEN@mx.google.com>

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

  parent reply	other threads:[~2015-01-22  0:50 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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
2015-01-16 23:21 ` Tony Lindgren
2015-01-16 23:21 ` [GIT PULL 3/3] omap device tree changes " Tony Lindgren
2015-01-16 23:21 ` Tony Lindgren
2015-01-16 23:21 ` Tony Lindgren
     [not found] ` <54b99dd2.d0bc420a.57d0.ffffc9f5SMTPIN_ADDED_BROKEN@mx.google.com>
2015-01-22  0:50   ` Olof Johansson [this message]
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
2015-01-22  0:57     ` 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=20150122005045.GE29014@quad.lixom.net \
    --to=olof@lixom.net \
    --cc=arm@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /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.