Re: [PATCH v2 00/10] ARM: mmu: inhibit speculation into secure memory

2022-08-18 Thread Sascha Hauer
On Wed, Aug 17, 2022 at 01:42:34PM +0200, Ahmad Fatoum wrote: > v1 -> v2: > - fold misplaced hunk changing %u added in [01/10] into 0x%x in > [02/10] directly into [01/10] (Ulrich) > - Correct typo in commit message (Sascha) > > When setting up page tables, barebox marks all the address

Re: [PATCH 02/10] driver: consult feature controller prior to device probe

2022-08-18 Thread Ahmad Fatoum
Hello Philipp, On 18.08.22 10:19, Philipp Zabel wrote: > Hi Ahmad, > > On Do, 2022-08-18 at 07:19 +0200, Ahmad Fatoum wrote: >> The newly added feature controller framework has two goals: Avoid >> probing device in barebox that aren't indeed available > > This specific wording makes me wonder

Re: [PATCH 02/10] driver: consult feature controller prior to device probe

2022-08-18 Thread Philipp Zabel
Hi Ahmad, On Do, 2022-08-18 at 07:19 +0200, Ahmad Fatoum wrote: > The newly added feature controller framework has two goals: Avoid > probing device in barebox that aren't indeed available This specific wording makes me wonder why this isn't implemented inside of_device_is_available(). This