IIO ring buffer
Hi Jonathan, Now users depend on iio ring events(IIO_EVENT_CODE_RING_50/75/100_FULL) to read data: read_size = fread(&dat, 1, sizeof(struct iio_event_data), fp_ev); switch (dat.id) { case IIO_EVENT_CODE_RING_100_FULL: ... 22 Feb 2010 05:14
CE: xen increasing min_delta_ns to 7651397591976463850 nsec
Hi, I'm using vanilla 2.6.32.7 domU kernel with Xen 3.2 and get very often a unresponsible system after approximately one or two days with messages such as [43616.674502] CE: xen increasing min_delta_ns to 16086592372704132408 nsec [43616.674502] CE: xen increasing min_delta_ns to 5683144485346646996 nsec [436... 22 Feb 2010 04:09
[git pull] Input updates for 2.6.33-rc8
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus or master.kernel.org:/pub/scm/linux/kernel/git/dtor/input.git for-linus to receive updates for the input subsystem. Hopefully this is it for .33. Changelog: --------- Roy Yin (1): Input: usbtouc... 22 Feb 2010 03:04
[patch] mca: remove some dead code
There are two return statements in a row. The first return statement is the correct one. For the unused return statement, it is the mca_device_read_stored_pos() which returns mca_dev->pos[reg]; Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/mca/mca-device.c b/drivers/mca/mca-device.c ... 22 Feb 2010 00:55
[PATCH] mfd/mmc: SDHI Kconfig update
From: Magnus Damm <damm(a)opensource.se> Enable the sh_mobile_sdhi mfd driver on SH-Mobile ARM processors. While at it, make CONFIG_TMIO_MMC depend on CONFIG_MFD_SH_MOBILE_SDHI. Signed-off-by: Magnus Damm <damm(a)opensource.se> --- drivers/mfd/Kconfig | 2 +- drivers/mmc/host/Kconfig | 2 +- 2 fil... 22 Feb 2010 00:55
[PATCH -next] scsi: RAID_ATTRS depends on SCSI
From: Randy Dunlap <randy.dunlap(a)oracle.com> raid_class uses scsi interfaces, so it should depend on SCSI. Otherwise build errors occur when RAID_ATTRS=y and SCSI=m: ERROR: "raid_class_release" [drivers/scsi/mpt2sas/mpt2sas.ko] undefined! ERROR: "raid_class_attach" [drivers/scsi/mpt2sas/mpt2sas.ko] undefined! ... 21 Feb 2010 23:49
linux-next: manual merge of the trivial tree with the sparc tree
Hi Jiri, Today's linux-next merge of the trivial tree got a conflict in arch/sparc/kernel/leon_kernel.c between commit 0da2b300b91ddeb9944c3fb4faaf78c1c482c0af ("sparc: remove trailing space in messages") from the sparc tree and commit 3ad2f3fbb961429d2aa627465ae4829758bc7e07 ("tree-wide: Assorted spelling fixe... 21 Feb 2010 22:43
[GIT]: Sparc
Please pull to get this 32-bit sparc regression fix. Thanks! The following changes since commit aea187c46f7d03ce985e55eb1398d0776a15b928: Linus Torvalds (1): Merge branch 'for-linus' of git://git.kernel.org/.../viro/vfs-2.6 are available in the git repository at: master.kernel.org:/pub/scm/l... 21 Feb 2010 22:43
[PATCH resubmit] USB: serial: ftdi: add CONTEC vendor and product id
Hi Andreas Mohr: This VID is not sorted (which also leads to a possibility of merge conflicts), perhaps resubmit? Sorry (^^), here is the new patch. Hope it is sorted now (although in ftdi_sio.c it didnt seem to be sorted) From: Daniel Sangorrin <daniel.sangorrin(a)gmail.com> Date: Mon, 22 Feb 2010 10:... 21 Feb 2010 21:37
perf trace/scripting: remove check-perf-trace from listed scripts
On Wed, Jan 27, 2010 at 02:27:56AM -0600, Tom Zanussi wrote: The check-perf-trace script only checks Perl functionality, and doesn't really need to be listed as as user script anyway. This only removes the '-report' shell script, so although it doesn't appear in the listing, the '-record' shell script a... 21 Feb 2010 21:37