First
|
Prev |
Next
|
Last
Pages: 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914
kernel hangs Hi, I have compiled linux-2.6.25 for MPC837X processor and generated "vmlinux.bin" image and then integrated this image with "rootfs" to generate "uSystem".(This is done using mkimage utility) Then downloaded this uSystem image in flash and tried to boot linux from u-boot. but linux h... 24 Jun 2010 08:31
mfd/stmpexxx: fix stmpe811 enable hook On Thu, Jun 24, 2010 at 13:13:40 +0200, Luotao Fu wrote: Fix the stmpe811 enable hook so that we can activate the needed clocks for the touchscreen controller. Signed-off-by: Luotao Fu <l.fu(a)pengutronix.de> --- drivers/mfd/stmpe-devices.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletion... 24 Jun 2010 09:36
gpio/stmpe-gpio: fix set direction input On Thu, Jun 24, 2010 at 13:13:37 +0200, Luotao Fu wrote: to set an GPIO pin to input, the corresponding bit in GPDR needs to be cleared instead of set. fixed with this patch. Signed-off-by: Luotao Fu <l.fu(a)pengutronix.de> Acked-by: Rabin Vincent <rabin.vincent(a)stericsson.com> -- To unsubscribe from th... 24 Jun 2010 08:31
[PATCH 1/6] gpio/stmpe-gpio: set GPIO alternate function while requesting add reuqest hook to the gpio chip, so that we can make sure that the GPIO pin is setted to the correct GPIO alternate function after we have requested the GPIO pin. Signed-off-by: Luotao Fu <l.fu(a)pengutronix.de> --- drivers/gpio/stmpe-gpio.c | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) ... 24 Jun 2010 07:26
[PATCH 3/6] mfd/stmpexxx: add touchscreen platform data Signed-off-by: Luotao Fu <l.fu(a)pengutronix.de> --- include/linux/mfd/stmpe.h | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) diff --git a/include/linux/mfd/stmpe.h b/include/linux/mfd/stmpe.h index cf2155f..3d319a1 100644 --- a/include/linux/mfd/stmpe.h ++... 24 Jun 2010 07:26
[PATCH 4/6] mfd/stmpexxx: change touchscreen irq the stmpe touchscreen driver uses fifo threshold irq to trigger data fetching. The touch_det irq bit is only used while polling for release. Change the platform resource and the irq definition in the variant block. --- drivers/mfd/stmpe-devices.c | 12 +++--------- 1 files changed, 3 insertions(+), 9 deletions(... 24 Jun 2010 07:26
[PATCH 2/6] gpio/stmpe-gpio: fix set direction input to set an GPIO pin to input, the corresponding bit in GPDR needs to be cleared instead of set. fixed with this patch. Signed-off-by: Luotao Fu <l.fu(a)pengutronix.de> --- drivers/gpio/stmpe-gpio.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpio/stmpe-gpio.c b/drivers/gpio/... 24 Jun 2010 07:26
mfd: STMPExxxx fixes and touch screen support Hi Rabin, I merged your stmpexxx patches and tested them on my board with a stmpe811 chip (gpio + touchscreen). In the following are few fixes for the gpio driver. In the serie is also the V4 of my stmpe touchscreen driver, which is now converted to the stmpexxx core. There appears to be two stmpe variants wit... 24 Jun 2010 07:26
[PATCH 5/6] mfd/stmpexxx: fix stmpe811 enable hook Fix the stmpe811 enable hook so that we can activate the needed clocks for the touchscreen controller. Signed-off-by: Luotao Fu <l.fu(a)pengutronix.de> --- drivers/mfd/stmpe-devices.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/mfd/stmpe-devices.c b/drivers/mfd/stmpe-dev... 24 Jun 2010 07:26
mm: iommu: An API to unify IOMMU, CPU and device memory management Zach Pfeffer <zpfeffer(a)codeaurora.org> writes: This patch contains the documentation for and the main header file of the API, termed the Virtual Contiguous Memory Manager. Its use would allow all of the IOMMU to VM, VM to device and device to IOMMU interoperation code to be refactored into platform indepe... 19 Jul 2010 04:50 |