<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/drivers/i2c, branch v2020.07-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/drivers/i2c?h=v2020.07-rc2</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/drivers/i2c?h=v2020.07-rc2'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2020-05-10T11:21:20Z</updated>
<entry>
<title>i2c: mxc: add fuse check</title>
<updated>2020-05-10T11:21:20Z</updated>
<author>
<name>Peng Fan</name>
<email>peng.fan@nxp.com</email>
</author>
<published>2020-05-01T14:08:35Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=7d1ee741d1367172eaf92c554ebf56b9cba13504'/>
<id>urn:sha1:7d1ee741d1367172eaf92c554ebf56b9cba13504</id>
<content type='text'>
Add fuse check for I2C. If the fuse indicates the module
will not work in the SoC, let's fail the initialization.

Signed-off-by: Peng Fan &lt;peng.fan@nxp.com&gt;
</content>
</entry>
<entry>
<title>Merge tag 'for-v2020.07' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c</title>
<updated>2020-04-21T12:28:13Z</updated>
<author>
<name>Tom Rini</name>
<email>trini@konsulko.com</email>
</author>
<published>2020-04-21T12:28:13Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=1bf65142b31a48c8e354df603c9f6fa5c8cac389'/>
<id>urn:sha1:1bf65142b31a48c8e354df603c9f6fa5c8cac389</id>
<content type='text'>
i2c changes for 2020.07
- add new i2c driver for Broadcom iproc-based socs
- fix cmd: eeprom: Staticize eeprom_i2c_bus
- i2c: muxes: pca954x: add PCA9546 variant
</content>
</entry>
<entry>
<title>drivers: i2c: add brcm iproc I2C driver support</title>
<updated>2020-04-20T04:52:28Z</updated>
<author>
<name>Rayagonda Kokatanur</name>
<email>rayagonda.kokatanur@broadcom.com</email>
</author>
<published>2020-04-08T05:42:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=956d57a8ddf17dbd69f9120b399f621f15ea3f95'/>
<id>urn:sha1:956d57a8ddf17dbd69f9120b399f621f15ea3f95</id>
<content type='text'>
Add I2C driver support for Broadcom iproc-based socs.

Signed-off-by: Arjun Jyothi &lt;arjun.jyothi@broadcom.com&gt;
Signed-off-by: Rayagonda Kokatanur &lt;rayagonda.kokatanur@broadcom.com&gt;
Signed-off-by: Sheetal Tigadoli &lt;sheetal.tigadoli@broadcom.com&gt;
Signed-off-by: Vladimir Olovyannikov &lt;vladimir.olovyannikov@broadcom.com&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>i2c: muxes: pca954x: add PCA9546 variant</title>
<updated>2020-04-20T04:47:35Z</updated>
<author>
<name>Chris Packham</name>
<email>judge.packham@gmail.com</email>
</author>
<published>2020-04-01T02:55:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=0b1d7b7271c6df13da87218dfa8a2459e0eb29fa'/>
<id>urn:sha1:0b1d7b7271c6df13da87218dfa8a2459e0eb29fa</id>
<content type='text'>
This adds the PCA9546 4-channel i2c bus switch.

Signed-off-by: Chris Packham &lt;judge.packham@gmail.com&gt;
Reviewed-by: Luca Ceresoli &lt;luca@lucaceresoli.net&gt;
Reviewed-by: Heiko Schocher &lt;hs@denx.de&gt;
</content>
</entry>
<entry>
<title>doc: fix references to driver-model</title>
<updated>2020-04-17T16:32:36Z</updated>
<author>
<name>Heinrich Schuchardt</name>
<email>xypron.glpk@gmx.de</email>
</author>
<published>2020-02-25T20:35:39Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2799a69ee88f8fe086846095f8fe8a8e79483605'/>
<id>urn:sha1:2799a69ee88f8fe086846095f8fe8a8e79483605</id>
<content type='text'>
Fix some errors pointed out by 'make refcheckdocs'.

