<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/legacy-kernel.git/drivers/input/misc, branch igloo-dev</title>
<subtitle>legacy kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/atom?h=igloo-dev</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/atom?h=igloo-dev'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/'/>
<updated>2011-12-16T14:04:55+00:00</updated>
<entry>
<title>Squash</title>
<updated>2011-12-16T14:04:55+00:00</updated>
<author>
<name>Benn Pörscke</name>
<email>benn.porscke@stericsson.com</email>
</author>
<published>2011-12-16T14:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=93f379e6cfadfded0d262192ca69d1abc096d90e'/>
<id>urn:sha1:93f379e6cfadfded0d262192ca69d1abc096d90e</id>
<content type='text'>
Change-Id: I2fcf46d1fc4b0cd4c61e5be3654c43b80db86015
</content>
</entry>
<entry>
<title>input:misc: Remove TVout support in accessory driver</title>
<updated>2011-09-30T10:12:51+00:00</updated>
<author>
<name>Virupax Sadashivpetimath</name>
<email>virupax.sadashivpetimath@stericsson.com</email>
</author>
<published>2011-09-26T15:49:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=8b322de9614db8411139b3c8804282d390ec3db7'/>
<id>urn:sha1:8b322de9614db8411139b3c8804282d390ec3db7</id>
<content type='text'>
The TVout hardware block is not used, so
remove the related code.

ST-Ericsson ID: 355539
ST-Ericsson Linux next: 344984
ST-Ericsson FOSS-OUT ID: Trivial

Change-Id: I0f0f39b13f5b48de6096d076b9dd5253a3c14346
Signed-off-by: Virupax Sadashivpetimath &lt;virupax.sadashivpetimath@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32003
Reviewed-by: Srinidhi KASAGAR &lt;srinidhi.kasagar@stericsson.com&gt;
</content>
</entry>
<entry>
<title>input: ab8500: update supply name</title>
<updated>2011-09-29T07:04:20+00:00</updated>
<author>
<name>Mian Yousaf Kaukab</name>
<email>mian.yousaf.kaukab@stericsson.com</email>
</author>
<published>2011-09-21T09:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=e33a2ddc99e47d6f2c238f65791c144892f47ed8'/>
<id>urn:sha1:e33a2ddc99e47d6f2c238f65791c144892f47ed8</id>
<content type='text'>
Regulator supply name update according to the mainline version of regulator
framework.

Change-Id: If18e24491ac80369a7325536c8353758aff33056
Signed-off-by: Mian Yousaf Kaukab &lt;mian.yousaf.kaukab@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32122
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
Tested-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>input: ab8500: update function call for gpio configuration</title>
<updated>2011-09-29T07:03:56+00:00</updated>
<author>
<name>Mian Yousaf Kaukab</name>
<email>mian.yousaf.kaukab@stericsson.com</email>
</author>
<published>2011-09-20T11:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=d9499f72f9dd83d923a3a96815f16a6d6ed2675d'/>
<id>urn:sha1:d9499f72f9dd83d923a3a96815f16a6d6ed2675d</id>
<content type='text'>
ab8500_config_pull_up_or_down is renamed to ab8500_config_pulldown to match
the functionality implemented in the function.

Change-Id: Ie9566657972b67842828ce115ff5d7072450e163
Signed-off-by: Mian Yousaf Kaukab &lt;mian.yousaf.kaukab@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32119
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
Tested-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>input:misc: Add accessory driver</title>
<updated>2011-09-22T12:49:56+00:00</updated>
<author>
<name>Virupax Sadashivpetimath</name>
<email>virupax.sadashivpetimath@stericsson.com</email>
</author>
<published>2011-09-22T11:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=ccb4b560d11f6632178dfa17024f026eccbb4fde'/>
<id>urn:sha1:ccb4b560d11f6632178dfa17024f026eccbb4fde</id>
<content type='text'>
Add driver for the accessory detection block of the
ab5500 PMIC.
The common functions from the 8500 accessory driver
are moved to abx500-accdet generic driver. This generic
driver uses callbacks registerd from the 8500 and 5500
specific driver to work as a accessory driver for a
perticluar platform.

ST Ericsson ID: 353610
ST Ericsson FOSS-OUT ID: Trivial
ST Ericsson Linux next: NA

Change-Id: Ifb06f9c9dd0dc59cbc071198c9e244a422a63af0
Signed-off-by: Virupax Sadashivpetimath &lt;virupax.sadashivpetimath@stericsson.com&gt;
</content>
</entry>
<entry>
<title>input: ab8500-accdet: Add android switch</title>
<updated>2011-09-19T14:07:28+00:00</updated>
<author>
<name>Johan Bohlin</name>
<email>johan.bohlin@stericsson.com</email>
</author>
<published>2011-08-24T09:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=66b4b1130dfe68f8240b142f6c932827b31071cd'/>
<id>urn:sha1:66b4b1130dfe68f8240b142f6c932827b31071cd</id>
<content type='text'>
Add android switch support to the accessory driver to make it work properly.

