Re: [PATCH 0/5] consolidate sdhci pltfm & OF drivers and get them self registered

2011-03-30 Thread Grant Likely
On Mar 30, 2011 10:23 PM, "Shawn Guo" wrote: > > On Fri, Mar 25, 2011 at 04:48:46PM +0800, Shawn Guo wrote: > > Here are what the patch set does. > > > > * Remove .probe and .remove hooks from sdhci-pltfm.c and make it be > > a pure common helper function providers. > > * Add .probe and .remove

Re: [PATCH 0/5] consolidate sdhci pltfm & OF drivers and get them self registered

2011-03-30 Thread Shawn Guo
On Fri, Mar 25, 2011 at 04:48:46PM +0800, Shawn Guo wrote: > Here are what the patch set does. > > * Remove .probe and .remove hooks from sdhci-pltfm.c and make it be > a pure common helper function providers. > * Add .probe and .remove hooks for sdhci pltfm drivers sdhci-cns3xxx, > sdhci-dove

Re: [PATCH] arm/dt: Add basic device tree support for mx53 loco board

2011-03-30 Thread Grant Likely
On Tue, Mar 29, 2011 at 10:34:12AM +, Liu Hui-R64343 wrote: > Hi, Grant, > The two patches for mx51/mx53 DT support have the same issue, which > is the S-O-B will be missed when you git am. Let me know if you want me > re-send the two patches or you would take care when you am it? Thanks, I f

Re: [PATCH-Android] [android/system/media] File renamed to avoid build errors using GCC 4.5/4.6.

2011-03-30 Thread Jim Huang
On 16 March 2011 13:16, Sachin Kamat wrote: >  Signed-off-by: Sachin Kamat > > Change-Id: I39652f14b362c42ebc2ceb37952d8e57cf89692c > --- >  opensles/libopensles/Android.mk         |    2 +- >  opensles/libopensles/IAndroidEffect.c   |  130 > --- >  opensles/libopensl

Re: [PATCH] arm/dt: Add basic device tree support for genesi mx board

2011-03-30 Thread Loïc Minier
On Wed, Mar 30, 2011, Steev Klimaszewski wrote: > We actually call the small desktop a Smarttop not nettop :) I thought the same, but this name is already used in mainline linux/arch/arm/mach-mx5/board-mx51_efikamx.c: MACHINE_START(MX51_EFIKAMX, "Genesi EfikaMX nettop" -- Loïc Minier ___

Re: Libraries with NEON backends

2011-03-30 Thread Michael Hope
Thanks all for your replies. I mixed these in with a bit of Googling and recorded them here: https://wiki.linaro.org/MichaelHope/Sandbox/LibrariesWithNeon -- Michael On Mon, Mar 28, 2011 at 5:52 PM, Jim Huang wrote: > On 28 March 2011 05:09, Michael Hope wrote: >> Hi there.  I'm looking for a

[REMINDER] Weekly Release meeting 2011-03-31

2011-03-30 Thread Jamie Bennett
Hi, The weekly Linaro Release Meeting will be held at 16:00 UTC tomorrow (please note the change in time). The agenda for the meeting can be found at: https://wiki.linaro.org/Cycles/WeeklyReleaseMeeting/2011-03-31 and previous action items were: * JamieBennett to look into EDID support stat

Re: Libraries with NEON backends

2011-03-30 Thread Matt Sealey
I forgot btw: the true solution here is adapt zlib so that the functions are pluggable and the appropriate calls are made at the appropriate times based on HW capabilities. Then throw it at mainline, they may accept it. -- Matt Sealey Product Development Analyst, Genesi USA, Inc. On Wed, Mar

Re: Libraries with NEON backends

2011-03-30 Thread Matt Sealey
Konstantinos is right with regards to the package naming, we discussed this with the zlib developers at the time. It is easily solved with a packaging solution though, Provides: as he said. You will have the same problems with something libjpegturbo if it forces NEON, or libmatrix shipped with the

Re: [PATCH] arm/dt: Add basic device tree support for genesi mx board

2011-03-30 Thread Steev Klimaszewski
On Wed, Mar 30, 2011 at 8:15 AM, Jason Liu wrote: > This patch add support for Genesi Efika MX Smarttop and Smartbook > > Signed-off-by: Jason Liu > > --- > Grant, uboot patch has been included in your uboot patchset. > And mx51_efika build break, need pull in the patch to fix it > http://git.pen

[PATCH] arm/dt: Add basic device tree support for genesi mx board

2011-03-30 Thread Jason Liu
This patch add support for Genesi Efika MX Smarttop and Smartbook Signed-off-by: Jason Liu --- Grant, uboot patch has been included in your uboot patchset. And mx51_efika build break, need pull in the patch to fix it http://git.pengutronix.de/?p=imx/linux-2.6.git;a=commitdiff; h=251290a6078cb883

Re: [PATCH] toolchain/build: Fix Linaro Android toolchain linking fail with FDO

2011-03-30 Thread Jim Huang
On 30 March 2011 14:05, Luse Cheng wrote: > Hi, jserv > After the context (may depend on android version) and location of sysroot is > decided. > It's OK that enable --with-sysroot by default. Agree. Let's do that. :) Thanks, -jserv > 2011/3/29 Jim Huang >> >> On 25 March 2011 11:19, Luse Che

Re: Libraries with NEON backends

2011-03-30 Thread David Rusling
Konstantinos, Steve, I think that it depends on how you interpret "plainly mark".I can imagine several ways of doing this - Naming the (binary) package explicitly - install an additional README file / include in the binary package - explicitly named source tar files I think that the origi

[PATCH] toolchain/build: Integrate Linaro-GDB in Android toolchain build system

2011-03-30 Thread Luse Cheng
Integrate Linaro-GDB in Android toolchain build system --- linaro-build.sh | 126 ++ 1 files changed, 79 insertions(+), 47 deletions(-) diff --git a/linaro-build.sh b/linaro-build.sh index 18d4c84..388ee7a 100755 --- a/linaro-build.sh +++ b/li