Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-03-08 Thread Chris Ball
Hi, On Thu, Mar 08 2012, Rajendra Nayak wrote: > There's just one other cleanup patch here [1] to convert all pr_* prints > in the driver to dev_*. Would be great if you can pick that as well. > > Thanks, > Rajendra > > [1] http://marc.info/?l=linux-mmc&m=132999677405098&w=3 Thanks, I've pushed t

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-03-08 Thread Rajendra Nayak
Hi Chris, On Wednesday 07 March 2012 08:29 PM, Chris Ball wrote: Hi Rajendra, On Wed, Mar 07 2012, Rajendra Nayak wrote: Chris, Ping. I am basing my DT support patches on top of these cleanups. Would be great if you can have a look and pull them in. Chris, just realized the last two requests

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-03-07 Thread Rajendra Nayak
On Wednesday 07 March 2012 08:29 PM, Chris Ball wrote: Hi Rajendra, On Wed, Mar 07 2012, Rajendra Nayak wrote: Chris, Ping. I am basing my DT support patches on top of these cleanups. Would be great if you can have a look and pull them in. Chris, just realized the last two requests from me to

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-03-07 Thread Chris Ball
Hi Rajendra, On Wed, Mar 07 2012, Rajendra Nayak wrote: >> Chris, Ping. I am basing my DT support patches on top of these cleanups. >> Would be great if you can have a look and pull them in. > > Chris, just realized the last two requests from me to get this merged > weren't addressed to you direct

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-03-07 Thread Rajendra Nayak
On Monday 05 March 2012 01:24 PM, Rajendra Nayak wrote: On Friday 24 February 2012 03:40 PM, Rajendra Nayak wrote: Chris, On Thursday 23 February 2012 04:56 PM, Rajendra Nayak wrote: Re-sending as these patches did not make it to the lists due to issues with my 'git send-email' This series ma

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-03-04 Thread Rajendra Nayak
On Friday 24 February 2012 03:40 PM, Rajendra Nayak wrote: Chris, On Thursday 23 February 2012 04:56 PM, Rajendra Nayak wrote: Re-sending as these patches did not make it to the lists due to issues with my 'git send-email' This series mainly cleans up all instances of hardcoding's in the drive

Re: [PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-02-24 Thread Rajendra Nayak
Chris, On Thursday 23 February 2012 04:56 PM, Rajendra Nayak wrote: Re-sending as these patches did not make it to the lists due to issues with my 'git send-email' This series mainly cleans up all instances of hardcoding's in the driver based on pdev->id. This is cleanup leading to the DT adapt

[PATCH v2 0/6] mmc: omap_hsmmc: Clean up use/abuse of pdev->id

2012-02-23 Thread Rajendra Nayak
Re-sending as these patches did not make it to the lists due to issues with my 'git send-email' This series mainly cleans up all instances of hardcoding's in the driver based on pdev->id. This is cleanup leading to the DT adaptation of omap_hsmmc driver. v2 mainly has some minor changes to get ri