<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/igloo-kernel.git/drivers/input/misc/Kconfig, branch input</title>
<subtitle>Igloo kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=input</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/atom?h=input'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/'/>
<updated>2012-05-22T09:03:35+00:00</updated>
<entry>
<title>input:misc: Add accessory driver</title>
<updated>2012-05-22T09:03:35+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/igloo-kernel.git/commit/?id=3e8faf51d325f0b7c52cf29b098da2d77811097d'/>
<id>urn:sha1:3e8faf51d325f0b7c52cf29b098da2d77811097d</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.

Signed-off-by: Virupax Sadashivpetimath &lt;virupax.sadashivpetimath@stericsson.com&gt;
Signed-off-by: Robert Marklund &lt;robert.marklund@stericsson.com&gt;
</content>
</entry>
<entry>
<title>vibrator: Force feedback vibrator driver</title>
<updated>2012-05-22T09:03:34+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/igloo-kernel.git/commit/?id=adbf88539fcd5fab848b60c7053cec6c0052267c'/>
<id>urn:sha1:adbf88539fcd5fab848b60c7053cec6c0052267c</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>gpio: nomadik: Rename AB8500_GPIO by GPIO_AB8500</title>
<updated>2012-05-22T09:03:33+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2011-07-22T09:57:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=cf1650ba34cd98b4e22a8bccc8dea71faee42fcc'/>
<id>urn:sha1:cf1650ba34cd98b4e22a8bccc8dea71faee42fcc</id>
<content type='text'>
To be compliant with future gpio framework

Signed-off-by: Philippe Langlais &lt;philippe.langlais@linaro.org&gt;
</content>
</entry>
<entry>
<title>input/mfd: AB5500 ONSWa support</title>
<updated>2012-05-22T09:03:31+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@stericsson.com</email>
</author>
<published>2011-10-12T13:16:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=9cfc3a2be1d4ce9cf7e7e488124998bd5696eea7'/>
<id>urn:sha1:9cfc3a2be1d4ce9cf7e7e488124998bd5696eea7</id>
<content type='text'>
ST-Ericsson Linux next: -
ST-Ericsson ID: WP257121
ST-Ericsson FOSS-OUT ID: Trivial

Change-Id: I19122bc76c83545ffa15e6997320eacf58b8c0f6
Signed-off-by: Rabin Vincent &lt;rabin.vincent@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/21180
Reviewed-by: Vijaya Kumar K-1 &lt;vijay.kilari@stericsson.com&gt;
Reviewed-by: QATEST
Reviewed-by: Srinidhi KASAGAR &lt;srinidhi.kasagar@stericsson.com&gt;

Conflicts:

	drivers/mfd/ab5500-core.c
	include/linux/mfd/abx500/ab5500.h
</content>
</entry>
<entry>
<title>drivers: input: enable accessory detect on default</title>
<updated>2012-05-22T09:03:30+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2011-10-18T20:06:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=a056a794381d3d774ebdcd247c85dd119cdbf9ef'/>
<id>urn:sha1:a056a794381d3d774ebdcd247c85dd119cdbf9ef</id>
<content type='text'>
Enables the accessory detect on default for the mop500_power_defconfig.
It also fixes the syntax in in the corresponding Kconfig file.

ST-Ericsson ID: ER 327965
Linux-next: ST-Ericsson ID: ER 282779

ST-Ericsson FOSS-OUT ID: Trivial

Change-Id: I8c58b419dacd0b3ef65f3be15d5ea7d98e32e3f0
Signed-off-by: Marcel Tunnissen &lt;Marcel.Tuennissen@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/17991
Reviewed-by: Rahul VENKATRAM &lt;rahul.venkatram@stericsson.com&gt;
Tested-by: Martin TRULSSON &lt;martin.trulsson@stericsson.com&gt;
Reviewed-by: Dan JOHANSSON &lt;dan.johansson@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>Input: Add AB8500 AV Acc. Detection as platform drv</title>
<updated>2012-05-22T09:03:30+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2011-10-18T20:01:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=f134692ffce1791637e24fc0a921d5948d1c0dd3'/>
<id>urn:sha1:f134692ffce1791637e24fc0a921d5948d1c0dd3</id>
<content type='text'>
Adds AV Accessory detection driver functionality as a platform driver.

Driver allows detection of basic AV-Accessory connected to 3.5mm
AV-Connector. Supported accessories include headphone, headset, video and
carkit.

Driver controls the audio-in/video-out switch based on the
detected accessory type and notifies about button presses from
basic headsets (No ECI Support).

Accessory status and button presses are reported as standard input
events, if AB8500 ASoC Machine driver is configured.

For accessory properties reporting, ALSA JACK definitions (SND_JACK_*)
are used to report the features supported by the attached accessory.

Button presses are reported with KEY_MEDIA keycode.

Depends on: http://gerrit.lud.stericsson.com/gerrit/16910 for GPIO framework update.

ST-Ericsson ID: ER 275366

Signed-off-by: Rahul Venkatram &lt;rahul.venkatram@stericsson.com&gt;
</content>
</entry>
<entry>
<title>mfd: Convert twl6040 to i2c driver, and separate it from twl core</title>
<updated>2012-04-16T14:45:34+00:00</updated>
<author>
<name>Peter Ujfalusi</name>
<email>peter.ujfalusi@ti.com</email>
</author>
<published>2012-04-03T08:56:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=8eaeb9393397be8eb700ab38a69c450975463b77'/>
<id>urn:sha1:8eaeb9393397be8eb700ab38a69c450975463b77</id>
<content type='text'>
Complete the separation of the twl6040 from the twl core since
it is a separate chip, not part of the twl6030 PMIC.

