RE: [PATCH v6 20/24] iio: buffer: add ioctl() to support opening extra buffers for IIO device

2021-03-15 Thread Sa, Nuno
> -Original Message- > From: Alexandru Ardelean > Sent: Saturday, March 6, 2021 6:01 PM > To: Jonathan Cameron > Cc: Lars-Peter Clausen ; Ardelean, > Alexandru ; LKML ker...@vger.kernel.org>; linux-iio ; > Hennerich, Michael ; Jonathan > Cameron ;

RE: [PATCH v3 0/6] iio: Add output buffer support

2021-03-08 Thread Sa, Nuno
> -Original Message- > From: Sa, Nuno > Sent: Monday, March 8, 2021 2:01 PM > To: Jonathan Cameron ; Jonathan > Cameron > Cc: Hennerich, Michael ; > Ardelean, Alexandru ; > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; > l...@metafoo.de

RE: [PATCH v3 0/6] iio: Add output buffer support

2021-03-08 Thread Sa, Nuno
> -Original Message- > From: Jonathan Cameron > Sent: Monday, March 8, 2021 12:52 PM > To: Sa, Nuno ; Jonathan Cameron > > Cc: Hennerich, Michael ; > Ardelean, Alexandru ; > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; > l...@metafoo.de

RE: [PATCH v3 0/6] iio: Add output buffer support

2021-03-08 Thread Sa, Nuno
> -Original Message- > From: Jonathan Cameron > Sent: Saturday, March 6, 2021 6:35 PM > To: Hennerich, Michael > Cc: Ardelean, Alexandru ; > linux-kernel@vger.kernel.org; linux-...@vger.kernel.org; > l...@metafoo.de; Sa, Nuno ; Bogdan, Dragos > > Subj

RE: [PATCH] MAINTAINERS: replace my with email with replacements

2021-02-10 Thread Sa, Nuno
> -Original Message- > From: Alexandru Ardelean > Sent: Wednesday, February 10, 2021 12:01 PM > To: linux-kernel@vger.kernel.org > Cc: gre...@linuxfoundation.org; Hennerich, Michael > ; Sa, Nuno > ; Ardelean, Alexandru > > Subject: [PATCH] MAINTAINERS:

RE: [PATCH] ASoC: adau17x1: Remove redundant null check before clk_disable_unprepare

2021-01-08 Thread Sa, Nuno
> -Original Message- > From: Xu Wang > Sent: Friday, January 8, 2021 9:45 AM > To: l...@metafoo.de; Sa, Nuno ; > lgirdw...@gmail.com; broo...@kernel.org; pe...@perex.cz; > ti...@suse.com; alsa-de...@alsa-project.org > Cc: linux-kernel@vger.kernel.org > Subject

[PATCH RFC v3] ipvs: add genetlink cmd to dump all services and destinations

2020-11-10 Thread Cezar Sa Espinola
also possible to dump a single service and its destinations by sending a IPVS_CMD_ATTR_SERVICE argument to the dump command. Signed-off-by: Cezar Sa Espinola --- Changes in v2: - Send destinations nested in a service. Changes in v3: - Avoid tab lookups at EOF and other requested changes. include

[PATCH RFC v2] ipvs: add genetlink cmd to dump all services and destinations

2020-11-06 Thread Cezar Sa Espinola
also possible to dump a single service and its destinations by sending a IPVS_CMD_ATTR_SERVICE argument to the dump command. Signed-off-by: Cezar Sa Espinola --- Changes in v2: - Send destinations nested in a service. This patch should be safer now as every packet starts with a service message.

[PATCH RFC] ipvs: add genetlink cmd to dump all services and destinations

2020-10-30 Thread Cezar Sa Espinola
imediatelly followed by its destinations as multiple IPVS_CMD_NEW_DEST messages. It's also possible to dump a single service and its destinations by sending a IPVS_CMD_ATTR_SERVICE argument to the dump command. Signed-off-by: Cezar Sa Espinola --- To ensure that this patch improves performa

RE: [PATCH v2 7/8] iio: core: simplify alloc alignment code

2020-05-15 Thread Sa, Nuno
> From: Ardelean, Alexandru > Sent: Freitag, 15. Mai 2020 13:48 > To: linux-arm-ker...@lists.infradead.org; linux-stm32@st-md- > mailman.stormreply.com; Sa, Nuno ; linux- > ker...@vger.kernel.org; linux-...@vger.kernel.org > Cc: ludovic.desroc...@microchip.com; nicolas.f

