Re: [PATCH 1/2] ab8500: remove explicit handling of battery type

2012-12-04 Thread Lee Jones
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

Re: [PATCH] ab8500: remove explicit handling of battery type

2012-11-30 Thread Lee Jones
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

Re: [PATCH] mfd: ab8500: add static linkage for battery info

2012-11-23 Thread Lee Jones
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}, > >

Re: [PATCH 1/4] mfd: ab8500: add devicetree support for fuelgauge

2012-11-23 Thread Lee Jones
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. >

Re: [PATCH] mfd: ab8500: add static linkage for battery info

2012-11-23 Thread Lee Jones
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

Re: [PATCH 1/4] mfd: ab8500: add devicetree support for fuelgauge

2012-10-01 Thread Lee Jones
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

Re: [PATCH 1/4] mfd: ab8500: add devicetree support for fuelgauge

2012-10-01 Thread Lee Jones
thermistor = NTC_INTERNAL; else thermistor = NTC_EXTERNAL; > > > > + dev_warn(dev, "missing property thermistor-on-batctrl\n"); > > + thermistor = NTC_EXTERNAL; > > + } > > -- Lee Jones Linaro ST-Ericss

Re: [PATCH 1/4] mfd: ab8500: add devicetree support for fuelgauge

2012-10-01 Thread Lee Jones
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 = {

Re: [PATCH] mfd: Implement devicetree support for AB8500 Btemp

2012-07-13 Thread Lee Jones
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

Re: [PATCH] mfd: Implement devicetree support for AB8500 Btemp

2012-07-10 Thread Lee Jones
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

Re: [PATCH] [RFC]: mfd: Implement DT Support for AB8500 Btemp and fg

2012-07-02 Thread Lee Jones
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

Re: [PATCH] [RFC]: mfd: Implement DT Support for AB8500 Btemp and fg

2012-07-02 Thread Lee Jones
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'

Re: [PATCH] [RFC]: mfd: Implement DT Support for AB8500 Btemp and fg

2012-07-02 Thread Lee Jones
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

Re: Fwd: GB question

2012-04-25 Thread Lee Jones
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

Re: Fwd: GB question

2012-04-24 Thread Lee Jones
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

Re: ux500 : ethernet not working ?

2012-03-19 Thread Lee Jones
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]

Re: ux500 : ethernet not working ?

2012-03-19 Thread Lee Jones
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

Re: Finding source code for Linaro kernels

2012-01-24 Thread Lee Jones
> 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

Re: Linaro Kernel configs (was Re: [RFC PATCH 0/2] thermal: Add generic cpu cooling devices according to thermal framework)

2012-01-12 Thread Lee Jones
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

Re: [RFC PATCH 0/2] thermal: Add generic cpu cooling devices according to thermal framework

2012-01-12 Thread Lee Jones
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

Re: power measurements on snowball

2011-12-19 Thread Lee Jones
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

Re: Powering up snowball over USB

2011-12-13 Thread Lee Jones
; > > ___ > 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

Re: End of support for Snowball V2 board

2011-11-03 Thread Lee Jones
; 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

Connect 2011 Q4 - SoC Technology Group

2011-09-19 Thread Lee Jones
) 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.

Re: Kernel WG Android session

2011-07-28 Thread Lee Jones
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

Re: [PATCH] Include support for the new u8500 hardware pack

2011-03-18 Thread Lee Jones
> 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. __

Re: [PATCH] Include support for the new u8500 hardware pack

2011-03-18 Thread Lee Jones
>> 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

Re: how to sync with mainline

2011-03-08 Thread Lee Jones
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

Re: how to sync with mainline

2011-03-07 Thread Lee Jones
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

[PATCH] Include support for the new u8500 hardware pack

2011-03-04 Thread Lee Jones
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

Re: Booting problem on Panda board

2011-02-21 Thread Lee Jones
> 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

Re: Booting problem on Panda board

2011-02-21 Thread Lee Jones
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/

Re: Booting problem on Panda board

2011-02-21 Thread Lee Jones
> 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

Re: Please reply if you got a U8500 board

2011-02-21 Thread Lee Jones
> 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

Re: Please reply if you got a U8500 board

2011-02-17 Thread Lee Jones
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

ST-Ericsson launches the Igloo open source community

2011-02-15 Thread Lee Jones
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

Re: v4l2 vs omx for camera

2011-02-08 Thread Lee Jones
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

Re: query regarding perf

2011-02-02 Thread Lee Jones
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

Re: New dial-in number for conference calls

2011-01-25 Thread Lee Jones
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. __

Re: New dial-in number for conference calls

2011-01-24 Thread Lee Jones
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