* [PATCH] i2c: xiic: Record xilinx i2c with Zynq fragment
@ 2018-09-07 6:02 Michal Simek
2018-09-07 10:34 ` Wolfram Sang
2018-09-07 11:17 ` Wolfram Sang
0 siblings, 2 replies; 4+ messages in thread
From: Michal Simek @ 2018-09-07 6:02 UTC (permalink / raw)
To: linux-kernel, monstr, linux-i2c, wsa
Cc: David S. Miller, Heiko Schocher, Mauro Carvalho Chehab, u-boot,
Arnd Bergmann, Greg Kroah-Hartman, Andrew Morton
Include xilinx soft i2c controller to Zynq fragment to make clear who is
responsible for it.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---
Normally we are handling all these drivers via one fragment to make sure
that there is only one central contact. Another reason is that people are
changing and their responsibility is moving time to time.
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 9ad052aeac39..d870cb57c887 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -2311,6 +2311,7 @@ F: drivers/clocksource/cadence_ttc_timer.c
F: drivers/i2c/busses/i2c-cadence.c
F: drivers/mmc/host/sdhci-of-arasan.c
F: drivers/edac/synopsys_edac.c
+F: drivers/i2c/busses/i2c-xiic.c
ARM64 PORT (AARCH64 ARCHITECTURE)
M: Catalin Marinas <catalin.marinas@arm.com>
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] i2c: xiic: Record xilinx i2c with Zynq fragment
2018-09-07 6:02 [PATCH] i2c: xiic: Record xilinx i2c with Zynq fragment Michal Simek
@ 2018-09-07 10:34 ` Wolfram Sang
2018-09-07 10:57 ` Michal Simek
2018-09-07 11:17 ` Wolfram Sang
1 sibling, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2018-09-07 10:34 UTC (permalink / raw)
To: Michal Simek
Cc: linux-kernel, monstr, linux-i2c, David S. Miller, Heiko Schocher,
Mauro Carvalho Chehab, u-boot, Arnd Bergmann, Greg Kroah-Hartman,
Andrew Morton
[-- Attachment #1: Type: text/plain, Size: 1194 bytes --]
On Fri, Sep 07, 2018 at 08:02:05AM +0200, Michal Simek wrote:
> Include xilinx soft i2c controller to Zynq fragment to make clear who is
> responsible for it.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Cool, thanks!
> ---
>
> Normally we are handling all these drivers via one fragment to make sure
> that there is only one central contact. Another reason is that people are
> changing and their responsibility is moving time to time.
This is fine with me, but what about sorting the entries? I don't care
much because it is "your" entry, yet I thought I mention it. Let me know
if I should apply this as-is nonetheless.
>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 9ad052aeac39..d870cb57c887 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -2311,6 +2311,7 @@ F: drivers/clocksource/cadence_ttc_timer.c
> F: drivers/i2c/busses/i2c-cadence.c
> F: drivers/mmc/host/sdhci-of-arasan.c
> F: drivers/edac/synopsys_edac.c
> +F: drivers/i2c/busses/i2c-xiic.c
>
> ARM64 PORT (AARCH64 ARCHITECTURE)
> M: Catalin Marinas <catalin.marinas@arm.com>
> --
> 1.9.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] i2c: xiic: Record xilinx i2c with Zynq fragment
2018-09-07 10:34 ` Wolfram Sang
@ 2018-09-07 10:57 ` Michal Simek
0 siblings, 0 replies; 4+ messages in thread
From: Michal Simek @ 2018-09-07 10:57 UTC (permalink / raw)
To: Wolfram Sang, Michal Simek
Cc: linux-kernel, monstr, linux-i2c, David S. Miller, Heiko Schocher,
Mauro Carvalho Chehab, u-boot, Arnd Bergmann, Greg Kroah-Hartman,
Andrew Morton
On 7.9.2018 12:34, Wolfram Sang wrote:
> On Fri, Sep 07, 2018 at 08:02:05AM +0200, Michal Simek wrote:
>> Include xilinx soft i2c controller to Zynq fragment to make clear who is
>> responsible for it.
>>
>> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
>
> Cool, thanks!
>
>> ---
>>
>> Normally we are handling all these drivers via one fragment to make sure
>> that there is only one central contact. Another reason is that people are
>> changing and their responsibility is moving time to time.
>
> This is fine with me, but what about sorting the entries? I don't care
> much because it is "your" entry, yet I thought I mention it. Let me know
> if I should apply this as-is nonetheless.
It is not sorted even now that's why not big deal. I can sort it later
with this included.
Thanks,
Michal
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] i2c: xiic: Record xilinx i2c with Zynq fragment
2018-09-07 6:02 [PATCH] i2c: xiic: Record xilinx i2c with Zynq fragment Michal Simek
2018-09-07 10:34 ` Wolfram Sang
@ 2018-09-07 11:17 ` Wolfram Sang
1 sibling, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2018-09-07 11:17 UTC (permalink / raw)
To: Michal Simek
Cc: linux-kernel, monstr, linux-i2c, David S. Miller, Heiko Schocher,
Mauro Carvalho Chehab, u-boot, Arnd Bergmann, Greg Kroah-Hartman,
Andrew Morton
[-- Attachment #1: Type: text/plain, Size: 260 bytes --]
On Fri, Sep 07, 2018 at 08:02:05AM +0200, Michal Simek wrote:
> Include xilinx soft i2c controller to Zynq fragment to make clear who is
> responsible for it.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Applied to for-current, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-09-07 11:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-07 6:02 [PATCH] i2c: xiic: Record xilinx i2c with Zynq fragment Michal Simek
2018-09-07 10:34 ` Wolfram Sang
2018-09-07 10:57 ` Michal Simek
2018-09-07 11:17 ` Wolfram Sang
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).