On Mon, 22 Jan 2024 09:59:06 +0800
Kai wrote:
> On 1/18/24 20:07, Igor Mammedov wrote:
> > On Thu, 18 Jan 2024 14:48:50 +0800
> > Kai wrote:
> >
> >> On 1/18/24 01:31, Peter Maydell wrote:
> >>> (cc'd the people listed for this file in MAINTAINERS)
> >>>
> >>> On Tue, 9 Jan 2024 at 13:53, Ka
On 1/18/24 20:07, Igor Mammedov wrote:
On Thu, 18 Jan 2024 14:48:50 +0800
Kai wrote:
On 1/18/24 01:31, Peter Maydell wrote:
(cc'd the people listed for this file in MAINTAINERS)
On Tue, 9 Jan 2024 at 13:53, Kai Kang wrote:
When this section of source codes were added via commit:
* 02e2da4
On Thu, 18 Jan 2024 14:48:50 +0800
Kai wrote:
> On 1/18/24 01:31, Peter Maydell wrote:
> > (cc'd the people listed for this file in MAINTAINERS)
> >
> > On Tue, 9 Jan 2024 at 13:53, Kai Kang wrote:
> >> When this section of source codes were added via commit:
> >>
> >> * 02e2da45c4 Add common
On Thu, 18 Jan 2024 at 06:49, Kai wrote:
>
> On 1/18/24 01:31, Peter Maydell wrote:
> > (cc'd the people listed for this file in MAINTAINERS)
> >
> > On Tue, 9 Jan 2024 at 13:53, Kai Kang wrote:
> >> When this section of source codes were added via commit:
> >>
> >> * 02e2da45c4 Add common BusSta
On 1/18/24 01:31, Peter Maydell wrote:
(cc'd the people listed for this file in MAINTAINERS)
On Tue, 9 Jan 2024 at 13:53, Kai Kang wrote:
When this section of source codes were added via commit:
* 02e2da45c4 Add common BusState
it added devices to bus with LIST_INSERT_HEAD() which operated o
(cc'd the people listed for this file in MAINTAINERS)
On Tue, 9 Jan 2024 at 13:53, Kai Kang wrote:
>
> When this section of source codes were added via commit:
>
> * 02e2da45c4 Add common BusState
>
> it added devices to bus with LIST_INSERT_HEAD() which operated on the
> single direction list. I
On 1/9/24 17:52, kai.k...@windriver.com wrote:
From: Kai Kang
When this section of source codes were added via commit:
* 02e2da45c4 Add common BusState
it added devices to bus with LIST_INSERT_HEAD() which operated on the
single direction list. It didn't have something like LIST_INSERT_TAIL()
When this section of source codes were added via commit:
* 02e2da45c4 Add common BusState
it added devices to bus with LIST_INSERT_HEAD() which operated on the
single direction list. It didn't have something like LIST_INSERT_TAIL()
at that time and kept that way when turned to QTAILQ.
Then it ca
From: Kai Kang
When this section of source codes were added via commit:
* 02e2da45c4 Add common BusState
it added devices to bus with LIST_INSERT_HEAD() which operated on the
single direction list. It didn't have something like LIST_INSERT_TAIL()
at that time and kept that way when turned to QT