First  |  Prev |  Next  |  Last
Pages: 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199
[PATCH 3/9] drivers/input/keyboard: Use pr_fmt and pr_<level>
Move error messages from array to direct uses. Convert bare printks to pr_cont Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/input/keyboard/amikbd.c | 42 ++++++++++++++++------- drivers/input/keyboard/atakbd.c | 4 ++- drivers/input/keyboard/hil_kbd.c | 21 +++++-------... 5 Aug 2010 03:44
[PATCH 7/9] drivers/input/tablet: Use pr_fmt and pr_<level>
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/input/tablet/acecad.c | 5 +++-- drivers/input/tablet/aiptek.c | 7 ++++--- drivers/input/tablet/gtco.c | 2 +- drivers/input/tablet/kbtab.c | 5 +++-- drivers/input/tablet/wacom_sys.c | 7 ++++--- drivers/input/tablet/wacom_... 5 Aug 2010 03:44
[PATCH] arm: R_ARM_REL32 relocation support
commit d0679c730395d0bde9a46939e7ba255b4ba7dd7c moved -fno-dwarf2-cfi-asm to be powerpc-only, causing R_ARM_REL32 to be used with some toolchains on ARM. Implement support for it to make modules work with more toolchains. Signed-off-by: Olof Johansson <olof(a)lixom.net> --- arch/arm/include/asm/elf.h | 1 + ... 5 Aug 2010 03:44
[PATCH 9/9] drivers/input: Use pr_fmt and pr_<level>
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/input/apm-power.c | 14 ++++++-------- drivers/input/evbug.c | 18 ++++++++++-------- drivers/input/evdev.c | 15 ++++++++------- drivers/input/ff-core.c | 6 +++--- drivers/input/ff-memless.c | 8 ++++---- drivers... 5 Aug 2010 03:44
[PATCH 1/9] drivers/input/gameport: Use pr_fmt and pr_<level>
Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/input/gameport/emu10k1-gp.c | 4 +++- drivers/input/gameport/fm801-gp.c | 8 +++++--- drivers/input/gameport/lightning.c | 6 ++++-- drivers/input/gameport/ns558.c | 8 +++++--- 4 files changed, 17 insertions(+), 9 deletions(-) diff ... 5 Aug 2010 03:44
[PATCH 0/9] drivers/input: Use pr_<level>
Remove prefixes from printks and convert to pr_fmt/pr_<level>. Always make output prefix match module name. There are some existing uses that do not. For instance: spaceorb used "input: " once, probably a copy/paste error, newtonkbd as well. Synaptics used "serio: ", etc. A few miscellaneous typos corrected.... 5 Aug 2010 03:44
[PATCH 4/9] drivers/input/misc: Use pr_fmt and pr_<level>
Fixup #define dbginfo Remove #define err, use pr_err Signed-off-by: Joe Perches <joe(a)perches.com> --- drivers/input/misc/ati_remote.c | 22 ++++++++++++---------- drivers/input/misc/ati_remote2.c | 6 ++++-- drivers/input/misc/cm109.c | 23 +++++++++-------------- drivers/input/misc/hp_sdc_rt... 5 Aug 2010 03:44
[PATCH] Change struct flchip_shared spinlock locking into mutex
From: Stefani Seibold <stefani(a)seibold.net> This patch prevent to schedule while atomic by changing the flchip_shared spinlock into a mutex. This should be save since no atomic path will use this lock. This patch is based on linux kernel 2.6.35. Please apply. It was suggested by Arnd Bergmann and Vasiliy Kul... 5 Aug 2010 03:44
DMAENGINE: driver for the ARM PL080/PL081 PrimeCells
> Peter, Alessandro and Viresh especially: you will hopefully use this driver for ARM refboards, Nomadik and SPEAr, can you provide an Acked-by:? I'm sorry I can't test it these times, I must delay stuff to the last week of August. /alessandro -- To unsubscribe from this list: send the line "unsubscribe ... 5 Aug 2010 03:44
[GIT PULL] core/iommu updates for v2.6.36
Linus, Please pull the latest core-iommu-for-linus git tree from: git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git core-iommu-for-linus Thanks, Ingo ------------------> Joerg Roedel (1): x86/amd-iommu: Export cache-coherency capability Kulikov Vasiliy (1): x86/am... 5 Aug 2010 03:44
First  |  Prev |  Next  |  Last
Pages: 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199