From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weijie Gao Date: Wed, 15 Apr 2020 15:11:36 +0800 Subject: [PATCH v5 04/14] test: dm: phy: add a test item for the phy_bulk API In-Reply-To: <1586497552-12194-5-git-send-email-chunfeng.yun@mediatek.com> References: <1586497552-12194-1-git-send-email-chunfeng.yun@mediatek.com> <1586497552-12194-5-git-send-email-chunfeng.yun@mediatek.com> Message-ID: <1586934696.26858.121.camel@mcddlt001> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2020-04-10 at 13:45 +0800, Chunfeng Yun wrote: > Add a test item for the phy_bulk API > > Signed-off-by: Chunfeng Yun > --- > v5: no changes > > v4: new patch > --- > arch/sandbox/dts/test.dts | 11 +++++++++++ > test/dm/phy.c | 29 +++++++++++++++++++++++++++++ > 2 files changed, 40 insertions(+) > Reviewed-by: Weijie Gao