linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] eeprom_93cx6: shorten pulse timing to match spec (bis)
       [not found] ` <20070703123441.GA3534@tuxdriver.com>
@ 2007-07-03 22:31   ` Francois Romieu
  2007-07-05 16:44     ` Johannes Berg
  2007-07-10 16:41     ` Jeff Garzik
  0 siblings, 2 replies; 4+ messages in thread
From: Francois Romieu @ 2007-07-03 22:31 UTC (permalink / raw)
  To: jgarzik; +Cc: John W. Linville, linux-wireless, Michael Wu

Based on an original idea by John W. Linville.

It is the missing part of 42d45ccd60636c28e35c2016f091783bc14ad99c

Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
---
 drivers/misc/eeprom_93cx6.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/misc/eeprom_93cx6.c b/drivers/misc/eeprom_93cx6.c
index ac515b0..ea55654 100644
--- a/drivers/misc/eeprom_93cx6.c
+++ b/drivers/misc/eeprom_93cx6.c
@@ -55,10 +55,10 @@ static inline void eeprom_93cx6_pulse_low(struct eeprom_93cx6 *eeprom)
 
 	/*
 	 * Add a short delay for the pulse to work.
-	 * According to the specifications the minimal time
-	 * should be 450ns so a 1us delay is sufficient.
+	 * According to the specifications the "maximum minimum"
+	 * time should be 450ns.
 	 */
-	udelay(1);
+	ndelay(450);
 }
 
 static void eeprom_93cx6_startup(struct eeprom_93cx6 *eeprom)
-- 
1.5.2.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] eeprom_93cx6: shorten pulse timing to match spec (bis)
  2007-07-03 22:31   ` [PATCH] eeprom_93cx6: shorten pulse timing to match spec (bis) Francois Romieu
@ 2007-07-05 16:44     ` Johannes Berg
  2007-07-06 18:03       ` Francois Romieu
  2007-07-10 16:41     ` Jeff Garzik
  1 sibling, 1 reply; 4+ messages in thread
From: Johannes Berg @ 2007-07-05 16:44 UTC (permalink / raw)
  To: Francois Romieu; +Cc: jgarzik, John W. Linville, linux-wireless, Michael Wu

[-- Attachment #1: Type: text/plain, Size: 448 bytes --]

On Wed, 2007-07-04 at 00:31 +0200, Francois Romieu wrote:
> Based on an original idea by John W. Linville.
> 
> It is the missing part of 42d45ccd60636c28e35c2016f091783bc14ad99c
                            ^
I can't find that commit in the current wireless-dev tree, can you
provide a correct reference or more explanation? Then again the patch
itself is short enough and I don't understand the need for the reference
at all.

johannes

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 190 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] eeprom_93cx6: shorten pulse timing to match spec (bis)
  2007-07-05 16:44     ` Johannes Berg
@ 2007-07-06 18:03       ` Francois Romieu
  0 siblings, 0 replies; 4+ messages in thread
From: Francois Romieu @ 2007-07-06 18:03 UTC (permalink / raw)
  To: Johannes Berg; +Cc: jgarzik, John W. Linville, linux-wireless, Michael Wu

Johannes Berg <johannes@sipsolutions.net> :
> On Wed, 2007-07-04 at 00:31 +0200, Francois Romieu wrote:
[...]
> > It is the missing part of 42d45ccd60636c28e35c2016f091783bc14ad99c
>                             ^
> I can't find that commit in the current wireless-dev tree, can you
> provide a correct reference or more explanation?

42d45ccd60636c28e35c2016f091783bc14ad99c is in Jeff's #upstream.

> Then again the patch itself is short enough and I don't understand
> the need for the reference at all.

I do not understand the need to discuss a simple patch either. :o)

-- 
Ueimor

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] eeprom_93cx6: shorten pulse timing to match spec (bis)
  2007-07-03 22:31   ` [PATCH] eeprom_93cx6: shorten pulse timing to match spec (bis) Francois Romieu
  2007-07-05 16:44     ` Johannes Berg
@ 2007-07-10 16:41     ` Jeff Garzik
  1 sibling, 0 replies; 4+ messages in thread
From: Jeff Garzik @ 2007-07-10 16:41 UTC (permalink / raw)
  To: Francois Romieu; +Cc: John W. Linville, linux-wireless, Michael Wu

Francois Romieu wrote:
> Based on an original idea by John W. Linville.
> 
> It is the missing part of 42d45ccd60636c28e35c2016f091783bc14ad99c
> 
> Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
> ---
>  drivers/misc/eeprom_93cx6.c |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)

applied



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2007-07-10 16:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20070702210345.GA22610@electric-eye.fr.zoreil.com>
     [not found] ` <20070703123441.GA3534@tuxdriver.com>
2007-07-03 22:31   ` [PATCH] eeprom_93cx6: shorten pulse timing to match spec (bis) Francois Romieu
2007-07-05 16:44     ` Johannes Berg
2007-07-06 18:03       ` Francois Romieu
2007-07-10 16:41     ` Jeff Garzik

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).