* [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files
@ 2016-11-25 17:47 Jagan Teki
2016-12-01 12:47 ` Jagan Teki
0 siblings, 1 reply; 5+ messages in thread
From: Jagan Teki @ 2016-11-25 17:47 UTC (permalink / raw)
To: u-boot
Replace arch/arm/cpu/armv7/socfpga/ path with
arch/arm/mach-socfpga/ and removed board file path
since board/altera has different boards with relevant
board maintainers.
Cc: Marek Vasut <marex@denx.de>
Signed-off-by: Jagan Teki <jagan@openedev.com>
---
MAINTAINERS | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 48d4cec..387b40b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -69,8 +69,7 @@ ARM ALTERA SOCFPGA
M: Marek Vasut <marex@denx.de>
S: Maintainted
T: git git://git.denx.de/u-boot-socfpga.git
-F: arch/arm/cpu/armv7/socfpga/
-F: board/altera/socfpga/
+F: arch/arm/mach-socfpga/
ARM ATMEL AT91
M: Andreas Bie?mann <andreas@biessmann.org>
--
1.9.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files
2016-11-25 17:47 [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files Jagan Teki
@ 2016-12-01 12:47 ` Jagan Teki
2016-12-01 13:16 ` Marek Vasut
0 siblings, 1 reply; 5+ messages in thread
From: Jagan Teki @ 2016-12-01 12:47 UTC (permalink / raw)
To: u-boot
On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki <jagan@openedev.com> wrote:
> Replace arch/arm/cpu/armv7/socfpga/ path with
> arch/arm/mach-socfpga/ and removed board file path
> since board/altera has different boards with relevant
> board maintainers.
>
> Cc: Marek Vasut <marex@denx.de>
> Signed-off-by: Jagan Teki <jagan@openedev.com>
> ---
> MAINTAINERS | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 48d4cec..387b40b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -69,8 +69,7 @@ ARM ALTERA SOCFPGA
> M: Marek Vasut <marex@denx.de>
> S: Maintainted
> T: git git://git.denx.de/u-boot-socfpga.git
> -F: arch/arm/cpu/armv7/socfpga/
> -F: board/altera/socfpga/
> +F: arch/arm/mach-socfpga/
>
> ARM ATMEL AT91
> M: Andreas Bie?mann <andreas@biessmann.org>
If it look ok, please apply.
thanks!
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files
2016-12-01 12:47 ` Jagan Teki
@ 2016-12-01 13:16 ` Marek Vasut
2016-12-01 17:50 ` Jagan Teki
0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2016-12-01 13:16 UTC (permalink / raw)
To: u-boot
On 12/01/2016 01:47 PM, Jagan Teki wrote:
> On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki <jagan@openedev.com> wrote:
>> Replace arch/arm/cpu/armv7/socfpga/ path with
>> arch/arm/mach-socfpga/ and removed board file path
>> since board/altera has different boards with relevant
>> board maintainers.
>>
>> Cc: Marek Vasut <marex@denx.de>
>> Signed-off-by: Jagan Teki <jagan@openedev.com>
>> ---
>> MAINTAINERS | 3 +--
>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 48d4cec..387b40b 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -69,8 +69,7 @@ ARM ALTERA SOCFPGA
>> M: Marek Vasut <marex@denx.de>
>> S: Maintainted
>> T: git git://git.denx.de/u-boot-socfpga.git
>> -F: arch/arm/cpu/armv7/socfpga/
>> -F: board/altera/socfpga/
>> +F: arch/arm/mach-socfpga/
>>
>> ARM ATMEL AT91
>> M: Andreas Bie?mann <andreas@biessmann.org>
>
> If it look ok, please apply.
Did you bother looking into u-boot-socfpga/master ?
It has been applied for a while and updated recently ...
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files
2016-12-01 13:16 ` Marek Vasut
@ 2016-12-01 17:50 ` Jagan Teki
2016-12-01 17:59 ` Marek Vasut
0 siblings, 1 reply; 5+ messages in thread
From: Jagan Teki @ 2016-12-01 17:50 UTC (permalink / raw)
To: u-boot
On Thu, Dec 1, 2016 at 6:46 PM, Marek Vasut <marex@denx.de> wrote:
> On 12/01/2016 01:47 PM, Jagan Teki wrote:
>> On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki <jagan@openedev.com> wrote:
>>> Replace arch/arm/cpu/armv7/socfpga/ path with
>>> arch/arm/mach-socfpga/ and removed board file path
>>> since board/altera has different boards with relevant
>>> board maintainers.
>>>
>>> Cc: Marek Vasut <marex@denx.de>
>>> Signed-off-by: Jagan Teki <jagan@openedev.com>
>>> ---
>>> MAINTAINERS | 3 +--
>>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>>
>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>> index 48d4cec..387b40b 100644
>>> --- a/MAINTAINERS
>>> +++ b/MAINTAINERS
>>> @@ -69,8 +69,7 @@ ARM ALTERA SOCFPGA
>>> M: Marek Vasut <marex@denx.de>
>>> S: Maintainted
>>> T: git git://git.denx.de/u-boot-socfpga.git
>>> -F: arch/arm/cpu/armv7/socfpga/
>>> -F: board/altera/socfpga/
>>> +F: arch/arm/mach-socfpga/
>>>
>>> ARM ATMEL AT91
>>> M: Andreas Bie?mann <andreas@biessmann.org>
>>
>> If it look ok, please apply.
>
> Did you bother looking into u-boot-socfpga/master ?
> It has been applied for a while and updated recently ...
Where exactly, I couldn't find MAINTAINERS files updated with this
change [1] on u-boot-socfpga/master
[1] http://git.denx.de/?p=u-boot-socfpga.git;a=blob;f=MAINTAINERS;h=a1a8e064689fd1e462bce3e356c0f6aa62b0346f;hb=643f8d4c07788f28ad283e3fcb29d88a4b16a4be
--
Jagan Teki
Free Software Engineer | www.openedev.com
U-Boot, Linux | Upstream Maintainer
Hyderabad, India.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files
2016-12-01 17:50 ` Jagan Teki
@ 2016-12-01 17:59 ` Marek Vasut
0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2016-12-01 17:59 UTC (permalink / raw)
To: u-boot
On 12/01/2016 06:50 PM, Jagan Teki wrote:
> On Thu, Dec 1, 2016 at 6:46 PM, Marek Vasut <marex@denx.de> wrote:
>> On 12/01/2016 01:47 PM, Jagan Teki wrote:
>>> On Fri, Nov 25, 2016 at 11:17 PM, Jagan Teki <jagan@openedev.com> wrote:
>>>> Replace arch/arm/cpu/armv7/socfpga/ path with
>>>> arch/arm/mach-socfpga/ and removed board file path
>>>> since board/altera has different boards with relevant
>>>> board maintainers.
>>>>
>>>> Cc: Marek Vasut <marex@denx.de>
>>>> Signed-off-by: Jagan Teki <jagan@openedev.com>
>>>> ---
>>>> MAINTAINERS | 3 +--
>>>> 1 file changed, 1 insertion(+), 2 deletions(-)
>>>>
>>>> diff --git a/MAINTAINERS b/MAINTAINERS
>>>> index 48d4cec..387b40b 100644
>>>> --- a/MAINTAINERS
>>>> +++ b/MAINTAINERS
>>>> @@ -69,8 +69,7 @@ ARM ALTERA SOCFPGA
>>>> M: Marek Vasut <marex@denx.de>
>>>> S: Maintainted
>>>> T: git git://git.denx.de/u-boot-socfpga.git
>>>> -F: arch/arm/cpu/armv7/socfpga/
>>>> -F: board/altera/socfpga/
>>>> +F: arch/arm/mach-socfpga/
>>>>
>>>> ARM ATMEL AT91
>>>> M: Andreas Bie?mann <andreas@biessmann.org>
>>>
>>> If it look ok, please apply.
>>
>> Did you bother looking into u-boot-socfpga/master ?
>> It has been applied for a while and updated recently ...
>
>
> Where exactly, I couldn't find MAINTAINERS files updated with this
> change [1] on u-boot-socfpga/master
Should be there now.
--
Best regards,
Marek Vasut
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-12-01 17:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-25 17:47 [U-Boot] [PATCH] MAINTAINERS: Fix ALTERA SOCFPGA Files Jagan Teki
2016-12-01 12:47 ` Jagan Teki
2016-12-01 13:16 ` Marek Vasut
2016-12-01 17:50 ` Jagan Teki
2016-12-01 17:59 ` Marek Vasut
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox