Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-22 Thread Jonathan Cameron
On 16/08/15 19:54, Vladimir Barinov wrote: Hi Jonathan, On 16.08.2015 12:00, Jonathan Cameron wrote: On 11/08/15 15:37, Vladimir Barinov wrote: Hi Jonathan, Thank you for the review. Sorry I was being so indecisive. Always take a while when something 'new' turns up to gather opinions

[PATCH v4 3/4] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-20 Thread Vladimir Barinov
Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov --- Changes in version 2: - Added file sysfs-bus-iio-adc-hi8435 - Changed naming from "discrete ADC" to "threshold detector" - Replaced swab16p/swab32p with be16_to_cpup/be32_to_cpup - Mad

[PATCH v4 4/4] dt: Document Holt HI-8435 bindings

2015-08-20 Thread Vladimir Barinov
These bindings can be used to register Holt HI-8435 threshold detector Signed-off-by: Vladimir Barinov --- Changes in version 2: - renamed file name hi-843x.txt to hi8435.txt - removed hi-8436,hi-8436,hi-8437 - removed holt,debounce-soft field - renamed holt,debounc-soft-delay to holt,debounce

[PATCH v4 0/4] iio: adc: hi8435: Add Holt HI-8435 threshold detector

2015-08-20 Thread Vladimir Barinov
Hello, This adds the folowing: - Support triggered events - Add Holt vendor prefix - Holt threshold detector driver for HI-8435 chip - Document HI-8435 DT bindings PDF file can be found here: http://www.holtic.com/products/3081-hi-8435.aspx Vladimir Barinov (4): [1/4] iio: Support triggered

[PATCH v4 4/4] dt: Document Holt HI-8435 bindings

2015-08-20 Thread Vladimir Barinov
These bindings can be used to register Holt HI-8435 threshold detector Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- Changes in version 2: - renamed file name hi-843x.txt to hi8435.txt - removed hi-8436,hi-8436,hi-8437 - removed holt,debounce-soft field - renamed holt

[PATCH v4 3/4] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-20 Thread Vladimir Barinov
Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- Changes in version 2: - Added file sysfs-bus-iio-adc-hi8435 - Changed naming from discrete ADC to threshold detector - Replaced swab16p/swab32p with be16_to_cpup

[PATCH v4 0/4] iio: adc: hi8435: Add Holt HI-8435 threshold detector

