This is a patch for the fintek f71805f.
I don't have hardware to test it on.
Maybe Corey can check this. It may have been modified by Corey or Urbez as well.
There were so many C7 + cn700 + VT8237r trees I've lost track.
This will help with many Jetway boards.
-Bari
This looks like my hack job, it works well enough that the serial ports work under linux, nothing else was ever tested. Might work might not. I need to be added to the copyright holders, but Notepad seriously screws up the formatting. With that change:
Signed-off-by: Corey Osgood corey.osgood@gmail.com
On Sat, May 17, 2008 at 1:13 PM, bari bari@onelabs.com wrote:
This is a patch for the fintek f71805f.
I don't have hardware to test it on.
Maybe Corey can check this. It may have been modified by Corey or Urbez as well.
There were so many C7 + cn700 + VT8237r trees I've lost track.
This will help with many Jetway boards.
-Bari
Corey Osgood wrote:
This looks like my hack job, it works well enough that the serial ports work under linux, nothing else was ever tested. Might work might not. I need to be added to the copyright holders, but Notepad seriously screws up the formatting. With that change:
Signed-off-by: Corey Osgood <corey.osgood@gmail.com mailto:corey.osgood@gmail.com>
On Sat, May 17, 2008 at 1:13 PM, bari <bari@onelabs.com mailto:bari@onelabs.com> wrote:
This is a patch for the fintek f71805f. I don't have hardware to test it on. Maybe Corey can check this. It may have been modified by Corey or Urbez as well. There were so many C7 + cn700 + VT8237r trees I've lost track. This will help with many Jetway boards. -Bari
OK done. Uwe is currently doing some cleanup on it.
Signed-off-by: Corey Osgood <corey.osgood@gmail.com mailto:corey.osgood@gmail.com>
Hi Corey,
On Sat, May 17, 2008 at 03:41:00PM -0400, Corey Osgood wrote:
This looks like my hack job, it works well enough that the serial ports work under linux, nothing else was ever tested. Might work might not. I need to be added to the copyright holders, but Notepad seriously screws up the formatting. With that change:
Signed-off-by: Corey Osgood corey.osgood@gmail.com
Please check the attched cleaned-up version with various fixes.
I put yourself as sole copyright owner on both files, the one is trivial, the other probably too and/or mostly written by you so no problem I hope.
Compile-tested with the latest EPIA-CN patch (switching the Super I/O), just to make sure it's compilable.
Some of the changes:
- Drop useless debug code and uneeded #includes. - Reorder functions to match the style of other Super I/Os in svn. - Drop unneeded function prototypes. - Use ARRAY_SIZE. - Fill the whole pnp_dev_info struct, _BUT_ I'm not sure all the 0x7f8 etc. values are correct. I was not able to find the required info in the F71805F datasheet, maybe somebody can enlighten me? http://www.fintek.com.tw/files/productfiles/F71805F_V025.pdf - Add TODO comments where needed. - Random whitespace fixes and cosmetics.
Uwe.
On Sat, May 17, 2008 at 11:48 PM, Uwe Hermann uwe@hermann-uwe.de wrote:
Hi Corey,
On Sat, May 17, 2008 at 03:41:00PM -0400, Corey Osgood wrote:
This looks like my hack job, it works well enough that the serial ports work under linux, nothing else was ever tested. Might work might not. I need to be added to the copyright holders, but Notepad seriously screws up the formatting. With that change:
Signed-off-by: Corey Osgood corey.osgood@gmail.com
Please check the attched cleaned-up version with various fixes.
I put yourself as sole copyright owner on both files, the one is trivial, the other probably too and/or mostly written by you so no problem I hope.
Compile-tested with the latest EPIA-CN patch (switching the Super I/O), just to make sure it's compilable.
Some of the changes:
- Drop useless debug code and uneeded #includes.
- Reorder functions to match the style of other Super I/Os in svn.
- Drop unneeded function prototypes.
- Use ARRAY_SIZE.
- Fill the whole pnp_dev_info struct, _BUT_ I'm not sure all the
0x7f8 etc. values are correct. I was not able to find the required info in the F71805F datasheet, maybe somebody can enlighten me? http://www.fintek.com.tw/files/productfiles/F71805F_V025.pdf
- Add TODO comments where needed.
- Random whitespace fixes and cosmetics.
Uwe.
I tested this on my Jetway J7F4K1G2E-PB.
I can confirm that serial port works. Didn't try the other stuff.
Acked-by: Richard Stellingwerff remenic@gmail.com
I tested this on my Jetway J7F4K1G2E-PB.
I can confirm that serial port works. Didn't try the other stuff.
Acked-by: Richard Stellingwerff remenic@gmail.com
Thanks, committed in r3335. We'll update as needed after further tests.
Uwe.