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

2013-04-11 Thread Wolfram Sang
> any update on your patch series to support CGEB? I have some time to > work on these patches but I don't want to duplicate the work. I really > want this watches to hit mainline soon. I acked the I2C patch and this is all I can do for this series. -- To unsubscribe from this list: send the

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

2013-04-11 Thread Christian Gmeiner
2013/3/26 Christian Gmeiner : > 2013/3/26 Sascha Hauer : >> Hi Wolfram, >> >> On Tue, Mar 26, 2013 at 10:24:35AM +0100, Wolfram Sang wrote: >>> Hi Sascha, >>> >>> > Any other comments to this series? Is the base cgeb support ok to >>> > include? >>> >>> I had a few comments to the I2C driver. >>

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

2013-04-11 Thread Christian Gmeiner
2013/3/26 Christian Gmeiner christian.gmei...@gmail.com: 2013/3/26 Sascha Hauer s.ha...@pengutronix.de: Hi Wolfram, On Tue, Mar 26, 2013 at 10:24:35AM +0100, Wolfram Sang wrote: Hi Sascha, Any other comments to this series? Is the base cgeb support ok to include? I had a few comments

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

2013-04-11 Thread Wolfram Sang
any update on your patch series to support CGEB? I have some time to work on these patches but I don't want to duplicate the work. I really want this watches to hit mainline soon. I acked the I2C patch and this is all I can do for this series. -- To unsubscribe from this list: send the line

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

2013-03-26 Thread Christian Gmeiner
2013/3/26 Sascha Hauer : > Hi Wolfram, > > On Tue, Mar 26, 2013 at 10:24:35AM +0100, Wolfram Sang wrote: >> Hi Sascha, >> >> > Any other comments to this series? Is the base cgeb support ok to >> > include? >> >> I had a few comments to the I2C driver. > > Yes, thanks, I have seen this and will

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

2013-03-26 Thread Sascha Hauer
Hi Wolfram, On Tue, Mar 26, 2013 at 10:24:35AM +0100, Wolfram Sang wrote: > Hi Sascha, > > > Any other comments to this series? Is the base cgeb support ok to > > include? > > I had a few comments to the I2C driver. Yes, thanks, I have seen this and will address them. Atm I'm more interested

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

2013-03-26 Thread Wolfram Sang
Hi Sascha, > Any other comments to this series? Is the base cgeb support ok to > include? I had a few comments to the I2C driver. All the best, Wolfram -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More

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

2013-03-26 Thread Sascha Hauer
On Mon, Mar 25, 2013 at 09:31:35AM +0100, Christian Gmeiner wrote: > Hi Sascha > > > > +struct cgeb_pdata { > > + struct cgeb_board_data *board; > > + int unit; > > +}; > > + > > +#endif /* __CONGATEC_CGEB_H */ > > diff --git a/arch/x86/platform/Makefile

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

2013-03-26 Thread Sascha Hauer
On Mon, Mar 25, 2013 at 09:31:35AM +0100, Christian Gmeiner wrote: Hi Sascha +struct cgeb_pdata { + struct cgeb_board_data *board; + int unit; +}; + +#endif /* __CONGATEC_CGEB_H */ diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile index

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

2013-03-26 Thread Wolfram Sang
Hi Sascha, Any other comments to this series? Is the base cgeb support ok to include? I had a few comments to the I2C driver. All the best, Wolfram -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo

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

2013-03-26 Thread Sascha Hauer
Hi Wolfram, On Tue, Mar 26, 2013 at 10:24:35AM +0100, Wolfram Sang wrote: Hi Sascha, Any other comments to this series? Is the base cgeb support ok to include? I had a few comments to the I2C driver. Yes, thanks, I have seen this and will address them. Atm I'm more interested in the

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

2013-03-26 Thread Christian Gmeiner
2013/3/26 Sascha Hauer s.ha...@pengutronix.de: Hi Wolfram, On Tue, Mar 26, 2013 at 10:24:35AM +0100, Wolfram Sang wrote: Hi Sascha, Any other comments to this series? Is the base cgeb support ok to include? I had a few comments to the I2C driver. Yes, thanks, I have seen this and will

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

2013-03-25 Thread Christian Gmeiner
Hi Sascha > +struct cgeb_pdata { > + struct cgeb_board_data *board; > + int unit; > +}; > + > +#endif /* __CONGATEC_CGEB_H */ > diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile > index 8d87439..9de1789 100644 > --- a/arch/x86/platform/Makefile > +++

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

2013-03-25 Thread Christian Gmeiner
Hi Sascha +struct cgeb_pdata { + struct cgeb_board_data *board; + int unit; +}; + +#endif /* __CONGATEC_CGEB_H */ diff --git a/arch/x86/platform/Makefile b/arch/x86/platform/Makefile index 8d87439..9de1789 100644 --- a/arch/x86/platform/Makefile +++

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

2013-02-12 Thread 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 Hauer ---

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

2013-02-12 Thread 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 Hauer