i want to access ethernet phy driver from linux user space,
In uboot we can directly access phy registers using mii commands
similarly i want to read and write phy registers from linux user space .
cause there is no major or minor number comes in case of phy driver(maybe cause its a network driver) how to do it.and is it possible
Try to use mii-tool or ethtool. Look at the sources of those programs how to get access to phy api.