Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1312419
| From | Shuah Khan <shuahkhan@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: question about samsung/sxgbe/sxgbe_xpcs.c |
| Date | 2016-01-19 19:20 +0100 |
| Message-ID | <qSJ2N-36W-1@gated-at.bofh.it> (permalink) |
| References | <qSHkm-1Ws-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
2016-01-19 9:26 GMT-07:00 Julia Lawall <julia.lawall@lip6.fr>: > Hello, > > I was windering what is the purpose of the file > drivers/net/ethernet/samsung/sxgbe/sxgbe_xpcs.c From git log and comments, it appears this driver is for Samsung SoCs. > > I can't find anything that refers to it, and if I remove it from the > makefile: > > @@ -1,4 +1,4 @@ > obj-$(CONFIG_SXGBE_ETH) += samsung-sxgbe.o > samsung-sxgbe-objs:= sxgbe_platform.o sxgbe_main.o sxgbe_desc.o \ > sxgbe_dma.o sxgbe_core.o sxgbe_mtl.o sxgbe_mdio.o \ > - sxgbe_ethtool.o sxgbe_xpcs.o $(samsung-sxgbe-y) > + sxgbe_ethtool.o $(samsung-sxgbe-y) > > and then make clean and recompile, I see no bad effect. > What is the motivation for the experiment to remove it? This file probably gets used only on Samsung SoCs. thanks, -- Shuah
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
question about samsung/sxgbe/sxgbe_xpcs.c Julia Lawall <julia.lawall@lip6.fr> - 2016-01-19 17:30 +0100
Re: question about samsung/sxgbe/sxgbe_xpcs.c Shuah Khan <shuahkhan@gmail.com> - 2016-01-19 19:20 +0100
Re: question about samsung/sxgbe/sxgbe_xpcs.c Julia Lawall <julia.lawall@lip6.fr> - 2016-01-19 20:00 +0100
Re: question about samsung/sxgbe/sxgbe_xpcs.c David Miller <davem@davemloft.net> - 2016-01-19 20:40 +0100
Re: question about samsung/sxgbe/sxgbe_xpcs.c Jεan Sacren <sakiwit@gmail.com> - 2016-01-21 06:20 +0100
Re: question about samsung/sxgbe/sxgbe_xpcs.c Shuah Khan <shuahkh@osg.samsung.com> - 2016-01-21 15:10 +0100
Re: question about samsung/sxgbe/sxgbe_xpcs.c David Miller <davem@davemloft.net> - 2016-01-21 20:10 +0100
Re: question about samsung/sxgbe/sxgbe_xpcs.c David Miller <davem@davemloft.net> - 2016-01-21 19:50 +0100
Re: question about samsung/sxgbe/sxgbe_xpcs.c Jεan Sacren <sakiwit@gmail.com> - 2016-01-21 20:40 +0100
csiph-web