Re: [RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-09 Thread Jeff Garzik
Ben Dooks wrote: in submission process, or awaiting for an resolution. In the case of simtec-ide, I would like to replace it with platform-ata, but the libata maintainers seem wholy un-interested in PLAT_HAS_PLATFORM_ATA or similar. I've either missed or forgotten your patch/proposal, want to

Re: [RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-09 Thread Ben Dooks
On Thu, Nov 08, 2007 at 08:18:54AM +, Al Viro wrote: > On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: > > config AX88796 > > tristate "ASIX AX88796 NE2000 clone support" > > - depends on ARM || MIPS > > + depends on ARM || MIPS || SUPERH > > You know, that really sucks m

Re: [RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-09 Thread Ben Dooks
On Fri, Nov 09, 2007 at 06:40:23PM +0900, Paul Mundt wrote: > On Fri, Nov 09, 2007 at 09:26:52AM +, Ralf Baechle wrote: > > If writesb() is not an official API then maybe the answer should have been > > to either add that API to other architectures or fix the driver. > > > > I guess this incid

Re: [RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-09 Thread Russell King
On Fri, Nov 09, 2007 at 06:40:23PM +0900, Paul Mundt wrote: > On Fri, Nov 09, 2007 at 09:26:52AM +, Ralf Baechle wrote: > > If writesb() is not an official API then maybe the answer should have been > > to either add that API to other architectures or fix the driver. > > > > I guess this incid

Re: [RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-09 Thread Paul Mundt
On Fri, Nov 09, 2007 at 09:26:52AM +, Ralf Baechle wrote: > If writesb() is not an official API then maybe the answer should have been > to either add that API to other architectures or fix the driver. > > I guess this incident means I need to go through all Kconfig* files to > see what bogus

Re: [RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-09 Thread Ralf Baechle
On Thu, Nov 08, 2007 at 08:18:54AM +, Al Viro wrote: > On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: > > config AX88796 > > tristate "ASIX AX88796 NE2000 clone support" > > - depends on ARM || MIPS > > + depends on ARM || MIPS || SUPERH > > You know, that really sucks

Re: ax88796: add superh to kconfig dependencies

2007-11-08 Thread Jeff Garzik
On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: > ax88796: add superh to kconfig dependencies > > This patch adds sh architecture support to the ax88796 kconfig. > > Signed-off-by: Magnus Damm <[EMAIL PROTECTED]> > --- > > This patch was posted abou

Re: [RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-08 Thread Andrew Morton
> On Thu, 8 Nov 2007 08:18:54 + Al Viro <[EMAIL PROTECTED]> wrote: > On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: > > config AX88796 > > tristate "ASIX AX88796 NE2000 clone support" > > - depends on ARM || MIPS > > + depends on ARM || MIPS || SUPERH > > You know, that

Re: ax88796: add superh to kconfig dependencies

2007-11-08 Thread Paul Mundt
On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: > ax88796: add superh to kconfig dependencies > > This patch adds sh architecture support to the ax88796 kconfig. > > Signed-off-by: Magnus Damm <[EMAIL PROTECTED]> > --- > > This patch was posted abou

[RFC] dependencies for platform drivers (was Re: ax88796: add superh to kconfig dependencies)

2007-11-08 Thread Al Viro
On Thu, Nov 08, 2007 at 04:31:05PM +0900, Magnus Damm wrote: > config AX88796 > tristate "ASIX AX88796 NE2000 clone support" > - depends on ARM || MIPS > + depends on ARM || MIPS || SUPERH You know, that really sucks more and more. How about doing the following: a) making i

ax88796: add superh to kconfig dependencies

2007-11-07 Thread Magnus Damm
ax88796: add superh to kconfig dependencies This patch adds sh architecture support to the ax88796 kconfig. Signed-off-by: Magnus Damm <[EMAIL PROTECTED]> --- This patch was posted about a month ago but never picked up: http://www.mail-archive.com/netdev@vger.kernel.org/msg50018.htm