Signed-off-by: Heinrich Schuchardt &lt;xypron.glpk@gmx.de&gt;
Reviewed-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>i2c: stm32f7_i2c: allows for any bus frequency</title>
<updated>2020-03-24T13:23:32Z</updated>
<author>
<name>Alain Volmat</name>
<email>alain.volmat@st.com</email>
</author>
<published>2020-03-06T10:09:14Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=c32446557627699cd17c93d1077b9d0466a81589'/>
<id>urn:sha1:c32446557627699cd17c93d1077b9d0466a81589</id>
<content type='text'>
Do not limit to 3 (100KHz, 400KHz, 1MHz) bus frequencies, but
instead allow for any frequency. Depending on the requested
frequency (via the clock-frequency DT entry), use the spec
data from either Standard, Fast or Fast Plus mode.

In order to do so, the driver do not use anymore spec identifier
by directly handle the requested frequency and from it retrieve
the corresponding spec data to be used for the computation
of the timing register.

Signed-off-by: Alain Volmat &lt;alain.volmat@st.com&gt;
Reviewed-by: Patrick DELAUNAY &lt;patrick.delaunay@st.com&gt;
Signed-off-by: Patrick Delaunay &lt;patrick.delaunay@st.com&gt;
Acked-by: Patrice Chotard &lt;patrice.chotard@st.com&gt;
</content>
</entry>
<entry>
<title>i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed</title>
<updated>2020-03-16T07:04:29Z</updated>
<author>
<name>Jun Chen</name>
<email>jun.chen@vatics.com</email>
</author>
<published>2020-03-02T08:58:57Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=27d483bfa34c1695c2be230efc50c52d5a3d04e2'/>
<id>urn:sha1:27d483bfa34c1695c2be230efc50c52d5a3d04e2</id>
<content type='text'>
Add support for high speed if scl_sda_cfg exist.

Signed-off-by: Jun Chen &lt;ptchentw@gmail.com&gt;
Signed-off-by: Jun Chen &lt;jun.chen@vatics.com&gt;
</content>
</entry>
<entry>
<title>i2c: designware_i2c: remove 'has_high_speed'</title>
<updated>2020-03-16T07:04:17Z</updated>
<author>
<name>Jun Chen</name>
<email>jun.chen@vatics.com</email>
</author>
<published>2020-03-02T08:58:56Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=be26342314a6aacc1bb1e53ad00dfb4b836f0134'/>
<id>urn:sha1:be26342314a6aacc1bb1e53ad00dfb4b836f0134</id>
<content type='text'>
Remove 'has_high_speed' config since we can check high speed support
from IC_COMP_PARAM_1 register.

Signed-off-by: Jun Chen &lt;ptchentw@gmail.com&gt;
Signed-off-by: Jun Chen &lt;jun.chen@vatics.com&gt;
</content>
</entry>
<entry>
<title>i2c: designware_i2c: check is high speed possible support</title>
<updated>2020-03-16T07:04:09Z</updated>
<author>
<name>Jun Chen</name>
<email>jun.chen@vatics.com</email>
</author>
<published>2020-03-02T08:58:55Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=565e328b959b58c181fdec33b2e161ada90dd521'/>
<id>urn:sha1:565e328b959b58c181fdec33b2e161ada90dd521</id>
<content type='text'>
To read IC_COMP_PARAM_1[3:2] to check is high speed possible,
and fall back to fast mode if not.

Signed-off-by: Jun Chen &lt;ptchentw@gmail.com&gt;
Signed-off-by: Jun Chen &lt;jun.chen@vatics.com&gt;
</content>
</entry>
<entry>
<title>i2c: designware_i2c: Fix IC_CON register setting for high speed mode</title>
<updated>2020-03-16T07:03:53Z</updated>
<author>
<name>Jun Chen</name>
<email>jun.chen@vatics.com</email>
</author>
<published>2020-03-02T08:58:54Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=70c894f85e9e116b8f215f522ed96b60ac60f201'/>
<id>urn:sha1:70c894f85e9e116b8f215f522ed96b60ac60f201</id>
<content type='text'>
IC_CON[2:1] should be 3 for high speed mode

Signed-off-by: Jun Chen &lt;ptchentw@gmail.com&gt;
Signed-off-by: Jun Chen &lt;jun.chen@vatics.com&gt;
</content>
</entry>
</feed>
