<?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 2025</copyright>
    <generator>Java</generator><item>
        <title>b625fab7069cab52fd8e0c3dbb25e0d04d020173 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#b625fab7069cab52fd8e0c3dbb25e0d04d020173</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-spi

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Tue, 23 Feb 2016 13:13:46 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a0594cefb7682dc0c32084d088b3ac0a85ed7395 - dm: implement a DMA uclass</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#a0594cefb7682dc0c32084d088b3ac0a85ed7395</link>
        <description>dm: implement a DMA uclassImplement a DMA uclass so that the devices like ethernet, spi,mmc etc can offload the data transfers from/to the device andmemory.Signed-off-by: Mugunthan V N &lt;mugunthanvnm@ti.com&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;Reviewed-by: Jagan Teki &lt;jteki@openedev.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Mon, 15 Feb 2016 10:01:37 +0000</pubDate>
        <dc:creator>Mugunthan V N &lt;mugunthanvnm@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>980db8ca43066dc094517df01fe560ccac87ecfb - dma: lpc32xx: add DMA driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#980db8ca43066dc094517df01fe560ccac87ecfb</link>
        <description>dma: lpc32xx: add DMA driverIncorporate DMA driver from legacy LPCLinux NXP BSP.The files taken from the legacy patch are:- lpc32xx DMA driver- lpc3250 header file DMA registers definition.The legacy driver was updated and clean-up as part of the integration with the latest u-boot.Signed-off-by: Sylvain Lemieux &lt;slemieux@tycoint.com&gt;Acked-by: Marek Vasut &lt;marex@denx.de&gt;Tested-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Mon, 10 Aug 2015 12:16:31 +0000</pubDate>
        <dc:creator>Sylvain Lemieux &lt;slemieux@tycoint.com&gt;</dc:creator>
    </item>
<item>
        <title>5aa7bece1045c28806ce919099616ebe8fa63325 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-ti</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#5aa7bece1045c28806ce919099616ebe8fa63325</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-ti

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Mon, 27 Oct 2014 13:05:43 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>e165b1d34cd91cb42b0614792aa88e0677944ee7 - dma: ti-edma3: introduce edma3 driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#e165b1d34cd91cb42b0614792aa88e0677944ee7</link>
        <description>dma: ti-edma3: introduce edma3 driverThe EDMA3 controller&#8217;s primary purpose is to service data transfersthat you program between two memory-mapped slave endpoints on the device.Typical usage includes, but is not limited to the following:- Servicing software-driven paging transfers (e.g., transfers from external  memory, such as SDRAM to internal device memory, such as DSP L2 SRAM)- Servicing event-driven peripherals, such as a serial port- Performing sorting or sub-frame extraction of various data structures- Offloading data transfers from the main device DSP(s)- See the device-specific data manual for specific peripherals that are  accessible via the EDMA3 controllerSigned-off-by: Ivan Khoronzhuk &lt;ivan.khoronzhuk@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Wed, 22 Oct 2014 14:47:56 +0000</pubDate>
        <dc:creator>Khoronzhuk, Ivan &lt;ivan.khoronzhuk@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>9ea9021ac466f5ccc8b6238cbce37428bb58f887 - dma: keystone_nav: generalize driver usage</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#9ea9021ac466f5ccc8b6238cbce37428bb58f887</link>
        <description>dma: keystone_nav: generalize driver usageThe keystone_nav driver is general driver intended to be used forworking with queue manager and pktdma for different IPs like NETCP,AIF, FFTC, etc. So the it&apos;s API shouldn&apos;t be named like it works onlywith one of them, it should be general names. The names with prefixlike netcp_* rather do for drivers/net/keystone_net.c driver. So it&apos;sgood to generalize this driver to be used for different IP&apos;s anddelete confusion with real NETCP driver.The current netcp_* functions of keystone navigator can be used forother settings of pktdma, not only for NETCP. The API of this driveris used by the keystone_net driver to work with NETCP, so net driveralso should be corrected. For convenience collect pkdmaconfigurations in drivers/dma/keystone_nav_cfg.c.Acked-by: Vitaly Andrianov &lt;vitalya@ti.com&gt;Signed-off-by: Ivan Khoronzhuk &lt;ivan.khoronzhuk@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Fri, 05 Sep 2014 16:02:48 +0000</pubDate>
        <dc:creator>Khoronzhuk, Ivan &lt;ivan.khoronzhuk@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>ef4547176d0fa4d43d060a58c0c902add7fe0aed - dma: keystone_nav: move keystone_nav driver to driver/dma/</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#ef4547176d0fa4d43d060a58c0c902add7fe0aed</link>
        <description>dma: keystone_nav: move keystone_nav driver to driver/dma/The keystone_nav is used by drivers/net/keystone_net.c driver tosend and receive packets, but currently it&apos;s placed at keystonearch sources. So it should be in the drivers directory also.It&apos;s separate driver that can be used for sending and receivingpktdma packets by others drivers also.This patch just move this driver to appropriate directory anddoesn&apos;t add any functional changes.Acked-by: Murali Karicheri &lt;m-karicheri2@ti.com&gt;Signed-off-by: Ivan Khoronzhuk &lt;ivan.khoronzhuk@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Fri, 05 Sep 2014 16:02:47 +0000</pubDate>
        <dc:creator>Khoronzhuk, Ivan &lt;ivan.khoronzhuk@ti.com&gt;</dc:creator>
    </item>