ST-Ericsson ID: 357950
ST-Ericsson Linux next: NA

Change-Id: Ibfabe84515fc0074c3944594f799f98a99563d17
Signed-off-by: Johan Bohlin &lt;johan.bohlin@stericsson.com&gt;
</content>
</entry>
<entry>
<title>ab5500: move to separate header</title>
<updated>2011-09-19T14:05:57+00:00</updated>
<author>
<name>Rabin Vincent</name>
<email>rabin.vincent@stericsson.com</email>
</author>
<published>2011-09-06T03:56:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=78f649185bf0569d4238c5553395647a31b2b83b'/>
<id>urn:sha1:78f649185bf0569d4238c5553395647a31b2b83b</id>
<content type='text'>
Change-Id: I11dd2a23323229096b6e0ee2d4dc68cab8919bff
</content>
</entry>
<entry>
<title>vibrator: Force feedback vibrator driver</title>
<updated>2011-09-19T14:05:51+00:00</updated>
<author>
<name>Marcin Mielczarczyk</name>
<email>marcin.mielczarczyk@tieto.com</email>
</author>
<published>2011-08-30T05:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=ad57fae0b2fd64802cc4c0d84ed5c989cc84529d'/>
<id>urn:sha1:ad57fae0b2fd64802cc4c0d84ed5c989cc84529d</id>
<content type='text'>
Implementation of ST-Ericsson's force feedback vibrator driver.

ST-Ericsson ID: WP261766

Ref: Commit-id: 3f5213a6837ad774628c20b006958183b2c1932a
Signed-off-by: Avinash A &lt;Avinash.a@stericsson.com&gt;
Change-Id: Iadea56106111af2f7b05b3f74a4aa58cda6721b1
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/29682
Reviewed-by: Avinash A &lt;avinash.a@stericsson.com&gt;
Tested-by: Avinash A &lt;avinash.a@stericsson.com&gt;
</content>
</entry>
<entry>
<title>ab8500-accdet: Disable vamic1 in suspend</title>
<updated>2011-09-19T14:00:12+00:00</updated>
<author>
<name>Virupax Sadashivpetimath</name>
<email>virupax.sadashivpetimath@stericsson.com</email>
</author>
<published>2011-07-07T10:55:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=64470199e37f8b3e8972171f4efc4c0c3377c98d'/>
<id>urn:sha1:64470199e37f8b3e8972171f4efc4c0c3377c98d</id>
<content type='text'>
Since the button press detection is not needed
in suspend, disable the V-amic1 incase of a Headset
connected to the board.

ST-Ericsson ID: 351150
ST-Ericsson Linux next: -
ST-Ericsson FOSS-OUT ID: Trivial

Change-Id: I24fcaddcd404605d19ea113fd1d2bbf888e2fb62
Signed-off-by: Virupax Sadashivpetimath &lt;virupax.sadashivpetimath@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/26726
Reviewed-by: QATEST
Reviewed-by: Srinidhi KASAGAR &lt;srinidhi.kasagar@stericsson.com&gt;
</content>
</entry>
<entry>
<title>u5500: ponkey: shutdown time configuration</title>
<updated>2011-09-19T14:00:12+00:00</updated>
<author>
<name>Rajagopala V</name>
<email>rajagopala.v@stericsson.com</email>
</author>
<published>2011-08-25T11:27:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=df38938267f11f89ec271d88729d590e3538fed6'/>
<id>urn:sha1:df38938267f11f89ec271d88729d590e3538fed6</id>
<content type='text'>
support for compile time configuration of poweron key shutdown
time. Default is 10sec and can be set to 5sec or disabled

ST-Ericsson Linux next: NA
ST-Ericsson ID: WP257125
ST-Ericsson FOSS-OUT ID: NA

Change-Id: I7fbf57d21ff218370dba24182716222c354f4dc5
Signed-off-by: Rajagopala V &lt;rajagopala.v@stericsson.com
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/28430
Reviewed-by: Rabin VINCENT &lt;rabin.vincent@stericsson.com&gt;
Tested-by: Rajagopala VENKATARAVANAPPA X &lt;rajagopala.v@stericsson.com&gt;
Reviewed-by: Srinidhi KASAGAR &lt;srinidhi.kasagar@stericsson.com&gt;
Signed-off-by: Robert Marklund &lt;robert.marklund@stericsson.com&gt;
</content>
</entry>
</feed>