Make the needed Kconfig changes for the depending drivers at the
same time to avoid breaking the kernel build (vibra, ASoC components).

Signed-off-by: Peter Ujfalusi &lt;peter.ujfalusi@ti.com&gt;
Reviewed-by: Mark Brown &lt;broonie@opensource.wolfsonicro.com&gt;
Acked-by: Tony Lindgren &lt;tony@atomide.com&gt;
Acked-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
Signed-off-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input</title>
<updated>2012-03-23T03:20:18+00:00</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@linux-foundation.org</email>
</author>
<published>2012-03-23T03:20:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=7bfe0e66d5da32961f0060fc5d96b739b1ed64b9'/>
<id>urn:sha1:7bfe0e66d5da32961f0060fc5d96b739b1ed64b9</id>
<content type='text'>
Pull input subsystem updates from Dmitry Torokhov:
 "- we finally merged driver for USB version of Synaptics touchpads
    (I guess most commonly found in IBM/Lenovo keyboard/touchpad combo);

   - a bunch of new drivers for embedded platforms (Cypress
     touchscreens, DA9052 OnKey, MAX8997-haptic, Ilitek ILI210x
     touchscreens, TI touchscreen);

   - input core allows clients to specify desired clock source for
     timestamps on input events (EVIOCSCLOCKID ioctl);

   - input core allows querying state of all MT slots for given event
     code via EVIOCGMTSLOTS ioctl;

   - various driver fixes and improvements."

* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input: (45 commits)
  Input: ili210x - add support for Ilitek ILI210x based touchscreens
  Input: altera_ps2 - use of_match_ptr()
  Input: synaptics_usb - switch to module_usb_driver()
  Input: convert I2C drivers to use module_i2c_driver()
  Input: convert SPI drivers to use module_spi_driver()
  Input: omap4-keypad - move platform_data to &lt;linux/platform_data&gt;
  Input: kxtj9 - who_am_i check value and initial data rate fixes
  Input: add driver support for MAX8997-haptic
  Input: tegra-kbc - revise device tree support
  Input: of_keymap - add device tree bindings for simple key matrices
  Input: wacom - fix physical size calculation for 3rd-gen Bamboo
  Input: twl4030-vibra - really switch from #if to #ifdef
  Input: hp680_ts_input - ensure arguments to request_irq and free_irq are compatible
  Input: max8925_onkey - avoid accessing input device too early
  Input: max8925_onkey - allow to be used as a wakeup source
  Input: atmel-wm97xx - convert to dev_pm_ops
  Input: atmel-wm97xx - set driver owner
  Input: add cyttsp touchscreen maintainer entry
  Input: cyttsp - remove useless checks in cyttsp_probe()
  Input: usbtouchscreen - add support for Data Modul EasyTouch TP 72037
  ...
</content>
</entry>
<entry>
<title>Input: add driver support for MAX8997-haptic</title>
<updated>2012-03-17T05:49:25+00:00</updated>
<author>
<name>Donggeun Kim</name>
<email>dg77.kim@samsung.com</email>
</author>
<published>2012-03-16T19:28:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=104594b01ce750c91a19e9f1d8fe6b24ea8f9a59'/>
<id>urn:sha1:104594b01ce750c91a19e9f1d8fe6b24ea8f9a59</id>
<content type='text'>
The MAX8997-haptic function can be used to control motor. User can
control the haptic driver by using force feedback framework.

Signed-off-by: Donggeun Kim &lt;dg77.kim@samsung.com&gt;
Signed-off-by: MyungJoo Ham &lt;myungjoo.ham@samsung.com&gt;
Signed-off-by: Kyungmin Park &lt;kyungmin.park@samsung.com&gt;
Acked-by: Samuel Ortiz &lt;sameo@linux.intel.com&gt;
Signed-off-by: Dmitry Torokhov &lt;dtor@mail.ru&gt;
</content>
</entry>
<entry>
<title>xen kconfig: relax INPUT_XEN_KBDDEV_FRONTEND deps</title>
<updated>2012-03-16T14:49:16+00:00</updated>
<author>
<name>Andrew Jones</name>
<email>drjones@redhat.com</email>
</author>
<published>2012-01-06T09:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/igloo-kernel.git/commit/?id=4bc25af79ec54b79266148f8c1b84bb1e7ff2621'/>
<id>urn:sha1:4bc25af79ec54b79266148f8c1b84bb1e7ff2621</id>
<content type='text'>
PV-on-HVM guests may want to use the xen keyboard/mouse frontend, but
they don't use the xen frame buffer frontend. For this case it doesn't
make much sense for INPUT_XEN_KBDDEV_FRONTEND to depend on
XEN_FBDEV_FRONTEND. The opposite direction always makes more sense, i.e.
if you're using xenfb, then you'll want xenkbd. Switch the dependencies.

Acked-by: Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;
Signed-off-by: Andrew Jones &lt;drjones@redhat.com&gt;
Signed-off-by: Konrad Rzeszutek Wilk &lt;konrad.wilk@oracle.com&gt;
</content>
</entry>
</feed>
