Re: [PATCH 2/8] [POWERPC] fsl_lbc: implement few routines to manage FSL UPMs

2008-04-14 Thread Kumar Gala
Subject: [POWERPC] fsl_lbc: implement few UPM routines Freescale UPM can be used to adjust localbus timings or to generate orbitrary, pre-programmed "patterns" on the external Localbus signals. This patch implements few routines so drivers could work with UPMs in safe and generic manner. So fa

Re: [PATCH 2/8] [POWERPC] fsl_lbc: implement few routines to manage FSL UPMs

2008-04-11 Thread Paul Mackerras
Anton Vorontsov writes: > Ok. Updated patch follows. > > Thanks! > > - - - - > From: Anton Vorontsov <[EMAIL PROTECTED]> > Subject: [POWERPC] fsl_lbc: implement few UPM routines Just a hint: your patches are less likely to get overlooked if you change the subject of your email to describe the n

Re: [PATCH 2/8] [POWERPC] fsl_lbc: implement few routines to manage FSL UPMs

2008-04-11 Thread Anton Vorontsov
On Fri, Apr 11, 2008 at 11:18:30AM -0500, Scott Wood wrote: > Anton Vorontsov wrote: >> On Fri, Apr 11, 2008 at 09:09:57AM -0500, Kumar Gala wrote: >>> On Mar 11, 2008, at 12:24 PM, Anton Vorontsov wrote: These will be used by the FSL UPM NAND driver. >>> can this be a bit more descriptive. W

Re: [PATCH 2/8] [POWERPC] fsl_lbc: implement few routines to manage FSL UPMs

2008-04-11 Thread Scott Wood
Anton Vorontsov wrote: On Fri, Apr 11, 2008 at 09:09:57AM -0500, Kumar Gala wrote: On Mar 11, 2008, at 12:24 PM, Anton Vorontsov wrote: These will be used by the FSL UPM NAND driver. can this be a bit more descriptive. What exactly are these functions trying to accomplish. Yeah, sorry abou

Re: [PATCH 2/8] [POWERPC] fsl_lbc: implement few routines to manage FSL UPMs

2008-04-11 Thread Anton Vorontsov
On Fri, Apr 11, 2008 at 09:09:57AM -0500, Kumar Gala wrote: > > On Mar 11, 2008, at 12:24 PM, Anton Vorontsov wrote: >> These will be used by the FSL UPM NAND driver. > > can this be a bit more descriptive. What exactly are these functions > trying to accomplish. Yeah, sorry about that. Here is

Re: [PATCH 2/8] [POWERPC] fsl_lbc: implement few routines to manage FSL UPMs

2008-04-11 Thread Kumar Gala
On Mar 11, 2008, at 12:24 PM, Anton Vorontsov wrote: These will be used by the FSL UPM NAND driver. can this be a bit more descriptive. What exactly are these functions trying to accomplish. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- arch/powerpc/Kconfig |5 ++

[PATCH 2/8] [POWERPC] fsl_lbc: implement few routines to manage FSL UPMs

2008-03-11 Thread Anton Vorontsov
These will be used by the FSL UPM NAND driver. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- arch/powerpc/Kconfig |5 ++ arch/powerpc/sysdev/Makefile |1 + arch/powerpc/sysdev/fsl_lbc.c | 99 + include/asm-powerpc/fsl_lbc.h |