summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman/fman.c
Commit message (Expand)AuthorAgeFilesLines
* net: fman: Convert to SPDX identifiersSean Anderson2022-08-191-29/+2
* fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar2021-12-271-16/+16
* drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg2020-09-251-7/+7
* fsl/fman: use 32-bit unsigned integerFlorinel Iordache2020-08-031-2/+1
* fsl/fman: detect FMan erratum A050385Madalin Bucur2020-03-061-0/+18
* fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCsLaurentiu Tudor2019-10-241-1/+5
* fsl/fman: Remove comment referring to non-existent functionChris Packham2019-07-251-3/+0
* ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne2018-12-041-3/+2
* fsl/fman: share the event interruptYangbo Lu2018-06-261-1/+2
* fsl/fman: make arrays port_ids static, reduces object code sizeColin Ian King2017-09-011-4/+10
* fsl/fman: enable FMan KeygenIordache Florinel-R701772017-08-281-0/+8
* fsl/fman: move struct fman to header fileMadalin Bucur2017-08-281-77/+3
* net: Convert to using %pOF instead of full_nameRob Herring2017-07-241-6/+6
* fsl/fman: enlarge FIFO to allow for the 5th portMadalin Bucur2017-03-091-1/+1
* fsl/fman: set HW parser as BMI next engineMadalin Bucur2017-03-091-0/+21
* fsl/fman: A007273 only applies to PPC SoCsMadalin Bucur2016-12-201-0/+8
* powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur2016-12-201-0/+7
* fsl/fman: fix return value checkingMadalin Bucur2016-10-041-2/+2
* fsl/fman: simplify redundant conditionMadalin Bucur2016-10-041-2/+1
* fsl/fman: simplify device tree readsMadalin Bucur2016-10-041-18/+12
* fsl/fman: small fixesMadalin Bucur2016-10-041-3/+3
* fsl/fman: fix loadable module compilationIgal Liberman2016-10-041-2/+33
* remove lots of IS_ERR_VALUE abusesArnd Bergmann2016-05-271-1/+1
* treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
* fsl/fman: Workaround for Errata A-007273Igal Liberman2016-03-221-16/+88
* fsl/fman: Initialize fman->dev earlierIgal Liberman2016-03-031-2/+2
* fsl/fman: Add FMan supportIgal Liberman2015-12-271-0/+2871