Richard Henderson writes:
> On 5/3/19 8:27 AM, Alex Bennée wrote:
>>
>> Yoshinori Sato writes:
>>
>>> Some RX peripheral using 8bit and 16bit registers.
>>> Added 8bit and 16bit APIs.
>>
>> Doesn't this mean the build breaks at some point? Features used by other
>> patches should be introduced
On Sat, 04 May 2019 00:27:29 +0900,
Alex Bennée wrote:
>
>
> Yoshinori Sato writes:
>
> > Some RX peripheral using 8bit and 16bit registers.
> > Added 8bit and 16bit APIs.
>
> Doesn't this mean the build breaks at some point? Features used by other
> patches should be introduced first so the b
On 5/3/19 8:27 AM, Alex Bennée wrote:
>
> Yoshinori Sato writes:
>
>> Some RX peripheral using 8bit and 16bit registers.
>> Added 8bit and 16bit APIs.
>
> Doesn't this mean the build breaks at some point? Features used by other
> patches should be introduced first so the build remains bisectabl
Yoshinori Sato writes:
> Some RX peripheral using 8bit and 16bit registers.
> Added 8bit and 16bit APIs.
Doesn't this mean the build breaks at some point? Features used by other
patches should be introduced first so the build remains bisectable.
>
> Signed-off-by: Yoshinori Sato
> ---
> inc
Some RX peripheral using 8bit and 16bit registers.
Added 8bit and 16bit APIs.
Signed-off-by: Yoshinori Sato
---
include/hw/registerfields.h | 28 +++-
1 file changed, 27 insertions(+), 1 deletion(-)
diff --git a/include/hw/registerfields.h b/include/hw/registerfields.h
i