<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git, branch tizen/vr</title>
<subtitle>Linux Kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/linux.git/atom?h=tizen%2Fvr</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/linux.git/atom?h=tizen%2Fvr'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/'/>
<updated>2017-02-17T08:46:47+00:00</updated>
<entry>
<title>ARM64: tizen_tm2_defconfig: enable CONFIG_GEARVR</title>
<updated>2017-02-17T08:46:47+00:00</updated>
<author>
<name>Andi Shyti</name>
<email>andi.shyti@samsung.com</email>
</author>
<published>2017-02-17T08:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=9b2337728210de40b7e48576e439c9772809eefb'/>
<id>urn:sha1:9b2337728210de40b7e48576e439c9772809eefb</id>
<content type='text'>
Enable support for Samsung Gear VR

Change-Id: I254b1aab8c254a53e21d4996b9b95dd6f8461a5d
Signed-off-by: Andi Shyti &lt;andi.shyti@samsung.com&gt;
</content>
</entry>
<entry>
<title>HID: gearvr: add support for Samsung Gear VR</title>
<updated>2017-02-17T08:46:47+00:00</updated>
<author>
<name>Andi Shyti</name>
<email>andi.shyti@samsung.com</email>
</author>
<published>2017-02-17T08:32:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=be96160ee1754c2058610a3855f88809f2e247be'/>
<id>urn:sha1:be96160ee1754c2058610a3855f88809f2e247be</id>
<content type='text'>
The Gear VR is a connected through USB to mobile phones and
generates a hidraw device as interface to userspace.

Change-Id: Ib7814fa6f86a034d5ab6fd59120efb8c2392f9bd
Signed-off-by: Andi Shyti &lt;andi.shyti@samsung.com&gt;
</content>
</entry>
<entry>
<title>HID: hid-ids: add device ID for Gear VR SM-R320</title>
<updated>2017-02-17T08:46:46+00:00</updated>
<author>
<name>Andi Shyti</name>
<email>andi.shyti@samsung.com</email>
</author>
<published>2017-02-17T08:30:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=c22e24b9ae02bd0e6f38ddb4774b2732ab89467b'/>
<id>urn:sha1:c22e24b9ae02bd0e6f38ddb4774b2732ab89467b</id>
<content type='text'>
The Samsung Gear VR SM-R320 has USB device ID 0xa500

Change-Id: I116d65ee7f93180bc60e90704cc110b4ab9cc602
Signed-off-by: Andi Shyti &lt;andi.shyti@samsung.com&gt;
</content>
</entry>
<entry>
<title>HID: hid-ids: add USB vendor ID for Samsung Electronics</title>
<updated>2017-02-17T08:46:46+00:00</updated>
<author>
<name>Andi Shyti</name>
<email>andi.shyti@samsung.com</email>
</author>
<published>2017-02-17T08:28:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=3bfc59b1ea68133fb243ad2e1719b97d9e73dbac'/>
<id>urn:sha1:3bfc59b1ea68133fb243ad2e1719b97d9e73dbac</id>
<content type='text'>
Add 0x04e8 as vendor USB ID for Samsung Electronics

Change-Id: I48d2784cb1b8f9bfc66fa6e335063956e35e1027
Signed-off-by: Andi Shyti &lt;andi.shyti@samsung.com&gt;
</content>
</entry>
<entry>
<title>extcon: max77843: define USB device ADC state</title>
<updated>2017-02-17T08:46:40+00:00</updated>
<author>
<name>Andi Shyti</name>
<email>andi.shyti@samsung.com</email>
</author>
<published>2017-02-17T08:25:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=103a229abc932c2d32f3b0ed6a257664a05c9bb1'/>
<id>urn:sha1:103a229abc932c2d32f3b0ed6a257664a05c9bb1</id>
<content type='text'>
The ADC state defines the resistance that a USB device has in
order to distinguish between devices.

Define the 10001 (0x11) value as USB generic device and set the
device as usb host.

