linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* imx53
@ 2012-01-18 15:39 David H. Lynch Jr.
  2012-01-18 19:57 ` imx53 Fabio Estevam
  0 siblings, 1 reply; 5+ messages in thread
From: David H. Lynch Jr. @ 2012-01-18 15:39 UTC (permalink / raw)
  To: linux-arm-kernel

Where would I look for the appropriate git kernel source tree that is 
being used for i.MX53 development feeding the distribution kernel ?





-- 
Dave Lynch 					  	    DLA Systems
Software Development:  				         Embedded Linux
717.587.7774 	       dhlii at dlasys.net 	  http://www.dlasys.net
Over 25 years' experience in platforms, languages, and technologies too numerous to list.

"Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction."
Albert Einstein

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

* imx53
  2012-01-18 15:39 imx53 David H. Lynch Jr.
@ 2012-01-18 19:57 ` Fabio Estevam
  2012-01-18 22:19   ` imx53 David Lynch Jr.
  0 siblings, 1 reply; 5+ messages in thread
From: Fabio Estevam @ 2012-01-18 19:57 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Jan 18, 2012 at 1:39 PM, David H. Lynch Jr. <dhlii@dlasys.net> wrote:
> Where would I look for the appropriate git kernel source tree that is being
> used for i.MX53 development feeding the distribution kernel ?

You can use Linus' tree directly.

Regards,

Fabio Estevam

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

* imx53
  2012-01-18 19:57 ` imx53 Fabio Estevam
@ 2012-01-18 22:19   ` David Lynch Jr.
  2012-01-19  6:09     ` imx53 Robert Schwebel
  2012-01-19  7:06     ` imx53 Dirk Behme
  0 siblings, 2 replies; 5+ messages in thread
From: David Lynch Jr. @ 2012-01-18 22:19 UTC (permalink / raw)
  To: linux-arm-kernel

Linus's tree does not yet include numerous imx53 drivers. 
While I can get it to boot, there is lots of hardware that does not
work. 

Freescale and others are doing imx53 driver work and most drivers are
available somewhere, though I have not found them all in the same place.

Regardless, I am just looking for an appropriate reference/starting
point. 

What would be the normal route for i.MX53 work into the kernel ?

I can pull that, start there, merge what I need and submit patches if no
one else does.  



On Wed, 2012-01-18 at 17:57 -0200, Fabio Estevam wrote:
> On Wed, Jan 18, 2012 at 1:39 PM, David H. Lynch Jr. <dhlii@dlasys.net> wrote:
> > Where would I look for the appropriate git kernel source tree that is being
> > used for i.MX53 development feeding the distribution kernel ?
> 
> You can use Linus' tree directly.
> 
> Regards,
> 
> Fabio Estevam

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

* imx53
  2012-01-18 22:19   ` imx53 David Lynch Jr.
@ 2012-01-19  6:09     ` Robert Schwebel
  2012-01-19  7:06     ` imx53 Dirk Behme
  1 sibling, 0 replies; 5+ messages in thread
From: Robert Schwebel @ 2012-01-19  6:09 UTC (permalink / raw)
  To: linux-arm-kernel

David,

On Wed, Jan 18, 2012 at 05:19:32PM -0500, David Lynch Jr. wrote:
> Linus's tree does not yet include numerous imx53 drivers.  While I can
> get it to boot, there is lots of hardware that does not work. 

Which drivers do you need?

> Freescale and others are doing imx53 driver work and most drivers are
> available somewhere, though I have not found them all in the same
> place.

That's the reason development for the mainline is done here on ALKML,
with the aim to get everything into the mainline if possible.

> Regardless, I am just looking for an appropriate reference/starting
> point. 
> 
> What would be the normal route for i.MX53 work into the kernel ?

Start with Linus' top-of-tree, discuss what you have found here on the
list (before start coding), follow the coding rules and discuss the
patches here. Don't forget to set kernel at pengutronix.de on Cc:.

Robert
-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* imx53
  2012-01-18 22:19   ` imx53 David Lynch Jr.
  2012-01-19  6:09     ` imx53 Robert Schwebel
@ 2012-01-19  7:06     ` Dirk Behme
  1 sibling, 0 replies; 5+ messages in thread
From: Dirk Behme @ 2012-01-19  7:06 UTC (permalink / raw)
  To: linux-arm-kernel

On 18.01.2012 23:19, David Lynch Jr. wrote:
> Linus's tree does not yet include numerous imx53 drivers. 
> While I can get it to boot, there is lots of hardware that does not
> work. 
> 
> Freescale and others are doing imx53 driver work and most drivers are
> available somewhere, though I have not found them all in the same place.
> 
> Regardless, I am just looking for an appropriate reference/starting
> point. 

You might want to have a look to Linaro, too. E.g.

http://git.linaro.org/gitweb?p=bsp/freescale/linux-linaro.git;a=shortlog;h=refs/heads/lt-3.2-imx5

If I understood correctly, from Freescale point of view, the Linaro 
Freescale landing team is responsible to mainline the Freescale work.

Best regards

Dirk

> What would be the normal route for i.MX53 work into the kernel ?
> 
> I can pull that, start there, merge what I need and submit patches if no
> one else does.  
> 
> 
> 
> On Wed, 2012-01-18 at 17:57 -0200, Fabio Estevam wrote:
>> On Wed, Jan 18, 2012 at 1:39 PM, David H. Lynch Jr. <dhlii@dlasys.net> wrote:
>>> Where would I look for the appropriate git kernel source tree that is being
>>> used for i.MX53 development feeding the distribution kernel ?
>> You can use Linus' tree directly.
>>
>> Regards,
>>
>> Fabio Estevam

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

end of thread, other threads:[~2012-01-19  7:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-18 15:39 imx53 David H. Lynch Jr.
2012-01-18 19:57 ` imx53 Fabio Estevam
2012-01-18 22:19   ` imx53 David Lynch Jr.
2012-01-19  6:09     ` imx53 Robert Schwebel
2012-01-19  7:06     ` imx53 Dirk Behme

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).