USB: make hub.h, hcd.h public (drivers dependency), linux-2.6.34-rc5
On Sat, Apr 24, 2010 at 05:08:33PM +0200, Eric Lescouet wrote: The usbcore headers:hcd.h and hub.h are shared between usbcore, HCDs and a couple of other drivers (e.g. USBIP modules). So, it makes sense to move them into a more public location and to cleanup dependency of those modules on kernel internal he... 24 Apr 2010 12:47
Second OLPC Viafb series
Hi, Jonathan Corbet schrieb: So this is the second series of viafb patches - the stuff that I was really working toward since the beginning. They depend on the previously-posted first series. What's added here is a big refactoring of the driver to split its functions apart and the addition of code for ... 24 Apr 2010 11:39
[PATCH 8/9] Input: Block suspend while event queue is not empty.
On Fri, 23 Apr 2010, Arve Hj�nnev�g wrote: On Fri, Apr 23, 2010 at 2:08 PM, Dmitry Torokhov <dmitry.torokhov(a)gmail.com> wrote: On Friday 23 April 2010 01:56:25 pm Randy Dunlap wrote: On Thu, 22 Apr 2010 18:08:57 -0700 Arve Hj�nnev�g wrote: Add an ioctl, EVIOCSSUSPENDBLOCK, to enable a suspend... 25 Apr 2010 12:09
[PATCH V3] i2c-algo-pca: fix coding style issues in i2c-algo-pca.c
This patch fixes up some coding style issues. i2c-algo-pca.c has been build successfully after applying this patch and the binary object is still exactly the same. Other issues found by checkpatch.pl were voluntarily not fixed, either to keep readability, or because of false positive errors. Signed-off-by: Farid... 24 Apr 2010 11:39
perf lock: add "info" subcommand for dumping misc information
On Sat, Apr 24, 2010 at 07:46:41PM +0900, Hitoshi Mitake wrote: Hi Frederic, I added "info" subcommand to perf lock, this can be used as dumping metadata like thread or address of lock instances. "map" was removed because info should do the work of it. This will be useful not only for debugging b... 5 May 2010 18:16
linux-next tree addition request
Hi Jon, On Tue, 20 Apr 2010 14:27:16 -0600 Jonathan Corbet <corbet(a)lwn.net> wrote: I have a tree I'd like to see show up in linux-next: git://git.lwn.net/linux-2.6.git viafb-next it contains viafb work intended (currently) for the 2.6.35 merge window. Everything in there has been posted, rev... 24 Apr 2010 08:18
Direct aio_write/truncate question
My be my question appeared to obvious for someone, but still fd = open("a", O_DIRECT, ) fd2 = open("b", O_DIRECT, ) write(fd, buf ,size) /* allocate blocks for a file */ fsync(fd) /* Now, it is guaranteed that blocks are allocated.*/ /* Submit async rewrite request */ io_prep_pwrite(io, fd, io->u.c.buf, size, ... 26 Apr 2010 20:37
perf lock: add "info" subcommand for dumping misc information
On 04/24/10 19:43, Hitoshi Mitake wrote: Hi Frederic, I added "info" subcommand to perf lock, this can be used as dumping metadata like thread or address of lock instances. "map" was removed because info should do the work of it. This will be useful not only for debugging but also for ordi... 24 Apr 2010 07:12
[PATCH] Fix pca953x set_type 'scheduling while atomic' bug
Bill Gatliff reported the following bug when using the irq_chip facility of the pca953x driver on a PPC platform: BUG: scheduling while atomic: insmod/1530/0x00000002 He traced it back to an i2c transaction in pca953x_irq_set_type(), which can be called with interrupt disabled (from __setup_irq()). As the i2c ... 24 Apr 2010 06:07
[ANNOUNCE] Git 1.7.1
The latest feature release Git 1.7.1 is available at the usual places: http://www.kernel.org/pub/software/scm/git/ git-1.7.1.tar.{gz,bz2} (source tarball) git-htmldocs-1.7.1.tar.{gz,bz2} (preformatted docs) git-manpages-1.7.1.tar.{gz,bz2} (preformatted docs) The RPM binary packages for a few arc... 24 Apr 2010 00:26