Re: [PATCH v3] moto-boot-usb: add help parameter

2012-01-09 Thread Antonio Ospite
apply this? I don't have a moto-boot-usb tree on my disk anymore. Sure I'll do that today. -- Antonio Ospite http://ao2.it A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing

Re: [PATCH v3] moto-boot-usb: add help parameter

2012-01-09 Thread Antonio Ospite
)) { + usage(); + exit(0); + } + ezx_device_open(); -- 1.7.5.4 -- Antonio Ospite http://ao2.it A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing

Re: [PATCH v2] moto-boot-usb: add help parameter

2012-01-07 Thread Antonio Ospite
); + } + + exit(0); } ezx_device_open(); -- Regards, Antonio -- Antonio Ospite http://ao2.it A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing

Re: [PATCH v3] mmc_spi.c: add support for the regulator framework

2011-05-23 Thread Antonio Ospite
On Wed, 18 May 2011 12:42:12 -0700 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, May 18, 2011 at 07:23:20PM +0200, Antonio Ospite wrote: [...] 2. Add a proper function with all the needed parameters to abstract the actual var names, this would be something like

[PATCH v2 1/2] pxamci: remove the ifdef CONFIG_REGULATOR

2011-05-11 Thread Antonio Ospite
. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v1: - Use IS_ERR_OR_NULL() to correctly handle the stub regulator_get() - Put the short commit message of be1a50d so it is easier to see what it is about, for the long commit and the actual code changes the git history

Re: [PATCH] pxamci: remove an ifdef about CONFIG_REGULATOR

2011-05-11 Thread Antonio Ospite
On Tue, 10 May 2011 22:02:14 +0200 Antonio Ospite osp...@studenti.unina.it wrote: I was blindly trusting code already in mainline again, and for that I apologize, I finally took the time to look at the implementation of IS_ERR() and test its use, and being IS_ERR(NULL) true it is not what we

Re: [PATCH v2 1/2] pxamci: remove the ifdef CONFIG_REGULATOR

2011-05-11 Thread Antonio Ospite
On Wed, 11 May 2011 10:41:43 -0400 Chris Ball c...@laptop.org wrote: On Wed, May 11 2011, Antonio Ospite wrote: [...] drivers/mmc/host/pxamci.c |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) [...] Thanks, I've merged this and squashed the 2/2 punctuation patch

Re: [ADM] migrating from gitweb to cgit

2011-05-05 Thread Antonio Ospite
On Wed, 27 Apr 2011 17:44:36 +0200 Antonio Ospite osp...@studenti.unina.it wrote: On Wed, 27 Apr 2011 16:13:39 +0200 Harald Welte lafo...@gnumonks.org wrote: [...] I agree, we can ignore those, or alternatively if somebody has an interest in putting rewrite rules in place... I'd take

Re: [ADM] migrating from gitweb to cgit

2011-05-05 Thread Antonio Ospite
%3Agit.openezx.org -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing? pgpRG1gr7B2qQ.pgp Description: PGP signature

Re: [ADM] migrating from gitweb to cgit

2011-04-27 Thread Antonio Ospite
On Wed, 27 Apr 2011 16:13:39 +0200 Harald Welte lafo...@gnumonks.org wrote: On Wed, Apr 27, 2011 at 03:12:02PM +0200, Antonio Ospite wrote: Either is fine with me, I just note that the git-notify[1] hook we are using for CIA notifications and commitlog emails assumes gitweb URLs when

[RESEND PATCH 3/4] mmc_spi.c: factor out a mmc_spi_setpower() function

2011-04-21 Thread Antonio Ospite
Factor out a mmc_spi_setpower() function so to make changing it more elegant without adding too much stuff to mmc_spi_set_ios(). Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- drivers/mmc/host/mmc_spi.c | 43 +++ 1 files changed, 31

[RESEND PATCH 2/4] mmc_spi.c: factor out the SD card shutdown sequence

2011-04-21 Thread Antonio Ospite
Factor out the SD card shutdown sequence to a dedicated mmc_spi_shutdownsequence() function in order to make mmc_spi_set_ios() more readable, and also for symmetry with mmc_spi_initsequence() which is already a dedicated function. Signed-off-by: Antonio Ospite osp...@studenti.unina.it

[RESEND PATCH 1/4] mmc_spi.c: factor out the check for power capability

2011-04-21 Thread Antonio Ospite
Factor out the 'canpower' condition into a dedicated function in order to avoid repetition and to make changing the condition easier. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- drivers/mmc/host/mmc_spi.c | 18 ++ 1 files changed, 10 insertions(+), 8 deletions

