* fb driver for logiCVC
@ 2013-05-14 9:54 Davor Joja
2013-05-15 16:41 ` Bruno Prémont
0 siblings, 1 reply; 6+ messages in thread
From: Davor Joja @ 2013-05-14 9:54 UTC (permalink / raw)
To: linux-kernel
Hello,
Can I get suggestion how to send driver to this list which consists of
several files and folders, as one (big) patch or as described in
"how-to" as link to some ftp or git?
My previous mail has not been replied, because of link to driver or
other issue (tested on kernel 3.8)?
Thanks!
Regards,
Davor
----- Disclaimer -----
This e-mail message and its attachments may contain privileged and/or confidential information. Please do not read the message if You are not its designated recipient. If You have received this message by mistake, please inform its sender and destroy the original message and its attachments without reading or storing of any kind. Any unauthorized use, distribution, reproduction or publication of this message is forbidden.
----- Pravne napomene -----
Ova elektronicka poruka i njeni prilozi mogu sadrzavati povlastene informacije i/ili povjerljive informacije. Molimo Vas da poruku ne citate ako niste njen naznaceni primatelj. Ako ste ovu poruku primili greskom, molimo Vas da o tome obavijestite posiljatelja i da izvornu poruku i njene privitke unistite bez citanja ili bilo kakvog pohranjivanja. Svaka neovlastena upotreba, distribucija, reprodukcija ili priopcavanje ove poruke zabranjena je.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: fb driver for logiCVC
2013-05-14 9:54 fb driver for logiCVC Davor Joja
@ 2013-05-15 16:41 ` Bruno Prémont
2013-05-16 10:35 ` Davor Joja
0 siblings, 1 reply; 6+ messages in thread
From: Bruno Prémont @ 2013-05-15 16:41 UTC (permalink / raw)
To: Davor Joja; +Cc: linux-kernel, linux-fbdev
Hello Davor,
On Tue, 14 May 2013 "Davor Joja" wrote:
> Can I get suggestion how to send driver to this list which consists of
> several files and folders, as one (big) patch or as described in
> "how-to" as link to some ftp or git?
> My previous mail has not been replied, because of link to driver or
> other issue (tested on kernel 3.8)?
You should also send it to linux-fbdev (CCed) so interested people have
a better chance of seeing it (and quoting previous mail below).
If you have a git tree with history it might be nice. Otherwise it's
easier to review if you can split the big-patch into multiple incremental
parts adding some functionality each (that incremental nature would also
be expected from a git tree).
Your tree at https://github.com/logicbricks/linux_kernel looks weird,
you seem to have imported just the subfolders of kernel tree you worked
on instead of cloning e.g. v3.8 release and applying your driver on top
of it. This way it's not possible to merge your tree and it's rather hard
to find out what belongs to your driver or not.
Bruno
On Wed, 08 May 2013 "Davor Joja" wrote:
> I am sending link to frame buffer driver for Xylon "logiCVC" FPGA IP
> core, so I would kindly ask for driver review.
> logiCVC is Configurable Video Controller developed for Xilinx FPGA
> devices.
> logiCVC device together with xylonfb driver is widely used in Xilinx
> Targeted Referent Designs on Zynq SoC platforms (ZC702, ZC706, ZED, TED,
> Xilinx customers and Xilinx university program) and on custom projects
> from Xylon and Xylon customers.
>
> Driver implements platform and open firmware registration types.
> It has built in interface with V4L2 ADV7511 HDMI transmitter driver for
> handling EDID and miscellaneous clock generator SI570 driver.
> I would seek an advice for above mentioned and other issues which will
> get to surface in review.
>
> For now fb driver runs on 3.8 kernel (ARM architecture), and it was
> tested in all its configurations with:
> - Xylon test application
> - fbdev - Frame buffer device test application
> - DirectFB,
> - QT
> - Ubuntu 10.04 (16bpp and 32bpp color depth) Driver build was tested by
> Open Source Technology Center.
>
> Latest driver is available at
> https://github.com/logicbricks/linux_kernel.git under
> "drivers/video/xylon" and "include/linux" "Documentation (xylonfb
> devicetree parameters)"
> It is available on https://github.com/xilinx but not latest version.
>
> I have placed on ftp.logicbricks.com logiCVC datasheet, application
> note, current xylonfb driver user manual and test applications.
> Username: xylonfb
> Password: xylonfb
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: fb driver for logiCVC
2013-05-15 16:41 ` Bruno Prémont
@ 2013-05-16 10:35 ` Davor Joja
2013-05-16 11:23 ` Geert Uytterhoeven
0 siblings, 1 reply; 6+ messages in thread
From: Davor Joja @ 2013-05-16 10:35 UTC (permalink / raw)
To: Bruno Prémont; +Cc: linux-kernel, linux-fbdev
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 3927 bytes --]
Hello Bruno,
Thank you for the answer!
I did not send it before to linux-fbdev since I thought that it is more likely to get answer at linux-kernel list.
Will do that from now.
Unfortunately, I have this driver on mentioned git only for few weeks, so there is no usable history.
Since this is new driver, tested and functional (on kernel 3.8), without git history as stated above, do you have idea how to break it to smaller pieces? I can only think off as one big patch against 3.8.x version.
That could be accepted for new driver?
You are right about git, it is not organized in standard way.
It is created for our customers to easily get latest drivers for Xylon IP cores because they already know what they need and in which folder to search. Maybe this was not good idea to send that git link for review. Will stitch to patches in the future, even for new drivers.
Regards,
Davor
-----Original Message-----
From: Bruno Prémont [mailto:bonbons@linux-vserver.org]
Sent: Wednesday, May 15, 2013 6:41 PM
To: Davor Joja
Cc: linux-kernel@vger.kernel.org; linux-fbdev@vger.kernel.org
Subject: Re: fb driver for logiCVC
Hello Davor,
On Tue, 14 May 2013 "Davor Joja" wrote:
> Can I get suggestion how to send driver to this list which consists of
> several files and folders, as one (big) patch or as described in
> "how-to" as link to some ftp or git?
> My previous mail has not been replied, because of link to driver or
> other issue (tested on kernel 3.8)?
You should also send it to linux-fbdev (CCed) so interested people have a better chance of seeing it (and quoting previous mail below).
If you have a git tree with history it might be nice. Otherwise it's easier to review if you can split the big-patch into multiple incremental parts adding some functionality each (that incremental nature would also be expected from a git tree).
Your tree at https://github.com/logicbricks/linux_kernel looks weird, you seem to have imported just the subfolders of kernel tree you worked on instead of cloning e.g. v3.8 release and applying your driver on top of it. This way it's not possible to merge your tree and it's rather hard to find out what belongs to your driver or not.
Bruno
On Wed, 08 May 2013 "Davor Joja" wrote:
> I am sending link to frame buffer driver for Xylon "logiCVC" FPGA IP
> core, so I would kindly ask for driver review.
> logiCVC is Configurable Video Controller developed for Xilinx FPGA
> devices.
> logiCVC device together with xylonfb driver is widely used in Xilinx
> Targeted Referent Designs on Zynq SoC platforms (ZC702, ZC706, ZED,
> TED, Xilinx customers and Xilinx university program) and on custom
> projects from Xylon and Xylon customers.
>
> Driver implements platform and open firmware registration types.
> It has built in interface with V4L2 ADV7511 HDMI transmitter driver
> for handling EDID and miscellaneous clock generator SI570 driver.
> I would seek an advice for above mentioned and other issues which will
> get to surface in review.
>
> For now fb driver runs on 3.8 kernel (ARM architecture), and it was
> tested in all its configurations with:
> - Xylon test application
> - fbdev - Frame buffer device test application
> - DirectFB,
> - QT
> - Ubuntu 10.04 (16bpp and 32bpp color depth) Driver build was tested
> by Open Source Technology Center.
>
> Latest driver is available at
> https://github.com/logicbricks/linux_kernel.git under
> "drivers/video/xylon" and "include/linux" "Documentation (xylonfb
> devicetree parameters)"
> It is available on https://github.com/xilinx but not latest version.
>
> I have placed on ftp.logicbricks.com logiCVC datasheet, application
> note, current xylonfb driver user manual and test applications.
> Username: xylonfb
> Password: xylonfb
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: fb driver for logiCVC
2013-05-16 10:35 ` Davor Joja
@ 2013-05-16 11:23 ` Geert Uytterhoeven
2013-05-16 11:51 ` Davor Joja
0 siblings, 1 reply; 6+ messages in thread
From: Geert Uytterhoeven @ 2013-05-16 11:23 UTC (permalink / raw)
To: Davor Joja
Cc: Bruno Prémont, linux-kernel@vger.kernel.org,
Linux Fbdev development list
On Thu, May 16, 2013 at 12:35 PM, Davor Joja <Davor.Joja@logicbricks.com> wrote:
> Unfortunately, I have this driver on mentioned git only for few weeks, so there is no usable history.
> Since this is new driver, tested and functional (on kernel 3.8), without git history as stated above, do you have idea how to break it to smaller pieces? I can only think off as one big patch against 3.8.x version.
> That could be accepted for new driver?
A single patch is OK for a new driver.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 6+ messages in thread* RE: fb driver for logiCVC
2013-05-16 11:23 ` Geert Uytterhoeven
@ 2013-05-16 11:51 ` Davor Joja
0 siblings, 0 replies; 6+ messages in thread
From: Davor Joja @ 2013-05-16 11:51 UTC (permalink / raw)
To: Geert Uytterhoeven
Cc: Bruno Prémont, linux-kernel, Linux Fbdev development list
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset="utf-8", Size: 1316 bytes --]
Thanks Geert!
Regards,
Davor
-----Original Message-----
From: geert.uytterhoeven@gmail.com [mailto:geert.uytterhoeven@gmail.com] On Behalf Of Geert Uytterhoeven
Sent: Thursday, May 16, 2013 1:23 PM
To: Davor Joja
Cc: Bruno Prémont; linux-kernel@vger.kernel.org; Linux Fbdev development list
Subject: Re: fb driver for logiCVC
On Thu, May 16, 2013 at 12:35 PM, Davor Joja <Davor.Joja@logicbricks.com> wrote:
> Unfortunately, I have this driver on mentioned git only for few weeks, so there is no usable history.
> Since this is new driver, tested and functional (on kernel 3.8), without git history as stated above, do you have idea how to break it to smaller pieces? I can only think off as one big patch against 3.8.x version.
> That could be accepted for new driver?
A single patch is OK for a new driver.
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
^ permalink raw reply [flat|nested] 6+ messages in thread
* fb driver for logiCVC
@ 2013-05-08 17:36 Davor Joja
0 siblings, 0 replies; 6+ messages in thread
From: Davor Joja @ 2013-05-08 17:36 UTC (permalink / raw)
To: linux-kernel
Hello,
I am sending link to frame buffer driver for Xylon "logiCVC" FPGA IP
core, so I would kindly ask for driver review.
logiCVC is Configurable Video Controller developed for Xilinx FPGA
devices.
logiCVC device together with xylonfb driver is widely used in Xilinx
Targeted Referent Designs on Zynq SoC platforms (ZC702, ZC706, ZED, TED,
Xilinx customers and Xilinx university program) and on custom projects
from Xylon and Xylon customers.
Driver implements platform and open firmware registration types.
It has built in interface with V4L2 ADV7511 HDMI transmitter driver for
handling EDID and miscellaneous clock generator SI570 driver.
I would seek an advice for above mentioned and other issues which will
get to surface in review.
For now fb driver runs on 3.8 kernel (ARM architecture), and it was
tested in all its configurations with:
- Xylon test application
- fbdev - Frame buffer device test application
- DirectFB,
- QT
- Ubuntu 10.04 (16bpp and 32bpp color depth) Driver build was tested by
Open Source Technology Center.
Latest driver is available at
https://github.com/logicbricks/linux_kernel.git under
"drivers/video/xylon" and "include/linux" "Documentation (xylonfb
devicetree parameters)"
It is available on https://github.com/xilinx but not latest version.
I have placed on ftp.logicbricks.com logiCVC datasheet, application
note, current xylonfb driver user manual and test applications.
Username: xylonfb
Password: xylonfb
Regards,
Davor Joja
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-05-16 11:52 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-14 9:54 fb driver for logiCVC Davor Joja
2013-05-15 16:41 ` Bruno Prémont
2013-05-16 10:35 ` Davor Joja
2013-05-16 11:23 ` Geert Uytterhoeven
2013-05-16 11:51 ` Davor Joja
-- strict thread matches above, loose matches on Subject: below --
2013-05-08 17:36 Davor Joja
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox