android-toolchain-eabi-4.5-2011.05 fail to compile dalvik

2011-06-10 Thread Barry Song
Dear Jim, After changing TARGET_TOOLS_PREFIX in build/core/combo/TARGET_linux-arm.mk to android-toolchain-eabi-4.5-2011.05, then source build/envsetup.sh. go to dalvik/vm dir by: cd dalvik/vm compile dalvik in this dir: mm -B we will find many compiling error like: break strict-aliasing rules,

Re: android-toolchain-eabi-4.5-2011.05 fail to compile dalvik

2011-06-10 Thread Ken Werner
On 06/10/2011 09:17 AM, Barry Song wrote: we will find many compiling error like: break strict-aliasing rules, used uninitialized in this function and so on. all those actually are warnings which become errors due to -Werror option. A patch like the below can make compiling pass, but we feel

Re: [PATCH 04/11] PMIC: Add TSI/misc input Driver for Dialog DA9052

2011-06-10 Thread Andy Green
On 06/10/2011 04:50 AM, Somebody in the thread at some point said: +static ssize_t write_da9052_reg(struct da9052 *da9052, u8 reg_addr, u8 data) +{ + ssize_t ret = 0; + struct da9052_ssc_msg ssc_msg; + + ssc_msg.addr = reg_addr; + ssc_msg.data = data; + ret =

Re: [PATCH 08/11] PMIC: Add REGULATOR Driver for Dialog DA9052

2011-06-10 Thread Mark Brown
On Fri, Jun 10, 2011 at 11:51:02AM +0800, Ying-Chun Liu (PaulLiu) wrote: From: Ying-Chun Liu (PaulLiu) paul@linaro.org Add DA9052 regulator driver from Dialog. Modify Kconfig/Makefile for DA9052 regulator driver. This has *many* of the serious shortcomings that were present in the

Re: [PATCH 08/11] PMIC: Add REGULATOR Driver for Dialog DA9052

2011-06-10 Thread Andy Green
On 06/10/2011 01:17 PM, Somebody in the thread at some point said: On Fri, Jun 10, 2011 at 11:51:02AM +0800, Ying-Chun Liu (PaulLiu) wrote: From: Ying-Chun Liu (PaulLiu)paul@linaro.org Add DA9052 regulator driver from Dialog. Modify Kconfig/Makefile for DA9052 regulator driver. This has

Re: [PATCH 06/11] PMIC: Add MFD Driver for Dialog DA9052

2011-06-10 Thread Mark Brown
On Fri, Jun 10, 2011 at 11:51:00AM +0800, Ying-Chun Liu (PaulLiu) wrote: From: Ying-Chun Liu (PaulLiu) paul@linaro.org Add DA9052 mfd driver from Dialog. Modify Kconfig/Makefile for DA9052 mfd driver. This needs to be the first patch in the series, all the other patches need it to work.

Re: The linaro-2.6.39 kernel repository is now alive

2011-06-10 Thread Dave Martin
On Wed, Jun 08, 2011 at 11:18:10AM -0400, Nicolas Pitre wrote: On Wed, 8 Jun 2011, Dave Martin wrote: Bisecting when CONFIG_THUMB2_KERNEL=y reproducibly identified af3e4fd37a18f2e5a00175bc96061541d1364a3b as the first bad commit between v2.6.39 and linux-linaro-2.6.39/master, but it's

[ACTIVITY] Graphics WG status - 20110606-20110610

2011-06-10 Thread Ilias Biris
Please check the following links for details Meeting minutes : https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Notes/2011-06-08 Status: https://wiki.linaro.org/WorkingGroups/Middleware/Graphics/Status/2011-06-08 == Summary == * status.linaro.org should have easily accessible

Re: Usefulness of GCC's 64bit __sync_* ops on ARM

2011-06-10 Thread David Gilbert
On 25 May 2011 04:45, Nicolas Pitre nicolas.pi...@linaro.org wrote: snip FWIW, here's what the kernel part might look like, i.e. for compatibility with pre ARMv6k systems (beware, only compile tested): snip Hi Nicolas, I've just about got a set of gcc backend changes working for the inline

Re: [PATCH 01/11] PMIC: Add DA9053 headers from Dialog

2011-06-10 Thread Arnd Bergmann
On Friday 10 June 2011, Ying-Chun Liu (PaulLiu) wrote: From: Ying-Chun Liu (PaulLiu) paul@linaro.org Add DA9053 headers source code. Signed-off-by: Zhou Jingyu jingyu.z...@freescale.com Acked-by: Lily Zhang r58...@freescale.com Signed-off-by: Ying-Chun Liu (PaulLiu)

Re: [PATCH 00/11] RFC: DA9053 PMIC driver

2011-06-10 Thread Arnd Bergmann
On Friday 10 June 2011, Ying-Chun Liu (PaulLiu) wrote: From: Ying-Chun Liu (PaulLiu) paul@linaro.org Hi. I'm trying to push DA9053 PMIC driver to mainline kernel. Please help me to review these patches. I've reviewed part of it now. Once you have addressed the issues I pointed out,

Re: [PATCH 00/11] RFC: DA9053 PMIC driver

2011-06-10 Thread Mark Brown
On Fri, Jun 10, 2011 at 07:38:43PM +0200, Arnd Bergmann wrote: I've reviewed part of it now. Once you have addressed the issues I pointed out, please do another round of reviews, then I can look at more files. In case you hadn't seen it I previously pointed out that there's a separate series

Re: [PATCH 00/11] RFC: DA9053 PMIC driver

2011-06-10 Thread Arnd Bergmann
On Friday 10 June 2011, Mark Brown wrote: On Fri, Jun 10, 2011 at 07:38:43PM +0200, Arnd Bergmann wrote: I've reviewed part of it now. Once you have addressed the issues I pointed out, please do another round of reviews, then I can look at more files. In case you hadn't seen it I

Kernel WG Weekly Status report 2011-06-10

2011-06-10 Thread Mounir Bsaibes
== Meetings minutes == https://wiki.linaro.org/WorkingGroups/Kernel/Meetings/2011-06-08 == Weekly Status Report == https://wiki.linaro.org/WorkingGroups/Kernel/Status/2011-06-09 == Summary == * Public Plan review for cycle 11.11 * Production of the initial linaro-2.6.39 tree Regards, Mounir

Re: [PATCH 00/11] RFC: DA9053 PMIC driver

2011-06-10 Thread Mark Brown
On Fri, Jun 10, 2011 at 08:31:12PM +0200, Arnd Bergmann wrote: What's the subject and mailing list of the other submission? I might have a look at that then. There's been some insanely large number of submissions (I think we must be over 20 by now) and one of the issues is that they're not

Re: Usefulness of GCC's 64bit __sync_* ops on ARM

2011-06-10 Thread Nicolas Pitre
On Fri, 10 Jun 2011, David Gilbert wrote: On 25 May 2011 04:45, Nicolas Pitre nicolas.pi...@linaro.org wrote: snip FWIW, here's what the kernel part might look like, i.e. for compatibility with pre ARMv6k systems (beware, only compile tested): snip Hi Nicolas, I've just about