Re: [PATCH 1/4] x86: Add basic support for the Congatec CGEB BIOS interface

2015-06-15 Thread Christian Gmeiner
Hi Paul Thanks for looking over my patches! 2015-06-12 11:35 GMT+02:00 Paul Bolle : > A few nits. > > On Thu, 2015-06-11 at 22:48 +0200, Christian Gmeiner wrote: >> --- /dev/null >> +++ b/drivers/mfd/congatec-cgeb.c > >> + * This program is free software; you can redistribute it and/or modify >>

Re: [PATCH 1/4] x86: Add basic support for the Congatec CGEB BIOS interface

2015-06-12 Thread Paul Bolle
A few nits. On Thu, 2015-06-11 at 22:48 +0200, Christian Gmeiner wrote: > --- /dev/null > +++ b/drivers/mfd/congatec-cgeb.c > + * This program is free software; you can redistribute it and/or modify > + * it under the terms of the GNU General Public License as published by > + * the Free Software

[PATCH 1/4] x86: Add basic support for the Congatec CGEB BIOS interface

2015-06-11 Thread Christian Gmeiner
From: Sascha Hauer The Congatec CGEB is a BIOS interface found on some Congatec x86 modules. It provides access to on board peripherals like I2C busses and watchdogs. This driver contains the basic support for accessing the CGEB interface and registers the child devices. Signed-off-by: Sascha Ha