7 results
Order by date - Order by pertinence
All (7)
High-tech (7)
 
[PATCH] Input: pmic8xxx-keypad - fix a leak of the IRQ during init failure
Make sure we are passing the same cookie in all calls to request_any_context_irq() and free_irq(). Signed-off-by: Axel Lin <axel.lin@gmail.com> drivers/input/keyboard/pmic8xxx-keypad.c | 8 ++++- 1 files changed, 4 insertions(+), 4 ...
Message posted on the July 13th, 2011 - 10:20 PM ET
[PATCH 1/2] input: pmic8xxx-keypad: Do not use mfd_get_data()
mfd_get_data() has been removed from the MFD API. Cc: Anirudh Ghayal <aghayal@codeaurora.org> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> drivers/input/keyboard/pmic8xxx-keypad.c | 3 ++- 1 files changed, 2 insertions(+), 1 ...
Message posted on the June 8th, 2011 - 5:20 AM ET
[git pull] Input updates for 3.5-rc0
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. You will get: - a bunch of new drivers (DA9052/53 touchscreenn controller, Synaptics Navpoint, LM8333 ...
Message posted on the May 24th, 2012 - 4:40 AM ET
[PATCH TRIVIAL 0/5] Input: use new macro module_platform_driver to save some boilerplate code
Hi List, With commit 940ab88962bc1aff3273a8356d64577a6e386736 Grant Likely added a new macro module_platform_driver to save some boilerplate code for platform_driver. This patchset converts these platform_driver's in input subsystem to use it. I ...
Message posted on the November 22nd, 2011 - 4:10 AM ET
linux-next: manual merge of the input tree with the s5p tree
Hi Dmitry, Today's linux-next merge of the input tree got a conflict in drivers/input/keyboard/Kconfig between commit 007205aa47e9 ("input: samsung-keypad: Add HAVE_SAMSUNG_KEYPAD config option") from the s5p tree and commit 5862c02d745f ...
Message posted on the November 10th, 2011 - 9:20 PM ET
linux-next: build failure after merge of the char-misc tree
Hi all, After merging the char-misc tree, today's linux-next build (x86_64_allmodconfig) failed like this: drivers/input/keyboard/pmic8xxx-keypad.c:24:35: fatal error: linux/mfd/pm8xxx/gpio.h: No such file or directory Caused by commit ...
Message posted on the March 25th, 2013 - 11:20 PM ET
[PATCH V1] led: pm8xxx: Add pm8xxx leds driver
Add support for Qualcomm PMIC8XXX keyboard backlight, flash and low current leds. Signed-off-by: Trilok Soni <tsoni@codeaurora.org> Signed-off-by: Anirudh Ghayal <aghayal@codeaurora.org> Changes: Addressed below comments from Peter. ...
Message posted on the June 22nd, 2011 - 7:00 AM ET