Investment opportunity

2019-11-10 Thread Peter Wong
Greetings, Find attached email very confidential. reply for more details Thanks. Peter Wong This email was sent by the shareware version of Postman Professional. ___ devel mailing list

Re: [GIT PULL] IIO fixes / Staging driver for 5.4-rc7

2019-11-10 Thread pr-tracker-bot
The pull request you sent on Sun, 10 Nov 2019 16:43:03 +0100: > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git > tags/staging-5.4-rc7 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/dd892625d0e252d967387d0a2af6dd6a864b3fdf Thank you! --

Re: [PATCH] staging: iio: adc: ad7280: Add spaces around math operator

2019-11-10 Thread Pedro Ortega
On Sun, Nov 10, 2019 at 01:27:10PM +, Jonathan Cameron wrote: > On Sat, 9 Nov 2019 16:17:28 +0100 > Pedro Ortega wrote: > > > Add spaces around the minus math operator to increase readability. > > > > Signed-off-by: Pedro Ortega > Hi Pedro, > > Afraid not. Look at what that macro is

[PATCH] staging/octeon: Fix test build on MIPS

2019-11-10 Thread Guenter Roeck
mips:allmodconfig fails to build. drivers/staging/octeon/ethernet-rx.c: In function 'cvm_oct_poll': drivers/staging/octeon/ethernet-defines.h:30:38: error: 'CONFIG_CAVIUM_OCTEON_CVMSEG_SIZE' undeclared Octeon defines are only available if CONFIG_CPU_CAVIUM_OCTEON is enabled. Since the

Re: [PATCH v3 2/4] iio: adc: ad7091r5: Add scale and external VREF support

2019-11-10 Thread Jonathan Cameron
On Thu, 7 Nov 2019 17:07:57 +0200 Beniamin Bia wrote: > From: Paul Cercueil > > The scale can now be obtained with the "in_voltage_scale" file. > By default, the scale returned corresponds to the internal VREF of 2.5V. > > It is possible to use an external VREF (through the REFIN/REFOUT pin

Re: [PATCH v3 1/4] iio: adc: Add support for AD7091R5 ADC

2019-11-10 Thread Jonathan Cameron
On Thu, 7 Nov 2019 17:07:56 +0200 Beniamin Bia wrote: > From: Paul Cercueil > > AD7091 is 4-Channel, I2C, Ultra Low Power,12-Bit ADC. > I'd like to see a bit of info here about what other ad7091r parts exist to explain the current split in files. > Datasheet: > Link: >

[GIT PULL] IIO fixes / Staging driver for 5.4-rc7

2019-11-10 Thread Greg KH
The following changes since commit d6d5df1db6e9d7f8f76d2911707f7d5877251b02: Linux 5.4-rc5 (2019-10-27 13:19:19 -0400) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-5.4-rc7 for you to fetch changes up to

Re: [PATCH] staging: iio: adc: ad7280: Add spaces around math operator

2019-11-10 Thread Jonathan Cameron
On Sat, 9 Nov 2019 16:17:28 +0100 Pedro Ortega wrote: > Add spaces around the minus math operator to increase readability. > > Signed-off-by: Pedro Ortega Hi Pedro, Afraid not. Look at what that macro is actually doing. That's not a maths operator at all. I'm fairly sure we had a plan to

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-10 Thread Boris Brezillon
On Sun, 10 Nov 2019 12:39:19 +0100 Boris Brezillon wrote: > On Thu, 7 Nov 2019 09:40:07 +0100 > Greg KH wrote: > > > On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: > > > From: Greg Ungerer > > > > > > Add a driver to support the NAND flash controller of the MediaTek

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-10 Thread Boris Brezillon
On Thu, 7 Nov 2019 09:40:07 +0100 Greg KH wrote: > On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote: > > From: Greg Ungerer > > > > Add a driver to support the NAND flash controller of the MediaTek MT7621 > > System-on-Chip device. (This one is the MIPS based parts from

Re: [PATCH] mtd: rawnand: driver for Mediatek MT7621 SoC NAND flash controller

2019-11-10 Thread Boris Brezillon
+Richard and Miquel On Thu, 07 Nov 2019 09:20:53 + René van Dorst wrote: > Quoting g...@kernel.org: > > > From: Greg Ungerer > > > > Add a driver to support the NAND flash controller of the MediaTek MT7621 > > System-on-Chip device. (This one is the MIPS based parts from Mediatek). > > >