[PATCH v2 1/2] clocksource: arm_global_timer: implement rate compensation whenever source clock changes

2021-04-06 Thread Andrea Merello
This patch adds rate change notification support for the parent clock; should that clock change, then we try to adjust the our prescaler in order to compensate (i.e. we adjust to still get the same timer frequency). This is loosely based on what it's done in timer-cadence-ttc. timer-sun51,

YOUR COMPENSATION MONEY

2021-04-04 Thread Barki Diya
the total of ( Hundred thousand united states dollars, $100.000.00 ) which i kept for your compensation for all the past efforts and attempts to assist me in this matter. I appreciated your efforts at that time very much. so feel free and get in touched with my secretary Ms.Aisha Atan and instruct

[PATCH 1/2] clocksource: arm_global_timer: implement rate compensation whenever source clock changes

2021-02-17 Thread Andrea Merello
This patch adds rate change notification support for the parent clock; should that clock change, then we try to adjust the our prescaler in order to compensate (i.e. we adjust to still get the same timer frequency). This is loosely based on what it's done in timer-cadence-ttc. timer-sun51,

[PATCH v7 6/6] ARM: dts: rainier: Add eMMC clock phase compensation

2021-01-13 Thread Andrew Jeffery
Determined by scope measurements at speed. Signed-off-by: Andrew Jeffery --- arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts index

[PATCH AUTOSEL 5.4 097/130] rtlwifi: rtl8192de: fix ofdm power compensation

2020-12-22 Thread Sasha Levin
From: Ping-Ke Shih [ Upstream commit 3f79e541593fecc2a90687eb7162e15a499caa33 ] ofdm_index[] is used to indicate how many power compensation is needed to current thermal value. For internal PA module or 2.4G band, the min_index is different from other cases. This issue originally is reported

[PATCH v6 6/6] ARM: dts: rainier: Add eMMC clock phase compensation

2020-12-17 Thread Andrew Jeffery
Determined by scope measurements at speed. Signed-off-by: Andrew Jeffery Reviewed-by: Joel Stanley --- arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

Re: [PATCH v5 6/6] ARM: dts: rainier: Add eMMC clock phase compensation

2020-12-07 Thread Joel Stanley
On Tue, 8 Dec 2020 at 01:26, Andrew Jeffery wrote: > > Determined by scope measurements at speed. > > Signed-off-by: Andrew Jeffery Reviewed-by: Joel Stanley ... assuming the bindings get acked. > --- > arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 1 + > 1 file changed, 1 insertion(+) >

[PATCH v5 6/6] ARM: dts: rainier: Add eMMC clock phase compensation

2020-12-07 Thread Andrew Jeffery
Determined by scope measurements at speed. Signed-off-by: Andrew Jeffery --- arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts index

[PATCH v4 6/6] ARM: dts: rainier: Add eMMC clock phase compensation

2020-12-07 Thread Andrew Jeffery
Determined by scope measurements at speed. Signed-off-by: Andrew Jeffery --- arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts index

[PATCH v3 3/3] ARM: dts: rainier: Add eMMC clock phase compensation

2020-11-22 Thread Andrew Jeffery
Determined by scope measurements at speed. Signed-off-by: Andrew Jeffery --- arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts b/arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts index

Compensation for your effort

2020-11-08 Thread MRS SABAH IBRAHIM
Yusuf , ask her to send you the compensation of $600,000.00USD which i have credited with the United Bank for Africa (UBA) bank into an ATM card before i traveled for my treatment, you will indicate your contact as my else's business associate that tried to help me, but it could not work out for us

compensation

2020-11-04 Thread Ms. Milla
Ask her to send you the total sum of $450,000.00 which I kept for your compensation over the past efforts and attempts to assist me in this matter. I appreciated your efforts at that time very much. So feel free and contact my secretary Ms. Milla Smith and instruct her where to send the amount

compensation

2020-09-29 Thread Mr. Milla
ask her to send you the total of $450,000.00 which I kept for your compensation for all the past efforts and attempts to assist me in this matter. I appreciated your efforts at that time very much. So feel free and get in touched with my secretary Mr. Milla Smith and instruct her where to send

Re: [PATCH v4 0/2] power: bq25890: IBAT compensation support

