diff mbox series

[U-Boot] arm64: versal: Also record versal name to versal fragment

Message ID b517962023edce7befcbf1b7a6de5f86ee7cb2b3.1568186513.git.michal.simek@xilinx.com
State Deferred
Headers show
Series [U-Boot] arm64: versal: Also record versal name to versal fragment | expand

Commit Message

Michal Simek Sept. 11, 2019, 7:21 a.m. UTC
Just to make sure that also drivers with versal name are assigned to proper
fragment.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

Comments

Heinrich Schuchardt Sept. 11, 2019, 7:46 a.m. UTC | #1
On 9/11/19 9:21 AM, Michal Simek wrote:
> Just to make sure that also drivers with versal name are assigned to proper
> fragment.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 08222fd56948..1e51a98924dd 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -403,6 +403,7 @@ M:	Michal Simek <michal.simek@xilinx.com>
>   S:	Maintained
>   T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
>   F:	arch/arm/mach-versal/
> +N:	versal

This as adds you as a second maintainer for
./board/samsung/universal_c210/universal.c currently maintained by
Jaehoon Chung <jh80.chung@samsung.com>. Is this your intention?

Best regards

Heinrich

>
>   ARM VERSATILE EXPRESS DRIVERS
>   M:	Liviu Dudau <liviu.dudau@foss.arm.com>
>
Michal Simek Sept. 11, 2019, 8:03 a.m. UTC | #2
On 11. 09. 19 9:46, Heinrich Schuchardt wrote:
> On 9/11/19 9:21 AM, Michal Simek wrote:
>> Just to make sure that also drivers with versal name are assigned to
>> proper
>> fragment.
>>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>> ---
>>
>>   MAINTAINERS | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 08222fd56948..1e51a98924dd 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -403,6 +403,7 @@ M:    Michal Simek <michal.simek@xilinx.com>
>>   S:    Maintained
>>   T:    git
>> https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
>>   F:    arch/arm/mach-versal/
>> +N:    versal
> 
> This as adds you as a second maintainer for
> ./board/samsung/universal_c210/universal.c currently maintained by
> Jaehoon Chung <jh80.chung@samsung.com>. Is this your intention?

it is not intention.
What about this?
+N:     (?<!uni)versal

Thanks,
Michal
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 08222fd56948..1e51a98924dd 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -403,6 +403,7 @@  M:	Michal Simek <michal.simek@xilinx.com>
 S:	Maintained
 T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze.git
 F:	arch/arm/mach-versal/
+N:	versal
 
 ARM VERSATILE EXPRESS DRIVERS
 M:	Liviu Dudau <liviu.dudau@foss.arm.com>