* Re: Siemens sx1: merge framebuffer support [not found] ` <ce55079f0611202306l3cd57e48t68fe28e7e076d39a@mail.gmail.com> @ 2006-11-21 15:04 ` James Simmons 2006-11-21 15:34 ` Komal Shah 0 siblings, 1 reply; 4+ messages in thread From: James Simmons @ 2006-11-21 15:04 UTC (permalink / raw) To: Vladimir Cc: Tony Lindgren, Linux Fbdev development list, kernel list, Pavel Machek Can you post the framebufer driver to the framebuffer list. We like to do peer review. Thank you :-) On Tue, 21 Nov 2006, Vladimir wrote: > 2006/11/20, Tony Lindgren <tony@atomide.com>: > > * Pavel Machek <pavel@ucw.cz> [061118 18:16]: > > > From: Vladimir Ananiev <vovan888@gmail.com> > > > > > > Framebuffer support for Siemens SX1; this is second big patch. (Third > > > one will be mixer/sound support). Support is simple / pretty minimal, > > > but seems to work okay (and is somehow important for a cell phone :-). > > > > Pushed to linux-omap. I guess you're planning to send the missing > > Kconfig + Makefile patch for this? > > > > Also, it would be better to use omap_mcbsp_xmit_word() or > > omap_mcsbsp_spi_master_xmit_word_poll() instead of OMAP_MCBSP_WRITE as > > it does not do any checking that it worked. The aic23 and tsc2101 > > audio in linux-omap tree in general has the same problem. > > > > Regards, > > > > Tony > > > > Hmm. McBSP3 in SX1 is used in "GPIO mode". The only line used is CLKX, > so I think OMAP_MCBSP_WRITE would be enough. Am I wrong ? > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Siemens sx1: merge framebuffer support 2006-11-21 15:04 ` Siemens sx1: merge framebuffer support James Simmons @ 2006-11-21 15:34 ` Komal Shah 2006-11-21 16:47 ` Tony Lindgren 0 siblings, 1 reply; 4+ messages in thread From: Komal Shah @ 2006-11-21 15:34 UTC (permalink / raw) To: James Simmons Cc: Vladimir, Tony Lindgren, Pavel Machek, kernel list, Linux Fbdev development list On 11/21/06, James Simmons <jsimmons@infradead.org> wrote: > > Can you post the framebufer driver to the framebuffer list. We like to do > peer review. Thank you :-) > > On Tue, 21 Nov 2006, Vladimir wrote: > > > 2006/11/20, Tony Lindgren <tony@atomide.com>: > > > * Pavel Machek <pavel@ucw.cz> [061118 18:16]: > > > > From: Vladimir Ananiev <vovan888@gmail.com> > > > > > > > > Framebuffer support for Siemens SX1; this is second big patch. (Third > > > > one will be mixer/sound support). Support is simple / pretty minimal, > > > > but seems to work okay (and is somehow important for a cell phone :-). > > > > > > Pushed to linux-omap. I guess you're planning to send the missing > > > Kconfig + Makefile patch for this? > > > > > > Also, it would be better to use omap_mcbsp_xmit_word() or > > > omap_mcsbsp_spi_master_xmit_word_poll() instead of OMAP_MCBSP_WRITE as > > > it does not do any checking that it worked. The aic23 and tsc2101 > > > audio in linux-omap tree in general has the same problem. > > > > > > Regards, > > > > > > Tony > > > > > > > Hmm. McBSP3 in SX1 is used in "GPIO mode". The only line used is CLKX, > > so I think OMAP_MCBSP_WRITE would be enough. Am I wrong ? > > - Again, framebuffer support patch is based on the omap framebuffer driver, which is not yet submitted to upstream/fbdevel list. sx1 framebuffer support just fill up the hooks required by -omap fb driver framework. -- ---Komal Shah http://komalshah.blogspot.com ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Siemens sx1: merge framebuffer support 2006-11-21 15:34 ` Komal Shah @ 2006-11-21 16:47 ` Tony Lindgren 2006-11-22 12:08 ` Imre Deák 0 siblings, 1 reply; 4+ messages in thread From: Tony Lindgren @ 2006-11-21 16:47 UTC (permalink / raw) To: Imre Deak, Komal Shah Cc: James Simmons, Vladimir, Pavel Machek, kernel list, Linux Fbdev development list Hi, * Komal Shah <komal.shah802003@gmail.com> [061121 15:35]: > On 11/21/06, James Simmons <jsimmons@infradead.org> wrote: > > > >Can you post the framebufer driver to the framebuffer list. We like to do > >peer review. Thank you :-) It would be nice to get the framebuffer integrated. I think it would be best if Imre submitted the patches as it's mostly his work. Imre, do you have time to send the patches to framebuffer list? If not, I can send them. > >On Tue, 21 Nov 2006, Vladimir wrote: > > > >> 2006/11/20, Tony Lindgren <tony@atomide.com>: > >> > * Pavel Machek <pavel@ucw.cz> [061118 18:16]: > >> > > From: Vladimir Ananiev <vovan888@gmail.com> > >> > > > >> > > Framebuffer support for Siemens SX1; this is second big patch. (Third > >> > > one will be mixer/sound support). Support is simple / pretty minimal, > >> > > but seems to work okay (and is somehow important for a cell phone > >:-). > >> > > >> > Pushed to linux-omap. I guess you're planning to send the missing > >> > Kconfig + Makefile patch for this? > >> > > >> > Also, it would be better to use omap_mcbsp_xmit_word() or > >> > omap_mcsbsp_spi_master_xmit_word_poll() instead of OMAP_MCBSP_WRITE as > >> > it does not do any checking that it worked. The aic23 and tsc2101 > >> > audio in linux-omap tree in general has the same problem. > >> > > >> > Regards, > >> > > >> > Tony > >> > > >> > >> Hmm. McBSP3 in SX1 is used in "GPIO mode". The only line used is CLKX, > >> so I think OMAP_MCBSP_WRITE would be enough. Am I wrong ? > >> - > > Again, framebuffer support patch is based on the omap framebuffer > driver, which is not yet submitted to upstream/fbdevel list. sx1 > framebuffer support just fill up the hooks required by -omap fb driver > framework. Yes, but the framebuffer code is in pretty much ready to be sent upstream :) Regards, Tony ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Siemens sx1: merge framebuffer support 2006-11-21 16:47 ` Tony Lindgren @ 2006-11-22 12:08 ` Imre Deák 0 siblings, 0 replies; 4+ messages in thread From: Imre Deák @ 2006-11-22 12:08 UTC (permalink / raw) To: Tony Lindgren Cc: Imre Deak, Komal Shah, James Simmons, Vladimir, Pavel Machek, kernel list, Linux Fbdev development list Hi Tony and all, On Tue, Nov 21, 2006 at 04:47:25PM +0000, Tony Lindgren wrote: > Hi, > > * Komal Shah <komal.shah802003@gmail.com> [061121 15:35]: > > On 11/21/06, James Simmons <jsimmons@infradead.org> wrote: > > > > > >Can you post the framebufer driver to the framebuffer list. We like to do > > >peer review. Thank you :-) > > It would be nice to get the framebuffer integrated. I think it would be > best if Imre submitted the patches as it's mostly his work. > > Imre, do you have time to send the patches to framebuffer list? If not, > I can send them. Yes, I'm going to post it this week. --Imre > > > >On Tue, 21 Nov 2006, Vladimir wrote: > > > > > >> 2006/11/20, Tony Lindgren <tony@atomide.com>: > > >> > * Pavel Machek <pavel@ucw.cz> [061118 18:16]: > > >> > > From: Vladimir Ananiev <vovan888@gmail.com> > > >> > > > > >> > > Framebuffer support for Siemens SX1; this is second big patch. (Third > > >> > > one will be mixer/sound support). Support is simple / pretty minimal, > > >> > > but seems to work okay (and is somehow important for a cell phone > > >:-). > > >> > > > >> > Pushed to linux-omap. I guess you're planning to send the missing > > >> > Kconfig + Makefile patch for this? > > >> > > > >> > Also, it would be better to use omap_mcbsp_xmit_word() or > > >> > omap_mcsbsp_spi_master_xmit_word_poll() instead of OMAP_MCBSP_WRITE as > > >> > it does not do any checking that it worked. The aic23 and tsc2101 > > >> > audio in linux-omap tree in general has the same problem. > > >> > > > >> > Regards, > > >> > > > >> > Tony > > >> > > > >> > > >> Hmm. McBSP3 in SX1 is used in "GPIO mode". The only line used is CLKX, > > >> so I think OMAP_MCBSP_WRITE would be enough. Am I wrong ? > > >> - > > > > Again, framebuffer support patch is based on the omap framebuffer > > driver, which is not yet submitted to upstream/fbdevel list. sx1 > > framebuffer support just fill up the hooks required by -omap fb driver > > framework. > > Yes, but the framebuffer code is in pretty much ready to be sent > upstream :) > > Regards, > > Tony ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2006-11-22 12:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20061118181607.GA15275@elf.ucw.cz>
[not found] ` <20061120190404.GD4597@atomide.com>
[not found] ` <ce55079f0611202306l3cd57e48t68fe28e7e076d39a@mail.gmail.com>
2006-11-21 15:04 ` Siemens sx1: merge framebuffer support James Simmons
2006-11-21 15:34 ` Komal Shah
2006-11-21 16:47 ` Tony Lindgren
2006-11-22 12:08 ` Imre Deák
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).