From: Eric Miao <eric.y.miao@gmail.com>
To: Pavel Machek <pavel@ucw.cz>
Cc: rpurdie@rpsys.net, lenz@cs.wisc.edu,
kernel list <linux-kernel@vger.kernel.org>,
Dirk@opfer-online.de, arminlitzel@web.de,
Cyril Hrubis <metan@ucw.cz>,
thommycheck@gmail.com,
linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
dbaryshkov@gmail.com, omegamoon@gmail.com, utx@penguin.cz
Subject: Re: zaurus: cleanup sharpsl_pm.c
Date: Fri, 23 Oct 2009 02:26:55 +0800 [thread overview]
Message-ID: <f17812d70910221126k50c4ea7em9d58f6e85db884ae@mail.gmail.com> (raw)
In-Reply-To: <20091022174816.GC5325@elf.ucw.cz>
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 3945 bytes --]
> Introduce separate set of battery limits for corgi. This fixes> compilation, and the values probably should be subtly different, too.>
[Why I'm receiving this for twice ....?]
Pavel,
Anyway, I was thinkin maybe we need a shared table before thereare real requirements for different machines to have their own?
> Signed-off-by: Pavel Machek <pavel@ucw.cz>>> diff -ur linux-rc/arch/arm.ofic/mach-pxa/corgi_pm.c linux-rc/arch/arm/mach-pxa/corgi_pm.c> --- linux-rc/arch/arm.ofic/mach-pxa/corgi_pm.c  2009-09-10 00:13:59.000000000 +0200> +++ linux-rc/arch/arm/mach-pxa/corgi_pm.c    2009-10-22 19:19:02.000000000 +0200> @@ -35,6 +35,92 @@>  #define SHARPSL_FATAL_ACIN_VOLT     182  /* 3.45V */>  #define SHARPSL_FATAL_NOACIN_VOLT    170  /* 3.40V */>> +static const struct battery_thresh corgi_battery_levels_acin[] = {> +    { 213, 100},> +    { 212,  98},> +    { 211,  95},> +    { 210,  93},> +    { 209,  90},> +    { 208,  88},> +    { 207,  85},> +    { 206,  83},> +    { 205,  80},> +    { 204,  78},> +    { 203,  75},> +    { 202,  73},> +    { 201,  70},> +    { 200,  68},> +    { 199,  65},> +    { 198,  63},> +    { 197,  60},> +    { 196,  58},> +    { 195,  55},> +    { 194,  53},> +    { 193,  50},> +    { 192,  48},> +    { 192,  45},> +    { 191,  43},> +    { 191,  40},> +    { 190,  38},> +    { 190,  35},> +    { 189,  33},> +    { 188,  30},> +    { 187,  28},> +    { 186,  25},> +    { 185,  23},> +    { 184,  20},> +    { 183,  18},> +    { 182,  15},> +    { 181,  13},> +    { 180,  10},> +    { 179,  8},> +    { 178,  5},> +    {  0,  0},> +};> +> +static const struct battery_thresh  corgi_battery_levels_noac[] = {> +    { 213, 100},> +    { 212,  98},> +    { 211,  95},> +    { 210,  93},> +    { 209,  90},> +    { 208,  88},> +    { 207,  85},> +    { 206,  83},> +    { 205,  80},> +    { 204,  78},> +    { 203,  75},> +    { 202,  73},> +    { 201,  70},> +    { 200,  68},> +    { 199,  65},> +    { 198,  63},> +    { 197,  60},> +    { 196,  58},> +    { 195,  55},> +    { 194,  53},> +    { 193,  50},> +    { 192,  48},> +    { 191,  45},> +    { 190,  43},> +    { 189,  40},> +    { 188,  38},> +    { 187,  35},> +    { 186,  33},> +    { 185,  30},> +    { 184,  28},> +    { 183,  25},> +    { 182,  23},> +    { 181,  20},> +    { 180,  18},> +    { 179,  15},> +    { 178,  13},> +    { 177,  10},> +    { 176,  8},> +    { 175,  5},> +    {  0,  0},> +};> +>  static void corgi_charger_init(void)>  {>     pxa_gpio_mode(CORGI_GPIO_ADC_TEMP_ON | GPIO_OUT);> @@ -214,8 +300,8 @@>     .fatal_acin_volt  = SHARPSL_FATAL_ACIN_VOLT,>     .fatal_noacin_volt= SHARPSL_FATAL_NOACIN_VOLT,>     .bat_levels    = 40,> -    .bat_levels_noac  = spitz_battery_levels_noac,> -    .bat_levels_acin  = spitz_battery_levels_acin,> +    .bat_levels_noac  = corgi_battery_levels_noac,> +    .bat_levels_acin  = corgi_battery_levels_acin,>     .status_high_acin = 188,>     .status_low_acin  = 178,>     .status_high_noac = 185,>>> --> (english) http://www.livejournal.com/~pavelmachek> (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html>ÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
next prev parent reply other threads:[~2009-10-22 18:27 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-10-06 20:03 Pavel Machek
2009-10-17 16:36 ` Pavel Machek
2009-10-20 15:59 ` Eric Miao
2009-10-22 14:05 ` Eric Miao
2009-10-22 17:48 ` Pavel Machek
2009-10-22 18:26 ` Eric Miao [this message]
2009-10-22 19:19 ` Pavel Machek
2009-10-22 19:28 ` Eric Miao
2009-10-22 19:35 ` Pavel Machek
2009-10-22 19:49 ` Eric Miao
2009-10-22 22:40 ` Richard Purdie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f17812d70910221126k50c4ea7em9d58f6e85db884ae@mail.gmail.com \
--to=eric.y.miao@gmail.com \
--cc=Dirk@opfer-online.de \
--cc=arminlitzel@web.de \
--cc=dbaryshkov@gmail.com \
--cc=lenz@cs.wisc.edu \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=metan@ucw.cz \
--cc=omegamoon@gmail.com \
--cc=pavel@ucw.cz \
--cc=rpurdie@rpsys.net \
--cc=thommycheck@gmail.com \
--cc=utx@penguin.cz \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®