summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/freescale/fman/fman.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-28net: Explicitly include correct DT includesRob Herring1-0/+1
2022-08-20net: fman: Convert to SPDX identifiersSean Anderson1-29/+2
2021-12-27fsl/fman: Use platform_get_irq() to get the interruptLad Prabhakar1-16/+16
2020-09-26drivers/net/ethernet: clean up mis-targeted commentsJesse Brandeburg1-7/+7
2020-08-04fsl/fman: use 32-bit unsigned integerFlorinel Iordache1-2/+1
2020-03-07fsl/fman: detect FMan erratum A050385Madalin Bucur1-0/+18
2019-10-25fsl/fman: don't touch liodn base regs reserved on non-PAMU SoCsLaurentiu Tudor1-1/+5
2019-07-25fsl/fman: Remove comment referring to non-existent functionChris Packham1-3/+0
2018-12-05ethernet: fman: fix wrong of_node_put() in probe functionNicolas Saenz Julienne1-3/+2
2018-06-26fsl/fman: share the event interruptYangbo Lu1-1/+2
2017-09-02fsl/fman: make arrays port_ids static, reduces object code sizeColin Ian King1-4/+10
2017-08-29fsl/fman: enable FMan KeygenIordache Florinel-R701771-0/+8
2017-08-29fsl/fman: move struct fman to header fileMadalin Bucur1-77/+3
2017-07-24net: Convert to using %pOF instead of full_nameRob Herring1-6/+6
2017-03-09fsl/fman: enlarge FIFO to allow for the 5th portMadalin Bucur1-1/+1
2017-03-09fsl/fman: set HW parser as BMI next engineMadalin Bucur1-0/+21
2016-12-20fsl/fman: A007273 only applies to PPC SoCsMadalin Bucur1-0/+8
2016-12-20powerpc: fsl/fman: remove fsl,fman from of_device_ids[]Madalin Bucur1-0/+7
2016-10-04fsl/fman: fix return value checkingMadalin Bucur1-2/+2
2016-10-04fsl/fman: simplify redundant conditionMadalin Bucur1-2/+1
2016-10-04fsl/fman: simplify device tree readsMadalin Bucur1-18/+12
2016-10-04fsl/fman: small fixesMadalin Bucur1-3/+3
2016-10-04fsl/fman: fix loadable module compilationIgal Liberman1-2/+33
2016-05-28remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-04-28treewide: Fix typos in printkMasanari Iida1-1/+1
2016-03-22fsl/fman: Workaround for Errata A-007273Igal Liberman1-16/+88
2016-03-03fsl/fman: Initialize fman->dev earlierIgal Liberman1-2/+2
2015-12-28fsl/fman: Add FMan supportIgal Liberman1-0/+2871