Changes in 4.9.163 USB: serial: option: add Telit ME910 ECM composition USB: serial: cp210x: add ID for Ingenico 3070 USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485 cpufreq: Use struct kobj_attribute instead of struct global_attr ncpfs: fix build warning of strncpy isdn: isdn_tty: fix build warning of strncpy staging: comedi: ni_660x: fix missing break in switch statement staging: wilc1000: fix to set correct value for 'vif_num' staging: android: ion: fix sys heap pool's gfp_flags ip6mr: Do not call __IP6_INC_STATS() from preemptible context net-sysfs: Fix mem leak in netdev_register_kobject sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79 team: Free BPF filter when unregistering netdev bnxt_en: Drop oversize TX packets to prevent errors. hv_netvsc: Fix IP header checksum for coalesced packets net: dsa: mv88e6xxx: Fix u64 statistics netlabel: fix out-of-bounds memory accesses net: netem: fix skb length BUG_ON in __skb_to_sgvec net: nfc: Fix NULL dereference on nfc_llcp_build_tlv fails net: sit: fix memory leak in sit_init_net() xen-netback: don't populate the hash cache on XenBus disconnect xen-netback: fix occasional leak of grant ref mappings under memory pressure net: Add __icmp_send helper. net: avoid use IPCB in cipso_v4_error tun: fix blocking read tun: remove unnecessary memory barrier net: phy: Micrel KSZ8061: link failure after cable connect x86/CPU/AMD: Set the CPB bit unconditionally on F17h applicom: Fix potential Spectre v1 vulnerabilities MIPS: irq: Allocate accurate order pages for irq stack hugetlbfs: fix races and page leaks during migration exec: Fix mem leak in kernel_read_file media: uvcvideo: Fix 'type' check leading to overflow vti4: Fix a ipip packet processing bug in 'IPCOMP' virtual tunnel perf core: Fix perf_proc_update_handler() bug perf tools: Handle TOPOLOGY headers with no CPU IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM iommu/amd: Call free_iova_fast with pfn in map_sg iommu/amd: Unmap all mapped pages in error path of map_sg ipvs: Fix signed integer overflow when setsockopt timeout iommu/amd: Fix IOMMU page flush when detach device from a domain xtensa: SMP: fix ccount_timer_shutdown xtensa: SMP: fix secondary CPU initialization xtensa: smp_lx200_defconfig: fix vectors clash xtensa: SMP: mark each possible CPU as present xtensa: SMP: limit number of possible CPUs by NR_CPUS net: altera_tse: fix msgdma_tx_completion on non-zero fill_level case net: hns: Fix for missing of_node_put() after of_parse_phandle() net: hns: Fix wrong read accesses via Clause 45 MDIO protocol net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup() gpio: vf610: Mask all GPIO interrupts nfs: Fix NULL pointer dereference of dev_name qed: Fix VF probe failure while FLR scsi: libfc: free skb when receiving invalid flogi resp platform/x86: Fix unmet dependency warning for SAMSUNG_Q10 cifs: fix computation for MAX_SMB2_HDR_SIZE arm64: kprobe: Always blacklist the KVM world-switch code x86/kexec: Don't setup EFI info if EFI runtime is not enabled x86_64: increase stack size for KASAN_EXTRA mm, memory_hotplug: is_mem_section_removable do not pass the end of a zone mm, memory_hotplug: test_pages_in_a_zone do not pass the end of zone fs/drop_caches.c: avoid softlockups in drop_pagecache_sb() autofs: drop dentry reference only when it is never used autofs: fix error return in autofs_fill_super() soc: fsl: qbman: avoid race in clearing QMan interrupt ARM: pxa: ssp: unneeded to free devm_ allocated data arm64: dts: add msm8996 compatible to gicv3 usb: phy: fix link errors irqchip/mmp: Only touch the PJ4 IRQ & FIQ bits on enable/disable drm/sun4i: tcon: Prepare and enable TCON channel 0 clock at init dmaengine: at_xdmac: Fix wrongfull report of a channel as in use vsock/virtio: fix kernel panic after device hot-unplug vsock/virtio: reset connected sockets on device removal dmaengine: dmatest: Abort test in case of mapping error selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET selftests: netfilter: add simple masq/redirect test cases netfilter: nf_nat: skip nat clash resolution for same-origin entries s390/qeth: fix use-after-free in error path perf symbols: Filter out hidden symbols from labels MIPS: Remove function size check in get_frame_info() fs: ratelimit __find_get_block_slow() failure message. Input: wacom_serial4 - add support for Wacom ArtPad II tablet Input: elan_i2c - add id for touchpad found in Lenovo s21e-20 iscsi_ibft: Fix missing break in switch statement scsi: aacraid: Fix missing break in switch statement futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock() ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3 ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU drm: disable uncached DMA optimization for ARM and arm64 ARM: 8781/1: Fix Thumb-2 syscall return for binutils 2.29+ ARM: dts: exynos: Do not ignore real-world fuse values for thermal zone 0 on Exynos5420 perf/x86/intel: Make cpuc allocations consistent perf/x86/intel: Generalize dynamic constraint creation x86: Add TSX Force Abort CPUID/MSR Linux 4.9.163 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
208 lines
6.0 KiB
C
208 lines
6.0 KiB
C
/* Altera TSE SGDMA and MSGDMA Linux driver
|
|
* Copyright (C) 2014 Altera Corporation. All rights reserved
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms and conditions of the GNU General Public License,
|
|
* version 2, as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope 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/>.
|
|
*/
|
|
|
|
#include <linux/netdevice.h>
|
|
#include "altera_utils.h"
|
|
#include "altera_tse.h"
|
|
#include "altera_msgdmahw.h"
|
|
#include "altera_msgdma.h"
|
|
|
|
/* No initialization work to do for MSGDMA */
|
|
int msgdma_initialize(struct altera_tse_private *priv)
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
void msgdma_uninitialize(struct altera_tse_private *priv)
|
|
{
|
|
}
|
|
|
|
void msgdma_start_rxdma(struct altera_tse_private *priv)
|
|
{
|
|
}
|
|
|
|
void msgdma_reset(struct altera_tse_private *priv)
|
|
{
|
|
int counter;
|
|
|
|
/* Reset Rx mSGDMA */
|
|
csrwr32(MSGDMA_CSR_STAT_MASK, priv->rx_dma_csr,
|
|
msgdma_csroffs(status));
|
|
csrwr32(MSGDMA_CSR_CTL_RESET, priv->rx_dma_csr,
|
|
msgdma_csroffs(control));
|
|
|
|
counter = 0;
|
|
while (counter++ < ALTERA_TSE_SW_RESET_WATCHDOG_CNTR) {
|
|
if (tse_bit_is_clear(priv->rx_dma_csr, msgdma_csroffs(status),
|
|
MSGDMA_CSR_STAT_RESETTING))
|
|
break;
|
|
udelay(1);
|
|
}
|
|
|
|
if (counter >= ALTERA_TSE_SW_RESET_WATCHDOG_CNTR)
|
|
netif_warn(priv, drv, priv->dev,
|
|
"TSE Rx mSGDMA resetting bit never cleared!\n");
|
|
|
|
/* clear all status bits */
|
|
csrwr32(MSGDMA_CSR_STAT_MASK, priv->rx_dma_csr, msgdma_csroffs(status));
|
|
|
|
/* Reset Tx mSGDMA */
|
|
csrwr32(MSGDMA_CSR_STAT_MASK, priv->tx_dma_csr,
|
|
msgdma_csroffs(status));
|
|
|
|
csrwr32(MSGDMA_CSR_CTL_RESET, priv->tx_dma_csr,
|
|
msgdma_csroffs(control));
|
|
|
|
counter = 0;
|
|
while (counter++ < ALTERA_TSE_SW_RESET_WATCHDOG_CNTR) {
|
|
if (tse_bit_is_clear(priv->tx_dma_csr, msgdma_csroffs(status),
|
|
MSGDMA_CSR_STAT_RESETTING))
|
|
break;
|
|
udelay(1);
|
|
}
|
|
|
|
if (counter >= ALTERA_TSE_SW_RESET_WATCHDOG_CNTR)
|
|
netif_warn(priv, drv, priv->dev,
|
|
"TSE Tx mSGDMA resetting bit never cleared!\n");
|
|
|
|
/* clear all status bits */
|
|
csrwr32(MSGDMA_CSR_STAT_MASK, priv->tx_dma_csr, msgdma_csroffs(status));
|
|
}
|
|
|
|
void msgdma_disable_rxirq(struct altera_tse_private *priv)
|
|
{
|
|
tse_clear_bit(priv->rx_dma_csr, msgdma_csroffs(control),
|
|
MSGDMA_CSR_CTL_GLOBAL_INTR);
|
|
}
|
|
|
|
void msgdma_enable_rxirq(struct altera_tse_private *priv)
|
|
{
|
|
tse_set_bit(priv->rx_dma_csr, msgdma_csroffs(control),
|
|
MSGDMA_CSR_CTL_GLOBAL_INTR);
|
|
}
|
|
|
|
void msgdma_disable_txirq(struct altera_tse_private *priv)
|
|
{
|
|
tse_clear_bit(priv->tx_dma_csr, msgdma_csroffs(control),
|
|
MSGDMA_CSR_CTL_GLOBAL_INTR);
|
|
}
|
|
|
|
void msgdma_enable_txirq(struct altera_tse_private *priv)
|
|
{
|
|
tse_set_bit(priv->tx_dma_csr, msgdma_csroffs(control),
|
|
MSGDMA_CSR_CTL_GLOBAL_INTR);
|
|
}
|
|
|
|
void msgdma_clear_rxirq(struct altera_tse_private *priv)
|
|
{
|
|
csrwr32(MSGDMA_CSR_STAT_IRQ, priv->rx_dma_csr, msgdma_csroffs(status));
|
|
}
|
|
|
|
void msgdma_clear_txirq(struct altera_tse_private *priv)
|
|
{
|
|
csrwr32(MSGDMA_CSR_STAT_IRQ, priv->tx_dma_csr, msgdma_csroffs(status));
|
|
}
|
|
|
|
/* return 0 to indicate transmit is pending */
|
|
int msgdma_tx_buffer(struct altera_tse_private *priv, struct tse_buffer *buffer)
|
|
{
|
|
csrwr32(lower_32_bits(buffer->dma_addr), priv->tx_dma_desc,
|
|
msgdma_descroffs(read_addr_lo));
|
|
csrwr32(upper_32_bits(buffer->dma_addr), priv->tx_dma_desc,
|
|
msgdma_descroffs(read_addr_hi));
|
|
csrwr32(0, priv->tx_dma_desc, msgdma_descroffs(write_addr_lo));
|
|
csrwr32(0, priv->tx_dma_desc, msgdma_descroffs(write_addr_hi));
|
|
csrwr32(buffer->len, priv->tx_dma_desc, msgdma_descroffs(len));
|
|
csrwr32(0, priv->tx_dma_desc, msgdma_descroffs(burst_seq_num));
|
|
csrwr32(MSGDMA_DESC_TX_STRIDE, priv->tx_dma_desc,
|
|
msgdma_descroffs(stride));
|
|
csrwr32(MSGDMA_DESC_CTL_TX_SINGLE, priv->tx_dma_desc,
|
|
msgdma_descroffs(control));
|
|
return 0;
|
|
}
|
|
|
|
u32 msgdma_tx_completions(struct altera_tse_private *priv)
|
|
{
|
|
u32 ready = 0;
|
|
u32 inuse;
|
|
u32 status;
|
|
|
|
/* Get number of sent descriptors */
|
|
inuse = csrrd32(priv->tx_dma_csr, msgdma_csroffs(rw_fill_level))
|
|
& 0xffff;
|
|
|
|
if (inuse) { /* Tx FIFO is not empty */
|
|
ready = max_t(int,
|
|
priv->tx_prod - priv->tx_cons - inuse - 1, 0);
|
|
} else {
|
|
/* Check for buffered last packet */
|
|
status = csrrd32(priv->tx_dma_csr, msgdma_csroffs(status));
|
|
if (status & MSGDMA_CSR_STAT_BUSY)
|
|
ready = priv->tx_prod - priv->tx_cons - 1;
|
|
else
|
|
ready = priv->tx_prod - priv->tx_cons;
|
|
}
|
|
return ready;
|
|
}
|
|
|
|
/* Put buffer to the mSGDMA RX FIFO
|
|
*/
|
|
void msgdma_add_rx_desc(struct altera_tse_private *priv,
|
|
struct tse_buffer *rxbuffer)
|
|
{
|
|
u32 len = priv->rx_dma_buf_sz;
|
|
dma_addr_t dma_addr = rxbuffer->dma_addr;
|
|
u32 control = (MSGDMA_DESC_CTL_END_ON_EOP
|
|
| MSGDMA_DESC_CTL_END_ON_LEN
|
|
| MSGDMA_DESC_CTL_TR_COMP_IRQ
|
|
| MSGDMA_DESC_CTL_EARLY_IRQ
|
|
| MSGDMA_DESC_CTL_TR_ERR_IRQ
|
|
| MSGDMA_DESC_CTL_GO);
|
|
|
|
csrwr32(0, priv->rx_dma_desc, msgdma_descroffs(read_addr_lo));
|
|
csrwr32(0, priv->rx_dma_desc, msgdma_descroffs(read_addr_hi));
|
|
csrwr32(lower_32_bits(dma_addr), priv->rx_dma_desc,
|
|
msgdma_descroffs(write_addr_lo));
|
|
csrwr32(upper_32_bits(dma_addr), priv->rx_dma_desc,
|
|
msgdma_descroffs(write_addr_hi));
|
|
csrwr32(len, priv->rx_dma_desc, msgdma_descroffs(len));
|
|
csrwr32(0, priv->rx_dma_desc, msgdma_descroffs(burst_seq_num));
|
|
csrwr32(0x00010001, priv->rx_dma_desc, msgdma_descroffs(stride));
|
|
csrwr32(control, priv->rx_dma_desc, msgdma_descroffs(control));
|
|
}
|
|
|
|
/* status is returned on upper 16 bits,
|
|
* length is returned in lower 16 bits
|
|
*/
|
|
u32 msgdma_rx_status(struct altera_tse_private *priv)
|
|
{
|
|
u32 rxstatus = 0;
|
|
u32 pktlength;
|
|
u32 pktstatus;
|
|
|
|
if (csrrd32(priv->rx_dma_csr, msgdma_csroffs(resp_fill_level))
|
|
& 0xffff) {
|
|
pktlength = csrrd32(priv->rx_dma_resp,
|
|
msgdma_respoffs(bytes_transferred));
|
|
pktstatus = csrrd32(priv->rx_dma_resp,
|
|
msgdma_respoffs(status));
|
|
rxstatus = pktstatus;
|
|
rxstatus = rxstatus << 16;
|
|
rxstatus |= (pktlength & 0xffff);
|
|
}
|
|
return rxstatus;
|
|
}
|