Re: [PATCH] of_gpio: enchance simple gpio binding with remove function

2009-11-16 Thread Anton Vorontsov
On Mon, Nov 16, 2009 at 04:47:32PM +0300, Dmitry Eremin-Solenikov wrote: > Add of_simple_gpiochip_remove() - a pair to of_simple_gpiochip_add that > can remove simple gpiochip binding. > > Signed-off-by: Dmitry Eremin-Solenikov > --- [...] > +int of_simple_gpiochip_add(struct device_node *np, > +

Re: Use yylloc instead of yyloc

2009-11-16 Thread David Gibson
On Fri, Nov 13, 2009 at 02:10:46PM +0100, Lukasz Wojcik wrote: > Jon Loeliger wrote: > >>Jon, fix for the typo the FreeBSD folks noticed. Please apply. > >> > >>yylloc is the correct way to get token positioning information. yyloc > >>is a bison internal variable that only works by accident. > >>

[PATCH 08/11] net/can/mpc52xx_can: improve properties and their description

2009-11-16 Thread Wolfram Sang
Signed-off-by: Wolfram Sang Cc: devicetree-disc...@ozlabs.org --- Documentation/powerpc/dts-bindings/fsl/mpc5200.txt |9 + drivers/net/can/mscan/mpc52xx_can.c|3 +-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Documentation/powerpc/dts-bindings/f

Assorted cleanups and extensions for ftdump

2009-11-16 Thread David Gibson
This patch makes a number of minor changes to the ftdump debugging tool. * There was an endian bug in one place, which this fixes. * We now use const qualifiers in a number of places where we can * ftdump can now be instructed to read from stdin by giving "-" as the filename. * The buffe