Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2010-12-12 Thread Mike Frysinger
On Wednesday, October 27, 2010 21:23:17 Mike Frysinger wrote: > i'd like this considered for merging even though this is using the legacy > framework. there have been attempts to rewrite the driver on top of the > new framework, but all attempts thus far have failed. this driver however > is cont

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2010-10-28 Thread Mike Frysinger
On Thu, Oct 28, 2010 at 8:06 AM, Tabi Timur-B04825 wrote: > Mike Frysinger wrote: >> i'm not about to go through the u-boot/linux/uClibc/whatever tree to satisfy >> a >> random licensing tool.  it'd make a lot more sense to fix your tool. > > I'm not asking you to go through existing code and make

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2010-10-27 Thread Mike Frysinger
On Wednesday, October 27, 2010 21:53:22 Timur Tabi wrote: > On Wed, Oct 27, 2010 at 8:38 PM, Mike Frysinger wrote: > >> Could you include the normal GPL license text instead? We have > >> in-house tools that scan for the strings in that text to determine the > >> license of the file. > > > > upda

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2010-10-27 Thread Timur Tabi
On Wed, Oct 27, 2010 at 8:38 PM, Mike Frysinger wrote: >> Could you include the normal GPL license text instead?  We have >> in-house tools that scan for the strings in that text to determine the >> license of the file. > > update your tools then Come on, Mike, that's not fair. I'm asking for a

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2010-10-27 Thread Mike Frysinger
On Wednesday, October 27, 2010 21:30:37 Timur Tabi wrote: > On Wed, Oct 27, 2010 at 8:23 PM, Mike Frysinger wrote: > > + * Licensed under the GPL-2 or later. > > Could you include the normal GPL license text instead? We have > in-house tools that scan for the strings in that text to determine th

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2010-10-27 Thread Timur Tabi
On Wed, Oct 27, 2010 at 8:23 PM, Mike Frysinger wrote: > + * Licensed under the GPL-2 or later. Could you include the normal GPL license text instead? We have in-house tools that scan for the strings in that text to determine the license of the file. -- Timur Tabi Linux kernel developer at Fr

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2010-04-23 Thread Mike Frysinger
On Friday 23 April 2010 04:20:34 Wolfgang Wegner wrote: > On Thu, Apr 22, 2010 at 11:28:27PM -0400, Mike Frysinger wrote: > > +static short mmc_spi_init_card(struct mmc_spi_dev *pdev) > > +{ > > + unsigned short cntr = 0; > > + > > + /* for making init process beeing silent */ > > + init_mode

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2010-04-23 Thread Wolfgang Wegner
Hi Mike, On Thu, Apr 22, 2010 at 11:28:27PM -0400, Mike Frysinger wrote: > +static short mmc_spi_init_card(struct mmc_spi_dev *pdev) > +{ > + unsigned short cntr = 0; > + > + /* for making init process beeing silent */ > + init_mode = 1; > + /* save length of log for external usag

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-22 Thread Mike Frysinger
On Thursday 22 October 2009 18:50:16 Ivan Llopard wrote: > Awesome, great code!. I think it MUST be added to the u-boot tree but > i'm not the all powerful Wolfgang ;-). > I think he doesn't know how to include this driver and the spi one. > You should take a look at the configuration file for your

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-22 Thread Ivan Llopard
Awesome, great code!. I think it MUST be added to the u-boot tree but i'm not the all powerful Wolfgang ;-). I think he doesn't know how to include this driver and the spi one. You should take a look at the configuration file for your board and add the corresponding macros. CONFIG_SPI_MMC is a new

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-22 Thread Mike Frysinger
On Thursday 22 October 2009 10:31:23 Wilfried Busalski wrote: > Hi Mike you're still top posting > I'm very new to u-boot and my problem is on with hook the mmc interface > will be activated and therefor I did not understand what to do ? i dont know what you mean. there is no hook for you to c

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-22 Thread Wilfried Busalski
Hi Mike thaks for your responds I'm very new to u-boot and my problem is on with hook the mmc interface will be activated and therefor I did not understand what to do ? regards wilfried >On Thursday 22 October 2009 09:02:32 Wilfried Busalski wrote: >> Hi Mike > >please dont top post > >> I've

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-22 Thread Mike Frysinger
On Thursday 22 October 2009 09:02:32 Wilfried Busalski wrote: > Hi Mike please dont top post > I've included your source "mmc-spi.c" into my u-boot tree. > > What do I have to do to activate your driver ? > Is it enough to call the function "mmc_legacy_init(int verbose)" ? > and set the new c

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-22 Thread Wilfried Busalski
Hi Mike I've included your source "mmc-spi.c" into my u-boot tree. What do I have to do to activate your driver ? Is it enough to call the function "mmc_legacy_init(int verbose)" ? and set the new config_ ? regards Wilfried "Mike Frysinger" schrieb im Newsbeitrag news:1255537669-1285-1-git

Re: [U-Boot] [PATCH] mmc: new legacy MMC/SPI driver

2009-10-14 Thread Mike Frysinger
On Wednesday 14 October 2009 12:27:49 Mike Frysinger wrote: > From: Cliff Cai > > Signed-off-by: Cliff Cai > Signed-off-by: Mike Frysinger > CC: Wolfgang Wegner > --- > note: this isnt really suitable for merging. it needs cleaning up, > porting to the generic mmc framework, fixing of license