Re: [PATCH 2/2] ARM: dts: add AM33XX MMC support

2013-06-15 Thread Joel A Fernandes
Hi Felipe, On Fri, Jun 14, 2013 at 6:43 PM, Joel A Fernandes agnel.j...@gmail.com wrote: Felipe, On Friday, June 14, 2013, Felipe Balbi wrote: Hi, On Fri, Jun 14, 2013 at 02:54:33PM -0500, Joel A Fernandes wrote: Hi Tony, Vaibhav, I just doublechecked MMC rootfs on bone and evmsk

[PATCH 1/8] ARM: OMAP2+: Remove AES crypto device DMA channel definitions

2013-06-15 Thread Jarkko Nikula
These became unused after commit 660ffd6 (ARM: OMAP2xxx: hwmod: Convert AES crypto devcie data to hwmod). Signed-off-by: Jarkko Nikula jarkko.nik...@bitmer.com --- arch/arm/mach-omap2/dma.h |2 -- 1 file changed, 2 deletions(-) diff --git a/arch/arm/mach-omap2/dma.h

[PATCH 0/8] ARM: OMAP: dma.h and legacy code removal

2013-06-15 Thread Jarkko Nikula
Hi This set gets rid off arch/arm/mach-omap1/dma.h and arch/arm/mach-omap2/dma.h by removing duplicated definitions, by using numeric values when setting hwmod and platform data and by removing legacy stuff. Most cleanup is done by the scripts in commit logs and set has been build tested with

[PATCH 2/8] ARM: OMAP2+: Remove duplicated DMA channel definitions

2013-06-15 Thread Jarkko Nikula
Many DMA channel definitions in arch/arm/mach-omap2/dma.h have been moved or redefined in drivers without removing them from dma.h. Remove those with a script below: egrep '#define OMAP.*DMA' arch/arm/mach-omap2/dma.h \ |cut -f 1 |cut -d ' ' -f 1-2 | while read -r i; do \

[PATCH 3/8] ARM: OMAP2+: hwmod: Remove remaining DMA channel definitions

2013-06-15 Thread Jarkko Nikula
Last remaining DMA channel definitions in arch/arm/mach-omap2/dma.h are used only by omap_hwmod_2xxx_3xxx_ipblock_data.c and omap_hwmod_3xxx_data.c. Remove them by using directly DMA channel number in hwmod data and drop definitions with a following script: egrep '#define [OMAP|AM35XX].*DMA'

[PATCH 4/8] ARM: OMAP2+: Remove dma.h

2013-06-15 Thread Jarkko Nikula
All definitions in arch/arm/mach-omap2/dma.h are removed so it can be removed now. Signed-off-by: Jarkko Nikula jarkko.nik...@bitmer.com --- arch/arm/mach-omap2/devices.c |1 - arch/arm/mach-omap2/dma.h | 28

[PATCH 6/8] ARM: OMAP1: Remove duplicated DMA channel definitions

2013-06-15 Thread Jarkko Nikula
Similarly than with OMAP2 there are many DMA channel definitions that have been moved or redefined in drivers using them and we can remove them from dma.h. There is exception with MMC that arch/arm/mach-omap1/devices.c is using MMC DMA channel definitions for setting platform data but those can

[PATCH 5/8] ARM: OMAP1: Remove McBSP DMA channel definitions

2013-06-15 Thread Jarkko Nikula
arch/arm/mach-omap1/mcbsp.c is only place where OMAP1 McBSP DMA channel definitions are set. We may well use numerical values there and get rid of their definitions in arch/arm/mach-omap1/dma.h. Remove dma.h include from arch/arm/mach-omap1/mcbsp.c and use following script for replacing

[PATCH 8/8] ARM: OMAP1: Remove dma.h

2013-06-15 Thread Jarkko Nikula
Add definitions in arch/arm/mach-omap1/dma.h are now removed so remove the file and include statements from dma.c and lcd_dma.c. Signed-off-by: Jarkko Nikula jarkko.nik...@bitmer.com --- arch/arm/mach-omap1/dma.c |2 -- arch/arm/mach-omap1/dma.h | 26 --

[PATCH 7/8] ARM: OMAP1: Remove legacy irda.h and irda setup from board files

2013-06-15 Thread Jarkko Nikula
omap-ir.c driver has never been upstream and was also removed from linux-omap.git four years ago (See linux-omap.git commit efd1e3f (REMOVE OMAP LEGACY CODE: Reset drivers/net/irda to mainline)). Therefore remove needless device registration from a few board files and delete thus to be unused

Re: [PATCH 2/2] ARM: dts: add AM33XX MMC support

2013-06-15 Thread Felipe Balbi
Hi, On Fri, Jun 14, 2013 at 06:43:51PM -0500, Joel A Fernandes wrote: I just doublechecked MMC rootfs on bone and evmsk as it's the standard smoke test. My EVM is intermittent now so trying to coax it to power up to reverify. Matt, Your branch is working for me,

Re: [PATCH 3/8] ARM: OMAP2+: hwmod: Remove remaining DMA channel definitions

2013-06-15 Thread Felipe Balbi
On Sat, Jun 15, 2013 at 11:31:04AM +0300, Jarkko Nikula wrote: Last remaining DMA channel definitions in arch/arm/mach-omap2/dma.h are used only by omap_hwmod_2xxx_3xxx_ipblock_data.c and omap_hwmod_3xxx_data.c. Remove them by using directly DMA channel number in hwmod data and drop

Re: [GIT PULL] PM / AVS: SmartReflex: misc. cleanups for v3.11

2013-06-15 Thread Rafael J. Wysocki
On Thursday, June 13, 2013 03:16:30 PM Kevin Hilman wrote: Hi Rafael, Please pull the following cleanups to AVS/SmartReflex for v3.11. Pulled, thanks Kevin! Rafael The following changes since commit 317ddd256b9c24b0d78fa8018f80f1e495481a10: Linux 3.10-rc5 (2013-06-08 17:41:04 -0700)