2020-09-29 Thread Sebastian Reichel
Hi, On Sat, Sep 26, 2020 at 09:05:31PM +0200, Michał Mirosław wrote: > These two patches add support for IBAT compensation feature of bq2589x > chargers. Thanks, queued. -- Sebastian > v4 fixed property names for the features and dropped other applied or rejected >patches

Re: [PATCH v4 1/2] power: bq25890: document IBAT compensation DT properties

2020-09-28 Thread Rob Herring
On Sat, 26 Sep 2020 21:05:34 +0200, Michał Mirosław wrote: > Document new properties for IBAT compensation feature. > > Signed-off-by: Michał Mirosław > --- > v2: initial version > v4: renamed properties applying property-suffix > --- > Documentation/devicetree/bindings/

[PATCH v4 2/2] power: bq25890: support IBAT compensation

2020-09-26 Thread Michał Mirosław
Add configuration for compensation of IBAT measuring resistor in series with the battery. Signed-off-by: Michał Mirosław --- v4: renamed properties applying property-suffix --- drivers/power/supply/bq25890_charger.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff

[PATCH v4 1/2] power: bq25890: document IBAT compensation DT properties

2020-09-26 Thread Michał Mirosław
Document new properties for IBAT compensation feature. Signed-off-by: Michał Mirosław --- v2: initial version v4: renamed properties applying property-suffix --- Documentation/devicetree/bindings/power/supply/bq25890.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation

[PATCH v4 0/2] power: bq25890: IBAT compensation support

2020-09-26 Thread Michał Mirosław
These two patches add support for IBAT compensation feature of bq2589x chargers. --- v4 fixed property names for the features and dropped other applied or rejected patches Michał Mirosław (2): power: bq25890: document IBAT compensation DT properties power: bq25890: support IBAT

IRREVOCABLE COMPENSATION PAYMENT OF $750,000.00 DOLLARS VIA ATM VISA CARD

2020-09-23 Thread UNITED NATIONS
IRREVOCABLE COMPENSATION PAYMENT OF $750,000.00 DOLLARS VIA ATM VISA CARD We sincerely apologize for the unnecessary delay of your compensation payment. This delay was cursed due to the current EPIDEMIC outbreak that frustrated all effort made to contact you. We have actually been authorized

IRREVOCABLE COMPENSATION PAYMENT OF £750,000.00 VIA ATM VISA CARD

2020-09-17 Thread UNITED NATIONS
Attn: Beneficiary IRREVOCABLE COMPENSATION PAYMENT OF £750,000.00 VIA ATM VISA CARD We sincerely apologize for the unnecessary delay of your compensation payment. This delay was cursed due to the current EPIDEMIC outbreak that frustrated all effort made to contact you. We have actually been

compensation

2020-09-02 Thread Mr. Milla
ask her to send you the total of $450,000.00 which I kept for your compensation for all the past efforts and attempts to assist me in this matter. I appreciated your efforts at that time very much. So feel free and get in touched with my secretary Mr. Milla Smith and instruct her where to send

Compensation for your effort

2020-09-02 Thread MRS SABAH IBRAHIM
is Mrs. Manal Yusuf , ask her to send you the compensation of $600,000.00USD which i have credited with the ECOBANK bank into an ATM card before i traveled for my treatment, you will indicate your contact as my else's business associate that tried to help me, but it could not work out for us, and I

[PATCH 24/27] blk-iocost: implement vtime loss compensation

