* ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE - patch proposal: for ep9302 i2c support is not enabled in kernel - submit patch to enable it & merge it in the newer kernels
@ 2012-06-09 12:37 Todor Colov
2012-06-10 0:15 ` Ryan Mallon
0 siblings, 1 reply; 2+ messages in thread
From: Todor Colov @ 2012-06-09 12:37 UTC (permalink / raw)
To: linux-arm-kernel
Dear all,
I'm contacting you as your are the offical maintainers of "ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE "
For ep9302 sub-architecture "i2c" support is not enabled in the recet kernels. i2c support is needed when external RTC are used.
Here you can find possibe patch to enable it ( also attached ): Please validate it and submit it for merge in the newer kernels:
[root at FC9 linux-3.4]# diff -u arch/arm/mach-ep93xx/edb93xx.c arch/arm/mach-ep93xx/edb93xx-i2c-ep9302-enabled.c
--- arch/arm/mach-ep93xx/edb93xx.c
2012-05-21 01:29:13.000000000 +0300
+++ arch/arm/mach-ep93xx/edb93xx-i2c-ep9302-enabled.c
2012-06-09 15:24:23.217996476 +0300
@@ -91,7 +91,7 @@
ep93xx_register_i2c(&edb93xx_i2c_gpio_data,
edb93xxa_i2c_board_info,
ARRAY_SIZE(edb93xxa_i2c_board_info));
-
} else if (machine_is_edb9307() || machine_is_edb9312() ||
+
} else if ( machine_is_edb9302() || machine_is_edb9307() || machine_is_edb9312() ||
machine_is_edb9315()) {
ep93xx_register_i2c(&edb93xx_i2c_gpio_data,
edb93xx_i2c_board_info,
Thanks,
Todor Colov
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120609/6ff216ac/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: edb93xx-i2c-ep9302-enable.patch
Type: application/octet-stream
Size: 563 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20120609/6ff216ac/attachment.obj>
^ permalink raw reply [flat|nested] 2+ messages in thread
* ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE - patch proposal: for ep9302 i2c support is not enabled in kernel - submit patch to enable it & merge it in the newer kernels
2012-06-09 12:37 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE - patch proposal: for ep9302 i2c support is not enabled in kernel - submit patch to enable it & merge it in the newer kernels Todor Colov
@ 2012-06-10 0:15 ` Ryan Mallon
0 siblings, 0 replies; 2+ messages in thread
From: Ryan Mallon @ 2012-06-10 0:15 UTC (permalink / raw)
To: linux-arm-kernel
On 09/06/12 22:37, Todor Colov wrote:
>
> Dear all,
>
> I'm contacting you as your are the offical maintainers of "ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE "
>
> For ep9302 sub-architecture "i2c" support is not enabled in the recet kernels. i2c support is needed when external RTC are used.
>
Hi Todor,
Thanks for the patch. I need a signed-off-by line from you before I can apply this though. Something like:
Signed-off-by: Todor Colov <todorcolov@abv.bg>
For future reference, please read Documentation/SubmittingPatches. Your email should have a subject line like "[PATCH] arm: ep93xx: Enable i2c support for ep9302" and you should have a description of what the patch does, followed by your signed-off-by, followed by the patch (in line in the email, no attachments).
For this patch, if you just send me the signed-off-by line you would like to use I will fix up the rest.
Thanks,
~Ryan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-06-10 0:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-09 12:37 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE - patch proposal: for ep9302 i2c support is not enabled in kernel - submit patch to enable it & merge it in the newer kernels Todor Colov
2012-06-10 0:15 ` Ryan Mallon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox