All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: update entry for ARM TI
@ 2020-03-16  6:49 Lokesh Vutla
  2020-03-16 11:19 ` Vignesh Raghavendra
  0 siblings, 1 reply; 3+ messages in thread
From: Lokesh Vutla @ 2020-03-16  6:49 UTC (permalink / raw)
  To: u-boot

Add all TI specific drivers, include, arch files under ARM TI entry.
Driver files are added only if there is no entry for the specific
subsystem in MAINTAINERS file.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
---
 MAINTAINERS | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 92dda40a85..4b86fea782 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -423,8 +423,32 @@ T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
 F:	arch/arm/mach-davinci/
 F:	arch/arm/mach-k3/
 F:	arch/arm/mach-keystone/
+F:	arch/arm/mach-omap2/
 F:	arch/arm/include/asm/arch-omap*/
 F:	arch/arm/include/asm/ti-common/
+F:	board/ti/
+F:	drivers/firmware/ti_sci.*
+F:	drivers/gpio/omap_gpio.c
+F:	drivers/memory/ti-aemif.c
+F:	drivers/misc/k3_avs.c
+F:	drivers/mailbox/k3-sec-procy.c
+F:	drivers/pci/pcie_dw_ti.c
+F:	drivers/phy/keystone-usb-phy.c
+F:	drivers/phy/omap-usb2-phy.c
+F:	drivers/phy/phy-ti-am654.c
+F:	drivers/phy/ti-pipe3-phy.c
+F:	drivers/ram/k3*
+F:	drivers/remoteproc/k3_system_controller.c
+F:	drivers/remoteproc/ti*
+F:	drivers/reset/reset-ti-sci.c
+F:	drivers/rtc/davinci.c
+F:	drivers/serial/serial_omap.c
+F:	drivers/soc/ti/
+F:	drivers/sysreset/sysreset-ti-sci.c
+F:	drivers/thermal/ti-bandgap.c
+F:	drivers/timer/omap-timer.c
+F:	drivers/watchdog/omap_wdt.c
+F:	include/linux/soc/ti/
 
 ARM U8500
 M:	Stephan Gerhold <stephan@gerhold.net>
-- 
2.23.0

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

* [PATCH] MAINTAINERS: update entry for ARM TI
  2020-03-16  6:49 [PATCH] MAINTAINERS: update entry for ARM TI Lokesh Vutla
@ 2020-03-16 11:19 ` Vignesh Raghavendra
  2020-03-16 14:21   ` Lokesh Vutla
  0 siblings, 1 reply; 3+ messages in thread
From: Vignesh Raghavendra @ 2020-03-16 11:19 UTC (permalink / raw)
  To: u-boot



On 16/03/20 12:19 pm, Lokesh Vutla wrote:
> Add all TI specific drivers, include, arch files under ARM TI entry.
> Driver files are added only if there is no entry for the specific
> subsystem in MAINTAINERS file.
> 
> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
> ---
>  MAINTAINERS | 24 ++++++++++++++++++++++++
>  1 file changed, 24 insertions(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 92dda40a85..4b86fea782 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -423,8 +423,32 @@ T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
>  F:	arch/arm/mach-davinci/
>  F:	arch/arm/mach-k3/
>  F:	arch/arm/mach-keystone/
> +F:	arch/arm/mach-omap2/
>  F:	arch/arm/include/asm/arch-omap*/
>  F:	arch/arm/include/asm/ti-common/
> +F:	board/ti/

Could you add drivers/dma/ti/

> +F:	drivers/firmware/ti_sci.*
> +F:	drivers/gpio/omap_gpio.c
> +F:	drivers/memory/ti-aemif.c
> +F:	drivers/misc/k3_avs.c
> +F:	drivers/mailbox/k3-sec-procy.c
> +F:	drivers/pci/pcie_dw_ti.c
> +F:	drivers/phy/keystone-usb-phy.c
> +F:	drivers/phy/omap-usb2-phy.c
> +F:	drivers/phy/phy-ti-am654.c
> +F:	drivers/phy/ti-pipe3-phy.c
> +F:	drivers/ram/k3*
> +F:	drivers/remoteproc/k3_system_controller.c
> +F:	drivers/remoteproc/ti*
> +F:	drivers/reset/reset-ti-sci.c
> +F:	drivers/rtc/davinci.c
> +F:	drivers/serial/serial_omap.c
> +F:	drivers/soc/ti/
> +F:	drivers/sysreset/sysreset-ti-sci.c
> +F:	drivers/thermal/ti-bandgap.c
> +F:	drivers/timer/omap-timer.c
> +F:	drivers/watchdog/omap_wdt.c
> +F:	include/linux/soc/ti/
>  
>  ARM U8500
>  M:	Stephan Gerhold <stephan@gerhold.net>
> 

-- 
Regards
Vignesh

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

* [PATCH] MAINTAINERS: update entry for ARM TI
  2020-03-16 11:19 ` Vignesh Raghavendra
