<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>74c97ea3 - net: enetc: fix link error again</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#74c97ea3</link>
        <description>net: enetc: fix link error againA link time bug that I had fixed before has come back now thatanother sub-module was added to the enetc driver:ERROR: modpost: &quot;enetc_ierb_register_pf&quot; [drivers/net/ethernet/freescale/enetc/fsl-enetc.ko] undefined!The problem is that the enetc Makefile is not actually used forthe ierb module if that is the only built-in driver in thereand everything else is a loadable module.Fix it by always entering the directory this time, regardlessof which symbols are configured. This should reliably fix theproblem and prevent it from coming back another time.Fixes: 112463ddbe82 (&quot;net: dsa: felix: fix link error&quot;)Fixes: e7d48e5fbf30 (&quot;net: enetc: add a mini driver for the Integrated Endpoint Register Block&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Acked-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Thu, 22 Apr 2021 13:35:11 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>112463dd - net: dsa: felix: fix link error</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#112463dd</link>
        <description>net: dsa: felix: fix link errorWhen the enetc driver is disabled, the mdio support fails toget built:drivers/net/dsa/ocelot/felix_vsc9959.o: In function `vsc9959_mdio_bus_alloc&apos;:felix_vsc9959.c:(.text+0x19c): undefined reference to `enetc_hw_alloc&apos;felix_vsc9959.c:(.text+0x1d1): undefined reference to `enetc_mdio_read&apos;felix_vsc9959.c:(.text+0x1d8): undefined reference to `enetc_mdio_write&apos;Change the Makefile to enter the subdirectory for this as well.Fixes: bdeced75b13f (&quot;net: dsa: felix: Add PCS operations for PHYLINK&quot;)Fixes: 6517798dd343 (&quot;enetc: Make MDIO accessors more generic and export to include/linux/fsl&quot;)Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Reviewed-by: Vladimir Oltean &lt;vladimir.oltean@nxp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Wed, 08 Jan 2020 12:48:38 +0000</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>d4fd0404 - enetc: Introduce basic PF and VF ENETC ethernet drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#d4fd0404</link>
        <description>enetc: Introduce basic PF and VF ENETC ethernet driversENETC is a multi-port virtualized Ethernet controller supporting GbEdesigns and Time-Sensitive Networking (TSN) functionality.ENETC is operating as an SR-IOV multi-PF capable Root Complex IntegratedEndpoint (RCIE).  As such, it contains multiple physical (PF) andvirtual (VF) PCIe functions, discoverable by standard PCI Express.Introduce basic PF and VF ENETC ethernet drivers.  The PF has access tothe ENETC Port registers and resources and makes the required privilegedconfigurations for the underlying VF devices.  Common functionality iscontrolled through so called System Interface (SI) register blocks, PFsand VFs own a SI each.  Though SI register blocks are almost identical,there are a few privileged SI level controls that are accessible only toPFs, and so the distinction is made between PF SIs (PSI) and VF SIs (VSI).As such, the bulk of the code, including datapath processing, basic h/woffload support and generic pci related configuration, is shared betweenthe 2 drivers and is factored out in common source files (i.e. enetc.c).Major functionalities included (for both drivers):MSI-X support for Rx and Tx processing, assignment of Rx/Tx BD ring pairsto MSI-X entries, multi-queue support, Rx S/G (Rx frame fragmentation) andjumbo frame (up to 9600B) support, Rx paged allocation and reuse, Tx S/Gsupport (NETIF_F_SG), Rx and Tx checksum offload, PF MAC filtering andinitial control ring support, VLAN extraction/ insertion, PF Rx VLANCTAG filtering, VF mac address config support, VF VLAN isolation support,etc.Signed-off-by: Claudiu Manoil &lt;claudiu.manoil@nxp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Tue, 22 Jan 2019 13:29:54 +0000</pubDate>
        <dc:creator>Claudiu Manoil &lt;claudiu.manoil@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>34ff6846 - dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/net</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#34ff6846</link>
        <description>dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/netThe DPAA2 Ethernet driver supports Freescale/NXP SoCs with DPAA2(DataPath Acceleration Architecture v2). The driver managesnetwork objects discovered on the fsl-mc bus.Signed-off-by: Ioana Radulescu &lt;ruxandra.radulescu@nxp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Wed, 29 Aug 2018 09:42:40 +0000</pubDate>
        <dc:creator>Ioana Radulescu &lt;ruxandra.radulescu@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>ceefc71d - ptp: rework gianfar_ptp as QorIQ common PTP driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#ceefc71d</link>
        <description>ptp: rework gianfar_ptp as QorIQ common PTP drivergianfar_ptp was the PTP clock driver for 1588 timermodule of Freescale QorIQ eTSEC (Enhanced Three-SpeedEthernet Controllers) platforms. Actually QorIQ DPAA(Data Path Acceleration Architecture) platforms isalso using the same 1588 timer module in hardware.This patch is to rework gianfar_ptp as QorIQ commonPTP driver to support both DPAA and eTSEC. Movedgianfar_ptp.c to drivers/ptp/, renamed it asptp_qoriq.c, and renamed many variables. There werenot any function changes.Signed-off-by: Yangbo Lu &lt;yangbo.lu@nxp.com&gt;Acked-by: Richard Cochran &lt;richardcochran@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Fri, 25 May 2018 04:40:34 +0000</pubDate>
        <dc:creator>Yangbo Lu &lt;yangbo.lu@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>b2441318 - License cleanup: add SPDX GPL-2.0 license identifier to files with no license</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#b2441318</link>
        <description>License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseMany source files in the tree are missing licensing information, whichmakes it harder for compliance tools to determine the correct license.By default all files without license information are under the defaultlicense of the kernel, which is GPL version 2.Update the files which contain no license information with the &apos;GPL-2.0&apos;SPDX license identifier.  The SPDX identifier is a legally bindingshorthand, which can be used instead of the full boiler plate text.This patch is based on work done by Thomas Gleixner and Kate Stewart andPhilippe Ombredanne.How this work was done:Patches were generated and checked against linux-4.14-rc6 for a subset ofthe use cases: - file had no licensing information it it. - file was a */uapi/* one with no licensing information in it, - file was a */uapi/* one with existing licensing information,Further patches will be generated in subsequent months to fix up caseswhere non-standard license headers were used, and references to licensehad to be inferred by heuristics based on keywords.The analysis to determine which SPDX License Identifier to be applied toa file was done in a spreadsheet of side by side results from of theoutput of two independent scanners (ScanCode &amp; Windriver) producing SPDXtag:value files created by Philippe Ombredanne.  Philippe prepared thebase worksheet, and did an initial spot review of a few 1000 files.The 4.13 kernel was the starting point of the analysis with 60,537 filesassessed.  Kate Stewart did a file by file comparison of the scannerresults in the spreadsheet to determine which SPDX license identifier(s)to be applied to the file. She confirmed any determination that was notimmediately clear with lawyers working with the Linux Foundation.Criteria used to select files for SPDX license identifier tagging was: - Files considered eligible had to be source code files. - Make and config files were included as candidates if they contained &gt;5   lines of source - File already had some variant of a license header in it (even if &lt;5   lines).All documentation files were explicitly excluded.The following heuristics were used to determine which SPDX licenseidentifiers to apply. - when both scanners couldn&apos;t find any license traces, file was   considered to have no license information in it, and the top level   COPYING file license applied.   For non */uapi/* files that summary was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0                                              11139   and resulted in the first patch in this series.   If that file was a */uapi/* path one, it was &quot;GPL-2.0 WITH   Linux-syscall-note&quot; otherwise it was &quot;GPL-2.0&quot;.  Results of that was:   SPDX license identifier                            # files   ---------------------------------------------------|-------   GPL-2.0 WITH Linux-syscall-note                        930   and resulted in the second patch in this series. - if a file had some form of licensing information in it, and was one   of the */uapi/* ones, it was denoted with the Linux-syscall-note if   any GPL family license was found in the file or had no licensing in   it (per prior point).  Results summary:   SPDX license identifier                            # files   ---------------------------------------------------|------   GPL-2.0 WITH Linux-syscall-note                       270   GPL-2.0+ WITH Linux-syscall-note                      169   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-2-Clause)    21   ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)    17   LGPL-2.1+ WITH Linux-syscall-note                      15   GPL-1.0+ WITH Linux-syscall-note                       14   ((GPL-2.0+ WITH Linux-syscall-note) OR BSD-3-Clause)    5   LGPL-2.0+ WITH Linux-syscall-note                       4   LGPL-2.1 WITH Linux-syscall-note                        3   ((GPL-2.0 WITH Linux-syscall-note) OR MIT)              3   ((GPL-2.0 WITH Linux-syscall-note) AND MIT)             1   and that resulted in the third patch in this series. - when the two scanners agreed on the detected license(s), that became   the concluded license(s). - when there was disagreement between the two scanners (one detected a   license but the other didn&apos;t, or they both detected different   licenses) a manual inspection of the file occurred. - In most cases a manual inspection of the information in the file   resulted in a clear resolution of the license that should apply (and   which scanner probably needed to revisit its heuristics). - When it was not immediately clear, the license identifier was   confirmed with lawyers working with the Linux Foundation. - If there was any question as to the appropriate license identifier,   the file was flagged for further research and to be revisited later   in time.In total, over 70 hours of logged manual review was done on thespreadsheet to determine the SPDX license identifiers to apply to thesource files by Kate, Philippe, Thomas and, in some cases, confirmationby lawyers working with the Linux Foundation.Kate also obtained a third independent scan of the 4.13 code base fromFOSSology, and compared selected files where the other two scannersdisagreed against that SPDX file, to see if there was new insights.  TheWindriver scanner is based on an older version of FOSSology in part, sothey are related.Thomas did random spot checks in about 500 files from the spreadsheetsfor the uapi headers and agreed with SPDX license identifier in thefiles he inspected. For the non-uapi files Thomas did random spot checksin about 15000 files.In initial set of patches against 4.14-rc6, 3 files were found to havecopy/paste license identifier errors, and have been fixed to reflect thecorrect identifier.Additionally Philippe spent 10 hours this week doing a detailed manualinspection and review of the 12,461 patched files from the initial patchversion early this week with: - a full scancode scan run, collecting the matched texts, detected   license ids and scores - reviewing anything where there was a license detected (about 500+   files) to ensure that the applied SPDX license was correct - reviewing anything where there was no detection but the patch license   was not GPL-2.0 WITH Linux-syscall-note to ensure that the applied   SPDX license was correctThis produced a worksheet with 20 files needing minor correction.  Thisworksheet was then exported into 3 different .csv files for thedifferent types of files to be modified.These .csv files were then reviewed by Greg.  Thomas wrote a script toparse the csv files and add the proper SPDX tag to the file, in theformat that the file expected.  This script was further refined by Gregbased on the output to detect more types of files automatically and todistinguish between header and source .c files (which need differentcomment types.)  Finally Greg ran the script using the .csv files togenerate the patches.Reviewed-by: Kate Stewart &lt;kstewart@linuxfoundation.org&gt;Reviewed-by: Philippe Ombredanne &lt;pombredanne@nexb.com&gt;Reviewed-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Wed, 01 Nov 2017 14:07:57 +0000</pubDate>
        <dc:creator>Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6bdf1e0e - Makefile: drop -D__CHECK_ENDIAN__ from cflags</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#6bdf1e0e</link>
        <description>Makefile: drop -D__CHECK_ENDIAN__ from cflagsThat&apos;s the default now, no need for makefiles to set it.Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;Acked-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Acked-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Arend van Spriel &lt;arend.vanspriel@broadcom.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Thu, 15 Dec 2016 02:07:46 +0000</pubDate>
        <dc:creator>Michael S. Tsirkin &lt;mst@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9ad1a374 - dpaa_eth: add support for DPAA Ethernet</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#9ad1a374</link>
        <description>dpaa_eth: add support for DPAA EthernetThis introduces the Freescale Data Path Acceleration Architecture(DPAA) Ethernet driver (dpaa_eth) that builds upon the DPAA QMan,BMan, PAMU and FMan drivers to deliver Ethernet connectivity onthe Freescale DPAA QorIQ platforms.Signed-off-by: Madalin Bucur &lt;madalin.bucur@nxp.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Tue, 15 Nov 2016 08:41:02 +0000</pubDate>
        <dc:creator>Madalin Bucur &lt;madalin.bucur@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>5cfa3039 - net: fec: make driver endian-safe</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#5cfa3039</link>
        <description>net: fec: make driver endian-safeThe driver treats the device descriptors as CPU-endian, which appearsto be correct with the default endianness on both ARM (typically LE)and PowerPC (typically BE) SoCs, indicating that the hardware blockis generated differently. Add endianness annotations and byteswaps asnecessary.It&apos;s not clear that the ifdef there really is correct and shouldn&apos;tjust be #ifdef CONFIG_ARM, but I also can&apos;t test on anything but thei.MX6 HummingBoard where this gets it working with a BE kernel.Signed-off-by: Johannes Berg &lt;johannes@sipsolutions.net&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Sun, 24 Jan 2016 15:52:37 +0000</pubDate>
        <dc:creator>Johannes Berg &lt;johannes@sipsolutions.net&gt;</dc:creator>
    </item>
<item>
        <title>5adae51a - fsl/fman: Add FMan MURAM support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#5adae51a</link>
        <description>fsl/fman: Add FMan MURAM supportAdd Frame Manager Multi-User RAM support.This internal FMan memory block is used by theFMan hardware modules, the management being madethrough the generic allocator.The FMan Internal memory, for example, is used forallocating transmit and receive FIFOs.Signed-off-by: Igal Liberman &lt;Igal.Liberman@freescale.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Mon, 21 Dec 2015 00:21:25 +0000</pubDate>
        <dc:creator>Igal Liberman &lt;Igal.Liberman@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>34018fd4 - gianfar: Remove sysfs stubs for FIFOCFG and stashing</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#34018fd4</link>
        <description>gianfar: Remove sysfs stubs for FIFOCFG and stashingRemoving the sysfs stubs for the Tx FIFOCFG and ATTRELI(stashing) config registers, as these registers may onlybe configured after a MAC reset, with the controller stopped(i.e. during hw init, at probe() time).  The current sysfsstubs allow on-the-fly updates of these registers (the lockingmeasures are useless and only add unecessary code).Changing these registers is discouraged. Only the default valueswill be used instead.Moreover, the stashing (ATTRELI) configuration options wereeffectively disabled (didn&apos;t get to the hw anyway if changed)because the stashing device_flags (HAS_BD_STASHING|HAS_BUF_STASHING)were &quot;accidentally&quot; cleared during probe().Signed-off-by: Claudiu Manoil &lt;claudiu.manoil@freescale.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Mon, 17 Feb 2014 10:53:15 +0000</pubDate>
        <dc:creator>Claudiu Manoil &lt;claudiu.manoil@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>793fc096 - net: fec: build fec.c and fec_ptp.c to one module</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#793fc096</link>
        <description>net: fec: build fec.c and fec_ptp.c to one modulefec_ptp.ko can&apos;t run individuallyrename fec.c to fec_main.cBuild fec.o and fec_ptp.o into one fec.koRemove unnessary EXPORT_SYMBOL in fec_ptpSigned-off-by: Frank Li &lt;Frank.Li@freescale.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Sun, 24 Mar 2013 15:03:42 +0000</pubDate>
        <dc:creator>Frank Li &lt;Frank.Li@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>ff43da86 - NET: FEC: dynamtic check DMA desc buff type</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#ff43da86</link>
        <description>NET: FEC: dynamtic check DMA desc buff typeMX6 and mx28 support enhanced DMA descriptor buff to support 1588ptp. But MX25, MX3x, MX5x can&apos;t support enhanced DMA descriptor buff.Check fec type and choose correct DMA descriptor buff type.Remove static config CONFIG_FEC_PTP.ptp function will be auto detected.Signed-off-by: Frank Li &lt;Frank.Li@freescale.com&gt;Acked-by: Sascha Hauer &lt;s.hauer@pengutronix.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Thu, 03 Jan 2013 16:04:23 +0000</pubDate>
        <dc:creator>Frank Li &lt;Frank.Li@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>6605b730 - FEC: Add time stamping code and a PTP hardware clock</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#6605b730</link>
        <description>FEC: Add time stamping code and a PTP hardware clockThis patch adds a driver for the FEC(MX6) that offers timestamping and a PTP haderware clock. Because FEC\ENET(MX6)hardware frequency adjustment is complex, we have implementedthis in software by changing the multiplication factor of thetimecounter.Signed-off-by: Frank Li &lt;Frank.Li@freescale.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Tue, 30 Oct 2012 18:25:31 +0000</pubDate>
        <dc:creator>Frank Li &lt;Frank.Li@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>9f35a734 - net/fsl: introduce Freescale 10G MDIO driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#9f35a734</link>
        <description>net/fsl: introduce Freescale 10G MDIO driverSimilar to fsl_pq_mdio.c, this driver is for the 10G MDIO controller onFreescale Frame Manager Ethernet controllers.Signed-off-by: Timur Tabi &lt;timur@freescale.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Mon, 20 Aug 2012 09:26:39 +0000</pubDate>
        <dc:creator>Timur Tabi &lt;timur@freescale.com&gt;</dc:creator>
    </item>
<item>
        <title>ec21e2ec - freescale: Move the Freescale drivers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/drivers/net/ethernet/freescale/Makefile#ec21e2ec</link>
        <description>freescale: Move the Freescale driversMove the Freescale drivers into drivers/net/ethernet/freescale/ andmake the necessary Kconfig and Makefile changes.CC: Sandeep Gopalpet &lt;sandeep.kumar@freescale.com&gt;CC: Andy Fleming &lt;afleming@freescale.com&gt;CC: Shlomi Gridish &lt;gridish@freescale.com&gt;CC: Li Yang &lt;leoli@freescale.com&gt;CC: Pantelis Antoniou &lt;pantelis.antoniou@gmail.com&gt;CC: Vitaly Bordug &lt;vbordug@ru.mvista.com&gt;CC: Dan Malek &lt;dmalek@jlc.net&gt;CC: Sylvain Munaut &lt;tnt@246tNt.com&gt;Signed-off-by: Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;

            List of files:
            /linux-6.15/drivers/net/ethernet/freescale/Makefile</description>
        <pubDate>Sat, 11 Jun 2011 09:29:36 +0000</pubDate>
        <dc:creator>Jeff Kirsher &lt;jeffrey.t.kirsher@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