<item>
        <title>8ac22a60e29c4d0925e3d640a3607eabb2732b26 - omap: clean-up dead configs</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#8ac22a60e29c4d0925e3d640a3607eabb2732b26</link>
        <description>omap: clean-up dead configsThe following configs are not defined at all. - CONFIG_OMAP1510 - CONFIG_OMAP_1510P1 - CONFIG_OMAP_SX1 - CONFIG_OMAP3_DMA - CONFIG_OMAP3_ZOOM2 - CONFIG_OMAP_INNOVATORSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;Cc: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Wed, 30 Jul 2014 10:11:41 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>710f1d3d5f44731665a0d801d166c0f98c1de38e - drivers: convert makefiles to Kbuild style</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#710f1d3d5f44731665a0d801d166c0f98c1de38e</link>
        <description>drivers: convert makefiles to Kbuild styleSigned-off-by: Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Thu, 17 Oct 2013 08:34:57 +0000</pubDate>
        <dc:creator>Masahiro Yamada &lt;yamada.m@jp.panasonic.com&gt;</dc:creator>
    </item>
<item>
        <title>326ea986ac150acdc7656d57fca647db80b50158 - Merge git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#326ea986ac150acdc7656d57fca647db80b50158</link>
        <description>Merge git://git.denx.de/u-boot-armConflicts:	board/freescale/mx6qsabrelite/Makefile	board/freescale/mx6qsabrelite/mx6qsabrelite.c	include/configs/mx6qsabrelite.hSigned-off-by: Stefano Babic &lt;sbabic@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Wed, 31 Jul 2013 09:30:38 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>8b485ba12b0defa0c4ed3559789250238f8331a8 - Merge branch &apos;u-boot/master&apos; into u-boot-arm/master</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#8b485ba12b0defa0c4ed3559789250238f8331a8</link>
        <description>Merge branch &apos;u-boot/master&apos; into u-boot-arm/master

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Thu, 25 Jul 2013 15:57:46 +0000</pubDate>
        <dc:creator>Albert ARIBAUD &lt;albert.u.boot@aribaud.net&gt;</dc:creator>
    </item>