@ 2020-03-16 14:21   ` Lokesh Vutla
  0 siblings, 0 replies; 3+ messages in thread
From: Lokesh Vutla @ 2020-03-16 14:21 UTC (permalink / raw)
  To: u-boot



On 16/03/20 4:49 PM, Vignesh Raghavendra wrote:
> 
> 
> On 16/03/20 12:19 pm, Lokesh Vutla wrote:
>> Add all TI specific drivers, include, arch files under ARM TI entry.
>> Driver files are added only if there is no entry for the specific
>> subsystem in MAINTAINERS file.
>>
>> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
>> ---
>>  MAINTAINERS | 24 ++++++++++++++++++++++++
>>  1 file changed, 24 insertions(+)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 92dda40a85..4b86fea782 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -423,8 +423,32 @@ T:	git https://gitlab.denx.de/u-boot/custodians/u-boot-ti.git
>>  F:	arch/arm/mach-davinci/
>>  F:	arch/arm/mach-k3/
>>  F:	arch/arm/mach-keystone/
>> +F:	arch/arm/mach-omap2/
>>  F:	arch/arm/include/asm/arch-omap*/
>>  F:	arch/arm/include/asm/ti-common/
>> +F:	board/ti/
> 
> Could you add drivers/dma/ti/


Sure, will add it in v2.

Thanks and regards,
Lokesh

> 
>> +F:	drivers/firmware/ti_sci.*
>> +F:	drivers/gpio/omap_gpio.c
>> +F:	drivers/memory/ti-aemif.c
>> +F:	drivers/misc/k3_avs.c
>> +F:	drivers/mailbox/k3-sec-procy.c
>> +F:	drivers/pci/pcie_dw_ti.c
>> +F:	drivers/phy/keystone-usb-phy.c
>> +F:	drivers/phy/omap-usb2-phy.c
>> +F:	drivers/phy/phy-ti-am654.c
>> +F:	drivers/phy/ti-pipe3-phy.c
>> +F:	drivers/ram/k3*
>> +F:	drivers/remoteproc/k3_system_controller.c
>> +F:	drivers/remoteproc/ti*
>> +F:	drivers/reset/reset-ti-sci.c
>> +F:	drivers/rtc/davinci.c
>> +F:	drivers/serial/serial_omap.c
>> +F:	drivers/soc/ti/
>> +F:	drivers/sysreset/sysreset-ti-sci.c
>> +F:	drivers/thermal/ti-bandgap.c
>> +F:	drivers/timer/omap-timer.c
>> +F:	drivers/watchdog/omap_wdt.c
>> +F:	include/linux/soc/ti/
>>  
>>  ARM U8500
>>  M:	Stephan Gerhold <stephan@gerhold.net>
>>
> 

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

end of thread, other threads:[~2020-03-16 14:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-16  6:49 [PATCH] MAINTAINERS: update entry for ARM TI Lokesh Vutla
2020-03-16 11:19 ` Vignesh Raghavendra
2020-03-16 14:21   ` Lokesh Vutla

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.