<feed xmlns='http://www.w3.org/2005/Atom'>
<title>litmus-rt-pandaboard.git/include, branch pandaboard-litmus</title>
<subtitle>LITMUS^RT and MC^2 V0 support for the pandaboard.</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/'/>
<entry>
<title>Include a missing header file.</title>
<updated>2012-09-20T18:30:45+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-20T18:30:45+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=953d12017b9acda12057c0fa1e03f7ed51e71501'/>
<id>953d12017b9acda12057c0fa1e03f7ed51e71501</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'oneiric-ubuntu/pandaboard' into pandaboard-litmus</title>
<updated>2012-09-20T17:33:17+00:00</updated>
<author>
<name>Christopher Kenna</name>
<email>cjk@cs.unc.edu</email>
</author>
<published>2012-09-20T17:33:17+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=5e0a4919ccb230ab449826ef91bdf38a4ed283e5'/>
<id>5e0a4919ccb230ab449826ef91bdf38a4ed283e5</id>
<content type='text'>
Remote branch is from Ubuntu Oneiric (tag Ubuntu-3.0.0-1215.27) with
minor patch to the TWL-RTC code. Trying to pull this into LITMUS^RT
staging (as of 9/20/2012) to get LITMUS^RT running on the PandaBoard.

Conflicts:
	Makefile
	fs/exec.c
	include/linux/fs.h
	kernel/fork.c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remote branch is from Ubuntu Oneiric (tag Ubuntu-3.0.0-1215.27) with
minor patch to the TWL-RTC code. Trying to pull this into LITMUS^RT
staging (as of 9/20/2012) to get LITMUS^RT running on the PandaBoard.

Conflicts:
	Makefile
	fs/exec.c
	include/linux/fs.h
	kernel/fork.c
</pre>
</div>
</content>
</entry>
<entry>
<title>I2C: OMAP1/OMAP2+: create omap I2C functionality flags for each cpu_... test</title>
<updated>2012-08-17T08:19:23+00:00</updated>
<author>
<name>Andy Green</name>
<email>andy@warmcat.com</email>
</author>
<published>2011-09-23T17:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=6005dc6082fb389d88338e3cdc3af2feabed0531'/>
<id>6005dc6082fb389d88338e3cdc3af2feabed0531</id>
<content type='text'>
These represent the 8 kinds of implementation functionality
that up until now were inferred by the 16 remaining cpu_...()
tests in the omap i2c driver.

Changed to use BIT() as suggested by Balaji T Krishnamoorthy.

Cc: patches@linaro.org
Cc: Ben Dooks &lt;ben-linux@fluff.org&gt;
Reported-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Kevin Hilman &lt;khilman@ti.com&gt;
Signed-off-by: Paul Walmsley &lt;paul@pwsan.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These represent the 8 kinds of implementation functionality
that up until now were inferred by the 16 remaining cpu_...()
tests in the omap i2c driver.

Changed to use BIT() as suggested by Balaji T Krishnamoorthy.

Cc: patches@linaro.org
Cc: Ben Dooks &lt;ben-linux@fluff.org&gt;
Reported-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Kevin Hilman &lt;khilman@ti.com&gt;
Signed-off-by: Paul Walmsley &lt;paul@pwsan.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>I2C: OMAP2+:  Introduce I2C IP versioning constants</title>
<updated>2012-08-17T08:19:23+00:00</updated>
<author>
<name>Andy Green</name>
<email>andy@warmcat.com</email>
</author>
<published>2011-09-23T17:31:24+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=39ebba0c53681d831f844e881a181904128f2780'/>
<id>39ebba0c53681d831f844e881a181904128f2780</id>
<content type='text'>
These represent the two kinds of (incompatible) OMAP I2C
peripheral unit in use so far.

The constants are in linux/i2c-omap.h so the omap i2c driver can have
them too.

Cc: patches@linaro.org
Cc: Ben Dooks &lt;ben-linux@fluff.org&gt;
Reported-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Kevin Hilman &lt;khilman@ti.com&gt;
Signed-off-by: Paul Walmsley &lt;paul@pwsan.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These represent the two kinds of (incompatible) OMAP I2C
peripheral unit in use so far.

The constants are in linux/i2c-omap.h so the omap i2c driver can have
them too.

Cc: patches@linaro.org
Cc: Ben Dooks &lt;ben-linux@fluff.org&gt;
Reported-by: Peter Maydell &lt;peter.maydell@linaro.org&gt;
Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
Signed-off-by: Tony Lindgren &lt;tony@atomide.com&gt;
Signed-off-by: Kevin Hilman &lt;khilman@ti.com&gt;
Signed-off-by: Paul Walmsley &lt;paul@pwsan.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add omap drm display driver</title>
<updated>2012-08-17T08:18:47+00:00</updated>
<author>
<name>Rob Clark</name>
<email>rob@ti.com</email>
</author>
<published>2011-09-01T07:05:21+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=6ac5d0b980b1a9c43071cb1ab36aaf29bff6fd45'/>
<id>6ac5d0b980b1a9c43071cb1ab36aaf29bff6fd45</id>
<content type='text'>
A DSS based DRM display driver, which provides a plugin interface for
3d/2d accelerators to register. The core driver handles construction
of CRTC/encoder/connectors to represent the hardware, and support KMS.
This driver replaces omapfb. The omap drm driver allocates framebuffer
memory and implements (with the help of drm_fb_helper) the legacy fbdev
interface.

The driver maps CRTCs to overlays, encoders to overlay-managers, and
connectors to dssdev's.