2015-08-20 Thread Vladimir Barinov
Hello, This adds the folowing: - Support triggered events - Add Holt vendor prefix - Holt threshold detector driver for HI-8435 chip - Document HI-8435 DT bindings PDF file can be found here: http://www.holtic.com/products/3081-hi-8435.aspx Vladimir Barinov (4): [1/4] iio: Support triggered

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-16 Thread Vladimir Barinov
Hi Jonathan, On 16.08.2015 12:00, Jonathan Cameron wrote: On 11/08/15 15:37, Vladimir Barinov wrote: Hi Jonathan, Thank you for the review. Sorry I was being so indecisive. Always take a while when something 'new' turns up to gather opinions and select the best option. You are just

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-16 Thread Jonathan Cameron
On 11/08/15 15:37, Vladimir Barinov wrote: > Hi Jonathan, > > Thank you for the review. Sorry I was being so indecisive. Always take a while when something 'new' turns up to gather opinions and select the best option. You are just the unlucky guy who happened to hit the question first

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-16 Thread Jonathan Cameron
On 11/08/15 15:37, Vladimir Barinov wrote: Hi Jonathan, Thank you for the review. Sorry I was being so indecisive. Always take a while when something 'new' turns up to gather opinions and select the best option. You are just the unlucky guy who happened to hit the question first! Anyhow

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-16 Thread Vladimir Barinov
Hi Jonathan, On 16.08.2015 12:00, Jonathan Cameron wrote: On 11/08/15 15:37, Vladimir Barinov wrote: Hi Jonathan, Thank you for the review. Sorry I was being so indecisive. Always take a while when something 'new' turns up to gather opinions and select the best option. You are just

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-11 Thread Jonathan Cameron
On 11 August 2015 13:21:08 BST, Lars-Peter Clausen wrote: >On 08/08/2015 07:56 PM, Jonathan Cameron wrote: >> On 29/07/15 13:56, Vladimir Barinov wrote: >>> Add Holt threshold detector driver for HI-8435 chip >>> >>> Signed-off-by: Vladimir Barinov > >

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-11 Thread Vladimir Barinov
Hi Jonathan, Thank you for the review. On 08.08.2015 20:56, Jonathan Cameron wrote: On 29/07/15 13:56, Vladimir Barinov wrote: Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov Because it usually reads better that way, I review from the bottom. Might make

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-11 Thread Lars-Peter Clausen
On 08/08/2015 07:56 PM, Jonathan Cameron wrote: > On 29/07/15 13:56, Vladimir Barinov wrote: >> Add Holt threshold detector driver for HI-8435 chip >> >> Signed-off-by: Vladimir Barinov > Because it usually reads better that way, I review from the bottom. > Might

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-11 Thread Lars-Peter Clausen
On 08/08/2015 07:56 PM, Jonathan Cameron wrote: On 29/07/15 13:56, Vladimir Barinov wrote: Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com Because it usually reads better that way, I review from the bottom. Might make

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-11 Thread Vladimir Barinov
Hi Jonathan, Thank you for the review. On 08.08.2015 20:56, Jonathan Cameron wrote: On 29/07/15 13:56, Vladimir Barinov wrote: Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com Because it usually reads better that way, I

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-11 Thread Jonathan Cameron
On 11 August 2015 13:21:08 BST, Lars-Peter Clausen l...@metafoo.de wrote: On 08/08/2015 07:56 PM, Jonathan Cameron wrote: On 29/07/15 13:56, Vladimir Barinov wrote: Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-08 Thread Jonathan Cameron
On 29/07/15 13:56, Vladimir Barinov wrote: > Add Holt threshold detector driver for HI-8435 chip > > Signed-off-by: Vladimir Barinov Because it usually reads better that way, I review from the bottom. Might make more sense if you read the comments that way around ;) I'm going

