<?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>de64d96ea8b32c740472d4313e1381ba7941e1a6 - Revert &quot;i2c: muxes: Add support for Maxim MAX96752F&quot;</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#de64d96ea8b32c740472d4313e1381ba7941e1a6</link>
        <description>Revert &quot;i2c: muxes: Add support for Maxim MAX96752F&quot;This reverts commit 6da1776fd4bbf6042720192f312b294b02136fbb.Change-Id: I106e13f5a98abb6badfe961f527860794d28af6fSigned-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Thu, 02 Feb 2023 09:48:52 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>787e7c25f8b9ac1f5e8aac7b0994bb44907055ce - i2c: muxes: Add support for Maxim MAX96755F</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#787e7c25f8b9ac1f5e8aac7b0994bb44907055ce</link>
        <description>i2c: muxes: Add support for Maxim MAX96755FChange-Id: Iede6d015c3658c009cddaf223bb277f40f7c2e92Signed-off-by: Guochun Huang &lt;hero.huang@rock-chips.com&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Tue, 24 May 2022 11:51:30 +0000</pubDate>
        <dc:creator>Guochun Huang &lt;hero.huang@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>a9e2a0ea066254f77b9b3980ac442a4f935c345c - i2c: muxes: Add support for Maxim MAX96745</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#a9e2a0ea066254f77b9b3980ac442a4f935c345c</link>
        <description>i2c: muxes: Add support for Maxim MAX96745Signed-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;Change-Id: I77b9c26c046513dea20c18054909b87e132af000

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Thu, 19 May 2022 02:14:25 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>6da1776fd4bbf6042720192f312b294b02136fbb - i2c: muxes: Add support for Maxim MAX96752F</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#6da1776fd4bbf6042720192f312b294b02136fbb</link>
        <description>i2c: muxes: Add support for Maxim MAX96752FSigned-off-by: Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;Change-Id: Ic4232e0cd8b84d923033bf67d2421b67c15584cf

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Thu, 19 May 2022 01:22:13 +0000</pubDate>
        <dc:creator>Wyon Bi &lt;bivvy.bi@rock-chips.com&gt;</dc:creator>
    </item>
<item>
        <title>cc0427d2695220961f43dfb5e110511a9cb8ae16 - Merge git://git.denx.de/u-boot-i2c</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#cc0427d2695220961f43dfb5e110511a9cb8ae16</link>
        <description>Merge git://git.denx.de/u-boot-i2c

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Sat, 26 Aug 2017 19:10:38 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>a430556ecb630d26880b34b914b6ec29f5454d01 - i2c: muxes: add i2c gpio multiplexer driver</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#a430556ecb630d26880b34b914b6ec29f5454d01</link>
        <description>i2c: muxes: add i2c gpio multiplexer driverAdd an i2c mux driver providing access to i2c bus segments using ahardware MUX sitting on a master bus and controlled through gpio pins.E.G. something like:         ----------              ----------  Bus segment 1   - - - - -        |          | SCL/SDA    |          |-------------- |           |        |          |------------|          |        |          |            |          | Bus segment 2 |           |        |  Linux   | GPIO 1..N  |   MUX    |---------------   Devices        |          |------------|          |               |           |        |          |            |          | Bus segment M        |          |            |          |---------------|           |         ----------              ----------                  - - - - -SCL/SDA of the master I2C bus is multiplexed to bus segment 1..Maccording to the settings of the GPIO pins 1..N.Note commit log from kernelcommit 92ed1a76(&quot;i2c: Add generic I2C multiplexer using GPIO API&quot;)Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;Tested-by: Peng Fan &lt;peng.fan@nxp.com&gt; (i.MX6QP-Sabreauto)Cc: Heiko Schocher &lt;hs@denx.de&gt;Cc: Stefano Babic &lt;sbabic@denx.de&gt;Cc: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Mon, 14 Aug 2017 10:00:05 +0000</pubDate>
        <dc:creator>Peng Fan &lt;peng.fan@nxp.com&gt;</dc:creator>
    </item>
<item>
        <title>08ca213acadef61748dc62d48b0f5c4bed8b8c2d - Merge branch &apos;master&apos; of git://git.denx.de/u-boot</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#08ca213acadef61748dc62d48b0f5c4bed8b8c2d</link>
        <description>Merge branch &apos;master&apos; of git://git.denx.de/u-boot

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Tue, 24 May 2016 12:55:06 +0000</pubDate>
        <dc:creator>Stefano Babic &lt;sbabic@denx.de&gt;</dc:creator>
    </item>
