Re: [PATCH v2 02/21] armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibility

2020-01-29 Thread Lukasz Majewski
On Tue, 28 Jan 2020 17:50:03 +0100 Giulio Benetti wrote: > On 1/28/20 9:10 AM, Lukasz Majewski wrote: > > Hi Giulio, > > > >> Since some driver > > > > I would prefer more verbose commit message. Please share which > > driver requires this change. > > Yes, you were right, this is a quite

Re: [PATCH v2 02/21] armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibility

2020-01-28 Thread Giulio Benetti
On 1/28/20 9:10 AM, Lukasz Majewski wrote: Hi Giulio, Since some driver I would prefer more verbose commit message. Please share which driver requires this change. Yes, you were right, this is a quite dumb commit log. Now commit log can't be changed, anyway this is the list of drivers that

Re: [PATCH v2 02/21] armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibility

2020-01-28 Thread Lukasz Majewski
Hi Giulio, > Since some driver I would prefer more verbose commit message. Please share which driver requires this change. > requires this function add it as an empty stub > when DCACHE is OFF. > > Signed-off-by: Giulio Benetti > --- > arch/arm/cpu/armv7m/cache.c | 6 ++ > 1 file changed

[PATCH v2 02/21] armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibility

2020-01-15 Thread sbabic
> Since some driver requires this function add it as an empty stub > when DCACHE is OFF. > Signed-off-by: Giulio Benetti Applied to u-boot-imx, master, thanks ! Best regards, Stefano Babic -- = DENX Software Engineering GmbH,

[PATCH v2 02/21] armv7m: cache: add mmu_set_region_dcache_behaviour() stub for compatibility

2020-01-10 Thread Giulio Benetti
Since some driver requires this function add it as an empty stub when DCACHE is OFF. Signed-off-by: Giulio Benetti --- arch/arm/cpu/armv7m/cache.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/cpu/armv7m/cache.c b/arch/arm/cpu/armv7m/cache.c index f4ba3ad50e..7353698557 1006