<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/include/linux/i2c-pnx.h, branch linux-rolling-stable</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-rolling-stable</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-rolling-stable'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2018-05-17T14:27:59Z</updated>
<entry>
<title>i2c: pnx: move header into the driver</title>
<updated>2018-05-17T14:27:59Z</updated>
<author>
<name>Wolfram Sang</name>
<email>wsa@the-dreams.de</email>
</author>
<published>2018-04-19T20:00:13Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=caaccda136ae3fa1c5f6563aae22ca3c199f563a'/>
<id>urn:sha1:caaccda136ae3fa1c5f6563aae22ca3c199f563a</id>
<content type='text'>
There are no platform_data users anymore. Move the structs into the
driver.

Signed-off-by: Wolfram Sang &lt;wsa@the-dreams.de&gt;
Acked-by: Vladimir Zapolskiy &lt;vz@mleia.com&gt;
</content>
</entry>
<entry>
<title>i2c: pnx: Use devm_*() functions</title>
<updated>2014-01-16T10:15:50Z</updated>
<author>
<name>Jingoo Han</name>
<email>jg1.han@samsung.com</email>
</author>
<published>2014-01-14T00:19:30Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=d1ccc125f348ff31dd7954ae718e73ba1c884da9'/>
<id>urn:sha1:d1ccc125f348ff31dd7954ae718e73ba1c884da9</id>
<content type='text'>
Use devm_*() functions to make cleanup paths simpler,
and remove redundant return value check of platform_get_resource()
because the value is checked by devm_ioremap_resource().

Signed-off-by: Jingoo Han &lt;jg1.han@samsung.com&gt;
Signed-off-by: Wolfram Sang &lt;wsa@the-dreams.de&gt;
</content>
</entry>
<entry>
<title>i2c: pnx: Fix read transactions of &gt;= 2 bytes</title>
<updated>2012-09-12T15:52:44Z</updated>
<author>
<name>Roland Stigge</name>
<email>stigge@antcom.de</email>
</author>
<published>2012-08-08T07:42:32Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c076ada4e4aaf45e1a31ad6de7c6cce36081e045'/>
<id>urn:sha1:c076ada4e4aaf45e1a31ad6de7c6cce36081e045</id>
<content type='text'>
On transactions with n&gt;=2 bytes, the controller actually wrongly clocks in n+1
bytes. This is caused by the (wrong) assumption that RFE in the Status Register
is 1 iff there is no byte already ordered (via a dummy TX byte). This lead to
the implementation of synchronized byte ordering, e.g.:

Dummy-TX - RX - Dummy-TX - RX - ...

But since RFE actually stays high after some Dummy-TX, it rather looks like:

Dummy-TX - Dummy-TX - RX - Dummy-TX - RX - (RX)

The last RX byte is clocked in by the bus controller, but ignored by the kernel
when filling the userspace buffer.

This patch fixes the issue by asking for RX via Dummy-TX asynchronously.
Introducing a separate counter for TX bytes.

Signed-off-by: Roland Stigge &lt;stigge@antcom.de&gt;
Signed-off-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>i2c: Add device tree support to i2c-pnx.c</title>
<updated>2012-04-22T09:59:47Z</updated>
<author>
<name>Roland Stigge</name>
<email>stigge@antcom.de</email>
</author>
<published>2012-04-22T09:59:47Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=b41a216dafe4dd23c95cb4203de288f773a097a6'/>
<id>urn:sha1:b41a216dafe4dd23c95cb4203de288f773a097a6</id>
<content type='text'>
This patch adds device tree support to the pnx-i2c driver by using platform
resources for memory region and irq and removing dependency on mach includes.

The following platforms are affected:

* PNX
* LPC31xx (WIP)
* LPC32xx

The patch is based on a patch by Jon Smirl, working on lpc31xx integration

Signed-off-by: Roland Stigge &lt;stigge@antcom.de&gt;
Signed-off-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>i2c-pnx.c: Use resources in platforms</title>
<updated>2012-04-22T09:59:47Z</updated>
<author>
<name>Roland Stigge</name>
<email>stigge@antcom.de</email>
</author>
<published>2012-04-22T09:59:47Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=1451ba3a5fa52d874e03a3380d053f3e6a5fcae4'/>
<id>urn:sha1:1451ba3a5fa52d874e03a3380d053f3e6a5fcae4</id>
<content type='text'>
As a precondition for device tree conversion, the platforms using i2c-pnx.c are
converted to using mem and irq resources instead of platform data.

Signed-off-by: Roland Stigge &lt;stigge@antcom.de&gt;
Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;
Signed-off-by: Wolfram Sang &lt;w.sang@pengutronix.de&gt;
</content>
</entry>
<entry>
<title>ARM: PNX4008: move i2c_adapter structure inside the drivers private data</title>
<updated>2010-02-12T17:32:41Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-11-21T12:25:27Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=9d7f73632c87ef1b6187eb539d1efd63c3cf0e36'/>
<id>urn:sha1:9d7f73632c87ef1b6187eb539d1efd63c3cf0e36</id>
<content type='text'>
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: PNX4008: kzalloc i2c drivers internal data</title>
<updated>2010-02-12T17:32:40Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-11-21T12:10:54Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=44c5d739181886cff8e3903dfa38cd704f3d9640'/>
<id>urn:sha1:44c5d739181886cff8e3903dfa38cd704f3d9640</id>
<content type='text'>
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'</title>
<updated>2010-02-12T17:32:40Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-11-21T11:58:36Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=88d968b22fa26d5e3a8cab46fc7c3a21c89a91d3'/>
<id>urn:sha1:88d968b22fa26d5e3a8cab46fc7c3a21c89a91d3</id>
<content type='text'>
This avoids unnecessary casting.

Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: PNX4008: get i2c clock rate from clk API</title>
<updated>2010-02-12T17:32:39Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-11-20T12:46:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6fff3da998ac3cc9ed8a84bf4f19911bd63c8c32'/>
<id>urn:sha1:6fff3da998ac3cc9ed8a84bf4f19911bd63c8c32</id>
<content type='text'>
Acked-by: Vitaly Wool &lt;vitalywool@gmail.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
<entry>
<title>ARM: PNX4008: move i2c clock start/stop into driver</title>
<updated>2010-02-12T17:32:39Z</updated>
<author>
<name>Russell King</name>
<email>rmk+kernel@arm.linux.org.uk</email>
</author>
<published>2009-11-20T11:12:26Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0321cb83e1c3f3a4282bd620c6cec78c5b80b572'/>
<id>urn:sha1:0321cb83e1c3f3a4282bd620c6cec78c5b80b572</id>
<content type='text'>
Acked-by: Vitaly Wool &lt;vitalywool@gmail.com&gt;
Signed-off-by: Russell King &lt;rmk+kernel@arm.linux.org.uk&gt;
</content>
</entry>
</feed>
