mbox

[GIT,PULL] OMAP: AM3xxx: cpu_is dead code removal

Message ID 877gvt44mv.fsf@ti.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/cleanup/am3xxx-cpu-is-leftovers

Message

Kevin Hilman May 30, 2012, 11:43 p.m. UTC
Tony,

These couple patches didn't make it for v3.5 because of some cross-tree
dependencies.  All the dependencies are now merged (after Linus merged
arm-soc/next/pm), so here's the remaining patches.

Not sure if you want to get them in for 3.5-rc or queue them in your
cleanup branch for v3.6.  Up to you.

Kevin


The following changes since commit cdd3a354a05b0c33fe33ab11a0fb0838396cad19:

  Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc (2012-05-22 09:41:01 -0700)

are available in the git repository at:


  git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-omap-pm.git for_3.5/cleanup/am3xxx-cpu-is-leftovers

for you to fetch changes up to 96f3994929c05a21d757a83613d2710b780ea2b4:

  ARM: OMAP: SoC detection: remove unused cpu_is macros (2012-05-25 15:48:48 -0700)

----------------------------------------------------------------
Kevin Hilman (2):
      ARM: OMAP3: clock data: cleanup AM3[35]x SoC detection
      ARM: OMAP: SoC detection: remove unused cpu_is macros

 arch/arm/mach-omap2/clock3xxx_data.c  |    2 +-
 arch/arm/plat-omap/include/plat/cpu.h |   33 ---------------------------------
 2 files changed, 1 insertion(+), 34 deletions(-)

Comments

Tony Lindgren June 4, 2012, 10:31 a.m. UTC | #1
* Kevin Hilman <khilman@ti.com> [120530 16:47]:
> Tony,
> 
> These couple patches didn't make it for v3.5 because of some cross-tree
> dependencies.  All the dependencies are now merged (after Linus merged
> arm-soc/next/pm), so here's the remaining patches.
> 
> Not sure if you want to get them in for 3.5-rc or queue them in your
> cleanup branch for v3.6.  Up to you.

Pulled into fixes, this should be OK for -rc1.

Regards,

Tony