From mboxrd@z Thu Jan 1 00:00:00 1970 From: Liviu Dudau Date: Tue, 18 Sep 2018 09:09:33 +0100 Subject: [U-Boot] [PATCH] misc: Add support for the Arm Versatile Express config bus In-Reply-To: <96170377-b2fc-f3ec-cd4b-24adc3e3126c@denx.de> References: <20180917164848.27808-1-Liviu.Dudau@foss.arm.com> <96170377-b2fc-f3ec-cd4b-24adc3e3126c@denx.de> Message-ID: <20180918080932.GB8027@e110455-lin.cambridge.arm.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Tue, Sep 18, 2018 at 06:18:48AM +0200, Heiko Schocher wrote: > Hello Liviu, > > Am 17.09.2018 um 18:48 schrieb Liviu Dudau: > > Add support for the Arm Versatile Express config bus that is > > being used for exposing various subsystems via a generic > > configuration bus. This driver adds support for generating > > transactions on this configuration bus and can be used by > > other drivers to abstract the communication with the actual > > function providers. > > > > Signed-off-by: Liviu Dudau > > --- > > drivers/misc/Kconfig | 8 +++ > > drivers/misc/Makefile | 1 + > > drivers/misc/vexpress_config.c | 127 +++++++++++++++++++++++++++++++++ > > 3 files changed, 136 insertions(+) > > create mode 100644 drivers/misc/vexpress_config.c > > > > Beside of a nitpick > > Reviewed-by: Heiko Schocher > > [...] > > diff --git a/drivers/misc/vexpress_config.c b/drivers/misc/vexpress_config.c > > new file mode 100644 > > index 0000000000..2cd433d01e > > --- /dev/null > > +++ b/drivers/misc/vexpress_config.c > > @@ -0,1 +1,127 @@ > > +// SPDX-License-Identifier: GPL-2.0+ > > +/* > > + * Copyright (C) 2018 Arm Ltd > > + * Author: Liviu Dudau > > + * > > + */ > > +#define DEBUG > > Really enable debug? Sorry, left over from development, I will remove it and re-submit. Best regards, Liviu > > bye, > Heiko > -- > DENX Software Engineering GmbH, Managing Director: Wolfgang Denk > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: +49-8142-66989-52 Fax: +49-8142-66989-80 Email: hs at denx.de -- ==================== | I would like to | | fix the world, | | but they're not | | giving me the | \ source code! / --------------- ¯\_(ツ)_/¯