History log of /drivers/net/ethernet/stmicro/stmmac/dwmac1000_core.c
Revision Date Author Comments
f0b9d7865a95fdcb18319a678c616156be74cdfb 01-Sep-2011 Giuseppe CAVALLARO <peppe.cavallaro@st.com> stmmac: rework the code to get the Synopsys ID (v3)

The Synopsys ID is now passed from the MAC core
to the main. This info will be used for managing
the HW cap register (supported in the new GMAC
generations).

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
26a051cc2c4ccac8d124906a3df946044037b76d 01-Sep-2011 Giuseppe CAVALLARO <peppe.cavallaro@st.com> stmmac: remove the mmc code (v3)

DWMAC Management Counters (MMC) are not fully support.
The minimal support added in the past allowed to
only disable counters (if present) and mask their
interrupts.
This patch prepares the driver to support the MMC
removing obsolete code.

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2e19a3818bd6438213e312fce14af6217a5a749b 01-Sep-2011 Giuseppe CAVALLARO <peppe.cavallaro@st.com> stmmac: remove the STBus bridge setting from the GMAC code (v3)

This patch removes a piece of code (actually commented)
only useful for some ST platforms in the past.

This kind of setting now can be done by using the platform
callbacks provided in linux/stmmac.h (see the stmmac.txt for
further details).

Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
7ac6653a085b41405758bc16b2525db56ee0a23f 16-May-2011 Jeff Kirsher <jeffrey.t.kirsher@intel.com> stmmac: Move the STMicroelectronics driver

Move the STMicroelectronics driver into driver/net/ethernet/stmicro/ and
make the necessary Kconfig and Makefile changes.

CC: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>