Hi Boris,
From: Boris Brezillon
Date: Tue, Apr 23, 2019 at 16:14:16
> On Tue, 23 Apr 2019 14:58:06 +
> Vitor Soares wrote:
>
> > Hi Mark,
> >
> > From: Mark Brown
> > Date: Tue, Apr 16, 2019 at 16:39:48
> >
> > > On Mon, Apr 15, 2019 at 09:19:39PM +0200, Vitor Soares wrote:
> > >
> >
On Tue, 23 Apr 2019 14:58:06 +
Vitor Soares wrote:
> Hi Mark,
>
> From: Mark Brown
> Date: Tue, Apr 16, 2019 at 16:39:48
>
> > On Mon, Apr 15, 2019 at 09:19:39PM +0200, Vitor Soares wrote:
> >
> > > +++ b/drivers/base/regmap/regmap-i3c.c
> > > @@ -0,0 +1,62 @@
> > > +// SPDX-License-Ide
Hi Mark,
From: Mark Brown
Date: Tue, Apr 16, 2019 at 16:39:48
> On Mon, Apr 15, 2019 at 09:19:39PM +0200, Vitor Soares wrote:
>
> > +++ b/drivers/base/regmap/regmap-i3c.c
> > @@ -0,0 +1,62 @@
> > +// SPDX-License-Identifier: GPL-2.0
> > +/*
> > + * Copyright (c) 2018 Synopsys, Inc. and/or its a
On Mon, Apr 15, 2019 at 09:19:39PM +0200, Vitor Soares wrote:
> +++ b/drivers/base/regmap/regmap-i3c.c
> @@ -0,0 +1,62 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Copyright (c) 2018 Synopsys, Inc. and/or its affiliates.
Please make the entire header C++ style so it looks more consistent
Hi Boris,
From: Boris Brezillon
Date: Tue, Apr 16, 2019 at 07:15:51
> Typo in the subject: s/remap/regmap/
>
> On Mon, 15 Apr 2019 21:19:39 +0200
> Vitor Soares wrote:
>
> > Add basic support for I3C bus.
> > This is a simple implementation that only give support
> > for Read and Write comman
Typo in the subject: s/remap/regmap/
On Mon, 15 Apr 2019 21:19:39 +0200
Vitor Soares wrote:
> Add basic support for I3C bus.
> This is a simple implementation that only give support
> for Read and Write commands.
>
> Signed-off-by: Vitor Soares
> ---
> drivers/base/regmap/Kconfig | 6 ++
Add basic support for I3C bus.
This is a simple implementation that only give support
for Read and Write commands.
Signed-off-by: Vitor Soares
---
drivers/base/regmap/Kconfig | 6 +++-
drivers/base/regmap/Makefile | 1 +
drivers/base/regmap/regmap-i3c.c | 62 ++
7 matches
Mail list logo