Signed-off-by: Rob Clark &lt;rob@ti.com&gt;
Signed-off-by: Ricardo Salveti de Araujo &lt;ricardo.salveti@canonical.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A DSS based DRM display driver, which provides a plugin interface for
3d/2d accelerators to register. The core driver handles construction
of CRTC/encoder/connectors to represent the hardware, and support KMS.
This driver replaces omapfb. The omap drm driver allocates framebuffer
memory and implements (with the help of drm_fb_helper) the legacy fbdev
interface.

The driver maps CRTCs to overlays, encoders to overlay-managers, and
connectors to dssdev's.

Signed-off-by: Rob Clark &lt;rob@ti.com&gt;
Signed-off-by: Ricardo Salveti de Araujo &lt;ricardo.salveti@canonical.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drm/gem: add functions for mmap offset creation</title>
<updated>2012-08-17T08:18:47+00:00</updated>
<author>
<name>Rob Clark</name>
<email>rob@ti.com</email>
</author>
<published>2011-09-01T07:03:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=07d9aa8a852d1e4437ed23a8d84926b4e0580f05'/>
<id>07d9aa8a852d1e4437ed23a8d84926b4e0580f05</id>
<content type='text'>
Signed-off-by: Rob Clark &lt;rob@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Rob Clark &lt;rob@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>gem: RFC: add support for private objects</title>
<updated>2012-08-17T08:18:46+00:00</updated>
<author>
<name>Alan Cox</name>
<email>alan@linux.intel.com</email>
</author>
<published>2011-09-01T07:00:39+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=18b0e1a052268b8ad87c21f2beb1e7faf46753f7'/>
<id>18b0e1a052268b8ad87c21f2beb1e7faf46753f7</id>
<content type='text'>
These small changes should allow GEM to be used with non shmem objects as
well as shmem objects. In the GMA500 case it allows the base framebuffer to
appear as a GEM object and thus acquire a handle and work with KMS.

For i915 it ought to be trivial to get back the wasted memory but putting the
system fb back into stolen RAM and in general I can imagine it allowing the
use of GEM and thus KMS with all the older cards that have their framebuffer
firmly placed in video RAM.

Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These small changes should allow GEM to be used with non shmem objects as
well as shmem objects. In the GMA500 case it allows the base framebuffer to
appear as a GEM object and thus acquire a handle and work with KMS.

For i915 it ought to be trivial to get back the wasted memory but putting the
system fb back into stolen RAM and in general I can imagine it allowing the
use of GEM and thus KMS with all the older cards that have their framebuffer
firmly placed in video RAM.

Signed-off-by: Alan Cox &lt;alan@linux.intel.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>OMAP USB gcc4.6 usb fix</title>
<updated>2012-08-17T08:18:43+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2011-08-25T07:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=24287b4ba4b3e1abfa1be33af513c8b7223ce855'/>
<id>24287b4ba4b3e1abfa1be33af513c8b7223ce855</id>
<content type='text'>
https://lists.yoctoproject.org/pipermail/poky/2011-June/006646.html

Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://lists.yoctoproject.org/pipermail/poky/2011-June/006646.html

Signed-off-by: Andy Green &lt;andy.green@linaro.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>V4L2-GFX: (NEW) video capture driver for SGX texture streaming</title>
<updated>2012-08-17T08:18:37+00:00</updated>
<author>
<name>Tony Lofthouse</name>
<email>a0741364@ti.com</email>
</author>
<published>2011-08-25T06:59:47+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=85dfa3c8f2c7ff46c89f86e13b049643b64c2b49'/>
<id>85dfa3c8f2c7ff46c89f86e13b049643b64c2b49</id>
<content type='text'>
New driver sources under: drivers/media/video/omapgfx/

Ioctls for texture streaming applications in
include/linux/omap_v4l2_gfx.h

This patch also needs to increase the number SYS_DEVICE_COUNT in the
SGX/PVR kernel services.

Also introduces a new Kconfig variable CONFIG_VIDEO_OMAP_GFX

Fixed up whitespace and checked with sparse and checkpatch.

Change-Id: I909e129c28f8c715037e2233420e70cf3c9fde1c
Signed-off-by: Tony Lofthouse &lt;a0741364@ti.com&gt;
Signed-off-by: Tony Lofthouse &lt;tony.lofthouse@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New driver sources under: drivers/media/video/omapgfx/

Ioctls for texture streaming applications in
include/linux/omap_v4l2_gfx.h

This patch also needs to increase the number SYS_DEVICE_COUNT in the
SGX/PVR kernel services.

Also introduces a new Kconfig variable CONFIG_VIDEO_OMAP_GFX

Fixed up whitespace and checked with sparse and checkpatch.

Change-Id: I909e129c28f8c715037e2233420e70cf3c9fde1c
Signed-off-by: Tony Lofthouse &lt;a0741364@ti.com&gt;
Signed-off-by: Tony Lofthouse &lt;tony.lofthouse@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Subject: [PATCH 082/104] ASoC: OMAP4 ABE DSP - Add support for the OMAP4 ABE DSP</title>
<updated>2012-08-17T08:18:26+00:00</updated>
<author>
<name>Liam Girdwood</name>
<email>lrg@ti.com</email>
</author>
<published>2011-07-24T19:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/litmus-rt-pandaboard.git/commit/?id=0532a15e8acd2dcd60fbc6473500b2e970df16e1'/>
<id>0532a15e8acd2dcd60fbc6473500b2e970df16e1</id>
<content type='text'>
This patch adds the OMAP4 ABE platform driver. This driver defines and
exports control for the DSP Frontend and Backend routing.

TODO: cleanup

Signed-off-by: Liam Girdwood &lt;lrg@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This patch adds the OMAP4 ABE platform driver. This driver defines and
exports control for the DSP Frontend and Backend routing.

TODO: cleanup

Signed-off-by: Liam Girdwood &lt;lrg@ti.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
