RE: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-09-06 Thread Zang Roy-R61911
B11780; Wood Scott-B07421 > Subject: Re: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common > to elbc devices > > On Mon, Sep 06, 2010 at 05:24:35PM +0800, Zang Roy-R61911 wrote: > [..] > > > mxmr = &fsl_lbc_ctrl_dev->regs->mcmr; > > That makes sen

Re: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-09-06 Thread Anton Vorontsov
On Mon, Sep 06, 2010 at 05:24:35PM +0800, Zang Roy-R61911 wrote: [..] > > mxmr = &fsl_lbc_ctrl_dev->regs->mcmr; > That makes sense. A global or local variable for fsl_lbc_ctrl_dev->regs? > Which one is better? The less global variables, the better. So, I'd vote for a local one. > > [...] > > >

RE: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-09-06 Thread Zang Roy-R61911
B11780; Wood Scott-B07421 > Subject: Re: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common > to elbc devices > > On Mon, Sep 06, 2010 at 11:38:09AM +0800, Zang Roy-R61911 wrote: > [...] > > > > switch (br & BR_MSEL) { > > > &g

Re: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-09-06 Thread Anton Vorontsov
On Mon, Sep 06, 2010 at 11:38:09AM +0800, Zang Roy-R61911 wrote: [...] > > > switch (br & BR_MSEL) { > > > case BR_MS_UPMA: > > > - upm->mxmr = &fsl_lbc_regs->mamr; > > > + upm->mxmr = &fsl_lbc_ctrl_dev->regs->mamr; > > > > Ditto, a very repetitive stuff, desires a variable for

RE: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-09-05 Thread Zang Roy-R61911
1780 > Subject: Re: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common > to elbc devices > > On Fri, Aug 06, 2010 at 10:51:34AM +0800, Roy Zang wrote: > > From: Lan Chunhe-B25806 > > > > Move Freescale elbc interrupt from nand dirver to elbc driver. > &g

Re: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-09-03 Thread Anton Vorontsov
On Fri, Aug 06, 2010 at 10:51:34AM +0800, Roy Zang wrote: > From: Lan Chunhe-B25806 > > Move Freescale elbc interrupt from nand dirver to elbc driver. > Then all elbc devices can use the interrupt instead of ONLY nand. > > Signed-off-by: Lan Chunhe-B25806 > Signed-off-by: Roy Zang > --- > send

RE: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-09-03 Thread Zang Roy-R61911
> -Original Message- > From: Zang Roy-R61911 > Sent: Friday, August 06, 2010 10:52 AM > To: linux-...@lists.infradead.org > Cc: linuxppc-...@ozlabs.org; a...@linux-foundation.org; Gala Kumar-B11780; Lan > Chunhe-B25806 > Subject: [PATCH 1/3][MTD] P4080/eLBC: Make Fre

RE: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-08-29 Thread Artem Bityutskiy
On Mon, 2010-08-09 at 15:33 +0800, Zang Roy-R61911 wrote: > Any comment about this serial patches? > If none, I'd ask Andrew to merge to his mm tree. Could you please separate out MTD stuff, to the extent it is possible to do? -- Best Regards, Artem Bityutskiy (Битюцкий Артём) __

RE: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-08-10 Thread Zang Roy-R61911
> -Original Message- > From: Zang Roy-R61911 > Sent: Friday, August 06, 2010 10:52 AM > To: linux-...@lists.infradead.org > Cc: linuxppc-...@ozlabs.org; a...@linux-foundation.org; Gala > Kumar-B11780; Lan Chunhe-B25806 > Subject: [PATCH 1/3][MTD] P4080/eLBC

RE: [PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-08-09 Thread Zang Roy-R61911
> -Original Message- > From: Zang Roy-R61911 > Sent: Friday, August 06, 2010 10:52 AM > To: linux-...@lists.infradead.org > Cc: linuxppc-...@ozlabs.org; a...@linux-foundation.org; Gala > Kumar-B11780; Lan Chunhe-B25806 > Subject: [PATCH 1/3][MTD] P4080/eLBC

[PATCH 1/3][MTD] P4080/eLBC: Make Freescale elbc interrupt common to elbc devices

2010-08-05 Thread Roy Zang
From: Lan Chunhe-B25806 Move Freescale elbc interrupt from nand dirver to elbc driver. Then all elbc devices can use the interrupt instead of ONLY nand. Signed-off-by: Lan Chunhe-B25806 Signed-off-by: Roy Zang --- send the patch to linux-...@lists.infradead.org it has been posted to linuxppc-.