<item>
        <title>d79ac324789839b4b10b37e2ff64dd9e4a92441e - i2c: muxes: Add support for TI PCA954X mux</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#d79ac324789839b4b10b37e2ff64dd9e4a92441e</link>
        <description>i2c: muxes: Add support for TI PCA954X muxAdd support for common TI i2c mux which is available on ZynqMP zcu102board.DM i2c mux core code is selecting/deselecting bus before/afterevery command is performed that&apos;s why only one channel is active at atime. That&apos;s also the reason why deselect is just disable all availablechannels.Signed-off-by: Michal Simek &lt;michal.simek@xilinx.com&gt;Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Mon, 25 Apr 2016 08:50:42 +0000</pubDate>
        <dc:creator>Michal Simek &lt;michal.simek@xilinx.com&gt;</dc:creator>
    </item>
<item>
        <title>4082fce92498a64e5e543ad53a1ed5a5c02a64d1 - dm: i2c: Allow muxes to be enabled for SPL separately</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#4082fce92498a64e5e543ad53a1ed5a5c02a64d1</link>
        <description>dm: i2c: Allow muxes to be enabled for SPL separatelySince I2C muxes are seldom needed in SPL, and the code for this increasesthe size somewhat, add a separate option to enable I2C muxes for SPL.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Fri, 22 Jan 2016 02:43:53 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>ae27120c31d58b8bb694d9155bcffdcfae8552a6 - Merge git://git.denx.de/u-boot-dm</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#ae27120c31d58b8bb694d9155bcffdcfae8552a6</link>
        <description>Merge git://git.denx.de/u-boot-dm

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Thu, 06 Aug 2015 23:56:03 +0000</pubDate>
        <dc:creator>Tom Rini &lt;trini@konsulko.com&gt;</dc:creator>
    </item>
<item>
        <title>b725dc458f9db44957d4f541d05defe178dda7b5 - i2c: Add a mux for GPIO-based I2C bus arbitration</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#b725dc458f9db44957d4f541d05defe178dda7b5</link>
        <description>i2c: Add a mux for GPIO-based I2C bus arbitrationWhile I2C supports multi-master buses this is difficult to get right.The implementation on the master side in software is quite complex.Clock-stretching and the arbitrary time that an I2C transaction can takemake it difficult to share the bus fairly in the face of high traffic.When one or more masters can be reset independently part-way through atransaction it is hard to know the state of the bus.This driver provides a scheme based on two &apos;claim&apos; GPIOs, one driven by theAP (Application Processor, meaning the main CPU) and one driven by the EC(Embedded Controller, a small CPU aimed at handling system tasks). Withthese they can communicate and reliably share the bus. This scheme hasminimal overhead and involves very little code. It is used on snow topermit the EC and the AP to share access to the main system PMIC andbattery. The scheme can survive reboots by either side without difficulty.This scheme has been tested in the field with millions of devices.Since U-Boot runs on the AP, the terminology used is &apos;our&apos; claim GPIO,meaning the AP&apos;s, and &apos;their&apos; claim GPIO, meaning the EC&apos;s. This terminologyis used by the device tree bindings in Linux also.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Mon, 03 Aug 2015 14:19:22 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3d1957f0ea0133ec06f9c6fd85dc1acdf66ad29c - dm: i2c: Add support for multiplexed I2C buses</title>
        <link>http://opengrok.muzhidianzi.cn:8080/history/rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile#3d1957f0ea0133ec06f9c6fd85dc1acdf66ad29c</link>
        <description>dm: i2c: Add support for multiplexed I2C busesAdd a new I2C_MUX uclass. Devices in this class can multiplex betweenseveral I2C buses, selecting them one at a time for use by the system.The multiplexing mechanism is left to the driver to decide - it may becontrolled by GPIOs, for example.The uclass supports only two methods: select() and deselect().The current mux state is expected to be stored in the mux itself sinceit is the only thing that knows how to make things work. The mux canrecord the current state and then avoid switching unless it is necessary.So select() can be skipped if the mux is already in the correct state.Also deselect() can be made a nop if required.Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;

            List of files:
            /rk3399_rockchip-uboot/drivers/i2c/muxes/Makefile</description>
        <pubDate>Mon, 03 Aug 2015 14:19:21 +0000</pubDate>
        <dc:creator>Simon Glass &lt;sjg@chromium.org&gt;</dc:creator>
    </item>
</channel>
</rss>
