<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt-imx6.git/include/linux, branch master</title>
<subtitle>LITMUS^RT and MC^2 V1 support for the i.MX6 processor family.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/'/>
<entry>
<title>Integrate preemption state machine with Linux scheduler</title>
<updated>2014-10-21T14:03:03+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-06-25T05:30:56+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=d40f1cc129917e9478d48658073e46462968b973'/>
<id>d40f1cc129917e9478d48658073e46462968b973</id>
<content type='text'>
Track when a processor is going to schedule "soon".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Track when a processor is going to schedule "soon".
</pre>
</div>
</content>
</entry>
<entry>
<title>Add object descriptor table to Linux's task_struct</title>
<updated>2014-10-21T14:01:48+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-06-25T05:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=ce3268cf0ebd29c52dd5130f8430f3a3b61b0cec'/>
<id>ce3268cf0ebd29c52dd5130f8430f3a3b61b0cec</id>
<content type='text'>
This table is similar to a file descriptor table. It keeps track of
which "objects" (locks) a real-time task holds a handle to.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This table is similar to a file descriptor table. It keeps track of
which "objects" (locks) a real-time task holds a handle to.
</pre>
</div>
</content>
</entry>
<entry>
<title>Extend task_struct with rt_param</title>
<updated>2014-10-21T14:00:47+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-06-25T04:22:06+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=0014dd7899cb1e7109516d70c6db29223b3bdbdd'/>
<id>0014dd7899cb1e7109516d70c6db29223b3bdbdd</id>
<content type='text'>
This patch adds the PCB extensions required for LITMUS^RT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the PCB extensions required for LITMUS^RT.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add hrtimer_start_on() support</title>
<updated>2014-10-21T14:00:41+00:00</updated>
<author>
<name>Felipe Cerqueira</name>
<email>felipec@mpi-sws.org</email>
</author>
<published>2013-02-11T15:36:35+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=39587f773d6b64c8f7ab82d7e222de45899cb36f'/>
<id>39587f773d6b64c8f7ab82d7e222de45899cb36f</id>
<content type='text'>
This patch adds hrtimer_start_on(), which allows arming timers on
remote CPUs.  This is needed to avoided timer interrupts on "shielded"
CPUs and is also useful for implementing semi-partitioned schedulers.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds hrtimer_start_on(), which allows arming timers on
remote CPUs.  This is needed to avoided timer interrupts on "shielded"
CPUs and is also useful for implementing semi-partitioned schedulers.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add object list to inodes</title>
<updated>2014-10-21T14:00:18+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-06-23T13:26:01+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=74a89132e046e7a35f16f6eab9c6884679d48f27'/>
<id>74a89132e046e7a35f16f6eab9c6884679d48f27</id>
<content type='text'>
This patch adds a list of arbitrary objects to inodes.

This is used by Linux's locking API to attach lock objects to inodes
(which represent namespaces in Linux's locking API).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds a list of arbitrary objects to inodes.

This is used by Linux's locking API to attach lock objects to inodes
(which represent namespaces in Linux's locking API).
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate ft_irq_fired() with Linux</title>
<updated>2014-10-21T13:59:54+00:00</updated>
<author>
<name>Bjoern Brandenburg</name>
<email>bbb@mpi-sws.org</email>
</author>
<published>2013-06-23T12:51:57+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=530f3c252277104613501e10cbfa63c09e4ca9c0'/>
<id>530f3c252277104613501e10cbfa63c09e4ca9c0</id>
<content type='text'>
This patch hooks up Feather-Trace's ft_irq_fired() handler with
Linux's interrupt handling infrastructure.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch hooks up Feather-Trace's ft_irq_fired() handler with
Linux's interrupt handling infrastructure.
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00323682 MMC: Fixed boot_config overwritten by switch partition</title>
<updated>2014-07-21T14:24:53+00:00</updated>
<author>
<name>Ye.Li</name>
<email>B37916@freescale.com</email>
</author>
<published>2014-07-21T13:53:50+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=50ef3db3e4c83bc7b0da05c1dac1af88328d73f4'/>
<id>50ef3db3e4c83bc7b0da05c1dac1af88328d73f4</id>
<content type='text'>
In MMC driver, two variables: boot_config and part_config  are used to
keep eCSD(179) PARTITION_CONFIG. The part_config is not updated when
set new boot_config, which causes the eCSD(179) is overwritten by
any following partition switching, so the new boot_config is lost.

Signed-off-by: Ye.Li &lt;B37916@freescale.com&gt;
(cherry picked from commit ed6ae43d513d211aba3ab6218feebbccbc33bdbd)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In MMC driver, two variables: boot_config and part_config  are used to
keep eCSD(179) PARTITION_CONFIG. The part_config is not updated when
set new boot_config, which causes the eCSD(179) is overwritten by
any following partition switching, so the new boot_config is lost.

Signed-off-by: Ye.Li &lt;B37916@freescale.com&gt;
(cherry picked from commit ed6ae43d513d211aba3ab6218feebbccbc33bdbd)
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00322021-1 pcie: pcie dbi reg can not be accessed</title>
<updated>2014-07-09T08:38:51+00:00</updated>
<author>
<name>Richard Zhu</name>
<email>r65037@freescale.com</email>
</author>
<published>2014-07-09T08:37:37+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=02a092b8e5dfd6226498b53fcd26fb350bd31e5c'/>
<id>02a092b8e5dfd6226498b53fcd26fb350bd31e5c</id>
<content type='text'>
fixed the but that the pcie dbi reg can't be accessed
on the 2014.04 version.

Signed-off-by: Richard Zhu &lt;r65037@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixed the but that the pcie dbi reg can't be accessed
on the 2014.04 version.

Signed-off-by: Richard Zhu &lt;r65037@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00320792-2 Revert "drivers: usb: udc-core: add deferred bind for gadget driver"</title>
<updated>2014-07-04T09:31:06+00:00</updated>
<author>
<name>Peter Chen</name>
<email>peter.chen@freescale.com</email>
</author>
<published>2014-07-04T04:39:41+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=2275dc85cecd4d32e31fc4d5223890f0a0f833c1'/>
<id>2275dc85cecd4d32e31fc4d5223890f0a0f833c1</id>
<content type='text'>
This reverts commit 22392a023eee469a7068f1ea77492d5ab9af14f9.

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 22392a023eee469a7068f1ea77492d5ab9af14f9.

Signed-off-by: Peter Chen &lt;peter.chen@freescale.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ENGR00317086-3 dcic: Add dcic driver source code</title>
<updated>2014-07-03T08:16:55+00:00</updated>
<author>
<name>Sandor Yu</name>
<email>R01008@freescale.com</email>
</author>
<published>2014-07-01T07:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-imx6.git/commit/?id=6193c09144f928d72b0474be28865489bb550cfe'/>
<id>6193c09144f928d72b0474be28865489bb550cfe</id>
<content type='text'>
Add dcic driver source code.
Support two instance dcic1 and dcic2.

Signed-off-by: Sandor Yu &lt;R01008@freescale.com&gt;
(cherry picked from commit 5dd90299f33e93252bd1cc7a9704adb9f469fa66)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add dcic driver source code.
Support two instance dcic1 and dcic2.

Signed-off-by: Sandor Yu &lt;R01008@freescale.com&gt;
(cherry picked from commit 5dd90299f33e93252bd1cc7a9704adb9f469fa66)
</pre>
</div>
</content>
</entry>
</feed>
