All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix Micrel KSZ8842 Kconfig description
@ 2009-08-21 10:20 Andreas Mohr
  2009-08-21 10:36 ` Richard Röjfors
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Mohr @ 2009-08-21 10:20 UTC (permalink / raw)
  To: David Miller; +Cc: Richard Rojfors, netdev

Hi,

when doing a "make oldconfig" recently, non-descriptive item "Micrel KSZ8842"
came up, and when I hit "?" to get more info, all I got was a tight-lipped
"This platform driver is for Micrel KSZ8842 chip.".
I don't need to know whether this is a platform driver or not, I want to
know _what_ the h*ll this thing does, to quickly decide
(and then get on with handling the other 150 upcoming config items)
whether the machine I'm running oldconfig on might actually have this
particular metal-pinned beast soldered somewhere or not.

Thanks,

Andreas Mohr

Signed-off-by: Andreas Mohr <andi@lisas.de>

--- linux-2.6.31-rc6/drivers/net/Kconfig.orig	2009-08-21 12:00:31.000000000 +0200
+++ linux-2.6.31-rc6/drivers/net/Kconfig	2009-08-21 12:09:13.000000000 +0200
@@ -1727,7 +1727,8 @@ config KS8842
 	tristate "Micrel KSZ8842"
 	depends on HAS_IOMEM
 	help
-	  This platform driver is for Micrel KSZ8842 chip.
+	  This platform driver is for Micrel KSZ8842 / KS8842
+	  2-port ethernet switch chip (managed, VLAN, QoS, PCI-based).
 
 config KS8851
        tristate "Micrel KS8851 SPI"

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

* Re: [PATCH] Fix Micrel KSZ8842 Kconfig description
  2009-08-21 10:20 [PATCH] Fix Micrel KSZ8842 Kconfig description Andreas Mohr
@ 2009-08-21 10:36 ` Richard Röjfors
  2009-08-21 10:46   ` Andreas Mohr
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Röjfors @ 2009-08-21 10:36 UTC (permalink / raw)
  To: Andreas Mohr; +Cc: David Miller, netdev

Andreas Mohr wrote:
> Hi,
> 
> when doing a "make oldconfig" recently, non-descriptive item "Micrel KSZ8842"
> came up, and when I hit "?" to get more info, all I got was a tight-lipped
> "This platform driver is for Micrel KSZ8842 chip.".

I see your pain

> 
> Thanks,
> 
> Andreas Mohr
> 
> Signed-off-by: Andreas Mohr <andi@lisas.de>
> 
> --- linux-2.6.31-rc6/drivers/net/Kconfig.orig	2009-08-21 12:00:31.000000000 +0200
> +++ linux-2.6.31-rc6/drivers/net/Kconfig	2009-08-21 12:09:13.000000000 +0200
> @@ -1727,7 +1727,8 @@ config KS8842
>  	tristate "Micrel KSZ8842"
>  	depends on HAS_IOMEM
>  	help
> -	  This platform driver is for Micrel KSZ8842 chip.
> +	  This platform driver is for Micrel KSZ8842 / KS8842
> +	  2-port ethernet switch chip (managed, VLAN, QoS, PCI-based).

Remove "PCI-based"

This is a platform device, it is not PCI based.
The KS8842 can sit behind PCI, ISA or VLB, this driver basically 
supports the ISA mappings.

--Richard

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

* Re: [PATCH] Fix Micrel KSZ8842 Kconfig description
  2009-08-21 10:36 ` Richard Röjfors
@ 2009-08-21 10:46   ` Andreas Mohr
  2009-08-21 13:06     ` Richard Röjfors
  0 siblings, 1 reply; 5+ messages in thread
From: Andreas Mohr @ 2009-08-21 10:46 UTC (permalink / raw)
  To: Richard Röjfors; +Cc: Andreas Mohr, David Miller, netdev

Hi,

On Fri, Aug 21, 2009 at 12:36:49PM +0200, Richard Röjfors wrote:
> Andreas Mohr wrote:
>> Hi,
>>
>> when doing a "make oldconfig" recently, non-descriptive item "Micrel KSZ8842"
>> came up, and when I hit "?" to get more info, all I got was a tight-lipped
>> "This platform driver is for Micrel KSZ8842 chip.".
>
> I see your pain

Thanks, and very fast reply too :)

> Remove "PCI-based"
>
> This is a platform device, it is not PCI based.
> The KS8842 can sit behind PCI, ISA or VLB, this driver basically  
> supports the ISA mappings.
>
> --Richard

OK, I had added that because manufacturer specifications seemed to suggest
PCI use only. "platform device" should have been a warning sign I guess...


Signed-off-by: Andreas Mohr <andi@lisas.de>