Re: [PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector

2015-08-08 Thread Jonathan Cameron
On 29/07/15 13:54, Vladimir Barinov wrote: > Hello, > > This adds the folowing: > - Holt threshold detector driver for HI-8435 chip > - Add Holt vendor prefix > - Document HI-8435 DT bindings > - Add periodic polling functionality to SYSFS trigger > - Support trig

Re: [PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector

2015-08-08 Thread Jonathan Cameron
On 29/07/15 13:54, Vladimir Barinov wrote: Hello, This adds the folowing: - Holt threshold detector driver for HI-8435 chip - Add Holt vendor prefix - Document HI-8435 DT bindings - Add periodic polling functionality to SYSFS trigger - Support triggered events - Add ABI documentation

Re: [PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-08-08 Thread Jonathan Cameron
On 29/07/15 13:56, Vladimir Barinov wrote: Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com Because it usually reads better that way, I review from the bottom. Might make more sense if you read the comments that way around

[PATCH v3 3/7] dt: Document Holt HI-8435 bindings

2015-07-29 Thread Vladimir Barinov
These bindings can be used to register Holt HI-8435 threshold detector Signed-off-by: Vladimir Barinov --- Changes in version 2: - renamed file name hi-843x.txt to hi8435.txt - removed hi-8436,hi-8436,hi-8437 - removed holt,debounce-soft field - renamed holt,debounc-soft-delay to holt,debounce

[PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-07-29 Thread Vladimir Barinov
Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov --- Changes in version 2: - Added file sysfs-bus-iio-adc-hi8435 - Changed naming from "discrete ADC" to "threshold detector" - Replaced swab16p/swab32p with be16_to_cpup/be32_to_cpup - Mad

[PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector

2015-07-29 Thread Vladimir Barinov
Hello, This adds the folowing: - Holt threshold detector driver for HI-8435 chip - Add Holt vendor prefix - Document HI-8435 DT bindings - Add periodic polling functionality to SYSFS trigger - Support triggered events - Add ABI documentation for debounce_time - Fix typos in sysfs-bus-iio file

[PATCH v3 1/7] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-07-29 Thread Vladimir Barinov
Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- Changes in version 2: - Added file sysfs-bus-iio-adc-hi8435 - Changed naming from discrete ADC to threshold detector - Replaced swab16p/swab32p with be16_to_cpup

[PATCH v3 3/7] dt: Document Holt HI-8435 bindings

2015-07-29 Thread Vladimir Barinov
These bindings can be used to register Holt HI-8435 threshold detector Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- Changes in version 2: - renamed file name hi-843x.txt to hi8435.txt - removed hi-8436,hi-8436,hi-8437 - removed holt,debounce-soft field - renamed holt

[PATCH v3 0/7] iio: adc: hi8435: Add Holt HI-8435 threshold detector

2015-07-29 Thread Vladimir Barinov
Hello, This adds the folowing: - Holt threshold detector driver for HI-8435 chip - Add Holt vendor prefix - Document HI-8435 DT bindings - Add periodic polling functionality to SYSFS trigger - Support triggered events - Add ABI documentation for debounce_time - Fix typos in sysfs-bus-iio file

Re: [PATCH v2 1/5] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-07-28 Thread Peter Meerwald
On Tue, 28 Jul 2015, Vladimir Barinov wrote: > Add Holt threshold detector driver for HI-8435 chip comments below some of this new ABI seems rather generic and could probably be moved to sysfs-bus-iio > Signed-off-by: Vladimir Barinov > --- > Changes in version 2: > - Added

Re: [PATCH v2 1/5] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-07-28 Thread Peter Meerwald
On Tue, 28 Jul 2015, Vladimir Barinov wrote: Add Holt threshold detector driver for HI-8435 chip comments below some of this new ABI seems rather generic and could probably be moved to sysfs-bus-iio Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- Changes

[PATCH v2 1/5] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-07-27 Thread Vladimir Barinov
Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov --- Changes in version 2: - Added file sysfs-bus-iio-adc-hi8435 - Changed naming from "discrete ADC" to "threshold detector" - Replaced swab16p/swab32p with be16_to_cpup/be32_to_cpup - Mad

[PATCH v2 3/5] dt: Document Holt HI-8435 bindings

2015-07-27 Thread Vladimir Barinov
These bindings can be used to register Holt HI-8435 threshold detector Signed-off-by: Vladimir Barinov --- Changes in version 2: - renamed file name hi-843x.txt to hi8435.txt - removed hi-8436,hi-8436,hi-8437 - removed holt,debounce-soft field - renamed holt,debounc-soft-delay to holt,debounce

[PATCH v2 0/5] iio: adc: hi8435: Add Holt HI-8435 threshold detector

2015-07-27 Thread Vladimir Barinov
Hello, This adds the folowing: - Holt threshold detector driver for HI-8435 chip - Add Holt vendor prefix - Document HI-8435 DT bindings - Add periodic polling functionality to SYSFS trigger - Support triggered events PDF file can be found here: http://www.holtic.com/products/3081-hi-8435.aspx

[PATCH v2 1/5] iio: adc: hi8435: Holt HI-8435 threshold detector

2015-07-27 Thread Vladimir Barinov
Add Holt threshold detector driver for HI-8435 chip Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- Changes in version 2: - Added file sysfs-bus-iio-adc-hi8435 - Changed naming from discrete ADC to threshold detector - Replaced swab16p/swab32p with be16_to_cpup

[PATCH v2 3/5] dt: Document Holt HI-8435 bindings

2015-07-27 Thread Vladimir Barinov
These bindings can be used to register Holt HI-8435 threshold detector Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- Changes in version 2: - renamed file name hi-843x.txt to hi8435.txt - removed hi-8436,hi-8436,hi-8437 - removed holt,debounce-soft field - renamed holt

[PATCH v2 0/5] iio: adc: hi8435: Add Holt HI-8435 threshold detector

2015-07-27 Thread Vladimir Barinov
Hello, This adds the folowing: - Holt threshold detector driver for HI-8435 chip - Add Holt vendor prefix - Document HI-8435 DT bindings - Add periodic polling functionality to SYSFS trigger - Support triggered events PDF file can be found here: http://www.holtic.com/products/3081-hi-8435.aspx

Hi Lovely

2015-07-13 Thread Gavin
My name is Gavin. I'm 45 years old, from the US. I'm in Syria right now fighting IS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please tell me more about yourself, if you don't

Hi Lovely

2015-07-13 Thread Gavin
My name is Gavin. I'm 45 years old, from the US. I'm in Syria right now fighting IS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please tell me more about yourself, if you don't

Hi.,

2015-07-13 Thread gkaila...@qq.com
Hi, This is purely humanitarian offer, kindly reply for details. Regards, Ms.Gu. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html P

Hi Lovely

2015-07-13 Thread Gavin
My name is Gavin. I'm 45 years old, from the US. I'm in Syria right now fighting IS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please tell me more about yourself, if you don't

Hi Lovely

2015-07-13 Thread Gavin
My name is Gavin. I'm 45 years old, from the US. I'm in Syria right now fighting IS. I want to get to know you better, if I may be so bold. I consider myself an easy-going man, and I am currently looking for a relationship in which I feel loved. Please tell me more about yourself, if you don't

Hi.,

2015-07-13 Thread gkaila...@qq.com
Hi, This is purely humanitarian offer, kindly reply for details. Regards, Ms.Gu. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ

Hi Beautiful Angel

2015-06-25 Thread Gavin
I am 45 years old male, from United States, Currently in Syria for Peace keeping, I work for the US Army, I would love to know you more better and that is only if you do not mind. I am an easy going man that wants to be loved and i believe that is not too much to ask. Can you tell me something

Hi Beautiful Angel

2015-06-25 Thread Gavin
I am 45 years old male, from United States, Currently in Syria for Peace keeping, I work for the US Army, I would love to know you more better and that is only if you do not mind. I am an easy going man that wants to be loved and i believe that is not too much to ask. Can you tell me something

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-24 Thread Vladimir Barinov
triggered buffer for this device: 1) setup threshold levels via sysfs 2) enable scan elements 3) setup trigger 4) grab data from triggered iio buffer like the tools/iio/generic_buffer.c does, f.e. ./generic_buffer -n hi-8435 -t irqtrig0 -l 100 -c 1000 Good, you are going about it the right way

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-24 Thread Vladimir Barinov
triggered buffer for this device: 1) setup threshold levels via sysfs 2) enable scan elements 3) setup trigger 4) grab data from triggered iio buffer like the tools/iio/generic_buffer.c does, f.e. ./generic_buffer -n hi-8435 -t irqtrig0 -l 100 -c 1000 Good, you are going about it the right way

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-21 Thread Jonathan Cameron
On 18/06/15 22:41, Vladimir Barinov wrote: > Hi Lars, > > Thank you for the review. > > On 18.06.2015 22:33, Lars-Peter Clausen wrote: >> On 06/07/2015 06:11 PM, Jonathan Cameron wrote: >>> On 01/06/15 13:20, Vladimir Barinov wrote: >>>> Add Holt descr

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-21 Thread Jonathan Cameron
On 18/06/15 22:41, Vladimir Barinov wrote: Hi Lars, Thank you for the review. On 18.06.2015 22:33, Lars-Peter Clausen wrote: On 06/07/2015 06:11 PM, Jonathan Cameron wrote: On 01/06/15 13:20, Vladimir Barinov wrote: Add Holt descrete ADC driver for HI-8435/8436/8437 chips Signed-off

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-18 Thread Vladimir Barinov
Hi Lars, Thank you for the review. On 18.06.2015 22:33, Lars-Peter Clausen wrote: On 06/07/2015 06:11 PM, Jonathan Cameron wrote: On 01/06/15 13:20, Vladimir Barinov wrote: Add Holt descrete ADC driver for HI-8435/8436/8437 chips Signed-off-by: Vladimir Barinov Hmm. The main issue here

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-18 Thread Lars-Peter Clausen
On 06/07/2015 06:11 PM, Jonathan Cameron wrote: On 01/06/15 13:20, Vladimir Barinov wrote: Add Holt descrete ADC driver for HI-8435/8436/8437 chips Signed-off-by: Vladimir Barinov Hmm. The main issue here is one man's discrete ADC is another man's configurable general purpose input device