<item>
        <title>1a4596601fd395f3afb8f82f3f840c5e00bdd57a - Add GPL-2.0+ SPDX-License-Identifier to source files</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#1a4596601fd395f3afb8f82f3f840c5e00bdd57a</link>
        <description>Add GPL-2.0+ SPDX-License-Identifier to source filesSigned-off-by: Wolfgang Denk &lt;wd@denx.de&gt;[trini: Fixup common/cmd_io.c]Signed-off-by: Tom Rini &lt;trini@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Mon, 08 Jul 2013 07:37:19 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>0e62e0a72cba76205c93b6913b9ae267f8fe08dc - Merge branch &apos;master&apos; of /home/wd/git/u-boot/custodians</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#0e62e0a72cba76205c93b6913b9ae267f8fe08dc</link>
        <description>Merge branch &apos;master&apos; of /home/wd/git/u-boot/custodians* &apos;master&apos; of /home/wd/git/u-boot/custodians:  arm, davinci: add DAVINCI_MMC_CLKID  arm, davinci_emac: fix driver bug if more then 3 PHYs are detected  arm, davinci: da850/dm365 lowlevel cleanup  omap5: Add omap5_evm board build support.  omap4/5: Add support for booting with CH.  omap5: emif: Add emif/ddr configurations required for omap5 evm  omap5: clocks: Add clocks support for omap5 platform.  omap5: Add minimal support for omap5430.  omap: Checkpatch fixes  omap4: make omap4 code common for future reuse  GCC4.6: Squash warnings in onenand_base.c  GCC4.6: Fix common/usb.c on xscale  OneNAND: Add simple OneNAND SPL  PXA: vpac270: Enable the new generic MMC driver  PXA: Cleanup serial_pxa  PXA: Drop csb226 and innokom boards (unmaintained)  m28evk: Fix comment about the number of RAM banks  mx31: Fix checkpatch warnings in generic.c  mx31: Use proper IO accessor for GPR register  mx31: Remove duplicate definition for GPR register  qong: Use generic function for configuring GPR register  M28EVK: Enable USB HOST support  iMX28: Add USB HOST driver  iMX28: Add USB and USB PHY register definitions  M28: Add memory detection into SPL  iMX28: Fix ARM vector handling  M28: Add doc/README.m28 documentation  M28: Add MMC SPL  iMX28: Add support for DENX M28EVK board  iMX28: Add u-boot.sb target to Makefile  iMX28: Add image header generator tool  iMX28: Add driver for internal RTC  iMX28: Add GPMI NAND driver  iMX28: Add APBH DMA driver  iMX28: Add SPI driver  iMX28: Add GPIO control  iMX28: Add I2C bus driver  iMX28: Add PINMUX control  FEC: Add support for iMX28 quirks  iMX28: Add SSP MMC driver  iMX28: Initial support for iMX28 CPU  MX25: zmx25: GCC4.6 fix build warnings  da850: add new config file for AM18xx  BeagleBoard: config: Switch to ttyO2  OMAP3: Change omap3_evm maintainer  devkit8000: Fix NAND SPL on boards with 256MB NAND  integrator: enable Vpp and disable flash protection  integrator: add system controller header  integrator: make flash writeable on boot  integrator: use io-accessors for board init  integrator: move text offset to config  integrator: pass configs for core modules  ARM: remove superfluous setting of arch_number in board specific code.  SPL: Allow ARM926EJS to avoid compiling in the CPU support code  integrator: do not test first part of the memory  arm: a320: fix broken timer  ARM: define CONFIG_MACH_TYPE for all ronetix boards  dm646x: pass board revision info to kernel  dm646x: add new configuration for dm6467T  arm, davinci: Fix setting of the SDRAM configuration register  arm, davinci: Remove the duplication of LPSC functions  arm, davinci: Rename AM1808 lowlevel functions to DA850  da8xxevm: fix build error  ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Wed, 16 Nov 2011 19:24:51 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>0c2dd9a05bdcf3b2b4880509ec690116873fe158 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#0c2dd9a05bdcf3b2b4880509ec690116873fe158</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm* &apos;master&apos; of git://git.denx.de/u-boot-arm:  arm, davinci: add DAVINCI_MMC_CLKID  arm, davinci_emac: fix driver bug if more then 3 PHYs are detected  arm, davinci: da850/dm365 lowlevel cleanup  omap5: Add omap5_evm board build support.  omap4/5: Add support for booting with CH.  omap5: emif: Add emif/ddr configurations required for omap5 evm  omap5: clocks: Add clocks support for omap5 platform.  omap5: Add minimal support for omap5430.  omap: Checkpatch fixes  omap4: make omap4 code common for future reuse  GCC4.6: Squash warnings in onenand_base.c  GCC4.6: Fix common/usb.c on xscale  OneNAND: Add simple OneNAND SPL  PXA: vpac270: Enable the new generic MMC driver  PXA: Cleanup serial_pxa  PXA: Drop csb226 and innokom boards (unmaintained)  m28evk: Fix comment about the number of RAM banks  mx31: Fix checkpatch warnings in generic.c  mx31: Use proper IO accessor for GPR register  mx31: Remove duplicate definition for GPR register  qong: Use generic function for configuring GPR register  M28EVK: Enable USB HOST support  iMX28: Add USB HOST driver  iMX28: Add USB and USB PHY register definitions  M28: Add memory detection into SPL  iMX28: Fix ARM vector handling  M28: Add doc/README.m28 documentation  M28: Add MMC SPL  iMX28: Add support for DENX M28EVK board  iMX28: Add u-boot.sb target to Makefile  iMX28: Add image header generator tool  iMX28: Add driver for internal RTC  iMX28: Add GPMI NAND driver  iMX28: Add APBH DMA driver  iMX28: Add SPI driver  iMX28: Add GPIO control  iMX28: Add I2C bus driver  iMX28: Add PINMUX control  FEC: Add support for iMX28 quirks  iMX28: Add SSP MMC driver  iMX28: Initial support for iMX28 CPU  MX25: zmx25: GCC4.6 fix build warnings  da850: add new config file for AM18xx  BeagleBoard: config: Switch to ttyO2  OMAP3: Change omap3_evm maintainer  devkit8000: Fix NAND SPL on boards with 256MB NAND  integrator: enable Vpp and disable flash protection  integrator: add system controller header  integrator: make flash writeable on boot  integrator: use io-accessors for board init  integrator: move text offset to config  integrator: pass configs for core modules  ARM: remove superfluous setting of arch_number in board specific code.  SPL: Allow ARM926EJS to avoid compiling in the CPU support code  integrator: do not test first part of the memory  arm: a320: fix broken timer  ARM: define CONFIG_MACH_TYPE for all ronetix boards  dm646x: pass board revision info to kernel  dm646x: add new configuration for dm6467T  arm, davinci: Fix setting of the SDRAM configuration register  arm, davinci: Remove the duplication of LPSC functions  arm, davinci: Rename AM1808 lowlevel functions to DA850  da8xxevm: fix build error  ARM: re-add MACH_TYPE_XXXXXX for VCMA9 board and add CONFIG_MACH_TYPE

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Wed, 16 Nov 2011 19:24:41 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>31650d64a8fca2e5acf4dfe2b4f2a9ba9df2147c - iMX28: Add APBH DMA driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#31650d64a8fca2e5acf4dfe2b4f2a9ba9df2147c</link>
        <description>iMX28: Add APBH DMA driverSigned-off-by: Marek Vasut &lt;marek.vasut@gmail.com&gt;Cc: Stefano Babic &lt;sbabic@denx.de&gt;Cc: Wolfgang Denk &lt;wd@denx.de&gt;Cc: Detlev Zundel &lt;dzu@denx.de&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Tue, 08 Nov 2011 23:18:15 +0000</pubDate>
        <dc:creator>Marek Vasut &lt;marek.vasut@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>87a5d601031652293ec4b729fdb7ee01bbd940a8 - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#87a5d601031652293ec4b729fdb7ee01bbd940a8</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-arm* &apos;master&apos; of git://git.denx.de/u-boot-arm:  ARM: Add Calxeda Highbank platform  dkb: make mmc command as default enabled  Marvell: dkb: add mmc support  ARM: pantheon: add mmc definition  davinci: remove config.mk file from the sources  ARM:AM33XX: Add support for TI AM335X EVM  ARM:AM33XX: Added timer support  ARM:AM33XX: Add emif/ddr support  ARM:AM33XX: Add clock definitions  ARM:AM33XX: Added support for AM33xx  omap3/emif4: fix registers definition  davinci: remove obsolete macro CONFIG_EMAC_MDIO_PHY_NUM  davinci: emac: add support for more than 1 PHYs  davinci: emac: add new features to autonegotiate for EMAC  da850evm: Move LPSC configuration to board_early_init_f()  omap4_panda: Build in cmd_gpio support on panda  omap: Don&apos;t use gpio_free to change direction to input  mmc: omap: Allow OMAP_HSMMC[23]_BASE to be unset  OMAP3: overo : Add environment variable optargs to bootargs  OMAP3: overo: Move ethernet CS4 configuration to execute based on board id  OMAP3: overo : Use ttyO2 instead of ttyS2.  da830: add support for NAND boot mode  dm36x: revert cache disable patch  dm644X: revert cache disable patch  devkit8000: Add malloc space  omap: spl: fix build break due to changes in FAT  OMAP3 SPL: Provide weak omap_rev_string  omap: beagle: Use ubifs instead of jffs2 for nand boot  omap: overo: Disable pull-ups on camera PCLK, HS and VS signals  omap: overo: Configure mux for gpio10  SPL: Add DMA library  omap3: Add interface for omap3 DMA  omap3: Add DMA register accessors  omap3: Add Base register for DMA  arm, davinci: add missing LSPC define for MMC/SD1  U-Boot/SPL: omap4: Make ddr pre-calculated timings as default.  DaVinci: correct MDSTAT.STATE mask  omap4: splitting padconfs into common, 4430 and 4460  omap4: adding revision detection for 4460 ES1.1  omap4: replacing OMAP4_CONTROL with OMAP4430_CONTROL  gplug: fixed build error as a result of code cleanup patch  kirkwood_spi: add dummy spi_init()  gpio: mvmfp: reduce include platform file  ARM: orion5x: reduce dependence of including platform file  serial: reduce include platform file for marvell chip  ARM: kirkwood: reduce dependence of including platform file  ARM: armada100: reduce dependence of including platform file  ARM: pantheon: reduce dependence of including platform file  Armada100: Add env storage support for Marvell gplugD  Armada100: Add SPI flash support for Marvell gplugD  Armada100: Add SPI support for Marvell gplugD  SPI: Add SPI driver support for Marvell Armada100  dreamplug: initial board support.  imx: fix coding style  misc: pmic: drop old Freescale&apos;s pmic driver  MX31: mx31pdk: use new pmic driver  MX31: mx31ads: use new pmic driver  MX31: mx31_litekit: use new pmic driver  MX5: mx53evk: use new pmic driver  MX5: mx51evk: use new pmic driver  MX35: mx35pdk: use new pmic driver  misc: pmic: addI2C  support to pmic_fsl driver  misc: pmic: use I2C_SET_BUS in pmic I2C  MX5: efikamx/efikasb: use new pmic driver  MX3: qong: use new pmic driver  RTC: Switch mc13783 to generic pmic code  MX5: vision2: use new pmic driver  misc: pmic: Freescale PMIC switches to generic PMIC driver  misc:pmic:samsung Enable PMIC driver at GONI target  misc:pmic:max8998 MAX8998 support at a new PMIC driver.  misc:pmic:core New generic PMIC driver  mx31pdk: Remove unneeded config  mx31: provide readable WEIM CS accessor  MX51: vision2: Set global macros  I2C: Add i2c_get/set_speed() to mxc_i2c.c  ARM: Update mach-types  devkit8000: Add config to enable SPL MMC boot  devkit8000: protect board_mmc_init  arm, post: add missing post_time_ms for arm  cosmetic, post: Codingstyle cleanup  arm, logbuffer: make it compileclean  tegra2: Enable MMC for Seaboard  tegra2: Add more pinmux functions  tegra2: Rename PIN_ to PINGRP_  tegra2: Add more clock functions  tegra2: Clean up board code a little  tegra2: Rename CLOCK_PLL_ID to CLOCK_ID

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Thu, 27 Oct 2011 22:15:19 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>4c4bb19d056da6f32a5bb7cb27045524513d63e0 - omap3: Add interface for omap3 DMA</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#4c4bb19d056da6f32a5bb7cb27045524513d63e0</link>
        <description>omap3: Add interface for omap3 DMAAdds an interface to use the OMAP3 DMA.Signed-off-by: Simon Schwarz &lt;simonschwarzcor@gmail.com&gt;Signed-off-by: Sandeep Paulraj &lt;s-paulraj@ti.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Wed, 28 Sep 2011 05:00:26 +0000</pubDate>
        <dc:creator>Simon Schwarz &lt;simonschwarzcor@googlemail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d8962e814c15807dd6ac5757904be2a02d187b8 - Switch from archive libraries to partial linking</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#6d8962e814c15807dd6ac5757904be2a02d187b8</link>
        <description>Switch from archive libraries to partial linkingBefore this commit, weak symbols were not overridden by non-weak symbolsfound in archive libraries when linking with recent versions ofbinutils.  As stated in the System V ABI, &quot;the link editor does notextract archive members to resolve undefined weak symbols&quot;.This commit changes all Makefiles to use partial linking (ld -r) insteadof creating library archives, which forces all symbols to participate inlinking, allowing non-weak symbols to override weak symbols as intended.This approach is also used by Linux, from which the gmake functioncmd_link_o_target (defined in config.mk and used in all Makefiles) isinspired.The name of each former library archive is preserved except forextensions which change from &quot;.a&quot; to &quot;.o&quot;.  This commit updatesreferences accordingly where needed, in particular in some linkerscripts.This commit reveals board configurations that exclude some features butinclude source files that depend these disabled features in the build,resulting in undefined symbols.  Known such cases include:- disabling CMD_NET but not CMD_NFS;- enabling CONFIG_OF_LIBFDT but not CONFIG_QE.Signed-off-by: Sebastien Carlier &lt;sebastien.carlier@gmail.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Fri, 05 Nov 2010 14:48:07 +0000</pubDate>
        <dc:creator>Sebastien Carlier &lt;sebastien.carlier@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>73e1140b4929c92f7715bbc64ee8553815bb43aa - Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mpc85xx</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#73e1140b4929c92f7715bbc64ee8553815bb43aa</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot-mpc85xx

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Tue, 07 Jul 2009 18:54:12 +0000</pubDate>
        <dc:creator>Wolfgang Denk &lt;wd@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>017f11f68ef543e866be033bcb7b8058a8a380d8 - 8xxx: Break out DMA code to a common file</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/dma/Makefile#017f11f68ef543e866be033bcb7b8058a8a380d8</link>
        <description>8xxx: Break out DMA code to a common fileDMA support is now enabled via the CONFIG_FSL_DMA define instead of theprevious CONFIG_DDR_ECCSigned-off-by: Peter Tyser &lt;ptyser@xes-inc.com&gt;Signed-off-by: Kumar Gala &lt;galak@kernel.crashing.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/dma/Makefile</description>
        <pubDate>Tue, 30 Jun 2009 22:15:40 +0000</pubDate>
        <dc:creator>Peter Tyser &lt;ptyser@xes-inc.com&gt;</dc:creator>
    </item>
</channel>
</rss>
