Searched hist:"5892 cd135e166c425c992c437a2944534b663a24" (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/net/ |
H A D | cpsw-phy-sel.txt | 5892cd135e166c425c992c437a2944534b663a24 Fri Sep 20 21:20:39 CEST 2013 Mugunthan V N <mugunthanvnm@ti.com> drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpsw
The cpsw currently lacks code to properly set up the hardware interface mode on AM33xx. Other platforms might be equally affected.
Usually, the bootloader will configure the control module register, so probably that's why such support wasn't needed in the past. In suspend mode though, this register is modified, and so it needs reprogramming after resume.
This patch adds a new driver in which hardware interface can configure correct register bits when the slave is opened.
The AM33xx also has a bit for each slave to configure the RMII reference clock direction. Setting it is now supported by a per-slave DT property.
This code path introducted by this patch is currently exclusive for am33xx and same can be extened to various platforms via the DT compatibility property.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Tested-by: Daniel Mack <zonque@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/drivers/net/ethernet/ti/ |
H A D | cpsw.h | diff 5892cd135e166c425c992c437a2944534b663a24 Fri Sep 20 21:20:39 CEST 2013 Mugunthan V N <mugunthanvnm@ti.com> drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpsw
The cpsw currently lacks code to properly set up the hardware interface mode on AM33xx. Other platforms might be equally affected.
Usually, the bootloader will configure the control module register, so probably that's why such support wasn't needed in the past. In suspend mode though, this register is modified, and so it needs reprogramming after resume.
This patch adds a new driver in which hardware interface can configure correct register bits when the slave is opened.
The AM33xx also has a bit for each slave to configure the RMII reference clock direction. Setting it is now supported by a per-slave DT property.
This code path introducted by this patch is currently exclusive for am33xx and same can be extened to various platforms via the DT compatibility property.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Tested-by: Daniel Mack <zonque@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | cpsw-phy-sel.c | 5892cd135e166c425c992c437a2944534b663a24 Fri Sep 20 21:20:39 CEST 2013 Mugunthan V N <mugunthanvnm@ti.com> drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpsw
The cpsw currently lacks code to properly set up the hardware interface mode on AM33xx. Other platforms might be equally affected.
Usually, the bootloader will configure the control module register, so probably that's why such support wasn't needed in the past. In suspend mode though, this register is modified, and so it needs reprogramming after resume.
This patch adds a new driver in which hardware interface can configure correct register bits when the slave is opened.
The AM33xx also has a bit for each slave to configure the RMII reference clock direction. Setting it is now supported by a per-slave DT property.
This code path introducted by this patch is currently exclusive for am33xx and same can be extened to various platforms via the DT compatibility property.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Tested-by: Daniel Mack <zonque@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Makefile | diff 5892cd135e166c425c992c437a2944534b663a24 Fri Sep 20 21:20:39 CEST 2013 Mugunthan V N <mugunthanvnm@ti.com> drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpsw
The cpsw currently lacks code to properly set up the hardware interface mode on AM33xx. Other platforms might be equally affected.
Usually, the bootloader will configure the control module register, so probably that's why such support wasn't needed in the past. In suspend mode though, this register is modified, and so it needs reprogramming after resume.
This patch adds a new driver in which hardware interface can configure correct register bits when the slave is opened.
The AM33xx also has a bit for each slave to configure the RMII reference clock direction. Setting it is now supported by a per-slave DT property.
This code path introducted by this patch is currently exclusive for am33xx and same can be extened to various platforms via the DT compatibility property.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Tested-by: Daniel Mack <zonque@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | Kconfig | diff 5892cd135e166c425c992c437a2944534b663a24 Fri Sep 20 21:20:39 CEST 2013 Mugunthan V N <mugunthanvnm@ti.com> drivers: net: cpsw-phy-sel: Add new driver for phy mode selection for cpsw
The cpsw currently lacks code to properly set up the hardware interface mode on AM33xx. Other platforms might be equally affected.
Usually, the bootloader will configure the control module register, so probably that's why such support wasn't needed in the past. In suspend mode though, this register is modified, and so it needs reprogramming after resume.
This patch adds a new driver in which hardware interface can configure correct register bits when the slave is opened.
The AM33xx also has a bit for each slave to configure the RMII reference clock direction. Setting it is now supported by a per-slave DT property.
This code path introducted by this patch is currently exclusive for am33xx and same can be extened to various platforms via the DT compatibility property.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Tested-by: Daniel Mack <zonque@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|