Hi

2015-06-18 Thread xkvkvev
good news laptop,cellphone,moto,watch. the shipping is free si te: elecdigitalvip .com

Hi

2015-06-18 Thread Wang Lei
Lets discuss a proposal -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Hi

2015-06-18 Thread xkvkvev
good news laptop,cellphone,moto,watch. the shipping is free si te: elecdigitalvip .com

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-18 Thread Lars-Peter Clausen
On 06/07/2015 06:11 PM, Jonathan Cameron wrote: On 01/06/15 13:20, Vladimir Barinov wrote: Add Holt descrete ADC driver for HI-8435/8436/8437 chips Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com Hmm. The main issue here is one man's discrete ADC is another man's

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-18 Thread Vladimir Barinov
Hi Lars, Thank you for the review. On 18.06.2015 22:33, Lars-Peter Clausen wrote: On 06/07/2015 06:11 PM, Jonathan Cameron wrote: On 01/06/15 13:20, Vladimir Barinov wrote: Add Holt descrete ADC driver for HI-8435/8436/8437 chips Signed-off-by: Vladimir Barinov vladimir.bari

Hi

2015-06-18 Thread Wang Lei
Lets discuss a proposal -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Hi Beautiful Angel

2015-06-17 Thread Gavin
I am 45years old male, from United State, Currently in Syria for Peace keeping, I work for US Army, I would love to know you more better and that is only if you do not mind. I am an easy going man that wants to be loved and i believe that is not too much to ask. Can you tell me something about

