linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] MAINTAINERS: Add Hans de Goede as ahci-platform maintainer
@ 2014-07-14 13:22 Hans de Goede
  2014-07-14 13:22 ` Hans de Goede
  0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2014-07-14 13:22 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide

Hi Tejun,

I just realized that I forgot to add a F: for drivers/ata/libahci_platform.c
in my previous version of this patch, please use this v2 instead.

Thanks & Regards,

Hans


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2] MAINTAINERS: Add Hans de Goede as ahci-platform maintainer
  2014-07-14 13:22 [PATCH v2] MAINTAINERS: Add Hans de Goede as ahci-platform maintainer Hans de Goede
@ 2014-07-14 13:22 ` Hans de Goede
  2014-07-14 13:26   ` Sergei Shtylyov
  0 siblings, 1 reply; 4+ messages in thread
From: Hans de Goede @ 2014-07-14 13:22 UTC (permalink / raw)
  To: Tejun Heo; +Cc: linux-ide, Hans de Goede

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 MAINTAINERS | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6813d0a..5396f54 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8007,6 +8007,15 @@ F:	drivers/ata/
 F:	include/linux/ata.h
 F:	include/linux/libata.h
 
+SERIAL ATA AHCI PLATFORM devices support
+M:	Hans de Goede <hdegoede@redhat.com>
+M:	Tejun Heo <tj@kernel.org>
+L:	linux-ide@vger.kernel.org
+T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
+S:	Supported
+F:	drivers/ata/ahci_platform.c
+F:	drivers/ata/libahci_platform.c
+
 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
 M:	Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
 L:	linux-scsi@vger.kernel.org
-- 
2.0.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Add Hans de Goede as ahci-platform maintainer
  2014-07-14 13:22 ` Hans de Goede
@ 2014-07-14 13:26   ` Sergei Shtylyov
  2014-07-14 13:38     ` Hans de Goede
  0 siblings, 1 reply; 4+ messages in thread
From: Sergei Shtylyov @ 2014-07-14 13:26 UTC (permalink / raw)
  To: Hans de Goede, Tejun Heo; +Cc: linux-ide

Hello.

On 07/14/2014 05:22 PM, Hans de Goede wrote:

> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
> ---
>   MAINTAINERS | 9 +++++++++
>   1 file changed, 9 insertions(+)

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6813d0a..5396f54 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8007,6 +8007,15 @@ F:	drivers/ata/
>   F:	include/linux/ata.h
>   F:	include/linux/libata.h
>
> +SERIAL ATA AHCI PLATFORM devices support
> +M:	Hans de Goede <hdegoede@redhat.com>
> +M:	Tejun Heo <tj@kernel.org>
> +L:	linux-ide@vger.kernel.org
> +T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
> +S:	Supported
> +F:	drivers/ata/ahci_platform.c
> +F:	drivers/ata/libahci_platform.c

    You've also missed include/linux/ahci_platform.h

WBR, Sergei


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] MAINTAINERS: Add Hans de Goede as ahci-platform maintainer
  2014-07-14 13:26   ` Sergei Shtylyov
@ 2014-07-14 13:38     ` Hans de Goede
  0 siblings, 0 replies; 4+ messages in thread
From: Hans de Goede @ 2014-07-14 13:38 UTC (permalink / raw)
  To: Sergei Shtylyov, Tejun Heo; +Cc: linux-ide

Hi,

On 07/14/2014 03:26 PM, Sergei Shtylyov wrote:
> Hello.
> 
> On 07/14/2014 05:22 PM, Hans de Goede wrote:
> 
>> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
>> ---
>>   MAINTAINERS | 9 +++++++++
>>   1 file changed, 9 insertions(+)
> 
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 6813d0a..5396f54 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -8007,6 +8007,15 @@ F:    drivers/ata/
>>   F:    include/linux/ata.h
>>   F:    include/linux/libata.h
>>
>> +SERIAL ATA AHCI PLATFORM devices support
>> +M:    Hans de Goede <hdegoede@redhat.com>
>> +M:    Tejun Heo <tj@kernel.org>
>> +L:    linux-ide@vger.kernel.org
>> +T:    git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
>> +S:    Supported
>> +F:    drivers/ata/ahci_platform.c
>> +F:    drivers/ata/libahci_platform.c
> 
>    You've also missed include/linux/ahci_platform.h

Thanks, my bad. V3 coming up. Who knew adding a MAINTAINERS entry
could be so hard :)

Regards,

Hans

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-14 13:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-14 13:22 [PATCH v2] MAINTAINERS: Add Hans de Goede as ahci-platform maintainer Hans de Goede
2014-07-14 13:22 ` Hans de Goede
2014-07-14 13:26   ` Sergei Shtylyov
2014-07-14 13:38     ` Hans de Goede

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).