First  |  Prev |  Next  |  Last
Pages: 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913
[PATCH] sctp: implement SIOCINQ ioctl() (take 2)
This simple patch copies the current approach for SIOCINQ ioctl() from DCCP into SCTP so that the userland code working with SCTP can use a similar interface across different protocols to know how much space to allocate for a buffer. --- net/sctp/socket.c | 35 ++++++++++++++++++++++++++++++++++- 1 files chang... 24 Jun 2010 10:43
[PATCH] video: simplify strlen()==0 check in fb_get_options()
Replaced !strlen(str) check with !str[0]. Removed the variable which was used solely to store strlen result. Signed-off-by: Denys Vlasenko <vda.linux(a)googlemail.com> --- drivers/video/fbmem.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/video/fbmem.c b/drivers/video/fbm... 24 Jun 2010 10:43
new stat*fs-like syscall?
On Thu, 24 Jun 2010, Nick Piggin wrote: This has come up a few times in the past, and I'd like to try to get an agreement on it. statvfs(2) importantly contains f_flag (mount flags), and is encouraged to use rather than statfs(2). The kernel provides a statfs syscall only. This means glibc has to pro... 6 Jul 2010 23:19
[PATCH] tps65023: Allow registering similar TPS65021
TPS65021 is an older model and is slightly weaker (can supply less current), otherwise is the same. Signed-off-by: Marek Vasut <marek.vasut(a)gmail.com> --- drivers/regulator/tps65023-regulator.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/regulator/tps65023-regulator.c b/d... 24 Jun 2010 10:43
mfd/stmpexxx: change touchscreen irq
On Thu, Jun 24, 2010 at 13:13:39 +0200, Luotao Fu wrote: 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 ... 24 Jun 2010 09:36
fix problem with reschenduling in rest_init (2.6.35-rc3)
On Thu, 2010-06-24 at 00:11 +0400, Ilya Loginov wrote: There is a bug in rest_init function. The problem is that kernel_init thread starts before initialization of kthreadd_task when CONFIG_PREEMPT_VOLUNTARY is enabled. kernel_init thread do wake_up_process(kthreadd_task) and I have kernel Oops in t... 24 Jun 2010 10:43
[rfc] new stat*fs-like syscall?
This has come up a few times in the past, and I'd like to try to get an agreement on it. statvfs(2) importantly contains f_flag (mount flags), and is encouraged to use rather than statfs(2). The kernel provides a statfs syscall only. This means glibc has to provide f_flag support by parsing /proc/mounts and stat... 24 Jun 2010 09:36
[PATCH] BMP085 : Change the macro to swap
Changing the macro to swap the bytes as the reason that the first byte is the MSB and the next is LSB. Signed-off-by: Shubhrajyoti D <shubhrajyoti(a)ti.com> --- drivers/misc/bmp085.c | 41 +++++++++++++++++++++++++++++------------ 1 files changed, 29 insertions(+), 12 deletions(-) diff --git a/drivers/misc/... 24 Jun 2010 09:36
gpio/stmpe-gpio: set GPIO alternate function while requesting
On Thu, Jun 24, 2010 at 13:13:36 +0200, Luotao Fu wrote: 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> Acked-by: Rabin Vincent <rabin.v... 24 Jun 2010 09:36
[PATCH 5/6 V2] 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> --- V2 Changes: separate ADC block enable and ts block enable. drivers/mfd/stmpe-devices.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) di... 24 Jun 2010 08:31
First  |  Prev |  Next  |  Last
Pages: 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913