index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
old/tizen_20241126
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
fsl-mc
/
mc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-20
Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"
Tom Rini
1
-1
/
+1
2024-05-19
Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""
Tom Rini
1
-1
/
+1
2024-05-07
net: Remove <common.h> and add needed includes
Tom Rini
1
-1
/
+1
2023-10-10
drivers: net: fsl-mc: add support for MC reserved memory
Laurentiu Tudor
1
-0
/
+110
2023-06-15
net: fsl-mc: sync DPNI MC APIs
Ioana Ciornei
1
-12
/
+2
2023-05-05
drivers: net: fsl-mc: fix MAC address fixup procedure
Ioana Ciornei
1
-18
/
+13
2023-02-02
drivers: net: fsl-mc: do not use multiple blank lines
Ioana Ciornei
1
-2
/
+0
2023-02-02
drivers: net: fsl-mc: align parameters to the open paranthesis
Ioana Ciornei
1
-7
/
+5
2023-02-02
drivers: net: fsl-mc: remove explicit cast
Ioana Ciornei
1
-8
/
+5
2023-02-02
drivers: net: fsl-mc: do not prefix decimal values with 0x
Ioana Ciornei
1
-6
/
+6
2023-02-02
drivers: net: fsl-mc: remove an useless break statement
Ioana Ciornei
1
-1
/
+0
2023-02-02
drivers: net: fsl-mc: remove useless assignment of variable
Ioana Ciornei
1
-1
/
+0
2022-12-07
net: fsl-mc: Remove non-DM_ETH code
Tom Rini
1
-21
/
+0
2022-12-05
global: Move remaining CONFIG_SYS_* to CFG_SYS_*
Tom Rini
1
-24
/
+24
2022-09-07
net: Convert fit verification to use fit_get_data_*
Sean Anderson
1
-27
/
+3
2021-11-09
drivers: net: fsl-mc: add a command which dumps the MC log
Cosmin-Florin Aluchenesei
1
-1
/
+88
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
1
-1
/
+1
2021-08-02
global: Convert simple_strtoul() with hex to hextoul()
Simon Glass
1
-2
/
+1
2021-07-22
net: fsl-mc: fix logically dead code
Cosmin-Florin Aluchenesei
1
-2
/
+2
2021-02-15
image: Adjust the workings of fit_check_format()
Simon Glass
1
-1
/
+1
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2020-12-18
dm: Avoid accessing seq directly
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
1
-1
/
+1
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-2
/
+2
2020-05-20
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-fsl-qoriq
Tom Rini
1
-4
/
+30
2020-05-19
net: fsl-mc: fixup DPC: add /board/ports node if missing
Razvan Ionut Cirjan
1
-3
/
+14
2020-05-19
drivers: net: fsl-mc: fixup msi-map property
Laurentiu Tudor
1
-1
/
+16
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-1
/
+2
2020-05-18
common: Drop image.h from common header
Simon Glass
1
-0
/
+1
2020-04-29
drivers: net: fsl-mc: add support for CONFIG_DM_ETH
Ioana Ciornei
1
-12
/
+36
2020-02-05
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2019-12-26
drivers/fsl-mc: Support DPSPARSER object and apply spb command
Florinel Iordache
1
-21
/
+243
2019-12-02
common: Move command functions out of common.h
Simon Glass
1
-0
/
+1
2019-12-02
common: Move ARM cache operations out of common.h
Simon Glass
1
-0
/
+1
2019-08-22
drivers: net: mc: Report extra memory to Linux
Meenakshi Aggarwal
1
-0
/
+10
2019-08-11
env: Move env_get() to env.h
Simon Glass
1
-0
/
+1
2019-03-15
mc : Reduce MC memory size to 128M
Meenakshi Aggarwal
1
-4
/
+18
2019-03-15
driver: net: fsl-mc: Fix DPC MAC address fixup
Ioana Ciocoi Radulescu
1
-1
/
+3
2019-01-17
fsl-layerscape: dpaa: fix fsl-mc status in fdt with bootefi
Mian Yousaf Kaukab
1
-0
/
+5
2018-10-10
driver: net: fsl-mc: initialize dpmac irrespective of phy
Pankaj Bansal
1
-4
/
+2
2018-09-27
driver: net: fsl-mc: Memset MC reserve ram memory before usage
Prabhakar Kushwaha
1
-0
/
+7
2018-09-27
u-boot: fixup the iommu-map property of fsl-mc node
Nipun Gupta
1
-0
/
+34
2018-08-08
fsl/mc: Limit the ethernet name to ETH_NAME_LEN
Pankaj Bansal
1
-3
/
+3
2018-05-09
driver: net: fsl-mc: updated copyright info
Yogesh Gaur
1
-2
/
+2
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-03-05
libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>
Masahiro Yamada
1
-1
/
+1
2018-01-30
driver: fsl-mc: Perform fsl-mc fdt fixup for lazyapply dpl
Yogesh Gaur
1
-1
/
+3
2017-12-06
driver: fsl-mc: MC object cleanup when DPL not loaded
Yogesh Gaur
1
-1
/
+2
[next]