Hi Beautiful Angel

2015-06-17 Thread Gavin
I am 45years old male, from United State, Currently in Syria for Peace keeping, I work for US Army, I would love to know you more better and that is only if you do not mind. I am an easy going man that wants to be loved and i believe that is not too much to ask. Can you tell me something about

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-07 Thread Jonathan Cameron
On 01/06/15 13:20, Vladimir Barinov wrote: > Add Holt descrete ADC driver for HI-8435/8436/8437 chips > > Signed-off-by: Vladimir Barinov Hmm. The main issue here is one man's discrete ADC is another man's configurable general purpose input device. Anyhow, from an IIO point of view wha

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-07 Thread Jonathan Cameron
On 01/06/15 13:20, Vladimir Barinov wrote: Add Holt descrete ADC driver for HI-8435/8436/8437 chips Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com Hmm. The main issue here is one man's discrete ADC is another man's configurable general purpose input device. Anyhow, from

Hi

2015-06-04 Thread fs
Hi laptop,moto,camera,cellphone,gultar the shipping is free samsung s6,328euro si te: ioaftooo. com

Hi

2015-06-04 Thread fs
Hi laptop,moto,camera,cellphone,gultar the shipping is free samsung s6,328euro si te: ioaftooo. com

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-03 Thread Vladimir Barinov
Hi Paul, On 03.06.2015 10:05, Paul Bolle wrote: Just a nit, that I spotted while scanning for other issues. On Mon, 2015-06-01 at 15:20 +0300, Vladimir Barinov wrote: --- /dev/null +++ b/drivers/iio/adc/hi-843x.c +ssize_t hi843x_debounce_soft_show(struct device *dev

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-03 Thread Paul Bolle
Just a nit, that I spotted while scanning for other issues. On Mon, 2015-06-01 at 15:20 +0300, Vladimir Barinov wrote: > --- /dev/null > +++ b/drivers/iio/adc/hi-843x.c > +ssize_t hi843x_debounce_soft_show(struct device *dev, > + struct device_attribute

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-03 Thread Paul Bolle
Just a nit, that I spotted while scanning for other issues. On Mon, 2015-06-01 at 15:20 +0300, Vladimir Barinov wrote: --- /dev/null +++ b/drivers/iio/adc/hi-843x.c +ssize_t hi843x_debounce_soft_show(struct device *dev, + struct device_attribute *attr, char *buf

Re: [PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-03 Thread Vladimir Barinov
Hi Paul, On 03.06.2015 10:05, Paul Bolle wrote: Just a nit, that I spotted while scanning for other issues. On Mon, 2015-06-01 at 15:20 +0300, Vladimir Barinov wrote: --- /dev/null +++ b/drivers/iio/adc/hi-843x.c +ssize_t hi843x_debounce_soft_show(struct device *dev

[PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-01 Thread Vladimir Barinov
Add Holt descrete ADC driver for HI-8435/8436/8437 chips Signed-off-by: Vladimir Barinov --- drivers/iio/adc/Kconfig | 12 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/hi-843x.c | 777 ++ 3 files changed, 790 insertions(+) create mode

[PATCH 0/3] iio: adc: hi-843x: Add Holt HI-8435/8436/8437 descrete ADC

2015-06-01 Thread Vladimir Barinov
Hello, This adds the folowing: - Holt descrete ADC driver for HI-8435/8436/8437 chips - Add vendor prefix - Document DT bindings Vladimir Barinov (3): [1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC [2/3] dt: Add vendor prefix 'holt' [3/3] dt: Document Holt descrete ADC bindings

[PATCH 1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC

2015-06-01 Thread Vladimir Barinov
Add Holt descrete ADC driver for HI-8435/8436/8437 chips Signed-off-by: Vladimir Barinov vladimir.bari...@cogentembedded.com --- drivers/iio/adc/Kconfig | 12 + drivers/iio/adc/Makefile | 1 + drivers/iio/adc/hi-843x.c | 777 ++ 3 files changed

[PATCH 0/3] iio: adc: hi-843x: Add Holt HI-8435/8436/8437 descrete ADC

2015-06-01 Thread Vladimir Barinov
Hello, This adds the folowing: - Holt descrete ADC driver for HI-8435/8436/8437 chips - Add vendor prefix - Document DT bindings Vladimir Barinov (3): [1/3] iio: adc: hi-843x: Holt HI-8435/8436/8437 descrete ADC [2/3] dt: Add vendor prefix 'holt' [3/3] dt: Document Holt descrete ADC bindings

Hi

2015-05-23 Thread yjiyhrul
hi this is a good chance for you ipad,iphone,moto,camera,latop the shipping is free samsung s6, 320euro w e b: oasweoa. com

Hi

2015-05-23 Thread yjiyhrul
hi this is a good chance for you ipad,iphone,moto,camera,latop the shipping is free samsung s6, 320euro w e b: oasweoa. com

Hi dear!!

2014-12-22 Thread Josephine Kuku
Hi Dear, May peace be with you. I am Miss Josephine. Actually, We may not known in person but relationship can start like this!. Please, I'm sorry if I am embarrassing you by my gesture. I really wish to be your friend, learn to know you and to have a place in your heart for an ideal

Hi dear!!

2014-12-22 Thread Josephine Kuku
Hi Dear, May peace be with you. I am Miss Josephine. Actually, We may not known in person but relationship can start like this!. Please, I'm sorry if I am embarrassing you by my gesture. I really wish to be your friend, learn to know you and to have a place in your heart for an ideal

Hi

2014-12-09 Thread Hong Zhanzhi
I have a lucrative and financial business proposal if interested contact me -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Hi

2014-12-09 Thread Hong Zhanzhi
I have a lucrative and financial business proposal if interested contact me -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

Hi,

2014-10-13 Thread ann ben
Hi, I am Ann Ben a United State army it would be great to get to know you ,kindly permit my contacting you through this medium.i have a very important and confidential matter that i want to discuss with you, i am in Syria for the sake of the crisis so kindly reply me so that i will introduce

Hi,

2014-10-13 Thread ann ben
Hi, I am Ann Ben a United State army it would be great to get to know you ,kindly permit my contacting you through this medium.i have a very important and confidential matter that i want to discuss with you, i am in Syria for the sake of the crisis so kindly reply me so that i will introduce

HI

2014-08-24 Thread rosecarronrc
مرحبا عزيزتي اسمي روز كرون، سيدة المحبة والرعاية، حصلت البريد الالكتروني الخاص بك اليوم عندما كنت تصفح تبحث عن شريك صادقين، وأنا أشعر لإسقاط هذا قليل خط لكم، يرجى الاتصال لي مع هذا عنوان البريد الإلكتروني (rosecar...@outlook.com) حتى أستطيع أن اقول لكم المزيد عن نفسي ويرسل لك صوري مع الحب وقبلة

HI

2014-08-24 Thread rosecarronrc
مرحبا عزيزتي اسمي روز كرون، سيدة المحبة والرعاية، حصلت البريد الالكتروني الخاص بك اليوم عندما كنت تصفح تبحث عن شريك صادقين، وأنا أشعر لإسقاط هذا قليل خط لكم، يرجى الاتصال لي مع هذا عنوان البريد الإلكتروني (rosecar...@outlook.com) حتى أستطيع أن اقول لكم المزيد عن نفسي ويرسل لك صوري مع الحب وقبلة

Hi

2014-08-13 Thread Liliane Bettencourt
Hi, You should respond back to me if you are the owner of this email address. I Liliane write to you because I intend to give to you a portion of my Net-worth which I have been banking. You can read about me on: http://www.en.wikipedia.org/wiki/Liliane_Bettencourt I willingly want to cede

Hi

2014-08-13 Thread Liliane Bettencourt
Hi, You should respond back to me if you are the owner of this email address. I Liliane write to you because I intend to give to you a portion of my Net-worth which I have been banking. You can read about me on: http://www.en.wikipedia.org/wiki/Liliane_Bettencourt I willingly want to cede

Hi

2014-08-05 Thread KM
Can I talk to you, I will be very glad if you permit me to talk to you for an important deal. Regards, KM. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Hi

2014-08-05 Thread KM
Can I talk to you, I will be very glad if you permit me to talk to you for an important deal. Regards KM -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at

Hi

2014-08-05 Thread KM
Can I talk to you, I will be very glad if you permit me to talk to you for an important deal. Regards KM -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

Hi

2014-08-05 Thread KM
Can I talk to you, I will be very glad if you permit me to talk to you for an important deal. Regards, KM. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at

hi

2014-07-27 Thread lovefavourgirlgoodl9
Hello My name is favour kamala i saw your profile today in this site i will also like to know you the more,and i want you to send an email to my email address so i can give you my pictures for you to know whom i am.Here is my email address (kamala_fav...@yahoo.com) I believe we can move from

hi

2014-07-27 Thread lovefavourgirlgoodl9
Hello My name is favour kamala i saw your profile today in this site i will also like to know you the more,and i want you to send an email to my email address so i can give you my pictures for you to know whom i am.Here is my email address (kamala_fav...@yahoo.com) I believe we can move from

Re: [PATCH] fs/udf: re-use hex_asc_upper_{hi,lo} macros

2014-07-14 Thread Jan Kara
On Wed 09-07-14 15:35:30, Andy Shevchenko wrote: > This patch cleans up udf_translate_to_linux() a bit by using globally defined > macros instead of custom code. > > We can use sprintf(buf, "%04X", ...) there as well, but this one faster. > > Signed-off-by: Andy Shevchenko Thanks. I've merged

Re: [PATCH] fs/udf: re-use hex_asc_upper_{hi,lo} macros

2014-07-14 Thread Jan Kara
On Wed 09-07-14 15:35:30, Andy Shevchenko wrote: This patch cleans up udf_translate_to_linux() a bit by using globally defined macros instead of custom code. We can use sprintf(buf, %04X, ...) there as well, but this one faster. Signed-off-by: Andy Shevchenko

hi

2014-07-12 Thread laura wintour
Bitte sei nicht böse über diese Mail, es ist wegen der Dringlichkeit der meine Situation hier. Ich bin Laura Wintour Sirleaf, 23 Jahre alt Nursing Student, Cote Dvoire, aber derzeit Asylsuchende in Lome Republik Togo, als Folge des Krieges in meinem Land, mein Vater eine Selige Erinnerung Ende

hi

2014-07-12 Thread laura wintour
Bitte sei nicht böse über diese Mail, es ist wegen der Dringlichkeit der meine Situation hier. Ich bin Laura Wintour Sirleaf, 23 Jahre alt Nursing Student, Cote Dvoire, aber derzeit Asylsuchende in Lome Republik Togo, als Folge des Krieges in meinem Land, mein Vater eine Selige Erinnerung Ende

[PATCH] fs/udf: re-use hex_asc_upper_{hi,lo} macros

2014-07-09 Thread Andy Shevchenko
This patch cleans up udf_translate_to_linux() a bit by using globally defined macros instead of custom code. We can use sprintf(buf, "%04X", ...) there as well, but this one faster. Signed-off-by: Andy Shevchenko --- fs/udf/unicode.c | 9 - 1 file changed, 4 insertions(+), 5

[PATCH] fs/udf: re-use hex_asc_upper_{hi,lo} macros

2014-07-09 Thread Andy Shevchenko
This patch cleans up udf_translate_to_linux() a bit by using globally defined macros instead of custom code. We can use sprintf(buf, %04X, ...) there as well, but this one faster. Signed-off-by: Andy Shevchenko andriy.shevche...@linux.intel.com --- fs/udf/unicode.c | 9 - 1 file

hi

2014-06-16 Thread laura wintour
Hello good day Did you recieve the mail i sent to y -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

hi

2014-06-16 Thread laura wintour
Hello good day Did you recieve the mail i sent to y -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

On 06/09/2014 04:59 PM, Aaro Koskinen wrote:> Hi,

2014-06-09 Thread Peter Hurley
Thanks for the report Aaro. Looks like Seth's fix exposes some broken assumptions in the Sun serial drivers. Can you test the patch below? Regards, Peter Hurley PS - Do you have a way to test also your setup using hardware flow control, ie. CRTSCTS? I ask because I would expect that to be

On 06/09/2014 04:59 PM, Aaro Koskinen wrote: Hi,

2014-06-09 Thread Peter Hurley
Thanks for the report Aaro. Looks like Seth's fix exposes some broken assumptions in the Sun serial drivers. Can you test the patch below? Regards, Peter Hurley PS - Do you have a way to test also your setup using hardware flow control, ie. CRTSCTS? I ask because I would expect that to be

Hi friend,

2014-05-24 Thread Dr Vitor Gespar
Hi friend. I want to transfer USD5.5Million into your account Contact me for more details. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.h

Hi friend,

2014-05-24 Thread Dr Vitor Gespar
Hi friend. I want to transfer USD5.5Million into your account Contact me for more details. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please

Hi

2014-05-16 Thread Dave,Angela Dawes
We have a private donation for you,write back for details. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at

<    1   2   3   4   5   6   7   8   >