Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-26 Thread Lei Wen
On Wed, Jan 26, 2011 at 4:07 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> >> I have a question for this rule... >> When I use the git-send-email to send the whole patch set, it only ask >> me to input only one reference message id. >> Then how this reference message id

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-26 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 26, 2011 at 4:06 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> >> >> > Please fix. Also, please explain what MFP is. It may be obvious to >> >> > you, it ain't so for me. >> >> MFP is stand for multiply function pin setting, which servers for >

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-26 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > I have a question for this rule... > When I use the git-send-email to send the whole patch set, it only ask > me to input only one reference message id. > Then how this reference message id get? The previous cover letter > message id? ... Yes, exactly.

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-26 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > >> > Please fix. Also, please explain what MFP is. It may be obvious to > >> > you, it ain't so for me. > > MFP is stand for multiply function pin setting, which servers for > setting a pin of cpu to server for different > functions on different design b

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 26, 2011 at 3:44 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> >> This already fixed in the v6 patch, maybe you didn't notice this... > > Yes, I missed this v6 series of patches, because it seems you broke > the mail thread when sending it. > >

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 26, 2011 at 3:39 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> >> >> This patch adds the support MFP support for Marvell PANTHEON SoCs >> > >> > "the support MFP support" ?? Sorry for the typo... >> > >> > Please fix. Also, please explain wha

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > This already fixed in the v6 patch, maybe you didn't notice this... Yes, I missed this v6 series of patches, because it seems you broke the mail thread when sending it. Please see http://www.denx.de/wiki/view/U-Boot/Patches#Sending_updated_patch_version

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message you wrote: > > >> This patch adds the support MFP support for Marvell PANTHEON SoCs > > > > "the support MFP support" ?? > > > > Please fix. Also, please explain what MFP is. It may be obvious to > > you, it ain't so for me. > > > >> +/* > >> + * Frequently used MFP Con

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Lei Wen
Hi Wolfgang, On Wed, Jan 26, 2011 at 5:34 AM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message <1294632087-8025-5-git-send-email-lei...@marvell.com> you wrote: >> This patch adds the support MFP support for Marvell PANTHEON SoCs > > "the support MFP support" ?? > > Please fix. Also, please exp

Re: [U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-25 Thread Wolfgang Denk
Dear Lei Wen, In message <1294632087-8025-5-git-send-email-lei...@marvell.com> you wrote: > This patch adds the support MFP support for Marvell PANTHEON SoCs "the support MFP support" ?? Please fix. Also, please explain what MFP is. It may be obvious to you, it ain't so for me. > +/* > + * Freq

[U-Boot] [PATCH V2 4/5] mvmfp: add MFP configuration support for PANTHEON

2011-01-09 Thread Lei Wen
This patch adds the support MFP support for Marvell PANTHEON SoCs Signed-off-by: Lei Wen --- arch/arm/include/asm/arch-pantheon/mfp.h | 42 ++ drivers/gpio/mvmfp.c |2 + 2 files changed, 44 insertions(+), 0 deletions(-) create mode 100644 ar