RE: [PATCH 1/4] pm8001: clean bitmap management functions

2014-07-07 Thread Suresh Thiagarajan
On Thu, Jul 3, 2014 at 2:15 PM, Christoph Hellwig h...@infradead.org wrote: Suresh, do you maintain pm8001 for pmcs now? There have been lots of pm8001 patches on the list, many of them with reviews from various people including Jack. I'd be really greatful if someone could collect them

Re: [PATCH 1/4] pm8001: clean bitmap management functions

2014-07-07 Thread Tomas Henzl
On 07/07/2014 03:12 PM, Suresh Thiagarajan wrote: On Thu, Jul 3, 2014 at 2:15 PM, Christoph Hellwig h...@infradead.org wrote: Suresh, do you maintain pm8001 for pmcs now? There have been lots of pm8001 patches on the list, many of them with reviews from various people including Jack. I'd

RE: [PATCH 1/4] pm8001: clean bitmap management functions

2014-07-07 Thread Suresh Thiagarajan
On Mon, Jul 7, 2014 at 7:14 PM, Tomas Henzl the...@redhat.com wrote: On 07/07/2014 03:12 PM, Suresh Thiagarajan wrote: On Thu, Jul 3, 2014 at 2:15 PM, Christoph Hellwig h...@infradead.org wrote: Suresh, do you maintain pm8001 for pmcs now? There have been lots of pm8001 patches on the

Re: [PATCH 1/4] pm8001: clean bitmap management functions

2014-07-03 Thread Christoph Hellwig
Suresh, do you maintain pm8001 for pmcs now? There have been lots of pm8001 patches on the list, many of them with reviews from various people including Jack. I'd be really greatful if someone could collect them and resend them as a single coherent series. Also it the MAINTAINERS information

RE: [PATCH 1/4] pm8001: clean bitmap management functions

2014-07-02 Thread Suresh Thiagarajan
On Thu, Jun 26, 2014 at 8:47 PM, Tomas Henzl the...@redhat.com wrote: In the driver two different functions are used to free the same resource, this patch makes the code easier to read. In addittion to that, some minor optimisations were made too. Signed-off-by: Tomas Henzl the...@redhat.com

[PATCH 1/4] pm8001: clean bitmap management functions

2014-06-26 Thread Tomas Henzl
In the driver two different functions are used to free the same resource, this patch makes the code easier to read. In addittion to that, some minor optimisations were made too. Signed-off-by: Tomas Henzl the...@redhat.com --- drivers/scsi/pm8001/pm8001_hwi.c | 10 +-