Change-Id: Ic1df48cd988ffb319f4c79f12c63791afcc6e6e2
Sigend-off-by: Woochang Kim &lt;wchang.kim@samsung.com&gt;
Sigend-off-by: Andi Shyti &lt;andi.shyti@samsung.com&gt;
</content>
</entry>
<entry>
<title>drm/exynos: dsi: Remove bridge node reference in removal</title>
<updated>2017-02-13T23:22:16+00:00</updated>
<author>
<name>Hoegeun Kwon</name>
<email>hoegeun.kwon@samsung.com</email>
</author>
<published>2017-02-09T11:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=2582e4d639d7c4712e4d45422f0180888516c91d'/>
<id>urn:sha1:2582e4d639d7c4712e4d45422f0180888516c91d</id>
<content type='text'>
Since bridge node is referenced during in the probe, it should be
released on removal.

Change-Id: I54c0759098d44eff327889e6c21d6a8e585bbb38
Suggested-by: Andrzej Hajda &lt;a.hajda@samsung.com&gt;
Signed-off-by: Hoegeun Kwon &lt;hoegeun.kwon@samsung.com&gt;
</content>
</entry>
<entry>
<title>Revert "usb: core: lpm: set lpm_capable for root hub device"</title>
<updated>2017-02-07T13:55:06+00:00</updated>
<author>
<name>Marek Szyprowski</name>
<email>m.szyprowski@samsung.com</email>
</author>
<published>2017-02-07T13:54:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=dc463ecea9d0532e8c3074c54136f2a8168aa2ce'/>
<id>urn:sha1:dc463ecea9d0532e8c3074c54136f2a8168aa2ce</id>
<content type='text'>
After a rebase onto 4.1.36 xHCI ports on OdroidXU4 stopped working. This
has been caused by commit e951f84074b84a3f5aecbffd01da74576e0068d5 applied
in mainline. This patch reverts it to get xHCI ports working again.

Signed-off-by: Marek Szyprowski &lt;m.szyprowski@samsung.com&gt;
Change-Id: I86feaf60472efaf6c045b4f1ecb28f9ab936a01f
</content>
</entry>
<entry>
<title>[media] uvcvideo: Add video formats for Intel real sense F200 camera</title>
<updated>2017-02-01T08:10:47+00:00</updated>
<author>
<name>Daniel Patrick Johnson</name>
<email>teknotus@teknot.us</email>
</author>
<published>2015-03-03T04:30:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=829afdc3b39237e160cac2df650af3e6823edeed'/>
<id>urn:sha1:829afdc3b39237e160cac2df650af3e6823edeed</id>
<content type='text'>
This patch adds video format support for Intel real sense F200 camera.
Multimedia team requested me to support this.

Signed-off-by: Daniel Patrick Johnson &lt;teknotus@teknot.us&gt;

[Port from https://github.com/teknotus/depthview/tree/kernelpatchfmt]
Signed-off-by: Inki Dae &lt;inki.dae@samsung.com&gt;

Change-Id: I48de58feb46fc1a91fcee449213c03bdbbcbb905</content>
</entry>
<entry>
<title>packaging: add provided name for kernel image package</title>
<updated>2017-02-01T07:11:35+00:00</updated>
<author>
<name>Seung-Woo Kim</name>
<email>sw0312.kim@samsung.com</email>
</author>
<published>2017-01-26T06:26:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=35ae16ec4e7511d09c4261a3d2af4e8029ed8759'/>
<id>urn:sha1:35ae16ec4e7511d09c4261a3d2af4e8029ed8759</id>
<content type='text'>
This patch adds default provided name for kernel image package as
linux-kernel.

Change-Id: Iab0ca17fef6fc51b93107aa857b291c7fefe55ef
Suggested-by: MyungJoo Ham &lt;myungjoo.ham@samsung.com&gt;
Signed-off-by: Seung-Woo Kim &lt;sw0312.kim@samsung.com&gt;
</content>
</entry>
<entry>
<title>Revert "Revert "kdbus: add CMD_UPDATE_METADATA ioctl (reinitialize connection metadata)""</title>
<updated>2017-02-01T01:28:11+00:00</updated>
<author>
<name>Hyotaek Shim</name>
<email>hyotaek.shim@samsung.com</email>
</author>
<published>2017-02-01T01:25:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/linux.git/commit/?id=3cd1cf51706d2df8256cf8014d01b3d23d553f44'/>
<id>urn:sha1:3cd1cf51706d2df8256cf8014d01b3d23d553f44</id>
<content type='text'>
This reverts commit 80b9e0d4a216cabc94399cc0f7dbb3064fd350ff.

Change-Id: I72edcdc79d93b5b888deb5c210b537cef52fff11
</content>
</entry>
</feed>
