Re: [PATCH] mfd: Fix cs5535 dependencies

2014-03-10 Thread Jean Delvare
Le Monday 10 March 2014 à 16:56 +0100, Jean Delvare a écrit : > Le Friday 07 March 2014 à 21:25 +, One Thousand Gnomes a écrit : > > On Fri, 7 Mar 2014 22:00:51 +0100 > > Jean Delvare wrote: > > > > > As far as I know, the CS5535 and CS5536 chipsets are companions of the > > > Geode series of

Re: [PATCH] mfd: Fix cs5535 dependencies

2014-03-10 Thread Jean Delvare
Le Friday 07 March 2014 à 21:25 +, One Thousand Gnomes a écrit : > On Fri, 7 Mar 2014 22:00:51 +0100 > Jean Delvare wrote: > > > As far as I know, the CS5535 and CS5536 chipsets are companions of the > > Geode series of processors, which are 32-bit only. So the CS5535 > > drivers are not need

Re: [PATCH] mfd: Fix cs5535 dependencies

2014-03-10 Thread Lee Jones
> Jean Delvare wrote: > > > As far as I know, the CS5535 and CS5536 chipsets are companions of the > > Geode series of processors, which are 32-bit only. So the CS5535 > > drivers are not needed on x86-64, except for build testing purpose. > > > > This aligns the dependencies to what FB_GEODE al

Re: [PATCH] mfd: Fix cs5535 dependencies

2014-03-07 Thread One Thousand Gnomes
On Fri, 7 Mar 2014 22:00:51 +0100 Jean Delvare wrote: > As far as I know, the CS5535 and CS5536 chipsets are companions of the > Geode series of processors, which are 32-bit only. So the CS5535 > drivers are not needed on x86-64, except for build testing purpose. > > This aligns the dependencies

[PATCH] mfd: Fix cs5535 dependencies

2014-03-07 Thread Jean Delvare
As far as I know, the CS5535 and CS5536 chipsets are companions of the Geode series of processors, which are 32-bit only. So the CS5535 drivers are not needed on x86-64, except for build testing purpose. This aligns the dependencies to what FB_GEODE already uses. Signed-off-by: Jean Delvare Cc: