ing battery hardware. Thus, instead of
pointlessly assigning "UNKNOWN" as a valid battery-type, we should
actually fail initialisation entirely if the property is missing.
> Acked-by: Lee Jones
> Signed-off-by: Rajanikanth H.V
> ---
> drivers/power/ab8500_bmdata.c | 11
istor;
> - } else if (strncmp(bat_tech, "LION", 4) == 0) {
> + } else if (strncmp(btech, "LION", 4) == 0) {
> btype->batres_tbl =
> temp_to_batres_tbl_9100;
> } else {
Co
istor[] = {
> > };
> >
> > /* battery resistance table for LI ION 9100 battery */
> > -struct batres_vs_temp temp_to_batres_tbl_9100[] = {
> > +static struct batres_vs_temp temp_to_batres_tbl_9100[] = {
> > { 60, 180},
> > { 30, 180},
> >
0, 300},
> > + {-20, 300},
> > +};
> > +
> > +/* battery resistance table for LI ION 9100 battery */
> > +struct batres_vs_temp temp_to_batres_tbl_9100[] = {
>
> Ditto.
>
> There are other issues, which I fixed in my tree for the previous series.
>
istance table for LI ION 9100 battery */
> -struct batres_vs_temp temp_to_batres_tbl_9100[] = {
> +static struct batres_vs_temp temp_to_batres_tbl_9100[] = {
> { 60, 180},
> { 30, 180},
> { 20, 180},
> --
> 1.7.10.4
>
--
Lee Jones
Linaro ST-Ericsson Landing Team L
suggest you drop the bool value.
I'm guessing it's just the documentation that needs amending.
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev
thermistor = NTC_INTERNAL;
else
thermistor = NTC_EXTERNAL;
>
>
> > + dev_warn(dev, "missing property thermistor-on-batctrl\n");
> > + thermistor = NTC_EXTERNAL;
> > + }
>
>
--
Lee Jones
Linaro ST-Ericss
t; -
> return ret;
> }
>
> +static const struct of_device_id ab8500_fg_match[] = {
> + {.compatible = "stericsson,ab8500-fg",},
Spaces:
{ .compatible = "stericsson,ab8500-fg", },
> + {},
> +};
> +
> static struct platform_driver ab8500_fg_driver = {
remove that
capability from the drivers. Until then, you must ensure all Device Tree
enablement works in parallel with platform registration.
Concentrate on enabling the drivers for DT for now and we'll extract
platform data support later.
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
river ab8500_btemp_driver = {
.probe = ab8500_btemp_probe,
.remove = __devexit_p(ab8500_btemp_remove),
@@ -1106,6 +1160,7 @@ static struct platform_driver ab8500_btemp_driver = {
.driver = {
.name = "ab8500-btemp",
.owner = THIS_MODULE
ent if I'm incorrect.
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +44 77 88 633 515
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://l
th
On 2 July 2012 14:30, Lee Jones wrote:
On 29/06/12 20:44, Rajanikanth HV wrote:
thanks for your review comments, i will post it on public branch,
how about a review from abx500 bm data structure perspective
ref: arch/arm/mach-ux500/board-mop500-bm.c
I already did:
It looks like you'
en booting the
Snowball board. Any values which will never be used need to be extracted.
Kind regards,
Lee
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +44 77 88 633 515
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twit
ommunity.org/support/Get_Involved
[2] http://igloocommunity.org/support/Flashing_howto
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +44 77 88 633 515
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
___
lin
How to know our board belong to v5 or v7+
I think this is what you are looking for:
http://igloocommunity.org/support/Board_versions_and_markings
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +44 77 88 633 515
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook
On 19/03/12 13:37, Daniel Lezcano wrote:
> On 03/19/2012 01:39 PM, Lee Jones wrote:
>> On 18/03/12 14:35, Daniel Lezcano wrote:
>>> On 03/17/2012 11:53 PM, Daniel Lezcano wrote:
>>>
>>> I also noticed the traces:
>>>
>>> [5.231567]
this problem already spotted for this version ? Is there a patch
>> in this case ?
>>
>> Thanks
>> -- Daniel
>>
>> [1] https://bugs.launchpad.net/linaro-landing-team-ste/+bug/804209
>>
>
>
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +44 77 8
> consistency creates difficulties when anyone from outside the team
>> tries to understand that team's trees.
>>
>> * We _could_ standardise the following, but it is not essential:
>>
>> * ubuntu/: The tagged source for the _original_ kernel
>> which was
On 12/01/12 12:47, Amit Kucheria wrote:
> On Thu, Jan 12, 2012 at 2:33 PM, Lee Jones wrote:
>> On 12/01/12 12:20, Amit Kucheria wrote:
>>> On Thu, Jan 12, 2012 at 3:02 AM, Ricardo Salveti
>>> wrote:
>>>> On Wed, Jan 11, 2012 at 2:24 AM, Amit Kach
s to
> make sure they had these configs enabled in the the kernel. Consider
> this a ping, guys :)
>
> Let us know if you need more information.
Is this solely an Android thing, or do our Common Linux kernels require
them too?
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M
t;>>
>>>> https://wiki.linaro.org/WorkingGroups/PowerManagement/Doc/Power_snowball
>>>>
>>>>
>>>
>>> Very cool Vincent. Now I hope we get something similar for the
>>> Pandaboard from David. *nudge* :)
>>>
>>> /Amit
;
>
> ___
> linaro-dev mailing list
> linaro-dev@lists.linaro.org <mailto:linaro-dev@lists.linaro.org>
> http://lists.linaro.org/mailman/listinfo/linaro-dev
>
>
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +4
; I recommend that we terminate the Snowball V2 support immediately.
>
> Lee: We should also rename the Snowball V3 HWPacks to just Snowball HWPack.
I'm going to refrain from doing so atm. There is be another version of
the hwpack looming due to new startupfiles which do not suppo
)
Kind regards,
Lee
--
Lee Jones
Linaro ST-Ericsson Landing Team Lead
M: +44 77 88 633 515
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.
eant to be and when.
> Here's the agenda:
>
> https://wiki.linaro.org/Events/LinaroConnectQ3.11/AndroidPlugfest/Agenda
>
> Here's the schedule:
>
> https://wiki.linaro.org/Events/LinaroConnectQ3.11/Schedule
>
> -Zach
--
Lee Jones
Linaro ST-Ericsson Landing T
> for +junk branches launchpad probably doesn't offer a merge feature
> ... so just push to the proper project, like:
>
> lp:~lag/linaro-image-tools/lt-ux500-support
>
> for such branch you should be able to find a "request a merge" button.
Thanks Alex.
It is now done.
__
>> On Fri, 2011-03-04 at 16:49 +0000, Lee Jones wrote:
>>> linaro-media-create dies whilst looking for ux500 based files. This
>>> amendment allows it to work with old and new hardware packs alike.
>>>
>> Thanks for the patch, but can you propose a merge in L
On 09/03/11 02:44, Barry Song wrote:
> Thanks. Amit.
>
> 2011/3/8 Amit Kucheria :
>> On Tue, Mar 8, 2011 at 10:34 AM, Barry Song <21cn...@gmail.com> wrote:
>>> Hi Lee,
>>> Great! Thanks a lot. It looks like the communication between linaro
>>> and mainline is that linaro can backport some bug fixes
Hi Barry,
> I am a freshman to linaro. I found people sent some patches to
> linaro-dev@lists.linaro.org. Here I have 2 questions:
> 1. Whether will linaro send those patches based on newest tree to
> Linus' mainline or not? Or developers need to send those patches to
> mainline by themselves?
A
linaro-media-create dies whilst looking for ux500 based files. This
amendment allows it to work with old and new hardware packs alike.
--- boards.py 2011-03-04 09:02:00.0 +
+++ boards.py~ 2011-02-01 16:51:45.0 +
@@ -264,7 +264,7 @@ class Ux500Config(BoardConfig):
ke
> just for the record, on OMAP4 devices, you need to atttach console on
> /dev/ttyO2
Thanks Nicolas.
Of course if you would have let me keep my Panda, I could have tested
that for myself. Feel free to send me one back at any time. :D
___
linaro-dev mai
On 21/02/11 14:39, Avik Sil wrote:
> On Monday 21 February 2011 06:16 PM, Lee Jones wrote:
>>> After reverting to an older headless image and hwapck (of 20110214), I
>>> could get rid of this problem but unable to get the shell prompt:
>>> http://paste.ubuntu.com/
> After reverting to an older headless image and hwapck (of 20110214), I
> could get rid of this problem but unable to get the shell prompt:
> http://paste.ubuntu.com/570020. The system stops there.
Can you provide an `ls /etc/init`?
___
linaro-dev mail
> Dave told me he got 3 u8500 boards but no UART break out board. From
> what I have heard the u8500 boards for Linaro should come with a full
> kit including power supply and UART.
> If you have a u8500 board please let me know if it contains a UART
> break out board or whether it is missing.
Aft
The boards should come with break-out shifters.
If you want them, I can endeavor to source some for you.
Kind regards,
Lee
On 17/02/11 09:07, Per Forlin wrote:
> Hi,
>
> Dave told me he got 3 u8500 boards but no UART break out board. From
> what I have heard the u8500 boards for Linaro should co
http://eetimes.eu/en/st-ericsson-launches-the-igloo-open-source-community.html?cmp_id=7&news_id=222905920&vID=209#
=:-D
___
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev
Bringing in my boys.
Robert, Linus, what say you?
On 07/02/11 12:33, Arnd Bergmann wrote:
> On Monday 07 February 2011, Sachin Gupta wrote:
>> In Multimedia WG we have been posed with a question regarding best way
>> to expose low level API for camera.so this a questions mainly about pros and
On 02/02/11 11:20, Dave Martin wrote:
> On Wed, Feb 2, 2011 at 10:31 AM, Dave Martin wrote:
>> On Wed, Feb 2, 2011 at 4:32 AM, Sudip Jain wrote:
>>> Hi,
>>> I am struggling to run perf tool on u8500 as hwpacks for 2.6.35 kernel are
>>> still not out. Can someone help me know if anyone is using pe
On 25/01/11 11:30, Loïc Minier wrote:
> On Tue, Jan 25, 2011, Lee Jones wrote:
>> Any sign of a Swedish number?
> Nope; Alexander's document has the full list
>
> I've opened a ticket with IS to ask for a number for Sweden
Great, thanks.
__
On 24/01/11 16:45, Loïc Minier wrote:
> Hi folks
>
> (Sorry for the late notice, we were caught by surprize by the speed of
> this move)
>
> The conference system for phone calls moved to new dial-in numbers this
> week; the conf room numbers remain the same as well as leader pins, but
40 matches
Mail list logo