--- linux-2.6.31-rc6/drivers/net/Kconfig.orig	2009-08-21 12:00:31.000000000 +0200
+++ linux-2.6.31-rc6/drivers/net/Kconfig	2009-08-21 12:41:48.000000000 +0200
@@ -1727,7 +1727,8 @@ config KS8842
 	tristate "Micrel KSZ8842"
 	depends on HAS_IOMEM
 	help
-	  This platform driver is for Micrel KSZ8842 chip.
+	  This platform driver is for Micrel KSZ8842 / KS8842
+	  2-port ethernet switch chip (managed, VLAN, QoS).
 
 config KS8851
        tristate "Micrel KS8851 SPI"

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

* Re: [PATCH] Fix Micrel KSZ8842 Kconfig description
  2009-08-21 10:46   ` Andreas Mohr
@ 2009-08-21 13:06     ` Richard Röjfors
  2009-08-24  2:49       ` David Miller
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Röjfors @ 2009-08-21 13:06 UTC (permalink / raw)
  To: Andreas Mohr; +Cc: David Miller, netdev

Andreas Mohr wrote:
> Hi,
> 
> On Fri, Aug 21, 2009 at 12:36:49PM +0200, Richard Röjfors wrote:
>> Andreas Mohr wrote:
>>> Hi,
>>>
>>> when doing a "make oldconfig" recently, non-descriptive item "Micrel KSZ8842"
>>> came up, and when I hit "?" to get more info, all I got was a tight-lipped
>>> "This platform driver is for Micrel KSZ8842 chip.".
>> I see your pain
> 
> Thanks, and very fast reply too :)
> 
>> Remove "PCI-based"
>>
>> This is a platform device, it is not PCI based.
>> The KS8842 can sit behind PCI, ISA or VLB, this driver basically  
>> supports the ISA mappings.
>>
>> --Richard
> 
> OK, I had added that because manufacturer specifications seemed to suggest
> PCI use only. "platform device" should have been a warning sign I guess...
> 
> 
> Signed-off-by: Andreas Mohr <andi@lisas.de>

Looks good to me

Acked-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com>


> 
> --- linux-2.6.31-rc6/drivers/net/Kconfig.orig	2009-08-21 12:00:31.000000000 +0200
> +++ linux-2.6.31-rc6/drivers/net/Kconfig	2009-08-21 12:41:48.000000000 +0200
> @@ -1727,7 +1727,8 @@ config KS8842
>  	tristate "Micrel KSZ8842"
>  	depends on HAS_IOMEM
>  	help
> -	  This platform driver is for Micrel KSZ8842 chip.
> +	  This platform driver is for Micrel KSZ8842 / KS8842
> +	  2-port ethernet switch chip (managed, VLAN, QoS).
>  
>  config KS8851
>         tristate "Micrel KS8851 SPI"
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


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

* Re: [PATCH] Fix Micrel KSZ8842 Kconfig description
  2009-08-21 13:06     ` Richard Röjfors
@ 2009-08-24  2:49       ` David Miller
  0 siblings, 0 replies; 5+ messages in thread
From: David Miller @ 2009-08-24  2:49 UTC (permalink / raw)
  To: richard.rojfors.ext; +Cc: andi, netdev

From: Richard Röjfors <richard.rojfors.ext@mocean-labs.com>
Date: Fri, 21 Aug 2009 15:06:27 +0200

> Andreas Mohr wrote:
>> Hi,
>> On Fri, Aug 21, 2009 at 12:36:49PM +0200, Richard Röjfors wrote:
>>> Andreas Mohr wrote:
>>>> Hi,
>>>>
>>>> when doing a "make oldconfig" recently, non-descriptive item "Micrel
>>>> KSZ8842"
>>>> came up, and when I hit "?" to get more info, all I got was a
>>>> tight-lipped
>>>> "This platform driver is for Micrel KSZ8842 chip.".
>>> I see your pain
>> Thanks, and very fast reply too :)
>> 
>>> Remove "PCI-based"
>>>
>>> This is a platform device, it is not PCI based.
>>> The KS8842 can sit behind PCI, ISA or VLB, this driver basically
>>> supports the ISA mappings.
>>>
>>> --Richard
>> OK, I had added that because manufacturer specifications seemed to
>> suggest
>> PCI use only. "platform device" should have been a warning sign I
>> guess...
>> Signed-off-by: Andreas Mohr <andi@lisas.de>
> 
> Looks good to me
> 
> Acked-by: Richard Röjfors <richard.rojfors.ext@mocean-labs.com>

Applied, thanks everyone.

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

end of thread, other threads:[~2009-08-24  2:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-21 10:20 [PATCH] Fix Micrel KSZ8842 Kconfig description Andreas Mohr
2009-08-21 10:36 ` Richard Röjfors
2009-08-21 10:46   ` Andreas Mohr
2009-08-21 13:06     ` Richard Röjfors
2009-08-24  2:49       ` David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.