Re: [RESEND PATCH 4/4] mmc_spi.c: add support for the regulator framework

2011-04-21 Thread Antonio Ospite
On Thu, 21 Apr 2011 13:40:41 +0100 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Thu, Apr 21, 2011 at 02:27:53PM +0200, Antonio Ospite wrote: +#ifdef CONFIG_REGULATOR + host-vcc = regulator_get(mmc_dev(host-mmc), vmmc); + + if (IS_ERR(host-vcc)) { + host-vcc

Re: [PATCH v3] rfkill: Regulator consumer driver for rfkill

2011-04-15 Thread Antonio Ospite
On Thu, 14 Apr 2011 06:06:26 -0700 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Thu, Apr 14, 2011 at 12:39:12PM +0200, Antonio Ospite wrote: Johannes Berg johan...@sipsolutions.net wrote: Should remove do platform_set_drvdata(pdev, NULL)? AFAICS this is not strictly

Re: [PATCH v2] rfkill: Regulator consumer driver for rfkill

2011-04-13 Thread Antonio Ospite
to return when asked for vrfkill _from_ a rfkill-regulator platform device instance with .id==1 I hope I am not introducing any inaccuracies :) A v3 of the patch is on its way. Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order

Re: [PATCH v2] rfkill: Regulator consumer driver for rfkill

2011-04-13 Thread Antonio Ospite
been loaded. Other than that, looks good to me. johannes In another message you said that the comment in rfkill-regulator.h still seemed a little wrong to you, would you elaborate more about what you were referring to? Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID

Re: [PATCH] rfkill: Regulator consumer driver for rfkill

