* New i2c driver for ETX-mgx board from Kontron
@ 2005-05-19 6:24 Bob Weber
2005-05-19 6:24 ` Mark D. Studebaker
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bob Weber @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
Hello. I recently wrote (ported, actually) an i2c driver for the ETX-mgx
board from Kontron. This board uses a Winbond chip for I/O. The I2c
driver bit-bangs a couple I/O pins.
How do I contribute this to the lm_sensors project? Besides the driver,
I modified Config.in and Makefile in the kernel drivers directory, and
i2c-id.h in the include/linux directory.
- Bob Weber
R&B Embedded Technologies
email: bweber@imsconsultants.com
email: rjweber@ieee.org
^ permalink raw reply [flat|nested] 4+ messages in thread* New i2c driver for ETX-mgx board from Kontron
2005-05-19 6:24 New i2c driver for ETX-mgx board from Kontron Bob Weber
@ 2005-05-19 6:24 ` Mark D. Studebaker
2005-05-19 6:24 ` Mark D. Studebaker
2005-05-19 6:24 ` Bob Weber
2 siblings, 0 replies; 4+ messages in thread
From: Mark D. Studebaker @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
You can contribute by sending us a patch against CVS or against a 2.5 kernel.
See also doc/developers/new-drivers in lm_sensors.
However if the driver is not of general interest
(I myself have never heard of Kontron, and GPIO bit-banger drivers
are generally non-standard) then it may not be worth
putting into CVS or the kernel.
Bob Weber wrote:
> Hello. I recently wrote (ported, actually) an i2c driver for the ETX-mgx
> board from Kontron. This board uses a Winbond chip for I/O. The I2c
> driver bit-bangs a couple I/O pins.
>
> How do I contribute this to the lm_sensors project? Besides the driver,
> I modified Config.in and Makefile in the kernel drivers directory, and
> i2c-id.h in the include/linux directory.
>
> - Bob Weber
> R&B Embedded Technologies
> email: bweber@imsconsultants.com
> email: rjweber@ieee.org
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* New i2c driver for ETX-mgx board from Kontron
2005-05-19 6:24 New i2c driver for ETX-mgx board from Kontron Bob Weber
2005-05-19 6:24 ` Mark D. Studebaker
@ 2005-05-19 6:24 ` Mark D. Studebaker
2005-05-19 6:24 ` Bob Weber
2 siblings, 0 replies; 4+ messages in thread
From: Mark D. Studebaker @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
It could be a good example for embedded folks,
so send it over, why not.
thanks
Bob Weber wrote:
> Hello Mark.
>
> The Kontron board is an x86-based board designed for embedded
> applications. Most of what I read on the website seems geared towards
> PCs, but i2c is big in the embedded world, and I'd personally like to
> see such drivers supported on the website too.
>
> If you'll put it on the website, I'll send you the file and patches. I
> think someone would find it useful. But, it is not really a general
> interest board. Let me know what you think.
>
> - Bob
>
> On Fri, 2003-06-27 at 16:41, Mark D. Studebaker wrote:
>
>>You can contribute by sending us a patch against CVS or against a 2.5 kernel.
>>See also doc/developers/new-drivers in lm_sensors.
>>However if the driver is not of general interest
>>(I myself have never heard of Kontron, and GPIO bit-banger drivers
>>are generally non-standard) then it may not be worth
>>putting into CVS or the kernel.
>>
>>
>>Bob Weber wrote:
>>
>>>Hello. I recently wrote (ported, actually) an i2c driver for the ETX-mgx
>>>board from Kontron. This board uses a Winbond chip for I/O. The I2c
>>>driver bit-bangs a couple I/O pins.
>>>
>>>How do I contribute this to the lm_sensors project? Besides the driver,
>>>I modified Config.in and Makefile in the kernel drivers directory, and
>>>i2c-id.h in the include/linux directory.
>>>
>>>- Bob Weber
>>> R&B Embedded Technologies
>>> email: bweber@imsconsultants.com
>>> email: rjweber@ieee.org
>>>
>>>
>>
>>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* New i2c driver for ETX-mgx board from Kontron
2005-05-19 6:24 New i2c driver for ETX-mgx board from Kontron Bob Weber
2005-05-19 6:24 ` Mark D. Studebaker
2005-05-19 6:24 ` Mark D. Studebaker
@ 2005-05-19 6:24 ` Bob Weber
2 siblings, 0 replies; 4+ messages in thread
From: Bob Weber @ 2005-05-19 6:24 UTC (permalink / raw)
To: lm-sensors
Hello Mark.
The Kontron board is an x86-based board designed for embedded
applications. Most of what I read on the website seems geared towards
PCs, but i2c is big in the embedded world, and I'd personally like to
see such drivers supported on the website too.
If you'll put it on the website, I'll send you the file and patches. I
think someone would find it useful. But, it is not really a general
interest board. Let me know what you think.
- Bob
On Fri, 2003-06-27 at 16:41, Mark D. Studebaker wrote:
> You can contribute by sending us a patch against CVS or against a 2.5 kernel.
> See also doc/developers/new-drivers in lm_sensors.
> However if the driver is not of general interest
> (I myself have never heard of Kontron, and GPIO bit-banger drivers
> are generally non-standard) then it may not be worth
> putting into CVS or the kernel.
>
>
> Bob Weber wrote:
> > Hello. I recently wrote (ported, actually) an i2c driver for the ETX-mgx
> > board from Kontron. This board uses a Winbond chip for I/O. The I2c
> > driver bit-bangs a couple I/O pins.
> >
> > How do I contribute this to the lm_sensors project? Besides the driver,
> > I modified Config.in and Makefile in the kernel drivers directory, and
> > i2c-id.h in the include/linux directory.
> >
> > - Bob Weber
> > R&B Embedded Technologies
> > email: bweber@imsconsultants.com
> > email: rjweber@ieee.org
> >
> >
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-05-19 6:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-19 6:24 New i2c driver for ETX-mgx board from Kontron Bob Weber
2005-05-19 6:24 ` Mark D. Studebaker
2005-05-19 6:24 ` Mark D. Studebaker
2005-05-19 6:24 ` Bob Weber
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.