RE: [PATCH v2 7/8] iio: core: simplify alloc alignment code

2020-05-15 Thread Sa, Nuno
Hey Alex, Just a small question... > From: linux-iio-ow...@vger.kernel.org > On Behalf Of Alexandru Ardelean > Sent: Donnerstag, 14. Mai 2020 15:17 > To: linux-...@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > st...@st-md-mailman.stormreply.com; linux-kernel@vger.kernel.org > C

RE: [RFC PATCH 4/4] iio: Track enabled channels on a per channel basis

2020-05-04 Thread Sa, Nuno
> From: Jonathan Cameron > Sent: Samstag, 2. Mai 2020 19:19 > To: Sa, Nuno > Cc: Ardelean, Alexandru ; linux- > i...@vger.kernel.org; linux-kernel@vger.kernel.org; l...@metafoo.de > Subject: Re: [RFC PATCH 4/4] iio: Track enabled channels on a per channel > basis > >

RE: [PATCH] iio: imu: adis16xxx: use helper to access iio core debugfs dir

2020-04-30 Thread Sa, Nuno
> From: Alexandru Ardelean > Sent: Donnerstag, 30. April 2020 13:04 > To: linux-...@vger.kernel.org; linux-kernel@vger.kernel.org > Cc: Bogdan, Dragos ; Sa, Nuno > ; ji...@kernel.org; Ardelean, Alexandru > > Subject: [PATCH] iio: imu: adis16xxx: use helper to access ii

LOANS !!!

2019-08-29 Thread DIAL DIRECT LOANS SA
Dial Direct Loan SA Consolidate your debts with Dial Direct Loan SA for your peace of mind at a fixed interest rate of 4.75%,personal and business loans are also welcome.For details file in your applications by sending an email to:dialdirectloan...@mail2consultant.com. Yours in Service

Re: [PATCH] spi: spi-bcm2835.c: Fix 3-wire mode

2019-07-01 Thread Sa, Nuno
On Mon, 2019-07-01 at 13:55 +0200, Lukas Wunner wrote: > I see. In that case, try: > > /* handle all the 3-wire mode */ > - if ((spi->mode & SPI_3WIRE) && (tfr->rx_buf)) > + if ((spi->mode & SPI_3WIRE) && (tfr->rx_buf != ctlr->dummy_rx)) > cs |= BCM2835_SPI_CS_REN; >

Re: [PATCH] spi: spi-bcm2835.c: Fix 3-wire mode

2019-07-01 Thread Sa, Nuno
Hi Lukas and Stefan, On Fri, 2019-06-28 at 21:00 +0200, Lukas Wunner wrote: > > On Fri, Jun 28, 2019 at 05:23:54PM +0200, Stefan Wahren wrote: > > Am 28.06.19 um 14:30 schrieb Nuno Sá: > > > As stated in > > > https://www.raspberrypi.org/documentation/hardware/raspberrypi/spi/README.md, > > > one

LOANS !!!

2019-06-17 Thread DIAL DIRECT LOANS SA
Dial Direct Loan SA Consolidate your debts with Dial Direct Loan SA for your peace of mind at a fixed interest rate of 4.75%,personal and business loans are also welcome.For details file in your applications by sending an email to:dialdirectloan...@mail2consultant.com. Yours in Service

LOANS !!!

2019-06-06 Thread DIAL DIRECT LOANS SA
Dial Direct Loan SA Consolidate your debts with Dial Direct Loan SA for your peace of mind at a fixed interest rate of 4.75%,personal and business loans are also welcome.For details file in your applications by sending an email to:dialdirectloan...@mail2consultant.com. Yours in Service

LOANS !!!

2019-06-05 Thread DIAL DIRECT LOANS SA
Dial Direct Loan SA Consolidate your debts with Dial Direct Loan SA for your peace of mind at a fixed interest rate of 4.75%,personal and business loans are also welcome.For details file in your applications by sending an email to:dialdirectinfolo...@mail2consultant.com. Yours in Service

LOANS !!!