2011-04-06 Thread Antonio Ospite
On Wed, 06 Apr 2011 11:29:38 +0200 Johannes Berg johan...@sipsolutions.net wrote: On Wed, 2011-04-06 at 11:21 +0200, Antonio Ospite wrote: + if (regulator_is_enabled(vcc)) { + dev_dbg(pdev-dev, Regulator already enabled\n); + rfkill_data-reg_enabled = 1

Re: [PATCH] rfkill: Regulator consumer driver for rfkill

2011-04-06 Thread Antonio Ospite
On Wed, 06 Apr 2011 16:09:28 +0200 Johannes Berg johan...@sipsolutions.net wrote: On Wed, 2011-04-06 at 16:06 +0200, Antonio Ospite wrote: + if (regulator_is_enabled(vcc)) { + dev_dbg(pdev-dev, Regulator already enabled\n); + rfkill_data

Re: [PATCH] rfkill: Regulator consumer driver for rfkill

2011-04-06 Thread Antonio Ospite
On Wed, 6 Apr 2011 23:11:33 +0900 Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Apr 06, 2011 at 11:21:19AM +0200, Antonio Ospite wrote: + tristate Generic rfkill regulator driver + depends on RFKILL || !RFKILL That looks *odd*. Taken from Documentation/rfkill.txt

Re: [PATCH 0/4] mmc_spi: Add support for regulator framework

2011-04-04 Thread Antonio Ospite
On Mon, 21 Mar 2011 19:46:38 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Hi, this patchset has the purpose of adding support for the regulator framework to the mmc_spi driver. The first three patches are preparatory cleanups to make the fourth one more straightforward. Maybe

[PATCH] ezx/pcap: initialize PCAP_REG_AUXVREG_MASK

2011-03-23 Thread Antonio Ospite
Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Initializing PCAP_REG_AUXVREG_MASK is needed to make vibrator work on gen2 phones. Now, do we want to set an hardcoded value here? or rather enable the features using some symbolic constants taken from the power_ic driver? Look at [1

[PATCH] leds: leds-regulator.c, fix handling already enabled regulators

2011-03-23 Thread Antonio Ospite
time, and this made impossible to ever disable the regulator. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- This problem was anticipated by Mark Brown on the very first submission of the driver but my knowledge about regulators at the time made me overlook what he was asking

[PATCH 0/4] mmc_spi: Add support for regulator framework

2011-03-21 Thread Antonio Ospite
Antonio Ospite (4): mmc_spi.c: factor out the check for power capability mmc_spi.c: factor out the SD card shutdown sequence mmc_spi.c: factor out a mmc_spi_setpower() function mmc_spi.c: add support for the regulator framework drivers/mmc/host/mmc_spi.c | 194

[PATCH 2/4] mmc_spi.c: factor out the SD card shutdown sequence

2011-03-21 Thread Antonio Ospite
Factor out the SD card shutdown sequence to a dedicated mmc_spi_shutdownsequence() function in order to make mmc_spi_set_ios() more readable, and also for symmetry with mmc_spi_initsequence() which is already a dedicated function. Signed-off-by: Antonio Ospite osp...@studenti.unina.it

[PATCH 1/4] mmc_spi.c: factor out the check for power capability

2011-03-21 Thread Antonio Ospite
Factor out the 'canpower' condition into a dedicated function in order to avoid repetition and to make changing the condition easier. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- drivers/mmc/host/mmc_spi.c | 18 ++ 1 files changed, 10 insertions(+), 8 deletions

[PATCH 4/4] mmc_spi.c: add support for the regulator framework

2011-03-21 Thread Antonio Ospite
Add support for powering up SD cards driven by regulators. This makes the mmc_spi driver work also with the Motorola A910 phone. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- drivers/mmc/host/mmc_spi.c | 61 +++ 1 files changed, 49

test delivering mail to openezx-devel

2011-03-18 Thread Antonio Ospite
-5.1 -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing? pgpiOzSDOkjIN.pgp Description: PGP signature

Re: Problems with rootfs

2011-03-18 Thread Antonio Ospite
for that already here, let me know if you would like to test them. Sorry for the huge delay for responding to that. Regards, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki

boot_usb migrated to git, now called moto-boot-usb

2010-06-09 Thread Antonio Ospite
that please let me know if there are any problems. FYI, here are also some notes about migrating an SVN repo to Git: http://ao2.it/wiki/How_to_migrate_an_SVN_repository_to_Git Regards, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which

Re: [oe] [PATCH 01/12] fso-image.inc: add an even shorter alias, for ls -l

2010-06-07 Thread Antonio Ospite
On Mon, 31 May 2010 13:19:30 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31-05-10 11:55, Antonio Ospite wrote: 'l' is a must have along with 'll'. Signed-off-by: Antonio Ospite osp...@studenti.unina.it [...] diff --git a/recipes

Re: [PATCH 07/12 v2] motorola-ezx-base.inc: refresh machine definition

2010-06-01 Thread Antonio Ospite
On Mon, 31 May 2010 18:32:34 +0200 Koen Kooi k.k...@student.utwente.nl wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 31-05-10 16:28, Antonio Ospite wrote: Reorder sections to a more logic scheme, following magician.conf, other cleanups: * sort MACHINE_FEATURES

[PATCH 01/12] fso-image.inc: add an even shorter alias, for ls -l

2010-05-31 Thread Antonio Ospite
'l' is a must have along with 'll'. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/images/fso-image.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/recipes/images/fso-image.inc b/recipes/images/fso-image.inc index cc626f3..704d267 100644

[PATCH 03/12] device_table-ezx.txt: add needed device nodes

2010-05-31 Thread Antonio Ospite
* With all the mux nodes we can start playing again with gps on A780 * More fb nodes are needed for pxa fb overlay access * Audio devices are needed too in the case of static /dev Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- files/device_table-ezx.txt | 12 +++- 1 files

[PATCH 04/12] xserver-kdrive-common/Xserver: fix EZX settings

2010-05-31 Thread Antonio Ospite
Support all EZX machines, and set up the mouse as a tslib device. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../xserver-kdrive-common/Xserver |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/xserver-kdrive-common/xserver

[PATCH 00/12] motorola-ezx related changes

2010-05-31 Thread Antonio Ospite
Hi, here's some motorola-ezx related changes, plus a couple of other fixes I am using here. Namely, the non ezx related changes are 01 and 02. Can anyone review and apply, please? Thanks, Antonio Ospite Antonio Ospite (11): fso-image.inc: add an even shorter alias for ls -l device_table

[PATCH 05/12] tslib: Add config file for a780 machine

2010-05-31 Thread Antonio Ospite
Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/tslib/tslib/a780/tslib.sh |5 + 1 files changed, 5 insertions(+), 0 deletions(-) create mode 100755 recipes/tslib/tslib/a780/tslib.sh diff --git a/recipes/tslib/tslib/a780/tslib.sh b/recipes/tslib/tslib/a780/tslib.sh

[PATCH 07/12] motorola-ezx-base.inc: refresh machine definition

2010-05-31 Thread Antonio Ospite
Reorder sections to a more logic scheme, following magician.conf, other cleanups: * sort MACHINE_FEATURES alphabetically * add ezx-gen-blob to EXTRA_IMAGEDEPENDS * use MODUTILS=26 * Add needed kernel modules for BP * get rid of udev Signed-off-by: Antonio Ospite osp...@studenti.unina.it

[PATCH 12/12] frameworkd_git.bb: bump SRCREV

2010-05-31 Thread Antonio Ospite
ogsmd has now some more reliable support for the Freescale Neptune modem used in Motorola EzX phones. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/freesmartphone/frameworkd_git.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes

[PATCH 10/12] ezx-gen-blob: bump SRCREV

2010-05-31 Thread Antonio Ospite
The new version can now be compiled with OE with no problems, previously the size of the binary produced with the toolchain from OE was too big to be flashed. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- recipes/ezx/ezx-gen-blob_svn.bb |4 ++-- 1 files changed, 2 insertions

[PATCH 08/12] motorola-ezx-base.inc: Add support for ubifs

2010-05-31 Thread Antonio Ospite
From: Ilya Petrov ilya.muro...@gmail.com Signed-off-by: Ilya Petrov ilya.muro...@gmail.com Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/machine/include/motorola-ezx-base.inc | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/conf/machine

[PATCH 09/12] openezx-kernel_git: update recipe

2010-05-31 Thread Antonio Ospite
* bump KV * bump SRCREV: The new version enables CONFIG_DEVTMPFS by default and some other stuff, and fixes usblan on gen2 when booting from MMC * Provide a fallback CMDLINE * Keep OABI config setting * Use a -oe LOCALVERSION both in KV and in .config Signed-off-by: Antonio Ospite osp

[PATCH 07/12 v2] motorola-ezx-base.inc: refresh machine definition

2010-05-31 Thread Antonio Ospite
Reorder sections to a more logic scheme, following magician.conf, other cleanups: * sort MACHINE_FEATURES alphabetically * add ezx-gen-blob to EXTRA_IMAGEDEPENDS * use MODUTILS=26 * Add needed kernel modules for BP Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v1

Re: [PATCH 0/9] frameword: misc fixes for gen1 and gen2 EzX devices

2010-05-25 Thread Antonio Ospite
at it right now, it will take some time tho. I will setup my A1200 to help you on that as soon as I have some more time. Great, thanks. Ciao ciao, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See

[PATCH 1/9] ogsmd: device.py, detect modem creation failure

2010-05-21 Thread Antonio Ospite
Some devices may be in a certain status that makes impossible to initialize the modem, in these cases we should not instanciate the actual Modem class and return None, so we need to detect that. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- framework/subsystems/ogsmd/device.py

[PATCH 4/9] ogsmd: freescale_neptune, handle URCs on the Misc channel

2010-05-21 Thread Antonio Ospite
Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../ogsmd/modems/freescale_neptune/modem.py|1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/framework/subsystems/ogsmd/modems/freescale_neptune/modem.py b/framework/subsystems/ogsmd/modems

[PATCH 7/9] ogsmd: freescale_neptune, implement plusCLIP URC

2010-05-21 Thread Antonio Ospite
Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../ogsmd/modems/freescale_neptune/unsolicited.py |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/framework/subsystems/ogsmd/modems/freescale_neptune/unsolicited.py b/framework/subsystems/ogsmd/modems

[PATCH 2/9] ogsmd: move _freescale_neptune_modemOn to __new__

2010-05-21 Thread Antonio Ospite
By moving _freescale_neptune_modemOn() from __init__() to __new__() we can return None if the modem can't be initialized. Note that now _freescale_neptune_modemOn() is a static method. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../ogsmd/modems/freescale_neptune/modem.py

[PATCH 9/9] ogsmd: freecale_neptune, cleanup channels init

2010-05-21 Thread Antonio Ospite
Send AT commands only to the appropriate channels. Also reorganize the order of the channel classes in the code to reflect the respective dlci line order. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../ogsmd/modems/freescale_neptune/channel.py | 57 ++-- 1

Re: [Fwd: Re: Kernel source code]

2010-05-18 Thread Antonio Ospite
On Mon, 17 May 2010 22:14:33 -0300 angelo ang...@angeste.com.br wrote: Antonio Ospite escreveu: On Mon, 17 May 2010 11:59:02 -0300 angelo ang...@angeste.com.br wrote: Andreas Mohr escreveu: On Sun, May 16, 2010 at 12:00:01PM +0200, openezx-devel-requ...@lists.openezx.org

Re: [Fwd: Re: Kernel source code]

2010-05-18 Thread Antonio Ospite
... But the correct patch is: http://www.rpsys.net/openzaurus/patches/mmcsd_no_scr_check-r2.patch So with this one you can get the latest kernel to work with your card? This workaround is different from the fix Andreas was pointing to, isnt'it? Ciao, Antonio -- Antonio Ospite http://ao2

Re: [Fwd: Re: Kernel source code]

2010-05-18 Thread Antonio Ospite
(now updated to 2.6.34), with or without that patch, did you? Ciao, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad

Re: [Fwd: Re: Kernel source code]

2010-05-17 Thread Antonio Ospite
I found here: http://lists.denx.de/pipermail/u-boot/2009-April/050516.html It this patch? This patch is for u-boot, not for linux kernel. Ciao, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read

Re: [Fwd: Re: Kernel source code]

2010-05-15 Thread Antonio Ospite
On Sat, 15 May 2010 16:30:17 -0300 angelo ang...@angeste.com.br wrote: Antonio Ospite escreveu: On Sat, 15 May 2010 13:51:55 -0300 angelo ang...@angeste.com.br wrote: [...] Angelo if you are interested in having latest openezx kernel working, follow the guide on the wiki. http

Re: boot_usb kernel uploading

2010-05-14 Thread Antonio Ospite
phone, so I'd like to experiment with A780 :) Cool, let us know also if you want to get more involved in openezx, stop by #openezx IRC channel on FreeNode if you have some time. Thanks, Dmitri Regards, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because

Re: boot_usb kernel uploading

2010-05-14 Thread Antonio Ospite
On Fri, 14 May 2010 10:41:50 + (UTC) Dmitri Hrapof hra...@common-lisp.ru wrote: Antonio Ospite ospite at studenti.unina.it writes: Try commenting out //#define USECS_SLEEP 500 in boot_usb.c, line 46, recompile and let us know. It was commented, I uncommented both it and DEBUG, ie

Re: Kernel source code

2010-05-14 Thread Antonio Ospite
repository so you can track the latest kernel version. Thank you,and sorry by my bad english. Angelo Regards, Antonio P.S. Consider subscribing to the list, I had to pass your message manually. -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order

Re: [oe] gen-blob size with gcc-4.4.2 SOLVED? (was: [PATCH 0/5] Misc updates for EZX bits in OE)

2010-04-23 Thread Antonio Ospite
, 26 Mar 2010 16:17:24 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Thu, 25 Mar 2010 13:39:00 -0700 Khem Raj raj.k...@gmail.com wrote: On (25/03/10 18:19), Antonio Ospite wrote: [...] Note that although ezx-gen-blob builds fine now, it seems to have issues with GCC 4.4

Re: [oe] gen-blob size with gcc-4.4.2 SOLVED? (was: [PATCH 0/5] Misc updates for EZX bits in OE)

2010-04-23 Thread Antonio Ospite
On Fri, 23 Apr 2010 09:45:04 -0700 Khem Raj raj.k...@gmail.com wrote: On Fri, Apr 23, 2010 at 5:28 AM, Antonio Ospite osp...@studenti.unina.it wrote: [...] On Fri, 26 Mar 2010 16:17:24 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Thu, 25 Mar 2010 13:39:00 -0700 Khem Raj

Re: [oe] [PATCH 0/5] Misc updates for EZX bits in OE

2010-04-15 Thread Antonio Ospite
On Fri, 26 Mar 2010 16:17:24 +0100 Antonio Ospite osp...@studenti.unina.it wrote: On Thu, 25 Mar 2010 13:39:00 -0700 Khem Raj raj.k...@gmail.com wrote: On (25/03/10 18:19), Antonio Ospite wrote: Hi, here are some updates for EZX bits in OE. With these changes we have

[PATCH] ogsmd: add freescale_neptune init routine

2010-04-15 Thread Antonio Ospite
This allows BP init to complete successfully on EZX phones without having to rely on ezxd. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- .../ogsmd/modems/freescale_neptune/modem.py| 88 +--- 1 files changed, 76 insertions(+), 12 deletions(-) mode change

ts27010mux support in FSO framworkd

2010-03-31 Thread Antonio Ospite
Hi, with the following patch we can use frameworkd[1] from FSO[2] without even ezxd. I only tested it with cli-framework because fso-zhone-image does not build in OE right now (TBH even fso-console-image has a little problem [3,4]). The point is about getting at least something working. Note

Re: [oe] [PATCH 0/5] Misc updates for EZX bits in OE

2010-03-26 Thread Antonio Ospite
On Fri, 26 Mar 2010 16:17:24 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Here are more details: A gcc-4.1.2 toolchain[1] produces the expected result, the current gcc-4.4.2 toolchain[2] from 'minimal' distro does not. Forgot the refs in previous mail even if they were

[PATCH 1/5] ezx: update openezx-kernel version

2010-03-25 Thread Antonio Ospite
This version uses an adapted ts27010mux driver from Motorola Milestone. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/distro/include/sane-srcrevs.inc |2 +- recipes/linux/openezx-kernel_git.bb |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf

[PATCH 5/5] ezx: update device_table-ezx.txt

2010-03-25 Thread Antonio Ospite
Update mux nodes to be used with the ts27010mux driver. Fix names for ttyIPC0 and video0 nodes. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- files/device_table-ezx.txt |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/device_table-ezx.txt b/files

[PATCH 2/5] ezx: update ezx-boot-usb-native version

2010-03-25 Thread Antonio Ospite
Fix also ezx-boot-usb-native_svn.bb as the code now resides in a 'src' subdirectory. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/distro/include/sane-srcrevs.inc |2 +- recipes/ezx/ezx-boot-usb-native_svn.bb |2 +- 2 files changed, 2 insertions(+), 2 deletions

[PATCH 4/5] ezx: update ezx-gen-blob version

2010-03-25 Thread Antonio Ospite
NOTE: this version builds fine but the resulting binaries do not seem to be correct, their size is about 300KiB instead of the expected 64KiB. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- conf/distro/include/sane-srcrevs.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions

Re: [PATCH 4/5] ezx: update ezx-gen-blob version

2010-03-25 Thread Antonio Ospite
On Thu, 25 Mar 2010 18:42:40 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: Hello. On Thu, 2010-03-25 at 18:19, Antonio Ospite wrote: NOTE: this version builds fine but the resulting binaries do not seem to be correct, their size is about 300KiB instead of the expected 64KiB

Re: [PATCH 4/5] ezx: update ezx-gen-blob version

2010-03-25 Thread Antonio Ospite
On Thu, 25 Mar 2010 19:30:50 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: Hello. On Thu, 2010-03-25 at 19:13, Antonio Ospite wrote: On Thu, 25 Mar 2010 18:42:40 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: On Thu, 2010-03-25 at 18:19, Antonio Ospite wrote: NOTE

Re: About A1600

2010-03-25 Thread Antonio Ospite
-devel mailing list, for now I just accepted your message manually. You can also find us in the #openezx IRC channel on Freenode. Regards, Antonio P.S.: I cannot send the mail to ajo...@mail.ru, if anyone can, please forward this on. Thanks. -- Antonio Ospite http://ao2.it PGP public key ID

Some little fresh air for openezx

2010-03-25 Thread Antonio Ospite
/ [4] http://acassis.wordpress.com/2010/01/27/microsd-wifi-with-linux-support/ -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad

Re: [oe] [PATCH 0/5] Misc updates for EZX bits in OE

2010-03-25 Thread Antonio Ospite
On Thu, 25 Mar 2010 13:39:00 -0700 Khem Raj raj.k...@gmail.com wrote: On (25/03/10 18:19), Antonio Ospite wrote: [...] Note that although ezx-gen-blob builds fine now, it seems to have issues with GCC 4.4: the binary size is about 300KiB instead of the expected 64KiB, if anyone has

Re: Code from OpenEZX used for Motorola Milestone.

2010-02-20 Thread Antonio Ospite
On Mon, 4 Jan 2010 12:49:34 -0800 Erik Gilling konk...@google.com wrote: On Sun, Dec 27, 2009 at 6:39 AM, Michael 'Mickey' Lauer mic...@vanille-media.de wrote: Am Sonntag, den 27.12.2009, 15:21 +0100 schrieb Antonio Ospite: Timothy Meade (tmzt) reported that there is some code from

Re: New rqhw_decode tool

2009-12-26 Thread Antonio Ospite
On Thu, 24 Dec 2009 13:22:08 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: Hello. On Thu, 2009-12-24 at 09:49, Antonio Ospite wrote: LED driver is the only doubt I had, but checking audio on e680 would also be good. BTW, right now the repository has been updated to 2.6.33-rc1

Cleaning up merged branches.

2009-12-26 Thread Antonio Ospite
now follow TopGit topic branches. tg: Next, do: git fetch openezx I'll do more tests at the next (little) cleanup, once ezx/pcap-leds gets merged, so you guys have all the time to update your topgit to the latest version. Take care, Antonio -- Antonio Ospite http://ao2.it PGP public key ID

Re: New rqhw_decode tool

2009-12-24 Thread Antonio Ospite
On Wed, 23 Dec 2009 18:38:46 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: On Wed, 2009-12-23 at 18:10, Antonio Ospite wrote: I wanted to release a new version on Dec. 13th, exactly one year after the previous one, but I failed because of some other stuff I had to do. So yes, I

Re: New rqhw_decode tool

2009-12-23 Thread Antonio Ospite
On Wed, 23 Dec 2009 18:00:31 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: Hello. On Mon, 2009-12-14 at 17:08, Antonio Ospite wrote: Now the program simply decode the string and prints out values for some fields, but with enough examples we could even derive a meaning

Re: [PATCH v2] leds: Add LED class driver for regulator driven LEDs.

2009-12-15 Thread Antonio Ospite
On Mon, 7 Dec 2009 15:08:13 +0100 Antonio Ospite osp...@studenti.unina.it wrote: This driver provides an interface for controlling LEDs (or vibrators) connected to PMICs for which there is a regulator framework driver. This driver can be used, for instance, to control vibrator on all

New rqhw_decode tool

2009-12-14 Thread Antonio Ospite
. Regards, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki/Posting_style Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing

Re: A1200 Camera sensor

2009-12-14 Thread Antonio Ospite
I don't know if it supports the sensor on a1200 but it is worth a try IMHO. Best Regards, Alan Ciao ciao, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http://en.wikipedia.org/wiki

Re: pcap-leds: testers with e680 needed

2009-12-13 Thread Antonio Ospite
Nobody with e680, yet? I am submitting the leds-pcap driver for review soon, a test on real hardware would be great to have. Here's the latest build: http://people.openezx.org/ao2/images/200912131256/ Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because

Re: pcap-leds: testers with e680 needed

2009-12-13 Thread Antonio Ospite
On Sun, 13 Dec 2009 17:34:17 +0100 Stefan Schmidt ste...@datenfreihafen.org wrote: Hello. On Sun, 2009-12-13 at 16:46, Antonio Ospite wrote: Nobody with e680, yet? I am submitting the leds-pcap driver for review soon, a test on real hardware would be great to have. I should have one

[PATCH v2] leds: Add LED class driver for regulator driven LEDs.

2009-12-07 Thread Antonio Ospite
This driver provides an interface for controlling LEDs (or vibrators) connected to PMICs for which there is a regulator framework driver. This driver can be used, for instance, to control vibrator on all Motorola EZX phones using the pcap-regulator driver services. Signed-off-by: Antonio Ospite

WARNING: at kernel/lockdep.c

2009-12-05 Thread Antonio Ospite
+0x7c/0x84) [c0058b94] (kthread+0x7c/0x84) from [c002afd0] (kernel_thread_exit+0x0/0x8) ---[ end trace 51c3e191cf7432f8 ]--- Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text. See http

Re: [PATCH] leds: Add LED class driver for regulator driven LEDs.

2009-12-04 Thread Antonio Ospite
to the status of the LED on startup do you mean a initial brightness value passed via leds-regulator platform data, or the initial status or the regulator itself? Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read

[PATCH] leds: Add LED class driver for regulator driven LEDs.

2009-12-02 Thread Antonio Ospite
This driver provides an interface for controlling LEDs (or vibrators) connected to PMICs for which there is a regulator framework driver. This driver can be used, for instance, to control vibrator on all Motorola EZX phones using the pcap-regulator driver services. Signed-off-by: Antonio Ospite

Re: [PATCH] leds: Add LED class driver for regulator driven LEDs.

2009-12-02 Thread Antonio Ospite
On Wed, 2 Dec 2009 18:06:58 + Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Dec 02, 2009 at 06:40:25PM +0100, Antonio Ospite wrote: A doubt I had was about leaving the 'supply' variable configurable from platform data, or relying on some fixed value like vled

Re: [PATCH] leds: Add LED class driver for regulator driven LEDs.

2009-12-02 Thread Antonio Ospite
On Wed, 02 Dec 2009 18:23:55 + Liam Girdwood l...@slimlogic.co.uk wrote: On Wed, 2009-12-02 at 18:40 +0100, Antonio Ospite wrote: This driver provides an interface for controlling LEDs (or vibrators) connected to PMICs for which there is a regulator framework driver. This driver can

Re: [PATCH] leds: Add LED class driver for regulator driven LEDs.

2009-12-02 Thread Antonio Ospite
On Wed, 2 Dec 2009 20:40:26 + Mark Brown broo...@opensource.wolfsonmicro.com wrote: On Wed, Dec 02, 2009 at 09:25:21PM +0100, Antonio Ospite wrote: Mark Brown broo...@opensource.wolfsonmicro.com wrote: There's no need to do this since the regulator API matches consumers based

Re: pcap-leds: testers with e680 needed

2009-11-29 Thread Antonio Ospite
On Fri, 27 Nov 2009 17:37:45 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Hi, I've been cleaning up pcap-leds driver a bit for mainline submission, can anyone with e680 test it to see if I introduced any regression? Thanks, Antonio Here's a prebuilt kernel to make testers

Re: [PATCH] leds-lp3944.h: remove unneeded include.

2009-11-29 Thread Antonio Ospite
On Sat, 28 Nov 2009 13:55:57 +0100 Antonio Ospite osp...@studenti.unina.it wrote: This include was needed in the first version of the driver because we used to expose workqueue details in platform data definition, now we don't. Actually also including linux/leds.h can be avoided, an updated

[PATCH v2] leds-lp3944.h: remove unneeded includes.

2009-11-29 Thread Antonio Ospite
These were needed in the first version of the driver because we used to expose workqueue and led class details in the header file, now we don't. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- include/linux/leds-lp3944.h |3 --- 1 files changed, 0 insertions(+), 3 deletions

[PATCH] ezx-pcap: remove defines for custom led gpio encoding

2009-11-29 Thread Antonio Ospite
if the gpio value has to be inverted. Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Just a note, the leds-pcap driver I am mentioning is not in mainline yet, so this can be merged without any dependencies. Thanks, Antonio include/linux/mfd/ezx-pcap.h |3 --- 1 files changed, 0

pcap-leds: testers with e680 needed

2009-11-27 Thread Antonio Ospite
Hi, I've been cleaning up pcap-leds driver a bit for mainline submission, can anyone with e680 test it to see if I introduced any regression? Thanks, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001 A: Because it messes up the order in which people normally read text

Re: About ROKR E6 developing

2009-11-17 Thread Antonio Ospite
:) So, i'm interested in your developing, and i'd like to know more about the project just to know if i can help with something (testing, porting, new features, ... ). Take a look at http://wiki.openezx.org you'll find also the IRC channel details on the wiki. Regards, Antonio -- Antonio

Re: [PATCH 1/3 v3] Add camera support for A780 and A910 EZX phones

2009-11-12 Thread Antonio Ospite
On Wed, 11 Nov 2009 19:02:11 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: Hi Antonio Still one more nitpick: Comments below. On Wed, 11 Nov 2009, Antonio Ospite wrote: [...] +/* camera */ +static int a780_camera_init(void) This function returns an error

[PATCH 1/3 v4] Add camera support for A780 and A910 EZX phones

2009-11-12 Thread Antonio Ospite
Signed-off-by: Bart Visscher ba...@thisnet.nl Signed-off-by: Antonio Ospite osp...@studenti.unina.it --- Changes since v3: - Check {a780,a910}_camera_init() return value, and register camera conditionally. arch/arm/mach-pxa/ezx.c | 174 +- 1 files

Re: [PATCH 1/3 v2] ezx: Add camera support for A780 and A910 EZX phones

2009-11-10 Thread Antonio Ospite
Ospite osp...@studenti.unina.it wrote: On Fri, 6 Nov 2009 15:11:55 +0100 (CET) Guennadi Liakhovetski g.liakhovet...@gmx.de wrote: On Thu, 5 Nov 2009, Antonio Ospite wrote: See? It's power(), reset(), init(). Maybe the problem is in soc_camera_probe()? Sorry, you'd have

Re: bug in pcap_battery

2009-11-08 Thread Antonio Ospite
ezx/pcap_regulator for pcap I see, the hierarchy should be like this then: ezx/eoc -- ezx/eoc-charger -- ezx/mach/eoc-chager -- means that the right side depends on the left side. Will do that then. Regards, Antonio -- Antonio Ospite http://ao2.it PGP public key ID: 0x4553B001

Re: Using statically allocated memory for platform_data.

2009-11-08 Thread Antonio Ospite
On Mon, 2 Nov 2009 11:23:16 +0100 Antonio Ospite osp...@studenti.unina.it wrote: Hi, I noted that in some mfd drivers (drivers/mfd/ezx-pcap.c and drivers/mfd/da903x.c) there is code like this: static int __devinit pcap_add_subdev(struct pcap_chip *pcap

  1   2   3   >