* What is git repo for linux-arm-msm code?
@ 2013-12-26 17:37 Subodh Nijsure
2014-01-09 0:50 ` David Brown
0 siblings, 1 reply; 4+ messages in thread
From: Subodh Nijsure @ 2013-12-26 17:37 UTC (permalink / raw)
To: linux-arm-msm
I came across the mailing list through the codeaurora.org linux-msm page.
I am working on hardware platform that is based on IFC6440 hardware.
Kernel we have is fairly old. We are having issues with I2c working
reliably same with 3G modem causing system to lock up. ( This is on
Android platform).
So I was looking to test the system with more latest kernel, hence few
questions. What is the git repo where all the patches that are
proposed/approved merged to before Linus picks them up via linux-arm
merge requests?
Is the android's version of msm kernel found at
https://android.googlesource.com/kernel/msm the correct location to
download latest msm kernel?
Regards,
-Subodh
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What is git repo for linux-arm-msm code?
2013-12-26 17:37 What is git repo for linux-arm-msm code? Subodh Nijsure
@ 2014-01-09 0:50 ` David Brown
2014-01-15 18:08 ` Tim Bird
0 siblings, 1 reply; 4+ messages in thread
From: David Brown @ 2014-01-09 0:50 UTC (permalink / raw)
To: Subodh Nijsure; +Cc: linux-arm-msm
On Thu, Dec 26, 2013 at 09:37:25AM -0800, Subodh Nijsure wrote:
>I came across the mailing list through the codeaurora.org linux-msm page.
>
>I am working on hardware platform that is based on IFC6440 hardware.
>Kernel we have is fairly old. We are having issues with I2c working
>reliably same with 3G modem causing system to lock up. ( This is on
>Android platform).
>
>So I was looking to test the system with more latest kernel, hence few
>questions. What is the git repo where all the patches that are
>proposed/approved merged to before Linus picks them up via linux-arm
>merge requests?
>
>Is the android's version of msm kernel found at
>https://android.googlesource.com/kernel/msm the correct location to
>download latest msm kernel?
Generally, patches go into
git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
before going to a pull request through the linux arm tree.
However, this doesn't generally contain patches for very long, and
most things will get into the ARM SOC tree fairly quickly.
There are also trees on codeaurora.org that are the trees used in
commercial devices, which will have a lot of code that is not yet in
the upstream kernel. This may or may not be useful to you, depending
on your needs.
David
--
sent by an employee of the Qualcomm Innovation Center, Inc.
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
hosted by The Linux Foundation
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What is git repo for linux-arm-msm code?
2014-01-09 0:50 ` David Brown
@ 2014-01-15 18:08 ` Tim Bird
2014-01-15 20:22 ` Matthew Locke
0 siblings, 1 reply; 4+ messages in thread
From: Tim Bird @ 2014-01-15 18:08 UTC (permalink / raw)
To: David Brown; +Cc: Subodh Nijsure, linux-arm-msm
On Wed, Jan 8, 2014 at 4:50 PM, David Brown <davidb@codeaurora.org> wrote:
> On Thu, Dec 26, 2013 at 09:37:25AM -0800, Subodh Nijsure wrote:
>>
>> I came across the mailing list through the codeaurora.org linux-msm page.
>>
>> I am working on hardware platform that is based on IFC6440 hardware.
>> Kernel we have is fairly old. We are having issues with I2c working
>> reliably same with 3G modem causing system to lock up. ( This is on
>> Android platform).
>>
>> So I was looking to test the system with more latest kernel, hence few
>> questions. What is the git repo where all the patches that are
>> proposed/approved merged to before Linus picks them up via linux-arm
>> merge requests?
>>
>> Is the android's version of msm kernel found at
>> https://android.googlesource.com/kernel/msm the correct location to
>> download latest msm kernel?
>
>
> Generally, patches go into
> git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
> before going to a pull request through the linux arm tree.
>
> However, this doesn't generally contain patches for very long, and
> most things will get into the ARM SOC tree fairly quickly.
>
> There are also trees on codeaurora.org that are the trees used in
> commercial devices, which will have a lot of code that is not yet in
> the upstream kernel. This may or may not be useful to you, depending
> on your needs.
I'm just now looking at the linux-msm.git tree. Is there an integration
branch for stuff that is planned to be pushed for 3.14? (Or, which of
the 'for-3.14' branches has the best chance of booting up on an 8074
dragonboard?) Maybe 'for-3.14/boards'?
My goal is to help mainline some bits of the BSP for the dragonboard, and
I'd like to be as close to top of tree as possible.
Thanks,
-- Tim Bird
Senior Software Engineer, Sony Mobile
Architecture Group Chair, CE Workgroup, Linux Foundation
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: What is git repo for linux-arm-msm code?
2014-01-15 18:08 ` Tim Bird
@ 2014-01-15 20:22 ` Matthew Locke
0 siblings, 0 replies; 4+ messages in thread
From: Matthew Locke @ 2014-01-15 20:22 UTC (permalink / raw)
To: Tim Bird; +Cc: David Brown, Subodh Nijsure, linux-arm-msm
Tim,
On Jan 15, 2014, at 12:08 PM, Tim Bird wrote:
> On Wed, Jan 8, 2014 at 4:50 PM, David Brown <davidb@codeaurora.org> wrote:
>> On Thu, Dec 26, 2013 at 09:37:25AM -0800, Subodh Nijsure wrote:
>>>
>>> I came across the mailing list through the codeaurora.org linux-msm page.
>>>
>>> I am working on hardware platform that is based on IFC6440 hardware.
>>> Kernel we have is fairly old. We are having issues with I2c working
>>> reliably same with 3G modem causing system to lock up. ( This is on
>>> Android platform).
>>>
>>> So I was looking to test the system with more latest kernel, hence few
>>> questions. What is the git repo where all the patches that are
>>> proposed/approved merged to before Linus picks them up via linux-arm
>>> merge requests?
>>>
>>> Is the android's version of msm kernel found at
>>> https://android.googlesource.com/kernel/msm the correct location to
>>> download latest msm kernel?
>>
>>
>> Generally, patches go into
>> git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
>> before going to a pull request through the linux arm tree.
>>
>> However, this doesn't generally contain patches for very long, and
>> most things will get into the ARM SOC tree fairly quickly.
>>
>> There are also trees on codeaurora.org that are the trees used in
>> commercial devices, which will have a lot of code that is not yet in
>> the upstream kernel. This may or may not be useful to you, depending
>> on your needs.
>
> I'm just now looking at the linux-msm.git tree. Is there an integration
> branch for stuff that is planned to be pushed for 3.14? (Or, which of
> the 'for-3.14' branches has the best chance of booting up on an 8074
> dragonboard?) Maybe 'for-3.14/boards'?
We still don't have an integration branch yet. But we have someone working on it. Hopefully soon.
>
> My goal is to help mainline some bits of the BSP for the dragonboard, and
> I'd like to be as close to top of tree as possible.
>
> Thanks,
> -- Tim Bird
> Senior Software Engineer, Sony Mobile
> Architecture Group Chair, CE Workgroup, Linux Foundation
> --
> To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-01-15 20:22 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-26 17:37 What is git repo for linux-arm-msm code? Subodh Nijsure
2014-01-09 0:50 ` David Brown
2014-01-15 18:08 ` Tim Bird
2014-01-15 20:22 ` Matthew Locke
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).