<feed xmlns='http://www.w3.org/2005/Atom'>
<title>BMC/Intel-BMC/linux.git/drivers, branch dev</title>
<subtitle>Intel OpenBMC Linux kernel source tree (mirror)</subtitle>
<id>https://git.radix-linux.su/BMC/Intel-BMC/linux.git/atom?h=dev</id>
<link rel='self' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/atom?h=dev'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/'/>
<updated>2015-11-04T09:28:25+00:00</updated>
<entry>
<title>i2c/i2c-aspeed: Set of_node of i2c bus devices</title>
<updated>2015-11-04T09:28:25+00:00</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2015-11-04T09:08:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=bd81ab1984896a1a6fac01c7f59314b05caf94de'/>
<id>urn:sha1:bd81ab1984896a1a6fac01c7f59314b05caf94de</id>
<content type='text'>
So the core code will enumerate for devices.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>i2c: Don't print in i2c_device_uevent</title>
<updated>2015-11-04T09:28:16+00:00</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2015-11-04T08:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=cff17c45f3a135a5b3c9d37b1d080e4e66c385f8'/>
<id>urn:sha1:cff17c45f3a135a5b3c9d37b1d080e4e66c385f8</id>
<content type='text'>
CONFIG_I2C_DEBUG_CORE + systemd-journald = infinite loop

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>aspeed/i2c: add all buses to device tree</title>
<updated>2015-10-30T06:09:16+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2015-10-30T06:05:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=d75c25dae1671f55f8a0356be0f5bb9aa8df5dc2'/>
<id>urn:sha1:d75c25dae1671f55f8a0356be0f5bb9aa8df5dc2</id>
<content type='text'>
They will only be enabled if the status property is changed from
"disabled".

Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>aspeed/i2c: Add working driver for multiple buses</title>
<updated>2015-10-30T05:32:03+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2015-10-30T05:32:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=5a9be1dd481d48462bc9dd793fcf349c639f01bf'/>
<id>urn:sha1:5a9be1dd481d48462bc9dd793fcf349c639f01bf</id>
<content type='text'>
We do not support DMA, and have not tested any slave support, however
master mode byte-at-a-time is working.

The device tree currently includes the first and second buses.

Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>gpio/aspeed: constify the aspeed_gpio_banks structure</title>
<updated>2015-10-28T01:46:05+00:00</updated>
<author>
<name>Joel Stanley</name>
<email>joel@jms.id.au</email>
</author>
<published>2015-10-28T01:45:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=0e0ca76818c0e81aa7647c7cc9d06b6babaacd77'/>
<id>urn:sha1:0e0ca76818c0e81aa7647c7cc9d06b6babaacd77</id>
<content type='text'>
Signed-off-by: Joel Stanley &lt;joel@jms.id.au&gt;
</content>
</entry>
<entry>
<title>gpio/aspeed: Don't set names for aspeed GPIOs</title>
<updated>2015-10-28T00:48:54+00:00</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2015-10-28T00:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=268793ca44b9770d1e0144ecdbf0c86585161cbd'/>
<id>urn:sha1:268793ca44b9770d1e0144ecdbf0c86585161cbd</id>
<content type='text'>
We need the numbers for exporting anyway.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>gpio/aspeed: Implement interrupts for GPIO banks</title>
<updated>2015-10-27T07:26:13+00:00</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2015-10-26T06:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=1549a79bc19e77975ad104dc16da8fa14d0161de'/>
<id>urn:sha1:1549a79bc19e77975ad104dc16da8fa14d0161de</id>
<content type='text'>
We have a set of interrupt registers in each bank; this change
adds a gpio irqchip to hook them up to the GPIO code.

Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>gpio/aspeed: Expose entire bank as one gpio chip</title>
<updated>2015-10-27T07:15:50+00:00</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2015-10-23T06:31:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=302fccccca9d5e1338925c99c8e52107e5f204ae'/>
<id>urn:sha1:302fccccca9d5e1338925c99c8e52107e5f204ae</id>
<content type='text'>
Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>gpio/aspeed: Pass struct resource directly to devm_ioremap_resource</title>
<updated>2015-10-27T06:44:04+00:00</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2015-10-27T06:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=4da0fb77804ab2b253245141cf0fbcaec0ce8e53'/>
<id>urn:sha1:4da0fb77804ab2b253245141cf0fbcaec0ce8e53</id>
<content type='text'>
Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
<entry>
<title>misc/bt-host: read bt ctrl state after poll_wait</title>
<updated>2015-10-23T04:31:52+00:00</updated>
<author>
<name>Jeremy Kerr</name>
<email>jk@ozlabs.org</email>
</author>
<published>2015-10-21T06:36:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/BMC/Intel-BMC/linux.git/commit/?id=c9021bd6e724c6515cee84480bddb987e9fef489'/>
<id>urn:sha1:c9021bd6e724c6515cee84480bddb987e9fef489</id>
<content type='text'>
Signed-off-by: Jeremy Kerr &lt;jk@ozlabs.org&gt;
</content>
</entry>
</feed>