2020-09-01 Thread Tejun Heo
When an iocg accumulates too much vtime or gets deactivated, we throw away some vtime, which lowers the overall device utilization. As the exact amount which is being thrown away is known, we can compensate by accelerating the vrate accordingly so that the extra vtime generated in the current

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-09-01 Thread Jiang Biao
t; > > > > next_comm=task_idle-1 next_pid=39772 next_prio=120 > > > ><...>-39771 [002] d.h. 42478.193771: sched_wakeup: > > > > comm=task_idle-1 pid=39772 prio=120 target_cpu=002 > > > ><...>-39771

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-09-01 Thread Vincent Guittot
><...>-39771 [002] d.h. 42478.193771: sched_wakeup: > > > comm=task_idle-1 pid=39772 prio=120 target_cpu=002 > > ><...>-39771 [002] d... 42478.206438: sched_switch: > > > prev_comm=task_other-0 prev_pid=39771 prev_pri

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-09-01 Thread Jiang Biao
o=120 target_cpu=002 > ><...>-39771 [002] d... 42478.206438: sched_switch: > > prev_comm=task_other-0 prev_pid=39771 prev_prio=120 prev_state=R ==> > > next_comm=task_idle-1 next_pid=39772 next_prio=120 > ><...>-39771 [002] d.h. 42478.

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-28 Thread Vincent Guittot
: sched_switch: > prev_comm=task_other-0 prev_pid=39771 prev_prio=120 prev_state=R ==> > next_comm=task_idle-1 next_pid=39772 next_prio=120 ><...>-39771 [002] d.h. 42478.209771: sched_wakeup: > comm=task_idle-1 pid=39772 prio=120 target_cpu=002 >

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-23 Thread Jiang Biao
witch: prev_comm=task_other-0 prev_pid=39771 prev_prio=120 prev_state=R ==> next_comm=task_idle-1 next_pid=39772 next_prio=120 <...>-39771 [002] d.h. 42478.225771: sched_wakeup: comm=task_idle-1 pid=39772 prio=120 target_cpu=002 <...>-39771 [002] d... 42478.238438: sche

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-20 Thread Jiang Biao
On Thu, 20 Aug 2020 at 22:09, Vincent Guittot wrote: > > On Thu, 20 Aug 2020 at 15:44, wrote: > > > > > That's been said, not compensating the vruntime for a sched_idle task > > > makes sense for me. Even if that will only help for others task in the > > > same cfs_rq > > > > Yeah, but it is

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-20 Thread Jiang Biao
On Thu, 20 Aug 2020 at 20:58, wrote: > > On Thu, Aug 20, 2020 at 02:51:06PM +0200, Vincent Guittot wrote: > > On Thu, 20 Aug 2020 at 14:00, Jiang Biao wrote: > > > > > > From: Jiang Biao > > > > > > Vruntime compensation has been down in p

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-20 Thread Jiang Biao
On Thu, 20 Aug 2020 at 20:51, Vincent Guittot wrote: > > On Thu, 20 Aug 2020 at 14:00, Jiang Biao wrote: > > > > From: Jiang Biao > > > > Vruntime compensation has been down in place_entity() to > > boot the waking procedure for fair tasks. There i

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-20 Thread Vincent Guittot
On Thu, 20 Aug 2020 at 15:44, wrote: > > > That's been said, not compensating the vruntime for a sched_idle task > > makes sense for me. Even if that will only help for others task in the > > same cfs_rq > > Yeah, but it is worth the extra pointer chasing and branches? For that I let Jiang

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-20 Thread peterz
> That's been said, not compensating the vruntime for a sched_idle task > makes sense for me. Even if that will only help for others task in the > same cfs_rq Yeah, but it is worth the extra pointer chasing and branches? Then again, I suppose we started all that with the idle_h_nr_running

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-20 Thread Vincent Guittot
On Thu, 20 Aug 2020 at 14:58, wrote: > > On Thu, Aug 20, 2020 at 02:51:06PM +0200, Vincent Guittot wrote: > > On Thu, 20 Aug 2020 at 14:00, Jiang Biao wrote: > > > > > > From: Jiang Biao > > > > > > Vruntime compensation has been down in p

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-20 Thread peterz
On Thu, Aug 20, 2020 at 02:51:06PM +0200, Vincent Guittot wrote: > On Thu, 20 Aug 2020 at 14:00, Jiang Biao wrote: > > > > From: Jiang Biao > > > > Vruntime compensation has been down in place_entity() to > > boot the waking procedure for fair tasks. Ther

