On 08.11.19 06:09, Dan Williams wrote:
On Thu, Nov 7, 2019 at 2:07 PM David Hildenbrand wrote:
On 07.11.19 19:22, David Hildenbrand wrote:
Am 07.11.2019 um 16:40 schrieb Dan Williams :
On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand wrote:
Right now, ZONE_DEVICE memory is always set
Hi,
On Tue, Oct 15, 2019 at 5:52 PM Xin Ji wrote:
>
> The ANX7625 is an ultra-low power 4K Mobile HD Transmitter designed
> for portable device. It converts MIPI DSI/DPI to DisplayPort 1.3 4K.
>
> The ANX7625 can support both USB Type-C PD feature and MIPI DSI/DPI
> to DP feature. This driver o
Hi Dan,
On 7/11/19 9:15 pm, Dan Carpenter wrote:
This driver seems like it could be fixed up and go directly into
drivers/nand/ instead of staging. Other comments below.
Thanks for the feedback, much appreciated.
I'll work through it and send out a v2.
Regards
Greg
On Thu, Nov 07, 2019 at
On Thu, Nov 7, 2019 at 2:07 PM David Hildenbrand wrote:
>
> On 07.11.19 19:22, David Hildenbrand wrote:
> >
> >
> >> Am 07.11.2019 um 16:40 schrieb Dan Williams :
> >>
> >> On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand
> >> wrote:
> >>>
> >>> Right now, ZONE_DEVICE memory is always set PG_r
On 7/11/19 7:20 pm, 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).
This code is a re-working of the earlier patches for this h
On 7/11/19 6:40 pm, 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 Mediatek).
This code is a re-working
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
de...@linu
On 07.11.19 19:22, David Hildenbrand wrote:
Am 07.11.2019 um 16:40 schrieb Dan Williams :
On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand wrote:
Right now, ZONE_DEVICE memory is always set PG_reserved. We want to
change that.
KVM has this weird use case that you can map anything from /
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
de...@linu
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
de...@linu
> Am 07.11.2019 um 16:40 schrieb Dan Williams :
>
> On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand wrote:
>>
>> Right now, ZONE_DEVICE memory is always set PG_reserved. We want to
>> change that.
>>
>> KVM has this weird use case that you can map anything from /dev/mem
>> into the guest.
Dear Sir,
I am outsourcing individuals with proficient abilities to manage a vast wealth
for an Arab Angel Investor with beleaguered political situation. These funds
can be invested in tranches of 50M or a tranche that is suitable for the
portfolio manager.
If you have Investment and/or Port
On Thu, Nov 07, 2019 at 02:13:22PM +, Valery Ivanov wrote:
> This patch fixes "WARNING: Missing a blank line after declarations"
> Issue found by checkpatch.pl
I think maybe you are cutting and pasting from git log output or
something? Anyway, please don't indent your commit messa
From: Ajay Singh
Do not copy the extended supported rates in 'param->supp_rates' if the
array is already full with basic rates values. The array size check
helped to avoid possible illegal memory access [1] while copying to
'param->supp_rates' array.
1. https://marc.info/?l=linux-next&m=15730172
On Thu, Oct 24, 2019 at 5:12 AM David Hildenbrand wrote:
>
> Right now, ZONE_DEVICE memory is always set PG_reserved. We want to
> change that.
>
> KVM has this weird use case that you can map anything from /dev/mem
> into the guest. pfn_valid() is not a reliable check whether the memmap
> was ini
On Wed, Nov 06, 2019 at 11:12:09AM -0800, Joe Perches wrote:
> On Wed, 2019-11-06 at 18:08 +, Valery Ivanov wrote:
> > This patch fix the function signature for
> > trace_gasket_ioctl_page_table_data
> > to avoid the checkpatch.pl warning:
> >
> > CHECK: Lines should not e
Documentation for AD7091R5 ADC was added.
Signed-off-by: Beniamin Bia
---
Changes in v3:
-spdx identifier updated
-compatible property with lower case
-additionalProperties added
-hex value with lower case
.../bindings/iio/adc/adi,ad7091r5.yaml| 54 +++
1 file changed, 5
Add Beniamin Bia as a maintainer for AD7091R5 ADC.
Signed-off-by: Beniamin Bia
---
Changes in v3:
-nothing changed
MAINTAINERS | 8
1 file changed, 8 insertions(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2e01d0f0b0e5..7f1e4b88688f 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -893
On Wed, Nov 06, 2019 at 06:08:21PM +, Valery Ivanov wrote:
> This patch fix the function signature for
> trace_gasket_ioctl_page_table_data
> to avoid the checkpatch.pl warning:
>
> CHECK: Lines should not end with a '('
Why the huge indentation?
THat's not ok, ple
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 of
the chip), by passing a regulator to the driver. The scale will the
From: Paul Cercueil
AD7091 is 4-Channel, I2C, Ultra Low Power,12-Bit ADC.
Datasheet:
Link:
https://www.analog.com/media/en/technical-documentation/data-sheets/ad7091r-5.pdf
Signed-off-by: Paul Cercueil
Co-developed-by: Beniamin Bia
Signed-off-by: Beniamin Bia
---
Changes in v3:
-parameters
This patch removes the constraint that user space data has to be terminated
with a new line character. It is needed to let the user choose how the data
is formatted.
Signed-off-by: Christian Gromm
---
drivers/staging/most/configfs.c | 4
drivers/staging/most/core.c | 18 +--
match_string() returns the array index of a matching string.
Use it instead of the open-coded implementation.
Signed-off-by: YueHaibing
---
drivers/staging/hp/hp100.c | 11 ---
1 file changed, 4 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/hp/hp100.c b/drivers/staging/hp/h
On Thu, Nov 07, 2019 at 02:13:22PM +, Valery Ivanov wrote:
> This patch fixes "WARNING: Missing a blank line after declarations"
> Issue found by checkpatch.pl
Why the huge indentation?
Please fix that up and send a v2.
thanks,
greg k-h
__
On 2019-10-03 20:12, Michael Kelley wrote:
Add ARM64-specific code to allocate memory with HV_HYP_PAGE_SIZE
size and alignment. These are for use when pages need to be shared
with Hyper-V. Separate functions are needed as the page size used
by Hyper-V may not be the same as the guest page size.
This patch fixes "WARNING: Missing a blank line after declarations"
Issue found by checkpatch.pl
Signed-off-by: Valery Ivanov
---
drivers/staging/octeon/octeon-stubs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/octeon/octeon-stubs.h
b/drivers/staging/oct
This driver seems like it could be fixed up and go directly into
drivers/nand/ instead of staging. Other comments below.
On Thu, Nov 07, 2019 at 05:35:21PM +1000, g...@kernel.org wrote:
> +static int check_bch_error(struct mtd_info *mtd, u8 *buf, u32 sector, u32
> page)
> +{
> + struct nand_
On Mon, Nov 04, 2019 at 01:20:09PM +0100, Greg KH wrote:
On Mon, Nov 04, 2019 at 07:22:20PM +0800, Jack Ping CHNG wrote:
This driver enables the Intel's LGM SoC GSWIP block.
GSWIP is a core module tailored for L2/L3/L4+ data plane and QoS functions.
It allows CPUs and other accelerators connecte
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).
This code is a re-working of the earlier patches for this hardware that
have been floating around the i
On 2019-11-06 19:08, Michael Kelley wrote:
From: Marc Zyngier Sent: Wednesday, November 6,
2019 2:20 AM
On 2019-10-03 20:12, Michael Kelley wrote:
> Add ARM64-specific code to make Hyper-V hypercalls and to
> access virtual processor synthetic registers via hypercalls.
> Hypercalls use a Hype
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 Mediatek).
>
> This code is a re-working of the earlier patches for t
31 matches
Mail list logo