Re: [PATCH 2/2] ipg: redundancy with mii.h
From: Francois Romieu
Date: Tue May 02 2006 - 17:59:42 EST
Btw the whole serie is available in branch 'netdev-ipg' at:
git://electric-eye.fr.zoreil.com/home/romieu/linux-2.6.git
The interim steps may be useful if testing reveals something wrong
(especially if it happens in a few weeks/months).
$ git rev-list --pretty ebf34c9b6fcd22338ef764b039b3ac55ed0e297b..HEAD
commit 8a98963033425729158d48066a3380f811c711b3
Author: Romieu Francois <romieu@xxxxxxxxxxxxx>
Date: Tue May 2 23:25:44 2006 +0200
ipg: redundancy with mii.h
Replace a bunch of #define with their counterpart from mii.h
Signed-off-by: Francois Romieu <romieu@xxxxxxxxxxxxx>
commit 291360d4000e0b93baf0fb97aa15af48677e46af
Author: Romieu Francois <romieu@xxxxxxxxxxxxx>
Date: Tue May 2 22:15:34 2006 +0200
ipg: sanitize the pci device table
- vendor id belong to include/linux/pci_id.h ;
- the pci table does not include all the devices in nics_supported ;
- qualify the pci table as __devinitdata ;
- kill 50 LOC.
Signed-off-by: Francois Romieu <romieu@xxxxxxxxxxxxx>
commit 8b534f66d6be247b9f0d341b0ae7acbf46f128fb
Author: Romieu Francois <romieu@xxxxxxxxxxxxx>
Date: Tue May 2 01:07:48 2006 +0200
ipg: plug leaks in the error path of ipg_nic_open
Added ipg_{rx/tx}_clear() to factor out some code.
Signed-off-by: Francois Romieu <romieu@xxxxxxxxxxxxx>
commit 87c8b13dceccc42439e7262f1b60c9cbb14d5440
Author: Romieu Francois <romieu@xxxxxxxxxxxxx>
Date: Tue May 2 00:15:54 2006 +0200
ipg: leaks in ipg_probe
The error paths are badly broken.
Bonus:
- remove duplicate initialization of sp;
- remove useless NULL initialization of dev;
- USE_IO_OPS is not used (and the driver does not seem to care about
posted writes, rejoice).
Signed-off-by: Francois Romieu <romieu@xxxxxxxxxxxxx>
commit befd7e543fcdfb2d2c75de1748ae751fefdff58a
Author: Romieu Francois <romieu@xxxxxxxxxxxxx>
Date: Mon May 1 23:52:37 2006 +0200
ipg: removal of unreachable code
map/unmap is done in ipg_{probe/remove}
Signed-off-by: Francois Romieu <romieu@xxxxxxxxxxxxx>
commit 17a9ce93ba6b6744489aa9168d757e9457158952
Author: Romieu Francois <romieu@xxxxxxxxxxxxx>
Date: Mon May 1 22:40:29 2006 +0200
ipg: speed-up access to the PHY registers
Reduce delays when reading/writing the PHY registers so we clock the
MII management interface at 2.5 MHz (the maximum according to the
datasheet) instead of 500 Hz.
Signed-off-by: David Vrabel <dvrabel@xxxxxxxxxx>
commit e18c33d6fa62b735426b8fe5a0f1aa61c0b5d7f7
Author: David Vrabel <dvrabel@xxxxxxxxxx>
Date: Mon May 1 21:34:19 2006 +0200
ipg: root_dev removal and PHY initialization
- Remove ether_crc_le() -- use crc32_le() instead.
- No more nonsense with root_dev -- ipg_remove() now works.
- Move PHY and MAC address initialization into the ipg_probe().
It was previously filling in the MAC address on open which breaks
some user space.
- Folded ipg_nic_init into ipg_probe since it was broke otherwise.
Signed-off-by: David Vrabel <dvrabel@xxxxxxxxxx>
commit e99fcd4253f231b2c7a96e3be5067341de45ac2e
Author: David Vrabel <dvrabel@xxxxxxxxxx>
Date: Mon May 1 13:20:49 2006 +0200
ipg: remove changelogs
Signed-off-by: David Vrabel <dvrabel@xxxxxxxxxx>
commit 8fd59026a272d3132f096965985e907d655ee087
Author: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
Date: Mon May 1 12:53:43 2006 +0200
ipg: initial inclusion of IC Plus IP1000 driver
This is a cleaned up fork of the IP1000A device driver:
<http://www.icplus.com.tw/driver-pp-IP1000A.html>
Open issues include but are not limited to:
- ipg_probe() looks really fishy and doesn't handle all errors
(e.g. ioremap failing).
- ipg_nic_do_ioctl() is playing games with user-space pointer.
We should use ethtool ioctl instead as suggested by Arjan.
- For multiple devices, the driver uses a global root_dev and
ipg_remove() play some tricks which look fishy.
Signed-off-by: Pekka Enberg <penberg@xxxxxxxxxxxxxx>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/