Changes in 4.9.313 floppy: disable FDRAWCMD by default Revert "net: ethernet: stmmac: fix altr_tse_pcs function when using a fixed-link" lightnvm: disable the subsystem USB: quirks: add a Realtek card reader USB: quirks: add STRING quirk for VCOM device USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader USB: serial: option: add support for Cinterion MV32-WA/MV32-WB USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions xhci: stop polling roothubs after shutdown iio: dac: ad5592r: Fix the missing return value. iio: dac: ad5446: Fix read_raw not returning set value iio: magnetometer: ak8975: Fix the error handling in ak8975_power_on() usb: misc: fix improper handling of refcount in uss720_probe() usb: gadget: uvc: Fix crash when encoding data for usb request usb: gadget: configfs: clear deactivation flag in configfs_composite_unbind() serial: 8250: Also set sticky MCR bits in console restoration serial: 8250: Correct the clock for EndRun PTP/1588 PCIe device hex2bin: make the function hex_to_bin constant-time hex2bin: fix access beyond string end ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue phy: samsung: Fix missing of_node_put() in exynos_sata_phy_probe phy: samsung: exynos5250-sata: fix missing device put in probe error paths ARM: OMAP2+: Fix refcount leak in omap_gic_of_init ARM: dts: Fix mmc order for omap3-gta04 mtd: rawnand: Fix return value check of wait_for_completion_timeout pinctrl: pistachio: fix use of irq_of_parse_and_map() ip_gre: Make o_seqno start from 0 in native mode tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWAT bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() clk: sunxi: sun9i-mmc: check return value after calling platform_get_resource() bnx2x: fix napi API usage sequence ASoC: wm8731: Disable the regulator when probing fails drivers: net: hippi: Fix deadlock in rr_close() x86/cpu: Load microcode during restore_processor_state() tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2 tty: n_gsm: fix malformed counter for out of frame data tty: n_gsm: fix insufficient txframe size tty: n_gsm: fix missing explicit ldisc flush tty: n_gsm: fix wrong command retry handling tty: n_gsm: fix wrong command frame length field encoding tty: n_gsm: fix incorrect UA handling MIPS: Fix CP0 counter erratum detection for R4k CPUs parisc: Merge model and model name into one line in /proc/cpuinfo ALSA: fireworks: fix wrong return count shorter than expected by 4 bytes Revert "SUNRPC: attempt AF_LOCAL connect on setup" firewire: fix potential uaf in outbound_phy_packet_callback() firewire: remove check of list iterator against head past the loop body firewire: core: extend card->lock in fw_core_handle_bus_reset ASoC: wm8958: Fix change notifications for DSP controls can: grcan: grcan_close(): fix deadlock can: grcan: use ofdev->dev when allocating DMA memory nfc: replace improper check device_is_registered() in netlink related functions nfc: nfcmrvl: main: reorder destructive operations in nfcmrvl_nci_unregister_dev to avoid bugs NFC: netlink: fix sleep in atomic bug when firmware download timeout hwmon: (adt7470) Fix warning on module removal ASoC: dmaengine: Restore NULL prepare_slave_config() callback net: emaclite: Add error handling for of_address_to_resource() smsc911x: allow using IRQ0 btrfs: always log symlinks in full mode net: igmp: respect RCU rules in ip_mc_source() and ip_mc_msfilter() kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU net: sched: prevent UAF on tc_ctl_tfilter when temporarily dropping rtnl_lock net: ipv6: ensure we call ipv6_mc_down() at most once dm: fix mempool NULL pointer race when completing IO dm: interlock pending dm_io and dm_wait_for_bios_completion Linux 4.9.313 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I41ea8ad0456765c772594463a2780545c066bbca
421 lines
12 KiB
C
421 lines
12 KiB
C
/* Copyright Altera Corporation (C) 2014. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License, version 2,
|
|
* as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*
|
|
* Adopted from dwmac-sti.c
|
|
*/
|
|
|
|
#include <linux/mfd/syscon.h>
|
|
#include <linux/of.h>
|
|
#include <linux/of_address.h>
|
|
#include <linux/of_net.h>
|
|
#include <linux/phy.h>
|
|
#include <linux/regmap.h>
|
|
#include <linux/reset.h>
|
|
#include <linux/stmmac.h>
|
|
|
|
#include "stmmac.h"
|
|
#include "stmmac_platform.h"
|
|
|
|
#include "altr_tse_pcs.h"
|
|
|
|
#define SGMII_ADAPTER_CTRL_REG 0x00
|
|
#define SGMII_ADAPTER_DISABLE 0x0001
|
|
|
|
#define SYSMGR_EMACGRP_CTRL_PHYSEL_ENUM_GMII_MII 0x0
|
|
#define SYSMGR_EMACGRP_CTRL_PHYSEL_ENUM_RGMII 0x1
|
|
#define SYSMGR_EMACGRP_CTRL_PHYSEL_ENUM_RMII 0x2
|
|
#define SYSMGR_EMACGRP_CTRL_PHYSEL_WIDTH 2
|
|
#define SYSMGR_EMACGRP_CTRL_PHYSEL_MASK 0x00000003
|
|
#define SYSMGR_EMACGRP_CTRL_PTP_REF_CLK_MASK 0x00000010
|
|
|
|
#define SYSMGR_FPGAGRP_MODULE_REG 0x00000028
|
|
#define SYSMGR_FPGAGRP_MODULE_EMAC 0x00000004
|
|
|
|
#define EMAC_SPLITTER_CTRL_REG 0x0
|
|
#define EMAC_SPLITTER_CTRL_SPEED_MASK 0x3
|
|
#define EMAC_SPLITTER_CTRL_SPEED_10 0x2
|
|
#define EMAC_SPLITTER_CTRL_SPEED_100 0x3
|
|
#define EMAC_SPLITTER_CTRL_SPEED_1000 0x0
|
|
|
|
struct socfpga_dwmac {
|
|
int interface;
|
|
u32 reg_offset;
|
|
u32 reg_shift;
|
|
struct device *dev;
|
|
struct regmap *sys_mgr_base_addr;
|
|
struct reset_control *stmmac_rst;
|
|
struct reset_control *stmmac_ocp_rst;
|
|
void __iomem *splitter_base;
|
|
bool f2h_ptp_ref_clk;
|
|
struct tse_pcs pcs;
|
|
};
|
|
|
|
static void socfpga_dwmac_fix_mac_speed(void *priv, unsigned int speed)
|
|
{
|
|
struct socfpga_dwmac *dwmac = (struct socfpga_dwmac *)priv;
|
|
void __iomem *splitter_base = dwmac->splitter_base;
|
|
void __iomem *tse_pcs_base = dwmac->pcs.tse_pcs_base;
|
|
void __iomem *sgmii_adapter_base = dwmac->pcs.sgmii_adapter_base;
|
|
struct device *dev = dwmac->dev;
|
|
struct net_device *ndev = dev_get_drvdata(dev);
|
|
struct phy_device *phy_dev = ndev->phydev;
|
|
u32 val;
|
|
|
|
if ((tse_pcs_base) && (sgmii_adapter_base))
|
|
writew(SGMII_ADAPTER_DISABLE,
|
|
sgmii_adapter_base + SGMII_ADAPTER_CTRL_REG);
|
|
|
|
if (splitter_base) {
|
|
val = readl(splitter_base + EMAC_SPLITTER_CTRL_REG);
|
|
val &= ~EMAC_SPLITTER_CTRL_SPEED_MASK;
|
|
|
|
switch (speed) {
|
|
case 1000:
|
|
val |= EMAC_SPLITTER_CTRL_SPEED_1000;
|
|
break;
|
|
case 100:
|
|
val |= EMAC_SPLITTER_CTRL_SPEED_100;
|
|
break;
|
|
case 10:
|
|
val |= EMAC_SPLITTER_CTRL_SPEED_10;
|
|
break;
|
|
default:
|
|
return;
|
|
}
|
|
writel(val, splitter_base + EMAC_SPLITTER_CTRL_REG);
|
|
}
|
|
|
|
if (tse_pcs_base && sgmii_adapter_base)
|
|
tse_pcs_fix_mac_speed(&dwmac->pcs, phy_dev, speed);
|
|
}
|
|
|
|
static int socfpga_dwmac_parse_data(struct socfpga_dwmac *dwmac, struct device *dev)
|
|
{
|
|
struct device_node *np = dev->of_node;
|
|
struct regmap *sys_mgr_base_addr;
|
|
u32 reg_offset, reg_shift;
|
|
int ret, index;
|
|
struct device_node *np_splitter = NULL;
|
|
struct device_node *np_sgmii_adapter = NULL;
|
|
struct resource res_splitter;
|
|
struct resource res_tse_pcs;
|
|
struct resource res_sgmii_adapter;
|
|
|
|
dwmac->interface = of_get_phy_mode(np);
|
|
|
|
sys_mgr_base_addr = syscon_regmap_lookup_by_phandle(np, "altr,sysmgr-syscon");
|
|
if (IS_ERR(sys_mgr_base_addr)) {
|
|
dev_info(dev, "No sysmgr-syscon node found\n");
|
|
return PTR_ERR(sys_mgr_base_addr);
|
|
}
|
|
|
|
ret = of_property_read_u32_index(np, "altr,sysmgr-syscon", 1, ®_offset);
|
|
if (ret) {
|
|
dev_info(dev, "Could not read reg_offset from sysmgr-syscon!\n");
|
|
return -EINVAL;
|
|
}
|
|
|
|
ret = of_property_read_u32_index(np, "altr,sysmgr-syscon", 2, ®_shift);
|
|
if (ret) {
|
|
dev_info(dev, "Could not read reg_shift from sysmgr-syscon!\n");
|
|
return -EINVAL;
|
|
}
|
|
|
|
dwmac->f2h_ptp_ref_clk = of_property_read_bool(np, "altr,f2h_ptp_ref_clk");
|
|
|
|
np_splitter = of_parse_phandle(np, "altr,emac-splitter", 0);
|
|
if (np_splitter) {
|
|
ret = of_address_to_resource(np_splitter, 0, &res_splitter);
|
|
of_node_put(np_splitter);
|
|
if (ret) {
|
|
dev_info(dev, "Missing emac splitter address\n");
|
|
return -EINVAL;
|
|
}
|
|
|
|
dwmac->splitter_base = devm_ioremap_resource(dev, &res_splitter);
|
|
if (IS_ERR(dwmac->splitter_base)) {
|
|
dev_info(dev, "Failed to mapping emac splitter\n");
|
|
return PTR_ERR(dwmac->splitter_base);
|
|
}
|
|
}
|
|
|
|
np_sgmii_adapter = of_parse_phandle(np,
|
|
"altr,gmii-to-sgmii-converter", 0);
|
|
if (np_sgmii_adapter) {
|
|
index = of_property_match_string(np_sgmii_adapter, "reg-names",
|
|
"hps_emac_interface_splitter_avalon_slave");
|
|
|
|
if (index >= 0) {
|
|
if (of_address_to_resource(np_sgmii_adapter, index,
|
|
&res_splitter)) {
|
|
dev_err(dev,
|
|
"%s: ERROR: missing emac splitter address\n",
|
|
__func__);
|
|
ret = -EINVAL;
|
|
goto err_node_put;
|
|
}
|
|
|
|
dwmac->splitter_base =
|
|
devm_ioremap_resource(dev, &res_splitter);
|
|
|
|
if (IS_ERR(dwmac->splitter_base)) {
|
|
ret = PTR_ERR(dwmac->splitter_base);
|
|
goto err_node_put;
|
|
}
|
|
}
|
|
|
|
index = of_property_match_string(np_sgmii_adapter, "reg-names",
|
|
"gmii_to_sgmii_adapter_avalon_slave");
|
|
|
|
if (index >= 0) {
|
|
if (of_address_to_resource(np_sgmii_adapter, index,
|
|
&res_sgmii_adapter)) {
|
|
dev_err(dev,
|
|
"%s: ERROR: failed mapping adapter\n",
|
|
__func__);
|
|
ret = -EINVAL;
|
|
goto err_node_put;
|
|
}
|
|
|
|
dwmac->pcs.sgmii_adapter_base =
|
|
devm_ioremap_resource(dev, &res_sgmii_adapter);
|
|
|
|
if (IS_ERR(dwmac->pcs.sgmii_adapter_base)) {
|
|
ret = PTR_ERR(dwmac->pcs.sgmii_adapter_base);
|
|
goto err_node_put;
|
|
}
|
|
}
|
|
|
|
index = of_property_match_string(np_sgmii_adapter, "reg-names",
|
|
"eth_tse_control_port");
|
|
|
|
if (index >= 0) {
|
|
if (of_address_to_resource(np_sgmii_adapter, index,
|
|
&res_tse_pcs)) {
|
|
dev_err(dev,
|
|
"%s: ERROR: failed mapping tse control port\n",
|
|
__func__);
|
|
ret = -EINVAL;
|
|
goto err_node_put;
|
|
}
|
|
|
|
dwmac->pcs.tse_pcs_base =
|
|
devm_ioremap_resource(dev, &res_tse_pcs);
|
|
|
|
if (IS_ERR(dwmac->pcs.tse_pcs_base)) {
|
|
ret = PTR_ERR(dwmac->pcs.tse_pcs_base);
|
|
goto err_node_put;
|
|
}
|
|
}
|
|
}
|
|
dwmac->reg_offset = reg_offset;
|
|
dwmac->reg_shift = reg_shift;
|
|
dwmac->sys_mgr_base_addr = sys_mgr_base_addr;
|
|
dwmac->dev = dev;
|
|
of_node_put(np_sgmii_adapter);
|
|
|
|
return 0;
|
|
|
|
err_node_put:
|
|
of_node_put(np_sgmii_adapter);
|
|
return ret;
|
|
}
|
|
|
|
static int socfpga_dwmac_set_phy_mode(struct socfpga_dwmac *dwmac)
|
|
{
|
|
struct regmap *sys_mgr_base_addr = dwmac->sys_mgr_base_addr;
|
|
int phymode = dwmac->interface;
|
|
u32 reg_offset = dwmac->reg_offset;
|
|
u32 reg_shift = dwmac->reg_shift;
|
|
u32 ctrl, val, module;
|
|
|
|
switch (phymode) {
|
|
case PHY_INTERFACE_MODE_RGMII:
|
|
case PHY_INTERFACE_MODE_RGMII_ID:
|
|
val = SYSMGR_EMACGRP_CTRL_PHYSEL_ENUM_RGMII;
|
|
break;
|
|
case PHY_INTERFACE_MODE_MII:
|
|
case PHY_INTERFACE_MODE_GMII:
|
|
case PHY_INTERFACE_MODE_SGMII:
|
|
val = SYSMGR_EMACGRP_CTRL_PHYSEL_ENUM_GMII_MII;
|
|
break;
|
|
default:
|
|
dev_err(dwmac->dev, "bad phy mode %d\n", phymode);
|
|
return -EINVAL;
|
|
}
|
|
|
|
/* Overwrite val to GMII if splitter core is enabled. The phymode here
|
|
* is the actual phy mode on phy hardware, but phy interface from
|
|
* EMAC core is GMII.
|
|
*/
|
|
if (dwmac->splitter_base)
|
|
val = SYSMGR_EMACGRP_CTRL_PHYSEL_ENUM_GMII_MII;
|
|
|
|
/* Assert reset to the enet controller before changing the phy mode */
|
|
reset_control_assert(dwmac->stmmac_ocp_rst);
|
|
reset_control_assert(dwmac->stmmac_rst);
|
|
|
|
regmap_read(sys_mgr_base_addr, reg_offset, &ctrl);
|
|
ctrl &= ~(SYSMGR_EMACGRP_CTRL_PHYSEL_MASK << reg_shift);
|
|
ctrl |= val << reg_shift;
|
|
|
|
if (dwmac->f2h_ptp_ref_clk) {
|
|
ctrl |= SYSMGR_EMACGRP_CTRL_PTP_REF_CLK_MASK << (reg_shift / 2);
|
|
regmap_read(sys_mgr_base_addr, SYSMGR_FPGAGRP_MODULE_REG,
|
|
&module);
|
|
module |= (SYSMGR_FPGAGRP_MODULE_EMAC << (reg_shift / 2));
|
|
regmap_write(sys_mgr_base_addr, SYSMGR_FPGAGRP_MODULE_REG,
|
|
module);
|
|
} else {
|
|
ctrl &= ~(SYSMGR_EMACGRP_CTRL_PTP_REF_CLK_MASK << (reg_shift / 2));
|
|
}
|
|
|
|
regmap_write(sys_mgr_base_addr, reg_offset, ctrl);
|
|
|
|
/* Deassert reset for the phy configuration to be sampled by
|
|
* the enet controller, and operation to start in requested mode
|
|
*/
|
|
reset_control_deassert(dwmac->stmmac_ocp_rst);
|
|
reset_control_deassert(dwmac->stmmac_rst);
|
|
if (phymode == PHY_INTERFACE_MODE_SGMII) {
|
|
if (tse_pcs_init(dwmac->pcs.tse_pcs_base, &dwmac->pcs) != 0) {
|
|
dev_err(dwmac->dev, "Unable to initialize TSE PCS");
|
|
return -EINVAL;
|
|
}
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int socfpga_dwmac_probe(struct platform_device *pdev)
|
|
{
|
|
struct plat_stmmacenet_data *plat_dat;
|
|
struct stmmac_resources stmmac_res;
|
|
struct device *dev = &pdev->dev;
|
|
int ret;
|
|
struct socfpga_dwmac *dwmac;
|
|
struct net_device *ndev;
|
|
struct stmmac_priv *stpriv;
|
|
|
|
ret = stmmac_get_platform_resources(pdev, &stmmac_res);
|
|
if (ret)
|
|
return ret;
|
|
|
|
plat_dat = stmmac_probe_config_dt(pdev, &stmmac_res.mac);
|
|
if (IS_ERR(plat_dat))
|
|
return PTR_ERR(plat_dat);
|
|
|
|
dwmac = devm_kzalloc(dev, sizeof(*dwmac), GFP_KERNEL);
|
|
if (!dwmac) {
|
|
ret = -ENOMEM;
|
|
goto err_remove_config_dt;
|
|
}
|
|
|
|
dwmac->stmmac_ocp_rst = devm_reset_control_get_optional(dev, "stmmaceth-ocp");
|
|
if (IS_ERR(dwmac->stmmac_ocp_rst)) {
|
|
ret = PTR_ERR(dwmac->stmmac_ocp_rst);
|
|
dev_err(dev, "error getting reset control of ocp %d\n", ret);
|
|
goto err_remove_config_dt;
|
|
}
|
|
|
|
reset_control_deassert(dwmac->stmmac_ocp_rst);
|
|
|
|
ret = socfpga_dwmac_parse_data(dwmac, dev);
|
|
if (ret) {
|
|
dev_err(dev, "Unable to parse OF data\n");
|
|
goto err_remove_config_dt;
|
|
}
|
|
|
|
plat_dat->bsp_priv = dwmac;
|
|
plat_dat->fix_mac_speed = socfpga_dwmac_fix_mac_speed;
|
|
|
|
ret = stmmac_dvr_probe(&pdev->dev, plat_dat, &stmmac_res);
|
|
if (ret)
|
|
goto err_remove_config_dt;
|
|
|
|
ndev = platform_get_drvdata(pdev);
|
|
stpriv = netdev_priv(ndev);
|
|
|
|
/* The socfpga driver needs to control the stmmac reset to set the phy
|
|
* mode. Create a copy of the core reset handle so it can be used by
|
|
* the driver later.
|
|
*/
|
|
dwmac->stmmac_rst = stpriv->stmmac_rst;
|
|
|
|
ret = socfpga_dwmac_set_phy_mode(dwmac);
|
|
if (ret)
|
|
goto err_dvr_remove;
|
|
|
|
return 0;
|
|
|
|
err_dvr_remove:
|
|
stmmac_dvr_remove(&pdev->dev);
|
|
err_remove_config_dt:
|
|
stmmac_remove_config_dt(pdev, plat_dat);
|
|
|
|
return ret;
|
|
}
|
|
|
|
#ifdef CONFIG_PM_SLEEP
|
|
static int socfpga_dwmac_resume(struct device *dev)
|
|
{
|
|
struct net_device *ndev = dev_get_drvdata(dev);
|
|
struct stmmac_priv *priv = netdev_priv(ndev);
|
|
|
|
socfpga_dwmac_set_phy_mode(priv->plat->bsp_priv);
|
|
|
|
/* Before the enet controller is suspended, the phy is suspended.
|
|
* This causes the phy clock to be gated. The enet controller is
|
|
* resumed before the phy, so the clock is still gated "off" when
|
|
* the enet controller is resumed. This code makes sure the phy
|
|
* is "resumed" before reinitializing the enet controller since
|
|
* the enet controller depends on an active phy clock to complete
|
|
* a DMA reset. A DMA reset will "time out" if executed
|
|
* with no phy clock input on the Synopsys enet controller.
|
|
* Verified through Synopsys Case #8000711656.
|
|
*
|
|
* Note that the phy clock is also gated when the phy is isolated.
|
|
* Phy "suspend" and "isolate" controls are located in phy basic
|
|
* control register 0, and can be modified by the phy driver
|
|
* framework.
|
|
*/
|
|
if (priv->phydev)
|
|
phy_resume(priv->phydev);
|
|
|
|
return stmmac_resume(dev);
|
|
}
|
|
#endif /* CONFIG_PM_SLEEP */
|
|
|
|
static SIMPLE_DEV_PM_OPS(socfpga_dwmac_pm_ops, stmmac_suspend,
|
|
socfpga_dwmac_resume);
|
|
|
|
static const struct of_device_id socfpga_dwmac_match[] = {
|
|
{ .compatible = "altr,socfpga-stmmac" },
|
|
{ }
|
|
};
|
|
MODULE_DEVICE_TABLE(of, socfpga_dwmac_match);
|
|
|
|
static struct platform_driver socfpga_dwmac_driver = {
|
|
.probe = socfpga_dwmac_probe,
|
|
.remove = stmmac_pltfr_remove,
|
|
.driver = {
|
|
.name = "socfpga-dwmac",
|
|
.pm = &socfpga_dwmac_pm_ops,
|
|
.of_match_table = socfpga_dwmac_match,
|
|
},
|
|
};
|
|
module_platform_driver(socfpga_dwmac_driver);
|
|
|
|
MODULE_LICENSE("GPL v2");
|