Re: [PATCH] HVSI: Fix apparently backwards args to time_before() in hvsi.c

2010-01-01 Thread Benjamin Herrenschmidt
On Fri, 2010-01-01 at 19:15 +0100, Bartlomiej Zolnierkiewicz wrote: > On Friday 01 January 2010 06:28:03 pm Robert P. J. Day wrote: > > > > Signed-off-by: Robert P. J. Day > > > > --- > > > > no appropriate subsystem maintainer listed in MAINTAINERS. > > drivers/char/Makefile: > obj-$(CONFIG

Re: [PATCH] HVSI: Fix apparently backwards args to time_before() in hvsi.c

2010-01-01 Thread Bartlomiej Zolnierkiewicz
On Friday 01 January 2010 06:28:03 pm Robert P. J. Day wrote: > > Signed-off-by: Robert P. J. Day > > --- > > no appropriate subsystem maintainer listed in MAINTAINERS. drivers/char/Makefile: obj-$(CONFIG_HVC_CONSOLE) += hvc_vio.o hvsi.o so it should belong to: HYPERVISOR VIRTUAL CON

Re: [PATCH v2 2/3] powerpc: Add support for creating FIT uImages

2010-01-01 Thread Wolfgang Denk
Dear Grant, In message you wrote: > > Unfortunately, the wrapper script is also being used to do things that > are completely unrelated to creating wrapper binaries. FIT images > (and uImages) don't use any of the wrapper bits at all. In fact, as > seen in this patch, generating them involves

Re: [PATCH v2 3/3] powerpc: Add support for ram filesystems in FIT uImages

2010-01-01 Thread Wolfgang Denk
Dear Grant, In message you wrote: > > Thinking further, I do actually have another concern, at least with > regard to the way the current patch set implements things. Is it > expected or even "recommended" that fit images will *always* contain a > .dtb image? The current patch only handles the

Re: [PATCH v2 3/3] powerpc: Add support for ram filesystems in FIT uImages

2010-01-01 Thread Wolfgang Denk
Dear Peter, In message <1262301038.29396.137.ca...@localhost.localdomain> you wrote: > > > Why chose a different name at all? We could still call it "uImage", > > meaning "U-Boot image" - U-Boot is clever enought o detect > > automatically if we pass it an old style or a fit image. > > I agree w