Re: ensure dma_alloc_coherent always returns zeroed memory

2019-01-24 Thread Vineet Gupta
On 12/28/18 9:58 AM, h...@lst.de wrote: > On Fri, Dec 28, 2018 at 05:46:32PM +, Eugeniy Paltsev wrote: >> What happens: >> >> First coherent allocation (PAL#1): >> 1) allocate page via alloc_pages(__GFP_ZERO), got page vith paddr 0xbf2d6000 >> 2) zero it via memset [deep inside alloc_pages()]

Re: [PATCH v2] ARC: [scripted] fix node name and address spelling

2019-01-24 Thread Vineet Gupta
Hi Alexey, Rob, On 1/24/19 8:28 AM, Rob Herring wrote: > On Thu, Jan 24, 2019 at 6:17 AM Alexey Brodkin > wrote: >> >> From: Alexey Brodkin >> >> 1. Remove "0x" prefix from unit-address of node names >> --->8 >> sed -i 's/@0x/@/g'

Re: [PATCH v2] ARC: [scripted] fix node name and address spelling

2019-01-24 Thread Rob Herring
On Thu, Jan 24, 2019 at 6:17 AM Alexey Brodkin wrote: > > From: Alexey Brodkin > > 1. Remove "0x" prefix from unit-address of node names > --->8 > sed -i 's/@0x/@/g' arch/arc/boot/dts/*.dts* > --->8 > > 2.

[PATCH v2] ARC: [scripted] fix node name and address spelling

2019-01-24 Thread Alexey Brodkin
From: Alexey Brodkin 1. Remove "0x" prefix from unit-address of node names --->8 sed -i 's/@0x/@/g' arch/arc/boot/dts/*.dts* --->8 2. Make all hex addresses lowercase: