Re: drivers/net/ax88796.c compile error on sh64

2007-11-11 Thread Paul Mundt
On Sun, Nov 11, 2007 at 10:06:21AM +0100, Adrian Bunk wrote: > Commit 8687991a734a67f1638782c968f46fff0f94bb1f causes the following > compile error on sh64: > > <-- snip --> > > ... > CC [M] drivers/net/ax88796.o > /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/net/ax88796.c: In function

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: ax88796: add superh to kconfig dependencies

2007-11-08 Thread Paul Mundt
t a month ago but never picked up: > http://www.mail-archive.com/netdev@vger.kernel.org/msg50018.html > The rest of the sh support is already included in rc1. Please apply. > And as per: http://www.mail-archive.com/netdev@vger.kernel.org/msg50027.html Still-acked-by: Paul Mun

Re: ax88796: add superh to kconfig depencencies

2007-10-09 Thread Paul Mundt
On Tue, Oct 09, 2007 at 09:51:38PM +0900, Magnus Damm wrote: > ax88796: add superh to kconfig depencencies > > This patch adds sh architecture support to the ax88796 kconfig. > > Signed-off-by: Magnus Damm <[EMAIL PROTECTED]> Acked-by: Paul Mundt <[EMAIL PROTECTED]>

Re: [PATCH] smc91x Hitachi Solution Engine (SuperH) Support

2007-09-28 Thread Paul Mundt
(0) > > #define SMC_CAN_USE_8BIT 0 > > #define SMC_CAN_USE_16BIT 1 > > #define SMC_CAN_USE_32BIT 0 > > > Does the SuperH maintainer ACK this? Acked-by: Paul Mundt <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "un

Re: [PATCH] smc911x irq sense request and MPR2 board support

2007-09-28 Thread Paul Mundt
> >Signed-off by: Markus Brunner <[EMAIL PROTECTED]> > >Signed-off by: Mark Jonas <[EMAIL PROTECTED]> > > does the SuperH maintainer ACK this? Yes, this looks fine. Acked-by: Paul Mundt <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubs

Re: sh: add support for ax88796 and 93cx6 to highlander boards

2007-09-10 Thread Paul Mundt
On Mon, Sep 10, 2007 at 03:36:26PM +0900, Magnus Damm wrote: > --- 0004/arch/sh/boards/renesas/r7780rp/setup.c > +++ work/arch/sh/boards/renesas/r7780rp/setup.c 2007-09-06 > 15:35:49.0 +0900 > @@ -21,6 +21,7 @@ > #include > #include > #include > +#include > > static struct

Re: drivers/infiniband/mlx/mad.c misplaced ;

2007-08-16 Thread Paul Mundt
On Wed, Aug 15, 2007 at 05:40:11PM -0700, Joe Perches wrote: > $ egrep -r --include=*.c "\bif[[:space:]]*\([^\)]*\)[[:space:]]*\;" * > arch/sh/boards/se/7343/io.c:if (0) ; > drivers/atm/iphase.c: if (!desc1) ; > drivers/infiniband/hw/mlx4/mad.c: if (!err); > drivers/isdn/capi/capiuti

Re: [PATCH 17/24] make atomic_read() behave consistently on sh64

2007-08-09 Thread Paul Mundt
gned-off-by: Chris Snook <[EMAIL PROTECTED]> Acked-by: Paul Mundt <[EMAIL PROTECTED]> - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 37/59] sysctl: C99 convert arch/sh64/kernel/traps.c and remove ABI breakage.

2007-01-16 Thread Paul Mundt
moved the support for the sysctl binary interface > only leaving sysctl /proc support. > > At least the sysctl tables were placed at the end of > the list so user space did not see this mistake. > > Signed-off-by: Eric W. Biederman <[EMAIL PROTECTED]> Looks good, thanks