2019-03-18 Thread DIAL DIRECT LOAN SA.
Dial Direct Loan SA Consolidate your debts with Dial Direct Loan SA for your peace of mind at a fixed interest rate of 4.75%,personal and business loans are also welcome.For details open enclosed documents and file in your applications by sending an email to: dialdirectinfolo

LOANS !!!

2019-02-21 Thread Dial Direct Loan SA.
Dial Direct Loan SA Consolidate your debts with Dial Direct Loan SA for your peace of mind at a fixed interest rate of 4.75%,personal and business loans are also welcome.For details file in your applications by sending an email to: dialdirectinfolo...@mail2consultant.com. Yours in Service

LOANS !!!

2019-02-08 Thread DIAL DIRECT LOAN SA.
Dear Valued Customer, Consolidate your debts with Dial Direct Loan SA for your peace of mind at a fixed interest rate of 4.75%,personal and business loans are also welcome.For details open enclosed documents and file in your applications by sending an email to: infodialdirectlo

Serve banana plugs, audio connectors,dc connectors ,alligator clips, battery clips, and rf connectors

2017-04-01 Thread sa...@koko-go.com
tsapp :+86-18126184197 E-mail : sa...@koko-go.com Skype : michael.zhaoyanhui web:www.koko-go.com

To Whom It May Concern !!!

2016-10-26 Thread Money Link SA .
To Whom It May Concern, Welcome To Money Link . We are currently give out loans at low interest rate, We offer business loan , personal loans, home loans, unsecured debt consolidation loan and company loans at 6.00% interest rate per annual and it is fixed. please find attach document for

Direct Cash Loan SA Guarantee 3.5% Fixed Interest Rate!!!

2016-06-08 Thread DIRECT CASH LOAN SA
Welcome To Direct Cash Loan At 3.5% Interest Rate!!! Dear Valued Customer, Consolidate your debts with Direct Cash Loan SA for your peace of mind at a fixed interest rate of 3.5%, personal and business loans are also welcome.For details open enclosed documents and file in your applications by

Direct Cash Loan Offer At Fixed 3.5% Interest Rate

2016-04-20 Thread Direct Cash Loan SA
Dear Valued Client, We are currently giving out loans at 3.5% interest rate,Kindly find attached documents for more information about our offer and send your details to : infodirec...@fastservice.com Regards, Direct Cash Loans Team Email :infodirec...@fastservice.com Direct Cash Lo

Direct Cash Loan Offer At Fixed 3.5% Interest Rate

2016-03-31 Thread Direct Cash Loan SA
Dear Valued Client, We are currently giving out loans at 3.5% interest rate,Kindly find attached documents for more information about our offer and send your details to : infodirec...@fastservice.com Regards, Direct Cash Loans Team Email :infodirec...@fastservice.com Direc

Direct Cash Loan Offer At Fixed 3.5% Interest Rate

2016-03-31 Thread Direct Cash Loan SA
Dear Valued Client, We are currently giving out loans at 3.5% interest rate,Kindly find attached documents for more information about our offer and send your details to : infodirec...@fastservice.com Regards, Direct Cash Loans Team Email :infodirec...@fastservice.com Direc

Direct Cash Loan And Guarantee Loan Offer At Fixed 3.5% Interest Rate Promo!!!

2016-01-26 Thread Direct Cash Loan SA
Dear Valued Client, We are currently giving out loans at 3.5% interest rate,Kindly findattached documents for more information about our offer and send your details to : infodirec...@fastservice.com Regards, Direct Cash Loans Team Email :infodirec...@fastservice.com Direct Cash

To Whom It May Concern

2014-02-12 Thread SANLAM LOANS SA PTY LTD
To Whom It May Concern Sanlam Loans SA Pty is proud to introduce to you our latest 4% loan offer. Please see attached details and be part of our guaranteed service. Regards, Kim George (Mrs.) Loan Application Controller Sanlam Loans SA Pty Ltd About Sanlam Loans 4% Loan Offer.docx

affiliate

2014-02-05 Thread SA
May I request for your cooperation to move funds and invest same in your country. -- 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 FA

partnership

2014-01-31 Thread SA
I need your assistance to reprofile funds to the tune of 82M USD. Should you be interested, kindly respond. -- 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-in

Project

2013-12-20 Thread SA
May I request for your partnership to execute a project in Asia, revert if interested -- 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 th