Re: [PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-20 Thread Vincent Guittot
On Thu, 20 Aug 2020 at 14:00, Jiang Biao wrote: > > From: Jiang Biao > > Vruntime compensation has been down in place_entity() to > boot the waking procedure for fair tasks. There is no need to s/boot/boost/ ? > do that for SCHED_IDLE task actually. > > Not compensating

[PATCH] sched/fair: avoid vruntime compensation for SCHED_IDLE task

2020-08-20 Thread Jiang Biao
From: Jiang Biao Vruntime compensation has been down in place_entity() to boot the waking procedure for fair tasks. There is no need to do that for SCHED_IDLE task actually. Not compensating vruntime for SCHED_IDLE task could make SCHED_IDLE task more harmless for normal tasks. Signed-off

[PATCH v5 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation

2020-08-03 Thread Daniel Campello
Simplify compensation stage by using regmap_read_poll_timeout(). Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko Reviewed-by: Stephen Boyd --- Changes in v5: None Changes in v4: None Changes in v3: None Changes in v2: - Fixed dev_err() message drivers/iio/proximity/sx9310.c

[PATCH v4 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation

2020-08-03 Thread Daniel Campello
Simplify compensation stage by using regmap_read_poll_timeout(). Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko Reviewed-by: Stephen Boyd --- Changes in v4: None Changes in v3: None Changes in v2: - Fixed dev_err() message drivers/iio/proximity/sx9310.c | 25

Re: [PATCH v3 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation

2020-07-31 Thread Stephen Boyd
Quoting Daniel Campello (2020-07-31 09:48:45) > Simplify compensation stage by using regmap_read_poll_timeout(). > > Signed-off-by: Daniel Campello > Reviewed-by: Andy Shevchenko > --- Reviewed-by: Stephen Boyd

[PATCH v3 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation

2020-07-31 Thread Daniel Campello
Simplify compensation stage by using regmap_read_poll_timeout(). Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko --- Changes in v3: None Changes in v2: - Fixed dev_err() message drivers/iio/proximity/sx9310.c | 25 ++--- 1 file changed, 10 insertions(+), 15

[PATCH v2 08/14] iio: sx9310: Use regmap_read_poll_timeout() for compensation

2020-07-28 Thread Daniel Campello
Simplify compensation stage by using regmap_read_poll_timeout(). Signed-off-by: Daniel Campello Reviewed-by: Andy Shevchenko --- Changes in v2: - Fixed dev_err() message drivers/iio/proximity/sx9310.c | 25 ++--- 1 file changed, 10 insertions(+), 15 deletions(-) diff

Re: [PATCH 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation

2020-07-28 Thread Stephen Boyd
if (ret < 0) > - goto out; > - if (!(val & SX9310_COMPSTAT_MASK)) > - break; > - } > - > - if (i < 0) { > - dev_err(>client->dev, > - "ini

Re: [PATCH 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation

2020-07-28 Thread Andy Shevchenko
On Tue, Jul 28, 2020 at 6:15 PM Daniel Campello wrote: > > Simplify compensation stage by using regmap_read_poll_timeout(). Reviewed-by: Andy Shevchenko > Signed-off-by: Daniel Campello > --- > > drivers/iio/proximity/sx9310.c | 25 ++--- > 1 file c

[PATCH 08/15] iio: sx9310: Use regmap_read_poll_timeout() for compensation

2020-07-28 Thread Daniel Campello
Simplify compensation stage by using regmap_read_poll_timeout(). Signed-off-by: Daniel Campello --- drivers/iio/proximity/sx9310.c | 25 ++--- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/drivers/iio/proximity/sx9310.c b/drivers/iio/proximity/sx9310.c

compensation

2020-07-23 Thread Mrs . Milla Smith
to send you the total of $1.1Milion which I kept for your compensation for all the past efforts and attempts to assist me in this matter. I appreciated your efforts at that time very much. So feel free and get in touched with my secretary Ms. Milla Smith and instruct her where to send the amount

UN Compensation of $2.3Million Dollars

2020-07-01 Thread Mr.Ming Mui.
credited to your account as reported in our database that your which has been approved to you by United Nations as compensation and Reimbursement payment has been Credited into your Bank Account with our payment Bank. If I did not receive any response from you within the next 48hrs, we shall assume

[PATCH 4.9 010/191] iio: bmp280: fix compensation of humidity

2020-06-29 Thread Sasha Levin
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

Compensation,

2020-06-26 Thread Mr. Newton Williams
Attention Beneficiary!!! We have actually been authorized by the newly appointed United Nation’s Secretary-General, and the governing body of the UNITED NATION’S Monetary Unit, to investigate the unnecessary delay on your compensation payment, recommended and approved in your favor. During

[PATCH 4.19 016/206] iio: bmp280: fix compensation of humidity

2020-06-23 Thread Greg Kroah-Hartman
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

[PATCH 4.14 015/136] iio: bmp280: fix compensation of humidity

2020-06-23 Thread Greg Kroah-Hartman
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

[PATCH 5.4 025/314] iio: bmp280: fix compensation of humidity

2020-06-23 Thread Greg Kroah-Hartman
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

[PATCH 5.7 033/477] iio: bmp280: fix compensation of humidity

2020-06-23 Thread Greg Kroah-Hartman
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

[PATCH AUTOSEL 5.7 034/388] iio: bmp280: fix compensation of humidity

2020-06-17 Thread Sasha Levin
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

[PATCH AUTOSEL 5.4 026/266] iio: bmp280: fix compensation of humidity

2020-06-17 Thread Sasha Levin
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

[PATCH AUTOSEL 4.19 019/172] iio: bmp280: fix compensation of humidity

2020-06-17 Thread Sasha Levin
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

[PATCH AUTOSEL 4.9 12/80] iio: bmp280: fix compensation of humidity

2020-06-17 Thread Sasha Levin
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

[PATCH AUTOSEL 4.14 015/108] iio: bmp280: fix compensation of humidity

2020-06-17 Thread Sasha Levin
From: Andreas Klinger [ Upstream commit dee2dabc0e4115b80945fe2c91603e634f4b4686 ] Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent

COVID-19 COMPENSATION FUNDS.

2020-06-09 Thread funkydubgirl
INTERNATIONAL MONETARY FUND IMF USA COVID-19 COMPENSATION FUNDS. Dear beneficiary, I'm Mr.Packer Director of International Monetary Funds IMF Washington DC United States of America USA, I'm writing to let you know that due to this Global Pandemic of Covid-19 therefore the federal government

[PATCH v12 5/6] power: supply: mp2629: Add impedance compensation config

2020-05-26 Thread Saravanan Sekar
/Documentation/ABI/testing/sysfs-class-power-mp2629 @@ -0,0 +1,8 @@ +What: /sys/class/power_supply/mp2629_battery/batt_impedance_compen +Date: April 2020 +KernelVersion: 5.7 +Description: + Represents a battery impedance compensation to accelerate charging

Re: [PATCH v3 8/8] power: bq25890: document IBAT compensation DT properties

2020-05-12 Thread Rob Herring
On Mon, May 04, 2020 at 09:47:48PM +0200, Michał Mirosław wrote: > Document newly introduced IBAT compensation settings. > > Signed-off-by: Michał Mirosław > --- > v2: initial version > --- > Documentation/devicetree/bindings/power/supply/bq25890.txt | 4 > 1 fi

Re: [PATCH v3] iio: bmp280: fix compensation of humidity

2020-05-10 Thread Jonathan Cameron
On Mon, 4 May 2020 20:10:34 +0200 Andreas Klinger wrote: > Limit the output of humidity compensation to the range between 0 and 100 > percent. > > Depending on the calibration parameters of the individual sensor it > happens, that a humidity above 100 percent or below 0 percent

[PATCH v3 7/8] power: bq25890: support IBAT compensation

2020-05-04 Thread Michał Mirosław
Add configuration for compensation of IBAT measuring resistor in series with the battery. Signed-off-by: Michał Mirosław --- drivers/power/supply/bq25890_charger.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/drivers/power/supply/bq25890_charger.c b

[PATCH v3 8/8] power: bq25890: document IBAT compensation DT properties

2020-05-04 Thread Michał Mirosław
Document newly introduced IBAT compensation settings. Signed-off-by: Michał Mirosław --- v2: initial version --- Documentation/devicetree/bindings/power/supply/bq25890.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/power/supply/bq25890.txt b

[PATCH v3] iio: bmp280: fix compensation of humidity

2020-05-04 Thread Andreas Klinger
Limit the output of humidity compensation to the range between 0 and 100 percent. Depending on the calibration parameters of the individual sensor it happens, that a humidity above 100 percent or below 0 percent is calculated, which don't make sense in terms of relative humidity. Add a clamp

[PATCH v2 11/11] power: bq25890: document IBAT compensation DT properties

2020-05-03 Thread Michał Mirosław
Document newly introduced IBAT compensation settings. Signed-off-by: Michał Mirosław --- v2: initial version Signed-off-by: Michał Mirosław --- Documentation/devicetree/bindings/power/supply/bq25890.txt | 4 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH v2 10/11] power: bq25890: support IBAT compensation

2020-05-03 Thread Michał Mirosław
Add configuration for compensation of IBAT measuring resistor in series with the battery. Signed-off-by: Michał Mirosław --- drivers/power/supply/bq25890_charger.c | 15 +-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/drivers/power/supply/bq25890_charger.c b

Re: [PATCH v2] iio: bmp280: fix compensation of humidity

2020-05-03 Thread Jonathan Cameron
On Wed, 29 Apr 2020 20:48:54 +0200 Andreas Klinger wrote: > Output of humidity compensation is limited to the range between 0 and > 100 percent. Add this to the compensation formula as described in the > datasheet chapter 4.2.3. More details needed... 1. Fixes tag 2. What is t

Re: [PATCH v11 5/6] power: supply: mp2629: Add impedance compensation config

2020-05-01 Thread Sebastian Reichel
ompen > +Date:April 2020 > +KernelVersion: 5.7 > +Description: > + Represents a battery impedance compensation to accelerate > charging. > + > +Access: Read, Write > +Valid values: Represented in milli-ohms. Valid range is [0, > 140]. > -- > 2.17.1 > signature.asc Description: PGP signature

[PATCH v11 5/6] power: supply: mp2629: Add impedance compensation config

2020-04-30 Thread Saravanan Sekar
@@ +What: /sys/class/power_supply/mp2629_battery/batt_impedance_compen +Date: April 2020 +KernelVersion: 5.7 +Description: + Represents a battery impedance compensation to accelerate charging. + +Access: Read, Write +Valid values

COMPENSATION

2020-04-29 Thread Mrs Menakor Eleanor
this opportunity. Meanwhile, I didn't forget your past efforts and attempts to assist me in transferring the funds despite that it failed us somehow. Before my living Burkina Faso I left a complete sum of ($850.000.00) with the western union money transfer to transfer to you as your compensation. Now

[PATCH v2] iio: bmp280: fix compensation of humidity

2020-04-29 Thread Andreas Klinger
Output of humidity compensation is limited to the range between 0 and 100 percent. Add this to the compensation formula as described in the datasheet chapter 4.2.3. Change to v1: Thanks to Tomasz for suggesting the easier to use function clamp_val() which is now used. Signed-off-by: Andreas

YOUR COMPENSATION FUND

2019-08-22 Thread Barki Diya
) Ask her to send you the total of ( Hundred thousand united states dollars, $100.000.00 ) which i kept for your compensation for all the past efforts and attempts to assist me in this matter. I appreciated your efforts at that time very much. so feel free and get in touched with my secretary Ms.Aisha

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-21 Thread Miroslav Lichvar
On Wed, Aug 21, 2019 at 11:53:12AM +0200, Hubert Feurstein wrote: > Am Mi., 21. Aug. 2019 um 10:07 Uhr schrieb Miroslav Lichvar > > Because those reports/statistics are important in calculation of > > maximum error. If someone had a requirement for a clock to be accurate > > to 1.5 microseconds

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-21 Thread Vladimir Oltean
On Wed, 21 Aug 2019 at 12:53, Hubert Feurstein wrote: > > Am Mi., 21. Aug. 2019 um 10:07 Uhr schrieb Miroslav Lichvar > : > > > Currently I do not see the benefit from this. The original intention was > > > to > > > compensate for the remaining offset as good as possible. > > > > That's ok, but

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-21 Thread Hubert Feurstein
Am Mi., 21. Aug. 2019 um 10:07 Uhr schrieb Miroslav Lichvar : > > Currently I do not see the benefit from this. The original intention was to > > compensate for the remaining offset as good as possible. > > That's ok, but IMHO the change should not break the assumptions of > existing application

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-21 Thread Miroslav Lichvar
On Tue, Aug 20, 2019 at 06:56:56PM +0200, Hubert Feurstein wrote: > Am Di., 20. Aug. 2019 um 17:40 Uhr schrieb Miroslav Lichvar > > I think a large jitter is ok in this case. We just need to timestamp > > something that we know for sure happened after the PHC timestamp. It > > should have no

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-20 Thread Hubert Feurstein
Am Di., 20. Aug. 2019 um 17:40 Uhr schrieb Miroslav Lichvar : > > On Tue, Aug 20, 2019 at 05:23:06PM +0200, Andrew Lunn wrote: > > > - take a second "post" system timestamp after the completion > > > > For this hardware, completion is an interrupt, which has a lot of > > jitter on it. But this

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-20 Thread Miroslav Lichvar
On Tue, Aug 20, 2019 at 05:23:06PM +0200, Andrew Lunn wrote: > > - take a second "post" system timestamp after the completion > > For this hardware, completion is an interrupt, which has a lot of > jitter on it. But this hardware is odd, in that it uses an > interrupt. Every other MDIO bus

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-20 Thread Andrew Lunn
> - take a second "post" system timestamp after the completion For this hardware, completion is an interrupt, which has a lot of jitter on it. But this hardware is odd, in that it uses an interrupt. Every other MDIO bus controller uses polled IO, with an mdelay(10) or similar between each poll.

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-20 Thread Miroslav Lichvar
On Tue, Aug 20, 2019 at 02:29:27PM +0200, Hubert Feurstein wrote: > Am Di., 20. Aug. 2019 um 11:49 Uhr schrieb Miroslav Lichvar > > This is important to not break the estimation of maximum error in the > > measured offset. Applications using the ioctl may assume that the > > maximum error is

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-20 Thread Andrew Lunn
On Tue, Aug 20, 2019 at 11:49:03AM +0200, Miroslav Lichvar wrote: > On Tue, Aug 20, 2019 at 10:48:31AM +0200, Hubert Feurstein wrote: > > > + /* PTP offset compensation: > > +* After the MDIO access is completed (from the chip perspective), the > > +* switch ch

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-20 Thread Hubert Feurstein
Hi Miroslav, Am Di., 20. Aug. 2019 um 11:49 Uhr schrieb Miroslav Lichvar : > > On Tue, Aug 20, 2019 at 10:48:31AM +0200, Hubert Feurstein wrote: > > > + /* PTP offset compensation: > > + * After the MDIO access is completed (from the chip perspective), the >

Re: [PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-20 Thread Miroslav Lichvar
On Tue, Aug 20, 2019 at 10:48:31AM +0200, Hubert Feurstein wrote: > + /* PTP offset compensation: > + * After the MDIO access is completed (from the chip perspective), the > + * switch chip will snapshot the PHC timestamp. To make sure our system > + * timestamp

[PATCH net-next v3 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-20 Thread Hubert Feurstein
__mdiobus_write_sts(struct mii_bus *bus, int addr, u32 regnum, u16 val, if (!(bus->flags & MII_BUS_F_PTP_STS_SUPPORTED)) ptp_read_system_postts(sts); + /* PTP offset compensation: +* After the MDIO access is completed (from the chip pers

[PATCH net-next v2 2/4] net: mdio: add PTP offset compensation to mdiobus_write_sts

2019-08-19 Thread Hubert Feurstein
__mdiobus_write_sts(struct mii_bus *bus, int addr, u32 regnum, u16 val, if (!(bus->flags & MII_BUS_F_PTP_STS_SUPPORTED)) ptp_read_system_postts(sts); + /* PTP offset compensation: +* After the MDIO access is completed (from the chip pers

Dear Greetings to you Contact my secretary immediately From Dr Frederic, Your Compensation

2019-08-14 Thread frederic koute
Dear Greetings to you Contact my secretary immediately From Dr Frederic, Your Compensation for your past efforts Compliments of the day and God's blessings. I am glad to inform you that I have successfully completed the transaction. The money has been transferred to Switzerland. I succeeded

compensation

2019-06-30 Thread Ms. Jemilla Smith
her to send you the total of $1.1Milion which I kept for your compensation for all the past efforts and attempts to assist me in this matter. I appreciated your efforts at that time very much. So feel free and get in touched with my secretary Ms. Jemilla Smith and instruct her where to send the amount

Compensation for your effort

2019-05-27 Thread MRS SABAH IBRAHIM
is Mrs. Manal Yusuf , ask her to send you the compensation of $600,000.00USD which i have credited with the ECOBANK bank into an ATM card before i traveled for my treatment, you will indicate your contact as my else's business associate that tried to help me, but it could not work out for us, and I

[PATCH 03/15] clocksource/drivers/tegra: Rework for compensation of suspend time

2019-05-09 Thread Daniel Lezcano
From: Joseph Lo Since the clocksource framework has the support for suspend time compensation. Re-work the driver to use that, so we can reduce the duplicate code. Suggested-by: Daniel Lezcano Signed-off-by: Joseph Lo Acked-by: Thierry Reding Signed-off-by: Daniel Lezcano --- drivers

Re: [PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-11 Thread Daniel Lezcano
On 02/04/2019 05:02, Joseph Lo wrote: > Since the clocksource framework has the support for suspend time > compensation. Re-work the driver to use that, so we can reduce the > duplicate code. > > Suggested-by: Daniel Lezcano > Signed-off-by: Joseph Lo > --- Awesome,

Re: [PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-02 Thread Thierry Reding
On Tue, Apr 02, 2019 at 11:50:20PM +0800, Joseph Lo wrote: > On 4/2/19 10:46 PM, Thierry Reding wrote: > > On Tue, Apr 02, 2019 at 11:02:34AM +0800, Joseph Lo wrote: > > > Since the clocksource framework has the support for suspend time > > > compensation. Re-work the dr

Re: [PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-02 Thread Joseph Lo
On 4/2/19 10:46 PM, Thierry Reding wrote: On Tue, Apr 02, 2019 at 11:02:34AM +0800, Joseph Lo wrote: Since the clocksource framework has the support for suspend time compensation. Re-work the driver to use that, so we can reduce the duplicate code. Suggested-by: Daniel Lezcano Signed-off

Re: [PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-02 Thread Thierry Reding
On Tue, Apr 02, 2019 at 11:02:34AM +0800, Joseph Lo wrote: > Since the clocksource framework has the support for suspend time > compensation. Re-work the driver to use that, so we can reduce the > duplicate code. > > Suggested-by: Daniel Lezcano > Signed-off-by: Joseph Lo

[PATCH] clocksource/drivers/tegra: rework for compensation of suspend time

2019-04-01 Thread Joseph Lo
Since the clocksource framework has the support for suspend time compensation. Re-work the driver to use that, so we can reduce the duplicate code. Suggested-by: Daniel Lezcano Signed-off-by: Joseph Lo --- drivers/clocksource/timer-tegra20.c | 63 + 1 file changed

RE-,GREAT OPPORTUNITY FOR YOU TO RECEIVE YOUR COMPENSATION APPROVED FUND

2019-02-27 Thread DR GANI SULE
payment of $ 10.5 million USD compensation to you ; UNITED NATION meeting yesterday /ECOWAS should take this opportunity to inform you that your name has been pre-selected among the beneficiaries to receive your compensation inheritance payment that has been pending for many years. Therefore, we

Compensation for your effort

2019-01-14 Thread MRS SABAH IBRAHIM
is Mrs. Manal Yusuf , ask her to send you the compensation of $600,000.00USD which i have credited with the ECOBANK bank into an ATM card before i traveled for my treatment, you will indicate your contact as my else's business associate that tried to help me, but it could not work out for us, and I

Your Funds Compensation!

2018-12-14 Thread Mrs. Debbie Rich
<<< No Message Collected >>>

( United Nations Compensation Unit )

2017-11-28 Thread United Nations
United Nations Compensation Unit, In Affiliation with World Bank Our Ref: U.N.O/W.B.O/20/11/2017/1982/09/05. Congratulations Beneficiary, We have been working closely with the INTERPOL, CIA, FBI and other foreign international organizations as well as Western Union and Money Gram regarding

( United Nations Compensation Unit )

2017-11-28 Thread United Nations
United Nations Compensation Unit, In Affiliation with World Bank Our Ref: U.N.O/W.B.O/20/11/2017/1982/09/05. Congratulations Beneficiary, We have been working closely with the INTERPOL, CIA, FBI and other foreign international organizations as well as Western Union and Money Gram regarding

  1   2   >