From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nikita Shubin Date: Tue, 28 Sep 2021 14:07:54 +0300 Subject: [PATCH 1/4] lib: utils/i2c: Add generic I2C configuration library In-Reply-To: References: <20210924113347.3576-1-nikita.shubin@maquefel.me> <20210924113347.3576-2-nikita.shubin@maquefel.me> Message-ID: <20210928140754.5b4a5f23@redslave.neermore.group> List-Id: To: opensbi@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hello Xiang! On Sat, 25 Sep 2021 12:19:43 +0800 Xiang W wrote: > > + > > +#include > > +#include > > + > > +#define I2C_ADAPTER_MAX????????????????16 > If it is implemented through a linked list, there will be no limit on > the number You are proposing double linked lists like in Linux/BSD? That makes sense. Yours, Nikita Shubin