net/pcmcia 3com: replacements of printk() with dev_info() and friends (fwd)
Hey, On Tue, Mar 30, 2010 at 09:01:41PM +0400, Alexander Kurz wrote: I wrote a patch as suggested by kernel-janitors. It is my first patch, so I highly welcome comments and hints, thanks, Alexander Kurz ---------- Forwarded message ---------- Date: Tue, 30 Mar 2010 18:55:33 +0400 (MSD) From:... 31 Mar 2010 03:18
MAINTAINERS: ipg: Jesse Huang's email address bounces
From: Joe Perches <joe(a)perches.com> Date: Sun, 28 Mar 2010 11:42:16 -0700 Signed-off-by: Joe Perches <joe(a)perches.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/maj... 31 Mar 2010 03:17
drivers/net/ipg: Remove invalid IPG_DDEBUG_MSG uses, neaten
From: Joe Perches <joe(a)perches.com> Date: Sun, 28 Mar 2010 11:35:45 -0700 Some no longer valid IPG_DDEBUG_MSG uses are removed Validate IPG_DDEBUG_MSG arguments when not #defined Neaten #defines marco/macro typo correction Signed-off-by: Joe Perches <joe(a)perches.com> Applied. -- To unsubscrib... 31 Mar 2010 03:17
[PATCH] [resend] usbtouchscreen: support bigger iNexio touchscreens
Bigger Nexio touchscreens not only send more data but also the header values are modified somehow. Fix the header somehow (it's a guesswork but it works at least on one 46" touchscreen with 2.00SMS firmware) and also increase rept_size. Signed-off-by: Ondrej Zary <linux(a)rainbow-software.org> --- linux-2.6.34-r... 31 Mar 2010 03:17
AMD Geode LX WDT (geode-mfgpt)
Hi, I have some ALIX boards (SBC) with AMD Geode LX CPUs and their companion device CS5536 and am using Debian on them. I didn't care about the integrated watchdog timer (in the CS5536) so far. Recently I did, but neither the CONFIG_GEODE_WDT was set in the debian kernel (2.6.26), nor the CONFIG_GEODE_MFGPT_TIME... 31 Mar 2010 04:22
[git pull] Device tree and PowerPC bug fixes
Hi Linus, Can you please pull the following branch? It contains two simple bug fixes that should go into 2.6.34, plus a zero-risk documentation update. Thanks, g. The following changes since commit b72c40949b0f04728f2993a1434598d3bad094ea: Linus Torvalds (1): Merge branch 'for-linus' of git://g... 31 Mar 2010 03:17
[PATCH-V2] OMAP: Fix for bus width which improves SD card's peformance.
This patch improves low speeds for SD cards. OMAP-MMC controller's can support maximum bus width of '8'. when bus width is mentioned as "8" in controller data,the SD stack will check whether bus width is "4" and if not it will set bus width to "1" and there by degrading performance. This patch fixes the issue and ... 31 Mar 2010 02:13
linux-next: manual merge of the driver-core tree with the sh tree
Hi Greg, Today's linux-next merge of the driver-core tree got a conflict in drivers/base/platform.c between commit bd05086bbe3f241cd552068f9ceba9e19c6ce427 ("driver core: Convert to kasprintf() for early dev_name()") from the sh tree and commit d08bd4bf3c0d8ea211eae36ab849787d67cb35e4 ("driver core: Early dev_na... 31 Mar 2010 02:13
Config NO_BOOTMEM breaks my amd64 box
Please make NO_BOOTMEM default to n, at least for amd64, where I've found that it leads to all kinds of strange, undebuggable boot hangs and errors (with relatively current Fedora development userland). Also, the help text for the item makes little sense to a non-expert in this area: " ---help--- ... 8 Apr 2010 23:03
ppp: use big tty mutex
On Wed, Mar 31, 2010 at 4:56 AM, Arnd Bergmann <arnd(a)arndb.de> wrote: ppp interacts with the tty layer, so it should take the BTM instead of the BKL. Signed-off-by: Arnd Bergmann <arnd(a)arndb.de> ---  drivers/net/ppp_generic.c |   29 +++++++++++++++--------------  1 files changed, 15 insertions(+), ... 31 Mar 2010 04:22